NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

In multithreading process is it possible that multiple tests to simultaneously use an exclusive resource.

Solved!
Go to solution
I wanted to know in multithreading processes available in teststand is it possible that multiple test UUTS to simultaneously use an exclusive resource. this resource can be a varaible or a hardware i/o.
 
0 Kudos
Message 1 of 3
(3,081 Views)
No, since an exlusive resource is exclusive in its access. If you don't take care about this (and the resource doesn't protect itself), you will mess up the whole system starting from unreliable results to damage of hardware or worse.
Because of this, TestStand includes steptypes for synchronization like locks and semaphores....

hope this helps,
Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(3,074 Views)
Solution
Accepted by topic author Sury@
Thank you.
0 Kudos
Message 3 of 3
(3,055 Views)