From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,596 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,559 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,539 Views)