NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Stand. Batch Synchronitation.

"I am trying to implement the synchronizing techniques for my sequence. Through the document, I understood about Bacth Synchronization Step. But it was not clear that how should I use it. Can anybody guide me in this issue ? My requirement is, I have a same sequence for 4 UUTs try to access at the sequence but only one UUT should be able to access. Other sequences will wait till this time".
0 Kudos
Message 1 of 3
(3,286 Views)
Hi Saretta,

Have you had a look at the example BatchUUT.seq in the folder \examples\MultiUUT\.

The has a setup that one only one step need be executed such as the "Set Chamber" step.
The step "Pulse Test", this subsequence contains a group of steps that are synchronized to run on each UUT in turn.
It also has a step where no synchronization is required, therefore all executions are run in parallel, such as the "Frequency Sweep" step.

Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,286 Views)
Thank you for your help, I will look the example.

Best Regards.
0 Kudos
Message 3 of 3
(3,286 Views)