BusProtocolErrorsFTALK_INVALID_FRAME_ERROR Field |
Invalid frame error
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_INVALID_FRAME_ERROR = 130
Public Const FTALK_INVALID_FRAME_ERROR As Integer = 130
public:
literal int FTALK_INVALID_FRAME_ERROR = 130
Field Value
Type:
Int32
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