NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Proceed with next UUT

Solved!
Go to solution

Hi!

After a sequence fail Test Stand shows the "Proceed with next UUT window".

How can I disable this window?

In my test model the end of test is handled by a custom dialog placed in PreUUT sequence, so I don't need the default one.

I couldn't find any point in the model sequences where this window is "triggered".

 

thanks in advance for the help!

 

Marco

0 Kudos
Message 1 of 3
(3,769 Views)

If I understand correctly you are refering to "UUT Information Dialog" as "Proceed with next UUT", correct?

If that is the case then PreUUT callback in process model has a Action step IdentifyUUT which displays the dialog on next loop of execution.

 

If you want to run the sequence only once then step in process model (Test UUTs) "Goto Next UUT" can be set to got to "End of UUT Loop" or in PreUUT place a precondition in IdentifyUUT step to execute for only the first execution.

 

Although I am surprised that you are seeing the default dialog even when you have overridden the PreUUT callback with the custom dialog box.Maybe can post some more information on how the callback is overriden.

*************************************************
CLD
*************************************************
Message 2 of 3
(3,766 Views)
Solution
Accepted by topic author MarcoMauri

Hi Ivrat,

thanks for replying!

Your answer guided me to solve the issue:

the window is created by the step "Handle Termination" in "Test UUTs" entry point in the model file.

 

As expected the "IdentifyUUT" is overridden by my custom PreUUT callback.

 

Regards!

Marco

0 Kudos
Message 3 of 3
(3,755 Views)