ModbusCommErrorCode 열거형
Modbus 통신 오류 코드
네임스페이스: VagabondK.Protocols.Modbus
어셈블리: VagabondK.Protocols.Modbus.dll
구문
public enum ModbusCommErrorCode
필드
이름 | 설명 |
---|---|
ErrorCRC | CRC 오류 |
ErrorLRC | LRC 오류 |
ModbusTcpSymbolError | Modbus TCP 프로토콜 아이디가 0이 아님. |
NotDefined | Not Defined |
NotDefinedModbusSerializer | Modbus 직렬화 형식이 정의되지 않았음. |
ResponseAddressDoNotMatch | 요청과 응답의 Address가 일치하지 않음. |
ResponseAsciiEndError | Modbus ASCII의 종결 문자(CR LF)를 찾을 수 없음. |
ResponseAsciiStartError | Modbus ASCII의 시작 문자(:)를 찾을 수 없음. |
ResponseFunctionDoNotMatch | 요청과 응답의 Function 코드가 일치하지 않음. |
ResponseLengthDoNotMatch | 요청과 응답의 데이터 길이가 일치하지 않음. |
ResponseSlaveAddressDoNotMatch | 요청과 응답의 Slave Address가 일치하지 않음. |
ResponseTcpLengthDoNotMatch | Modbus TCP 헤더에 표시된 길이와 Modbus 메시지의 길이가 일치하지 않음. |
ResponseTimeout | 응답 타임아웃 |
ResponseWritedLengthDoNotMatch | 요청과 응답의 다중 쓰기 길이가 일치하지 않음. |
ResponseWritedValueDoNotMatch | 요청과 응답의 쓰기 값이 일치하지 않음. |