Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

simultaneous aquire ch0-4 w/ 9237

I could not find an example could to simultaneously aquire data from this device. I have written a .vi that will aquire data from one channel at a time which works great but I now need to read all 4 channels at once could someone provide me with a simple sample code to do something like this.

 

Thanks in advance

 

0 Kudos
Message 1 of 6
(3,130 Views)
The 9237 is designed for simultaneous sampling. Is it possible for you to post your code?
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 6
(3,126 Views)
Here's my code to read and capture 1Ch.
0 Kudos
Message 3 of 6
(3,107 Views)
You need to change the Physical Channel control to Dev1/ai0:3 and select Analog -> Multiple Channels -> Multiple Samples -> 1D Waveform for DAQmx Read. Have a look at some of the examples in the Example Finder as well (Help -> Find Examples)
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 4 of 6
(3,105 Views)
I'll give it a try. Thanks for the quick response.
0 Kudos
Message 5 of 6
(3,102 Views)
I was aware of the need to change the DAQmx Read to "Analog -> Multiple Channels -> Multiple Samples -> 1D Waveform" but did not know you could specifyPhysical Channels in such a manner
0 Kudos
Message 6 of 6
(3,101 Views)