NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable selected positions in multi dut testplan?

Solved!
Go to solution

Hello,

i am using the batch model with 50 DUTs.

 

Is there a built-in functionality to skip selected positions from test?

Like test all 50 positions execept 12,19, 39?

 

(Or do i have to check this manually by myself with a StationGlobals.NestInTest[49] variable that is set to true to the positions to test and false to the positions to skip.

And checked with an "if" around all teststeps.)

 

Thanks

 

0 Kudos
Message 1 of 2
(1,085 Views)
Solution
Accepted by OnlyOne

What are you using for the batch dialog?  The default one has a disabled checkbox that will disable the socket.

 

I'm pretty sure this is setting this flag here: ModelData.TestSockets[<socketindex>].Disabled

 

It could either be a parameter or a local variable depending on where you are in the process model.  Ultimately that is the flag you want to set before the new thread is spawned.  I would do it wherever the user is selecting or inputting the serial numbers.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(1,057 Views)