NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

operator interface

Hi i am working in Test Stand 3.5-Simple Operator Interface.
I am getting the part number of the UUT while executing my sequence. 
I want to display that part number in the Operator Interface using a Text Box.
I tried some ways, but they are not working.
Any one can tell how to implement this?
 
 
0 Kudos
Message 1 of 2
(3,062 Views)

Hi,

One way would be to use a custom UIMessage.

Your Sequence would post the message to the OI and then the OI would act on this message to update the front panel indicator with the data sent with the message.

Here is a link to an example (its TS3.0 but it should work for later versions)

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

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(3,059 Views)