04-04-2023 10:36 PM
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!
04-05-2023 12:45 AM
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
Furthermore, you can find an example with every TestStand installation
Hope that helps