04-12-2010 11:31 AM
How do I convert 2D array from DAQ read.vi to 1D array since I want to plot it in another XY graph?
It seems that I lose some data with the attached current method.
Thanks,
04-12-2010 11:41 AM
Hi,
You're indexing row 0 of the array, you loose all the info from all the other channels.
There is a function ReshapeArray.vi that converts an n dim array to a m dim array, and so you can convert your 2D array into a 1D array, but I'n not sure if that's what you want.
If you do this:
You'll have all your plots in the graph, sharing the same x scale.
Hope this helps,
Paulo