01-18-2006 03:35 PM
01-19-2006 12:01 AM
Hi Jim,
Click on DAQmx read (it is apolymorphic VI) select type to show multiple channels, multiple samples in form of 2D array.
If you have configured 2 channels in the scan list, then first row array elements will be channel 1's data and second row elements will be channel 2's data.
Now bundle them into XY graph and display. Look at the first attached VI
If you want to keep appending each iteration's data and show continously on the graph, you have to use shift registers to build array for each channel and display on the graph. Look at second attached VI to do this
Regards
Dev