FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_INVALID_FRAME_ERROR Field

Invalid frame error

[Visual Basic]
Public Const FTALK_INVALID_FRAME_ERROR As Integer = 130
[C#]
public const int FTALK_INVALID_FRAME_ERROR = 130;

Remarks

Signals that a received frame does not correspond either by structure or content to the specification or does not match a previously sent query frame. A poor data link typically causes this error.

See Also

BusProtocolErrors Class | FieldTalk Namespace