04-20-2016 02:41 PM
Hello Community,
How do you send a string from Labview to Teststand as a UIMessage?
I am able to send data as a UIMessage from a sequence file to Labview, but I am unsure how to do the reverse.
Attached:
An unfinished UIMessage from Labview.
An action step showing the UIMessage as an input to Labview, but how do you set it up as an output from labview?
My purpose...
When the Labview GUI launches, the user selects a device.
When the user clicks start to run the sequence file, I want the sequence file to know which device the user selected and stored into a local or global variable.
Any help would be greatly appreciated.
Solved! Go to Solution.
04-21-2016 12:22 PM
I came across an idea of using Sequence Context with the Teststand-Set Property Value.vi.
I know this is now somewhat a Teststand question, but how does one call the UI Message in Teststand to get the new value?
04-21-2016 01:05 PM
Have you looked at some of these resources?
https://decibel.ni.com/content/docs/DOC-20423
http://www.ni.com/tutorial/4532/en/
http://www.ni.com/example/27606/en/
04-21-2016 02:15 PM
If you would have gone with the architecture I suggested the last time you asked this type of question, the sequence would have just sent a message asking for the value and gotten a response.
04-21-2016 04:24 PM
Kimchi-Taco,
The first link resource was exactly what I was looking for
Thank you