FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_REPLY_TIMEOUT_ERROR Field

Reply time-out

[Visual Basic]
Public Const FTALK_REPLY_TIMEOUT_ERROR As Integer = 132
[C#]
public const int FTALK_REPLY_TIMEOUT_ERROR = 132;

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

BusProtocolErrors Class | FieldTalk Namespace