09-27-2017 09:25 PM
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.
09-28-2017
03:06 AM
- last edited on
12-31-2024
01:33 PM
by
Content Cleaner
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.
07-13-2018 01:40 AM
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.