LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

x axis scan to time

I am programming in Labview. I convert my x axis from scans to time in seconds by inverting the scan rate in the x scale multiplier property node on my graph. I would like to change the Time to hours or min but I am not sure how to do this. Any ideas. thank you,
0 Kudos
Message 1 of 3
(2,577 Views)
It is as simple as dividing seconds by 60 to get minutes and by 60 again (3600 in all) to get hours. Or, you could make the scale show the seconds in time format. To do this you would pop-up on the scale and select Formatting. This opens the Property page with the Format and Precision tab already selected. From the list on the left, select Relative time and then be sure to select how many digits of decimal seconds you will need. It will place the seconds in HH:MM:SS.DDD format.

Hope that this helps.
0 Kudos
Message 2 of 3
(2,577 Views)
Thank you very much.
0 Kudos
Message 3 of 3
(2,577 Views)