LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating waveform chart

Solved!
Go to solution

Hello all, I am facing an issue while I am trying to have simple waveform chart due to mismatching with current time. sometimes the time at x-axis is correct but not always. what would be the reason for that please.

 Capture.JPG

0 Kudos
Message 1 of 2
(185 Views)
Solution
Accepted by Omar-Abdelhameed

Your x axis is formatted in absolute time.

 

Before the loop, you can use a property node where you wire the current time to x0 and the loop time to dx.

 

If you want to format the x axis in relative time, x0=0.

0 Kudos
Message 2 of 2
(167 Views)