NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass locals to a VI called asynchronously

Solved!
Go to solution

I'm looking at the sequence example, "LabVIEW Express VIs". In this example sequence, there are two VIs that are setup to run asynchronously. In the "Display Signals" VI, a reference to the sequence local "StopDemo" is somehow passed to the VI to control with the VI's Exit button, when the sequence stops. I do not see how this reference is passed to the VI from the sequence. I know how to do this using the typical Step Types for calling VIs, but I don't see how this is done with the "Run VI Asynchronously" Step type.

 

Help.

"All truths are easy to understand once they are discovered; the point is to discover them." -- Galileo Galilei

0 Kudos
Message 1 of 2
(2,708 Views)
Solution
Accepted by B.Settles

Hi settlesj,

 

The user-interface for the asynchronous steps is slightly different than the "normal" steps.  If you click the little "Specify VI" button  in the step setting you will see the parameters in the dialog box that appears.  For this specific example, you can see how StopDemo is being written to from the VI:

 

Capture1.PNG

Regards,

Hassan Atassi
Senior Group Manager, Digital Support
0 Kudos
Message 2 of 2
(2,692 Views)