This example shows how to use the GXE600 Convert Error Code to Message VI.
The sub VI, GXE600 Convert Error Code to Message.vi, assumes calling from error processing section.
error in (no error) error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
code The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
source The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
Error Code Example error code to convert. |
error out error out contains error information. This output provides standard error out functionality. |
status The status boolean is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
code The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
source The source string describes the origin of the error or warning. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
specific error cleared? The boolean flag, specific error cleared?, indicates that the specific code of error in is cleared or not cleared. |
Error Message The result of conversion from error code to error message. |