Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

9220 with cDAQ 9178

Hi,

 

I am new to LabVIEW programming. i am trying to capture multiple analog I/p via 9220. I have attached snippet of what i am actually trying to achieve. basically as per my application i have to keep acquiring data in parallel from each analog channel. currently i am getting error if i try to acquire from two or more channel as same time. 

any suggestion on how to do that effectively will much appreciated.

Download All
0 Kudos
Message 1 of 2
(1,700 Views)

This happens because there can only be one DAQmx task (your purple wire) per module. In this case, I recommend doing channel expansion, where you can have more than one channel per task.

 

 

Learn more about tasks and channels here: Channels and Tasks in NI-DAQmx 

 

All the best,

0 Kudos
Message 2 of 2
(1,636 Views)