LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

offsetting multiple plots in a waveform chart

I'm trying to overlay multiple plots on a single waveform chart and I'm wondering if there is a quick way to add a small offset so that I am able to view all of the plots easily (so they don't block each other out)? I know I could do a for-loop over all of the elements in the array that go into the waveform chart, but I'd prefer a quick option.

 

Chad

0 Kudos
Message 1 of 2
(2,381 Views)

You could create multiple y axes and range them differently, but that seems messy.

 

How many plots do you have? What is the datatype for the chart? Can you show us some simplified code?

 

Typically you don't need a FOR loop. For example if you feed a cluster with 5 scalars, you would simply add a cluster containing 0,1,2,3,4 in the desired cluster order before wiring to the chart terminal. 

0 Kudos
Message 2 of 2
(2,376 Views)