NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create multi dut testplan where duts are executed sequencial

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 2
(1,659 Views)
Solution
Accepted by topic author OnlyOne

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.

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