02-17-2012 10:35 AM
I am using LabVIEW 11, Windows XP, cDAQ-9174 chassis, two NI-9205 modules.
Please see my code for reference. I am very new so i will accept all suggestions.
I am acquiring 12 volatage signals in a producer/consumer structure giving me a queue of 1-d array of waveform(dbl). Then I am acquiring 12 voltage signals in another loop giving me 2-d array of waveform(dbl).
There is an issue creating the channels. How can I combine these two tasks?
Thanks,
~Chris
02-21-2012 10:48 AM
Hello chrisbe723,
When you say that there is an issue creating the channels, are you getting a specific error message when running your code? Also are you referencing the same set of channels for the two DAQ task you are configuring?
Paul-B