LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change from one channel ai config to two channel ai config

I am trying to acquire two simultaneous waveforms and then plot them, and I have a program that works for one signal input.  How do I change from one channel AI Config to a two channel AI Config?
 
Thanks.
0 Kudos
Message 1 of 2
(2,372 Views)
You just have to add it to the channel list if you want it configured the same. For DAQmx, if you want channels 0 thru 3, it would be Dev1/ai0:3. If you wanted channels 0, 2, 4, it would be Dev1/ai0,ai2,ai4. Traditional DAQ would be similar, i.e. 0:3 etc.
0 Kudos
Message 2 of 2
(2,364 Views)