From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying errors when Enable automatic error handling option is on

Solved!
Go to solution

In order to display error messages do I need general or simple error handler to implement if I have Enable automatic error handling on?

0 Kudos
Message 1 of 2
(2,446 Views)
Solution
Accepted by topic author MimiKLM

Both will (optionally) display a popup when an error occurs. The general error handler just has more options for special cases. The simple error handler is typically sufficient.

If you havce automatic error handing enabled, you'll get a popup whenever a function generates an error AND the error output is not wired. Once you wire an error handler, the automatic error handling will no longer occur.

To display an error, you can also just place a plain error indicator on the front panel. This avoids annoying popup messages.

Message 2 of 2
(2,420 Views)