12-01-2020 09:18 AM
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
Solved! Go to Solution.
12-01-2020 02:53 PM
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.