LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Display digital clock

Hi there !

 

I would like to display the time as a digital clock in my project.

I managed to collect the hour, minutes and second and to display them, but how can I do to actualize the display every second ?

 

Thank you for your answers !

0 Kudos
Message 1 of 3
(2,498 Views)

You can use a timer callback, see, e.g., here.

0 Kudos
Message 2 of 3
(2,494 Views)

Or, you can use the clock example program: <samples>\utility\clock.cws

 

 

 

0 Kudos
Message 3 of 3
(2,482 Views)