Documentation

BusProtocolErrorsFTALK_MBUS_ILLEGAL_ADDRESS_RESPONSE Field

Illegal Data address exception response

Namespace:  FieldTalk.Modbus.Master
Assembly:  FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntax
public const 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