01-11-2017 03:26 PM
I would like to loop back to the batch serial number dialog when any of the serial numbers in the batch fail a test. For the purposes of this question, say I want all of the serial numbers to have length 5.
In the serial model, I would override the preuut and go back to the UUT dialog via a goto statement that has a precondition.
How would I do this in the batch model?
StephenB
01-12-2017 01:27 AM - edited 01-12-2017 01:28 AM
The sourcecode of modelsupport2.dll, which is used to create the dialogs is provided as Labwindows/CVI project. Specifically have a look into batchuutdlg.c, which contains the functions, which creates the panels for the Batch Model.
01-13-2017 10:59 AM
Thanks mkossman. I also found "TestStand 2016 (32-bit)\Examples\Parallel Testing\Testing UUTs in Parallel - Batch Model\Testing UUTs in Parallel - Batch Model.seq", so those are two good options.