LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Show elapsed time in loop but with Pause-Mode

Solved!
Go to solution

Hello,

I created a loop that shows me the elapsed time with 1000ms update-rate.

Now i need to add a pause-mode that stops incrementing the displayed time. (In the screenshot the empty case-structure.)

Now i could simply put the "Wait 1000ms" in the true-case. But then it could still be possible that the two "Get DateTime" are different.

Thx for help

 

time.jpg

0 Kudos
Message 1 of 2
(2,109 Views)
Solution
Accepted by topic author OnlyOne

Hi One,

 

IF paused THEN add zero to time_elapsed

 

Sounds quite easy…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,103 Views)