LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating multiple graphs from different channels

I'm trying to view different graphs on the front panel, so that each channel has its own graph.
0 Kudos
Message 1 of 2
(2,506 Views)
Assuming that you're using DAQ to acquire some channels, then you've either got a 2D array of numbers, or a 1D array of waveform data types. In either case, you use the Index Array function to select the channels and separate them for the different indicators.
0 Kudos
Message 2 of 2
(2,506 Views)