GXE600.lvlib:GXE600 Convert Error Code to Message.vi

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.

GXE600.lvlib:GXE600 Convert Error Code to Message.vi


cerrcodeclst

error in (no error)

error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

ierrcodeclst

error out

error out contains error information. This output provides standard error out functionality.

ibool

specific error cleared?

The boolean flag, specific error cleared?, indicates that the specific code of error in is cleared or not cleared.

istr

Error Message

The text strings converted from error code.