10-05-2006 08:48 AM
10-06-2006 01:22 AM - edited 10-06-2006 01:22 AM
Unlike Traditional DAQ, DAQmx gives out each channel's data row wise in the 2D array.
In your program you are indexing each column and averaging it.
Instead, index out each row and average it
You could also exploit the auto indexing property of a for loop to do this
Do as shown in modified vi
Message Edited by devchander on 10-06-2006 01:22 AM