06-09-2022 06:55 AM
I'm using Labview TestStand user interface and Teststand. In TS I open .NET assembly reference - it is stored in teststand sequence as Object reference. Now, I want to get this reference into Labivew User Interface.
I tried to send Object reference from TS to LVusing UIMessages but It does not work. Please help
06-09-2022 11:20 AM
In your case, probably the simplest method would be to use "Thread" property of UIMessage and call "GetSequenceContext" method on it.
06-09-2022 11:26 PM
Thank you for answer. Can you give me some additional information ? Cannot understand from what you wrote.