NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to close pop up error messages

Hi,
I am running a sequence that contains sub-sequences. Sometimes an error may occur and a 'System Level Exception Handling' pop up error message will appear. I want the pop up window to be recognised so that my sequence doesn't hang waiting for a user to hit a button on the pop up window. Is there a way to be able to close pop up windows (e.g. error messages from windows) from TestStand?

Thanks a lot,
🙂
0 Kudos
Message 1 of 2
(3,143 Views)

Hello,

It really depends on the source of the error messages.  If the error messages are coming from TestStand, you can turn off the error handling dialogs from the Station Options screen.  You can also customize your error processing by overriding the SequenceFilePostStepRuntimeError Engine Callback.  However, if the error message is being generated by one of your code modules, then it is outside of TestStand's control and you'll have to implement proper error handling procedures in the code module.

 

Regards,

Ryan K.

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