pang.jiabao
2024-07-10 50e5164f1dc957eba4494bda01171afdc86d5782
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();