NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

UUT not identified - how to find out from LabView?

When I use a standard process model and "Test UUTs" as entry point, I get UIMsg_ModelState_Identified (message code 32) as UI Message after the UUT is identified. But if I press "Cancel" in the front end callback, is there also a standard message, that informed me, that the UUT Identification has been cancelled?

 

I have a "Run"-button in my OI which should be disabled after beeing pressed. Unfortunately "Cancel" leaves it disabled, which makes it impossible to start the entry point again. 

 

Thanks

 

Michael

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

Hi mthimm,

 

is your post still actual? (it has been a week without response here)

 

I couldn't find specific UI Message which should do the job - https://zone.ni.com/reference/en-XX/help/370052K-01/tsapiref/reftopics/uimessagecodes/

 

When you press "Cancel" in Front End Callback, it's too soon to identify something, cause you don't identify UUT in Front End Callback, just logging the user. 

So if you press cancel when you "log in" in operator interface, you can log in again with credentials you should have as admin/developer/technician/operator and then run the test (edit it).

You can edit Front End Callback not to ask for log in from the user after entering sequence editor/operator interface, if desired.

 

Hope this helps.

Regards,

Patrik
CTA, CLA
Helping (sharing) is caring!

If the post was helpful - Kudo it.
If the post answered your question - Mark it as Solution.
Message 2 of 3
(2,119 Views)

My post is not urgent anymore, but this is something I would like to know.

 

My question appearently was not what I wanted to know. 

 

You are right, the enter serial window is not a FrontEnd Callback.I am Using LabVIew and the Teststand API for an custom OI.

 

My question is about the window, where the serial number is entered. On the Entry Point "Test UUts" the standard process models open an enter serial window. After a serial number is entered they send the UUT identified Message, run the client sequence file and after the client sequence file has been processed the enter serial window is opened again. When I press "Cancel" the Window closes. Is there some Message, Callback, event or something else, that informs me, that I have to start the entry-point again? 

 

If I enter the serial number, how do I get the sequence context of the client sequence file that belongs to this UUT? If I would like to connect this particular execution to a particular execution view manager THe UUT identified only gives me the seuqence context of the process model.

 

 

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