NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Wait synchro between threads

At the moment, the support of a touch restarts all the threads
0 Kudos
Message 1 of 2
(2,908 Views)
A wait step only waits for a specific amount of time or for a thread or execution to complete.

If you want to "wait" for a signal and only allow one thread to respond, you should use notification steps and use the pulse operation by specifying to only notify first thread that waits.

Scott Richardson
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 2
(2,908 Views)