01-28-2016 01:21 AM
hi,
i have this issue on my TestStand 4.2, everytime I do continuous testing (Execute >> Test UUTs), each UUT has the same Time in reporting.
What I need is how to modify the process model in such a way each UUT should have different Time in reporting.
Please see image below for reference.
thanks,
val87
Solved! Go to Solution.
01-28-2016 07:24 AM
Val,
the time resolution of Starttime is seconds. Your test for each UUT has 0 results and the firs took 200ms, the others took less than 20ms each.
You can potentially test more than 40 (!) UUTS before getting a new start time stamp.
Norbert
01-28-2016 04:40 PM
Hi val87,
This is a known issue with TestStand 4.2. The KnowledgeBase article below explains how to correct this behavior.
Why Does the Time Field of the UUT Report Header Remain Constant for Multiple UUTs when Generating XML Reports in TestStand 4.2 and TestStand 4.2.1?
http://digital.ni.com/public.nsf/allkb/8EE51C3635751A808625774A0050C214?OpenDocument
Let me know if this works for you!
01-28-2016 06:56 PM
hi jake,
the provided link helps.
thanks,
val87