07-28-2014 10:53 AM
are there any examples for user interface messages from Teststand to my User Interface
I have to send the UUT count , pass fail time etc info....
regards
akshay
07-28-2014
11:08 AM
- last edited on
08-08-2024
03:19 PM
by
Content Cleaner
07-29-2014 09:24 AM
thanks Jigg
why is it that the generated UserMessage Event Callback a Clone
Is there any tried & tested mechanism to take data out of this VI in the Main Operator Interface.
07-29-2014 11:02 AM
My guess is that it's a clone because then if you recieve multiple events it will be able to handle them.
The best way to use it is to pass in a reference to a control or indicator and then update using property or invoke nodes.
Another thing you could try is using FGVs to pass data back and forth.
Regards,