NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Testing for validity of serial numbers in batch mode

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

0 Kudos
Message 1 of 3
(2,964 Views)

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.

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

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.

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