LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

displaying seconds updation on graph

Hi
all , i would like to display x-axis (time)in seconds.since my programme while loop is repetaing at a duration of 10msec ,but how to show updation in seconds on graph(x-axis).

Regards
labview boy
code attached
0 Kudos
Message 1 of 2
(2,101 Views)
I couldn't open your VI, but to display a graph as time, right click the axis and select "Format & Presicion", then change the format to Absolute Time or Relative Time. That's it. If you're using Absolute Time, you should use Get Date\time in seconds and To DBL and wire the result into the property X-Scale>>Offset & Multiplier>>Offset to set the t0 of your axis to the current time.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,092 Views)