Converts specific error code to error message strings.
This VI can convert several error code coresponding to MODBUS transaction.
The available codes are;
code 538182 to Illigal Data Address.
code 538183 to Illigal Data Value.
code 538184 to Slave Device Failure.
code 538186 to Slave Device Busy.
code 538177 to Recieve time out is occurred.
And the boolean flag, specific error cleared?, indicates that the specific code of error in is cleared or not cleared.
If error code does not match then the boolean flag, specific error cleared?, is set to false and error out is as is.
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 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 text strings converted from error code. |