BusProtocolErrorsFTALK_INVALID_FRAME_ERROR Field |
Invalid frame error
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
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