NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

pass an indicator back to the Operator Interface

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

0 Kudos
Message 1 of 8
(4,190 Views)

You can use UI Messages to solve this. See this post for an example.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 8
(4,186 Views)

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.

 

0 Kudos
Message 3 of 8
(4,185 Views)

Here is another community example that makes use of UIMessages as well.

 

http://zone.ni.com/devzone/cda/epd/p/id/6233

0 Kudos
Message 4 of 8
(4,166 Views)

Sorry. I have TS 4.0.0.xxx the example is in 4.1.0.xxx  can anyone resave at an "earlier" ver?

 

Thanks

0 Kudos
Message 5 of 8
(4,150 Views)
Here is the sequence file saved to the 4.0.x format.  Do you need the LabVIEW code saved back to an earlier version as well?
Eric B.
National Instruments
0 Kudos
Message 6 of 8
(4,136 Views)

I have LV 9 if that helps.

 

 

0 Kudos
Message 7 of 8
(4,128 Views)
If you have LabVIEW 2009, you should be able to open those LabVIEW files...let me know if you have trouble with it though.
Eric B.
National Instruments
0 Kudos
Message 8 of 8
(4,108 Views)