Client_RTU_ErrorCode

Client_RTU_ErrorCode (ENUM)

TYPE Client_RTU_ErrorCode : NO_ERROR

Attributes: qualified_only\

InOut:

Name
Initial
Comment

NO_ERROR

16#0

The communication was successful

CONNECT_TIMEOUT

16#1

The connection process takes longer than the expected time ‘tTimeoutComConnect’

CONNECT_ERROR

16#2

The connection process was not successful (Connect error)

SEND_TIMEOUT

16#3

The send process takes longer than the expected time ‘tTimeoutDeviceSend’

SEND_ERROR

16#4

The send process was not successful (Send error)

READ_TIMEOUT

16#5

The receive process takes longer than the expected time ‘tTimeoutDeviceReceive’

READ_ERROR

16#6

The receive process was not successful (Receive error)

Last updated