LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creat a time indicater

I want to creat a timer to indicate my VI running time since I click the "start" bottun. the timer may be like following format.
 
HH : Min: SEC.
120: 51: 12
 
this data means my VI has run 120 hours and 51 minitues...
 
Any help is appreciate.
 
0 Kudos
Message 1 of 5
(3,461 Views)

You can use the timestamp functions to do so.

Check the Time & Dialog pallette to see what fits your requirement.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 5
(3,456 Views)
Thank you ,
 
I checked this pallete but I did not find the solution.
 
Can you make a simple sample for me?
 
Thanks.
0 Kudos
Message 3 of 5
(3,454 Views)

You just need to use the elapsed time function. Set the auto reset to false and then wire up a string indicator to the Elapsed Time Text output or a numeric indicator to the Elapsed Time (s) output. If you use a numeric indicator, set the display format to absolute time.

Message Edited by Dennis Knutson on 09-24-2007 07:43 AM

Message 4 of 5
(3,430 Views)

Thanks a lot.

0 Kudos
Message 5 of 5
(3,410 Views)