LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying relative time in a chart?

How do I display the elapsed time on the x-axis in a chart? I have tried to change the formating of the x-axis (by right click on it) to "relative time", but the time showed has nothing with real time to do. It just increments a "second" every time the chart executes, see the simple attached example. Can anyone help?
0 Kudos
Message 1 of 3
(2,814 Views)
You need to use the Multiplier property. Right-click on the chart's terminal, select Create>>Property Node and then select X-scale>>Offset&multiplier>>Multiplier. Then, If you're going for 5 ms wire 0.005, if you're going for 100 ms wire 0.1 and so on.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,808 Views)
thank you very much!
0 Kudos
Message 3 of 3
(2,804 Views)