BusProtocolErrorsFTALK_MBUS_ILLEGAL_ADDRESS_RESPONSE Field |
Illegal Data address exception response
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_MBUS_ILLEGAL_ADDRESS_RESPONSE = 162
Public Const FTALK_MBUS_ILLEGAL_ADDRESS_RESPONSE As Integer = 162
public:
literal int FTALK_MBUS_ILLEGAL_ADDRESS_RESPONSE = 162
Field Value
Type:
Int32
Remarks
Signals that an Illegal Data address exception response (code 02)
was received. This exception response is sent by a slave device instead
of a normal response message if a master queried an invalid or
non-existing data ess.
See Also