Hi, all
as shown in the title.
I have been using the "timer" function to calculate the total time cost in the test. However, with timer, it can display the total time only when the program ends. But I would like to realize the following function.
A start button, after starting the program, the elapsed time will be displayed real-time till the program ends.
I searched the help file and found
"Date/Time can be used to calculate elapsed time between a past and current event by comparing the two mathematically."
in the Date/Time item. I tried and failed.
Your help is highly appreciated!
Yours,
Yiliu
as shown in the title.
I have been using the "timer" function to calculate the total time cost in the test. However, with timer, it can display the total time only when the program ends. But I would like to realize the following function.
A start button, after starting the program, the elapsed time will be displayed real-time till the program ends.
I searched the help file and found
"Date/Time can be used to calculate elapsed time between a past and current event by comparing the two mathematically."
in the Date/Time item. I tried and failed.
Your help is highly appreciated!
Yours,
Yiliu
There are many ways I believe. Hopefully example attached could be useful for you.
Hope this helps.
-mk