01-08-2016 06:48 AM
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.
Solved! Go to Solution.
01-08-2016 06:54 AM
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)…
01-08-2016 07:12 AM
Changing offest to current time works like a charm. Thanks!