LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

overlay plots using offset signals

I am attempting display a selection of channels (anywhere from 2 to 16 channels) on an overlay plot. All of the signals have the same range, 0 to 5VDC. How do I create an offset so that I can view the selected channels on the overlay plot?
0 Kudos
Message 1 of 2
(2,664 Views)
To create a time offset, you need to specify a start time (t0) for each of your plots. The easiest way is to cluster together the t0, Delta t, and your data for each plot. Then combine the clusters into an array of clusters and plot to a graph. The graph should reflect the different t0 values for the different plots.
0 Kudos
Message 2 of 2
(2,664 Views)