10-11-2007 04:09 PM
10-12-2007 12:17 AM
This really depends on where the error message is generated from.
If the VI itself has been written to display this error when a problem occurs, then you'll need to edit that VI to suppress the message from being displayed.
Alternatively, the Labview run-time engine has generated this error in response to a problem with the VI's execution. If that's the case, then you can suppress the error by opening the VI and navigating to File >> VI Properties >> Execution and clearing the checkbox labelled 'Enable automatic error handling'.
I would however, recommend you investiage the cause of this error so you can stop it from appearing in the first place. Simply suppressing the error message could cause you problems further along the line.
Regards,
Andy
10-12-2007 06:17 AM