10-20-2022 05:31 AM
Hi all,
I want to loop start time in HH:MM:SS and stop time also in the same format, which will be user entry in the program . but when i use elapsed time block i facing problem as its in seconds , how to solve this?
regards.,
Sanvi
10-20-2022 05:51 AM
Hi sanvish,
@sanvish wrote:
I want to loop start time in HH:MM:SS and stop time also in the same format, which will be user entry in the program . but when i use elapsed time block i facing problem as its in seconds , how to solve this?
Simple solution: apply some simple math!
Hint: when there are two inputs with data format of "HH:MM:SS" then you can easily calculate the difference and represent the difference in seconds…
10-20-2022 09:21 AM - edited 10-20-2022 09:24 AM
You can do math on time just like any other number.
Stop time - Start Time = Run time
.
While running:
Stop Time - Current time = Time left to run (countdown timer)
10-20-2022 10:01 AM
Is this what you are trying to do?
10-24-2022 11:13 PM
hi
Thanks for giving time my query..but i am unable to access the file attached as i am using 2014 version ..can you please send the file in lower version .
10-25-2022 03:31 AM
Here's the 2014 version
10-25-2022 06:51 AM
Here