11-17-2020 04:05 AM
Hello,
i want to create a multi dut dut testplan for 100 DUTs.
All DUTs have the same teststeps but different matrix switching.
And: The DUTs should not run parallel but one by one as the needed measurement hardware exists only once.
I i would do this with a Batch-Model then Teststand would open 100 execution windows when execution in Teststand.
But if i use the sequencemodel with a 100-loop then i have only one result file.
What do i have to do?
Thanks
Solved! Go to Solution.
11-17-2020
02:50 PM
- last edited on
10-21-2024
09:34 AM
by
Content Cleaner
2 options:
Use the batch model and use a sequential synchronization section. https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsref/batch-synchronization-step.h...
Use the sequential model and have a counter in the preUUT that when you reach 100 it will set the parameters.continuetesting flag to false.
How do you enter the serial/part numbers? That might change which option you go with.