LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run two DAQmx Read (Analog) at the same time?

I would like to measure a voltage and a current,
but the two cannot be conbined in one task.
Therefore, I had to use two DAQmx Read in the same program. But it did not run.
0 Kudos
Message 1 of 2
(2,518 Views)
Multiple channel types can be combined in a single DAQmx Read. One way is to use multiple DAQ Create Channel fucntions. Look at the posting here and the second example at the link in the answer.
0 Kudos
Message 2 of 2
(2,518 Views)