LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display signal from two channels in one waveform graph

Hellow!
I need to display the waveform from CH1 and CH2 in TDS 420 osilloscope in one waveform graph,anyone can give me some clues to do it? thanks a lot!
0 Kudos
Message 1 of 3
(2,814 Views)
Try here...

http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E91CF659CE034080020E74861

Mike
0 Kudos
Message 2 of 3
(2,806 Views)
If each channel is a 1D array, then use the build array function to create a 2D array and wire that to the graph. If each channel is a waveform data type, Use the build array to create a 1D array of waveforms and wire that to the graph. Look at the shipping example called Waveform Graph.
0 Kudos
Message 3 of 3
(2,804 Views)