NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

UI Message from LV Step to LV UserInterface

 I need to post the UI message From LV step to LV UserInterface.But now every step must have a "ThisContext" input from TS Sequence to get the Thread, then post UI message. Is there anyway to input a context only one time?

0 Kudos
Message 1 of 2
(774 Views)

ThisContext might change during execution and hence the best way is to get it for every step. It would not be robust if you get it once and store it in LV globals.

 

Alternatively, you can output the message from the LV step and in the PostExpression you can send the UI message, this way you don't need to edit the VI.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(759 Views)