10-05-2012 11:24 AM
@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. 😄
10-05-2012 11:37 AM
Thanks...
10-05-2012 11:43 AM
@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?
08-19-2013 04:47 AM
Open LabVIEW go to Tools->Options->Block Diagram->(Scroll down to go) Error Handling-> Unchek the Enable automatic error handling Dialogs
Regards...!
Sagar Doshi