NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find "Total test Batch time"?

Solved!
Go to solution

I'm trying to publish test time for all the batch, is there a variable that contains it? or what is the recomendation to calculate it?

0 Kudos
Message 1 of 3
(2,677 Views)
Solution
Accepted by topic author DAVIDES

Hi,

 

What we recommend to obtain the test time of a step or group of steps during an execution is the following: http://digital.ni.com/public.nsf/allkb/52933BCB633C8F28862576F0006BB959.

 

Please let us know if this is what you are looking for. 

0 Kudos
Message 2 of 3
(2,632 Views)

I'd recommend method 2 from that link, done within PreBatch and PostBatch callbacks you add to your sequence. Stored the time in a fileglobal instead of a local so that both callbacks can share the value.

0 Kudos
Message 3 of 3
(2,626 Views)