LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Plots versus Absolute Time in one Chart

Solved!
Go to solution

Hi!

I need to plot multiple values against time on a single chart. How do I do that?

When I try to use "build waveform", it accepts only single Y-value and timestamp. In the case where I use "bundle" it doesn't accept timestamp.

 

The attached image shows "bundle" variant. It is almost what I want except Y-Axis is always begins with 0.

0 Kudos
Message 1 of 3
(3,161 Views)
Solution
Accepted by topic author e_rush

Hi rush,

 

When I try to use "build waveform", it accepts only single Y-value and timestamp.

What about an array of waveforms?

 

It is almost what I want except Y-Axis is always begins with 0.

You can set the X axis scaling using property nodes (multiplier, offset)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(3,147 Views)

Changing offest to current time works like a charm. Thanks!

0 Kudos
Message 3 of 3
(3,133 Views)