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: 

How do I remove the Serial Number Dialog box in batch mode?

I’m using the TestStand batch mode and I would like to be able to skip over the serial number dialog box because I am able to query the serial numbers from my DUT’s so there is no reason to have the operator enter the serial numbers. Does anyone know of a simple way to do this? It looks like it’s all happening under that hood inside of the “modelsupport.dll” in the “RunBatchDialog” function. I’m not a CVI programmer and the code to read the serial numbers from our DUT’s  is written in LabVIEW.

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

You can override the PreUUT callback and put your own queryed serial numbers from DUT’s in that.

 

Here is the link for understanding callbacks:

 

http://www.ni.com/white-paper/6605/en

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

see example in: TestStandPublic\Examples\ProcessModels\BatchModel

 

-Doug

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