04-21-2016 12:28 PM
Hello Community,
I made a post in the Labview section that happens to be for Teststand too.
I am confused about how to setup the ActiveX/COM Module.
Would you please visit that post and help if you can.
http://forums.ni.com/t5/LabVIEW/UIMessage-from-Labview-to-Teststand/m-p/3285436#M960082
Thank you
Solved! Go to Solution.
04-21-2016 03:05 PM
I think the best way would be to set a variable in your code that handles the UI Message. In the picture below, I set a random number to StationGlobals.DemoNumber. You could do this with a string.
Just as a note, I try to avoid having the UI sending information to TestStand. It is much more reliable to have TestStand handle this so that you don't have to account for different code executing if you're in the UI or in the TestStand environment.