BusProtocolErrorsFTALK_REPLY_TIMEOUT_ERROR Field |
Reply time-out
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
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