03-24-2010 10:33 AM
I'm trying to read multiple channels in a single task.
I've got a simple example running fine with one channel.
However, I would need a few tips and tricks on how to convert this example to multiple channel.
The code isthe following:
Changing to 2 channels and setting read to multiple chanels gives:
Any hints on how to deal with this?
03-24-2010 11:12 AM
Obviously, you cannot wire a 2D array to the Split 1D Array function. What are you trying to do with that? Do a subset? If so, use Array Subset which will allow you to wire a 2D array as an input.
You might also consider using a waveform data type so you do not lose any of the timing information. That would return a 1D Waveform array.