LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i pause and reset timer

i want to pause and reset this timer . can anyone help me please

 

thanks in advance )

0 Kudos
Message 1 of 4
(2,825 Views)

Hi akshay,

 

i want to pause and reset this timer

Then you need to implement those features in your algorithm!

 

can anyone help me please

- You need two buttons, so the user can switch to a "pause" mode and "reset" the timer.

- Using shift registers you can store values to be used in a loop for later iterations.

- I envision a simple state machine approach to solve your problem…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,802 Views)

i have the buttons added 

Do i need to use case or an event structure?

0 Kudos
Message 3 of 4
(2,784 Views)

Hi akshay,

 

whatever suits your algorithm.

You can use both of them…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,781 Views)