NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically stop step runtime error popup

I have an action step that turns on the power supply.  If the power supply power switch is not powered on, the steps runtime error message will popup for unable to communicate since the supply switch is off.  I'd like to turn off this popup but still retain the runtime error information so I can store it to a file for debug use.  Is there an easy way to do this?  Thanks in advance!

0 Kudos
Message 1 of 2
(616 Views)

The error dialog is created by an engine callback, which can be overridden by any client sequences file

 

You can find the basics at

https://www.ni.com/de-de/support/documentation/supplemental/07/using-callbacks-in-ni-teststand.html

https://youtu.be/KujuBaXUfnk

 

Furthermore, you can find an example with every TestStand installation

Oli_Wachno_0-1680673490471.png

Hope that helps

0 Kudos
Message 2 of 2
(597 Views)