BusProtocolErrorsFTALK_REPLY_TIMEOUT_ERROR Field |
Reply time-out
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_REPLY_TIMEOUT_ERROR = 132
Public Const FTALK_REPLY_TIMEOUT_ERROR As Integer = 132
public:
literal int FTALK_REPLY_TIMEOUT_ERROR = 132
Field Value
Type:
Int32
Remarks
Signals that a fieldbus data transfer timed out. This can occur if the
slave device does not reply in time or does not reply at all. A wrong
unit adress will also cause this error. In some occasions this exception
is also produced if the characters received don't constitute a complete
frame.
See Also