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.


icon

Inputs/Outputs

  • ci32.png specific error code to clear (0: all)

    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.

  • cerrcodeclst.png error in (no error)

    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.

  • ibool.png specific error cleared?

    specific error cleared? indicates whether the error referenced by specific error code to clear has been cleared.

  • ierrcodeclst.png error out

    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.