NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Run tests parallel for one uut

Solved!
Go to solution

Hi,I am new to TestStand ,I want to run multiple tests at the same time in parallel;I put 2 tests in the main sequence that measures the frequency and amplitude of a signa l(LabVIEW), in the sub-sequence I have 2 tests that measures random numbers.What I am doing is i am making a sequence call and enabling "Use new thread". The problem is, I can't see the measurements and pass fail status of the sub-sequence,It just shows done.I can see the main sequence measurements.

Help!

0 Kudos
Message 1 of 2
(1,819 Views)
Solution
Accepted by topic author skywalker1357

Hello Skywalker1357,

 

By default, the sequence you are running in a new thread will be waited by the calling sequence. If you want to get the result list in the calling sequence (and get the corresponding data in the report), use a Wait step on Thread, and point to the New Thread sequence call (Wait Step Configuration Dialog).

 

See the Wait Step help for further information.

 

Hope this helps;

Message 2 of 2
(1,769 Views)