BusProtocolErrorsFTALK_MBUS_GW_TARGET_FAIL_RESPONSE Field |
Gateway Target Device Failed 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_GW_TARGET_FAIL_RESPONSE = 171
Public Const FTALK_MBUS_GW_TARGET_FAIL_RESPONSE As Integer = 171
public:
literal int FTALK_MBUS_GW_TARGET_FAIL_RESPONSE = 171
Field Value
Type:
Int32
Remarks
Signals that a Gateway Target Device failed exception response (code 0B)
was received. This exception is typically sent by gateways if the gateway
was unable to receive a response from the target device. Usually means
that the device is not present on the network.
See Also