LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Task and Channels Selection

I really need a quick help or adivse.  I am using DAQmx.vi API for my programming and I created a DAQmx Task consisting of 12 channels (ai0:ai11).  I want to extract a subset of these channels (ai04:ai011), and also combine channels ai4:ai8 into one channel/signal, and plot on a waveform chart. Also, I want to plot the remaining signals ai0:ai03 on a separate waveform.  How can I achieve that?  I tried using the Split Signal Functions, Merge Function, and COmpound Arithmetic, but to no success.  I splitted the original task using the "split function", but when I try to wire up the signals into the "compound arithmetic" function, LabVIEW tells me that am wiring up two different datatypes.  I need a QUICK HELP, anyone, PLEASE! 

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

Read signal out as 2D array and use array function to achieve it.

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