03-03-2019 07:37 PM
Good day all,
I recently started working with NI DAQ cards, namely CDAQ and USB 6008, I am trying to read 3 channels AI from CDAQ at 10KHz and 1 AI channel from USB 6008 at 1KHz and then print to a csv file.
What i found in the examples was a multi-device synchronized continuous AI read. This example allows me to read the two devices at the same frequency. but I wanted to know if there is a way to read two devices at different frequency and display the data to DataTable in C#.
Any guidance will be highly appreciated.
Thank you.
03-06-2019 11:24 PM
Hi,
Here are some examples for your reference:
https://forums.ni.com/t5/Example-Programs/Two-Analog-Output-Waveforms-With-Different-Frequencies-and...
https://forums.ni.com/t5/LabVIEW/How-do-I-simultaneously-measure-two-frequencies-using-the-two/td-p/...
https://forums.ni.com/t5/LabVIEW/Two-different-sampling-frequency-for-channels-to-improve-the/td-p/3...
To display the data to DataTable in C#:
http://www.ni.com/tutorial/5409/en/
https://forums.ni.com/t5/Measurement-Studio-for-NET/Accurate-Time-Interval/td-p/1331168
https://forums.ni.com/t5/LabVIEW/Interface-between-LabVIEW-and-C/td-p/2099190