LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UIMessage from Labview to Teststand

Solved!
Go to solution

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.

Download All
0 Kudos
Message 1 of 5
(3,276 Views)

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?

0 Kudos
Message 2 of 5
(3,218 Views)
Solution
Accepted by topic author MechUnit

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/

Jonathan R.
Applications Engineer
National Instruments
Message 3 of 5
(3,209 Views)

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.

Message 4 of 5
(3,198 Views)

Kimchi-Taco,

 

The first link resource was exactly what I was looking for

Thank you

0 Kudos
Message 5 of 5
(3,180 Views)