src/main/java/com/zy/core/thread/SiemensRgvThread.java
@@ -177,7 +177,7 @@ */ private void readStatus(){ try { OperateResultExOne<byte[]> result = siemensNet.Read("DB100.0", (short) 16); OperateResultExOne<byte[]> result = siemensNet.Read("DB100.0", (short) 18); if (result.IsSuccess) { if (null == rgvProtocol || rgvProtocol.getRgvNo() == null) { rgvProtocol = new RgvProtocol();