NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Closing test Result panel without having to select the OK button

Solved!
Go to solution

I am using TestStand 2017 and at the end of the sequence (Test UUT) the UUT Result panel require to select the OK button to start the next test. I would like the UUT Result panel to being displayed at the end until an IO change state and start testing the next UUT without the need of selecting the OK button.TestResultpanel.jpg

0 Kudos
Message 1 of 2
(716 Views)
Solution
Accepted by topic author JTTest1997

Hello,

 

You have to modify the behavior of the PostUUT callback. It can be done specifically for a test sequence, by overriding this Callback in that sequence. Or globally by modifying (a copy of) the ProcessModel.

 

A very straightforward way of doing so should be to build a code module that will display the Pass status, and will wait for you I/O.

 

Mind to use termination monitor in this code module, to handle gracefully a potential Terminate in your code module. See Checking for Suspended or Stopped Execution within Code Modules

 

Regards,

0 Kudos
Message 2 of 2
(674 Views)