02-22-2018 05:05 AM
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 ?
02-22-2018 10:49 AM
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.