NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel testing inteststand

Solved!
Go to solution

I am a beginner in teststand. I am trying to write a sequence of parallel tests. There are some examples in teststand that use the same test sequence (same test steps) to test multiple UUTs. However, I encountered a problem. Simultaneously test 4 UUTs in a test sequence (the test items of the 4 UUTs are the same), and one of the test items needs to share one meter, which requires a switch to switch. The switch resources used by each UUT are different. How to use the same sequence to test 4 UUTs?

Thanks!

0 Kudos
Message 1 of 2
(773 Views)
Solution
Accepted by topic author tidri

In the sequence you can check the value of RunState.TestSockets.MyIndex to see which socket the sequence is executing for.

0 Kudos
Message 2 of 2
(733 Views)