NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property in parallel execution to see if all DUTs exited the Setup

I have an application, where it's important to know that all the DUTs (I have up to 24) have exited the Setup state, before some are allowed to enter the Cleanup? I was wondering if there's such a property, than I could querry on a lock in the Cleanup before executing. Would it be something to do with the Stepgroup?
0 Kudos
Message 1 of 4
(3,802 Views)

Hi rsmrostov,

 

I don't believe there is a pre-defined property for this. However, you could create a variable on the last step of the Setup state (or the first step of the Main state) to set a programmatic flag.

Briana P.
Licensing
Sr SW Engineering Manager | NI R&D
ni.com/support
0 Kudos
Message 2 of 4
(3,780 Views)
This would have to be a StationGlobal or a FileGlobal so all the threads can read it?
0 Kudos
Message 3 of 4
(3,777 Views)

You are correct. If you would like all threads to be able to access this variable then it should be a StationGlobal or a FileGlobal.

Briana P.
Licensing
Sr SW Engineering Manager | NI R&D
ni.com/support
0 Kudos
Message 4 of 4
(3,760 Views)