BusProtocolErrorsFTALK_MBUS_SLAVE_FAILURE_RESPONSE Field |
Slave Device Failure exception response
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic const int FTALK_MBUS_SLAVE_FAILURE_RESPONSE = 164
Public Const FTALK_MBUS_SLAVE_FAILURE_RESPONSE As Integer = 164
public:
literal int FTALK_MBUS_SLAVE_FAILURE_RESPONSE = 164
Field Value
Type:
Int32
Remarks
Signals that a Slave Device Failure exception response (code 04) was
received. This exception response is sent by a slave device instead of a
normal response message if an unrecoverable error occured while
processing the requested action. This response is also sent if the
request would generate a response whose size exceeds the allowable data
size.
See Also