NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a testplan with 2x 50 DUTs seriell

Hello,

currentlyl i have a testplan with 50 sockets.

In the mainsequence i have:

Batch Synchronisation Enter "Serial"

call 01

call 02

Batch Synchronisation Exit "Serial"

 

Now all 50 sockets are tested one after another. This runs fine,

 

As next i want to change the testplan to test 100 sockets in total but always two of them should execute in parallel.

So something like this (which is not working like this):

 

if (socket > 0) && (socket <50)

Batch Synchronisation Enter "Serial1"
call 01

call 02

Batch Synchronisation Exit "Serial1"
endif

if (socket > 51) && (socket <100)

Batch Synchronisation Enter "Serial2"

call 01
call 02

Batch Synchronisation Exit "Serial2"
endif

 

Question:
How can i change "Enter "Serial" into something like "Enter two sockets serial" so that the sequence is testing
0 and 1 in parallel,
2 and 3 in parallel,
4 and 5 in parallel,
...

Thx

0 Kudos
Message 1 of 4
(262 Views)

You need to use batch synchronization to test in batches of 2 sites.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 4
(227 Views)

I am using the BatchModel.
Can you create an example of what you mean?
In my first testing i am using the batch synchronisation.

 

Thank you

0 Kudos
Message 3 of 4
(215 Views)

Hello santo_13,

 

what do you mean with "test in batches of 2 sites." ?

 

Thanks

0 Kudos
Message 4 of 4
(195 Views)