LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

suppress pop up dialog boxes on error

Solved!
Go to solution

@crossrulz wrote:

And the definition of "handle" to the automatic error handler is that you wire the error out to something, even an indicator.


... or even to the edge of a structure. 😄

0 Kudos
Message 11 of 14
(1,085 Views)

Thanks...

0 Kudos
Message 12 of 14
(1,079 Views)

@QRP wrote:

Actually, I turned off the auto error reporting, but TCP/IP still throws the error dialog even though the auto reporting is disabled in the VI properties. Any other ideas?

 

Thanks...


Another few of those somewhat confusing config settings. The INI token for "Enable Automatic error dialogs" is the one to change to surpress all automatic error pop-ups and, it applies to all vis in memory since it effect the Run Time Engine. (why you would run with auto error on and surpressed dialogs is unclear to me since this makes no sense.)  The INI token for "Enable Automatic error handeling in new VIs" sets a default vi property for new vis and will not change any existing vi settings.

 Disabling the VI property "Enable Automatic Error handleing" from the VI Execution page applies only to the specific vi and will not surpress auto error dialogs on the caller or in sub vis.

 

Clear as mud right?


"Should be" isn't "Is" -Jay
0 Kudos
Message 13 of 14
(1,079 Views)

Open LabVIEW go to Tools->Options->Block Diagram->(Scroll down to go) Error Handling-> Unchek the Enable automatic error handling Dialogs

 

Regards...!

Sagar Doshi

Message 14 of 14
(1,026 Views)