NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you get a station global or any variable to be read across UUTs executing in the parallel Sequence model?

Dear  Support,

 

I have two questions regarding the parallel sequence model:

 

I am trying to find a global variable or any variable that can be universally read from any thread / step .   For instance:

 

- Parallel sequence Model

- 2 UUTs

- The main sequence has 20  steps

- I am looking for a variable that can be read universally across both UUTs in any step.  I have tried many, even the station global variable - as a Boolean - for "Abort" .  But that did not work either.

 

Question TWO:   How can I bring out this universal variable to the UI ?  Can you point me to an example?    Do I use the "Lookup"  ,.  I could not get that to work.  Can I use the "Label"  ?  I could not get that to work neither.

 

Thanks! Brad

Brad Whaley
LabVIEW Certified Engineer
0 Kudos
Message 1 of 3
(3,014 Views)

The station global should have worked since you are just reading a variable.

 

In case you are also updating the variable value you will need to save it also immediately after you modify.

(Engine.CommitGlobalsToDisk ( promptOnSaveConflicts = True)

0 Kudos
Message 3 of 3
(2,991 Views)