NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a labview variable in teststand

Hi, 

I am using a labview user interface to load a teststand sequence.

I need to use the value of one of the UI VIs terminal in one of the teststand sequence VIs.

 

How can i do that please ?

0 Kudos
Message 1 of 2
(2,058 Views)

Use a thread.PostUIMessage using a UIMsg_UserMessageBase value to request the value from the UI. Set the step to wait for an answer.

In your UI you have a callback to handle UIMessages and return the required value back to the Sequence.

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,020 Views)