NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Parameters.UUT.SerialNumber to a native string indicator in Operator Interface Teststand?

Hi All,

 

I am trying to customise the teststand OI which able to get and display the serial number (from user input during the execution of Test UUT test stand pop up). Any advise will be appreciated. Thanks.

0 Kudos
Message 1 of 3
(2,912 Views)

Hi,

 

Successful get and display UUT serial number to Teststand OI via user UImessage callback from my sequence file. Visit https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US
Looking for advice to send UImessage from process model.

 

Thanks.

0 Kudos
Message 2 of 3
(2,880 Views)

I would use UIMsg_ModelState_Identified–(Value: 32). You get the serial number(s) from the string data parameter. Standard Teststand models send these messages automatically, so if you just modify one of them instead of building one from the scratch you should be able to use it. I use it to determine the moment when the UUT has been identified.

0 Kudos
Message 3 of 3
(2,631 Views)