12-14-2009 06:26 AM
I'm using the Simple Operator Interface. Teststand 4.0 and labview 8.x prototype adapters. In my test I turn on a 375 volt power supply. Is there a way to pass maybe a boolean back to the OI when the PS is turned on so that a green indicator light is turned on the front panel of the OI??
Thanks!
Clint
12-14-2009 08:10 AM
You can use UI Messages to solve this. See this post for an example.
hope this helps,
Norbert
12-14-2009 08:10 AM
Yes but you will have to modify the Simple Operator Interface (create a copy of the NI folder to a User folder). The usual method is via "user messages" or UImessage. It is an ActiveX method that you can call in your sequence to pass data. In the modified Operator Interface you then need to create a Callback Event to handle your UImessage and update the boolean indicator.
12-14-2009 03:18 PM
Here is another community example that makes use of UIMessages as well.
12-15-2009 04:48 AM
Sorry. I have TS 4.0.0.xxx the example is in 4.1.0.xxx can anyone resave at an "earlier" ver?
Thanks
12-15-2009 09:51 AM
12-15-2009 11:14 AM
I have LV 9 if that helps.
12-16-2009 09:26 AM