Clear Errors VI

Owning Palette: Dialog & User Interface VIs and Functions

Requires: Base Development System

Resets the error status to no error, code to 0, and source to an empty string. Use this VI when you want to ignore an error. By default, this VI ignores all errors. Wire an error code value to specific error code to clear if you only want to ignore a specific error.

 Add to the block diagram  Find on the palette
specific error code to clear ignores only the specific error code wired to this input. The default value is 0, which means the VI will ignore all errors.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. The default is no error. If you do not wire a value to specific error code to clear, this node does not pass the error in input to the error out output.
specific error cleared? indicates whether the error referenced by specific error code to clear has been cleared.
error out contains error information. This output provides standard error out functionality. error out returns no error by default. If you wire a value to specific error code to clear and error in contains errors that do not match the error code you wired, error out will return an error.