07-30-2012 08:29 AM
Hello to everyone.
Our equipment:
Data Card: NI PCI 6221
Connection Card: NI SCC 68
Pressure Sensor: DYTRAN 7269 1051V3
We want to do:
Collect more than one sample in each millisecond.
Software language: C #
i use a background worker object for collect volt values from sensor with
.readsinglesamples(-1).
program runs ok. But i cant get more samples in each milisecond.
i am not regular with NI, and devices but i have very good programming skills.
Have any idea ?
Thank you all, and kind regards.
07-31-2012 06:19 PM
Dear Mesutaslan,
It seems that you are using software timing to acquire your signal. What you need to do is use hardware timing. You can find examples on how to do this in the measurement studio examples. If you go to Start>> All Programs >> National Instruments >> Measurement Studio >> .NET Examples >> Daqmx >> Analog Input you should find some useful examples. Let me know if it helps.
Regards,
Perry S.
08-09-2012 07:36 AM
yes it seems good solution. I'll try and let you know in this weekend.
Thank you .