NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Time execution

When a sequence is finnished, automatically TS show you a report, in that report you can see the time execution, (Time execution : 24mnts 13 sec)

 Is there a way to get this value while the sequence is running? Currently only can manage the time in the format hh/mm/ss

I get this time with the function time, but only show the time when the sequence starts and end, not the execution time.

 

 

Thanks

0 Kudos
Message 1 of 4
(3,463 Views)

Hello vic20,

 

This execution time is not a variable TS manage during execution but just the difference between the "start time" of the sequence last step + the last step Total Time, and the "start time" of the sequence first step.

You can find this information in the ResultList Array, under the TS container:

 

TS container

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

Hi vic,

 

Maybe this example will help you

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 4
(3,418 Views)

OK, Thankyou , now is really clear.

0 Kudos
Message 4 of 4
(3,411 Views)