lty
3 天以前 09f634c766e8daeeb687d48fd645f225afc3c082
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -387,6 +387,9 @@
            if(resultIn.IsSuccess){
                for (int i = 0; i < staNosInSize; i++) {
                    Integer siteId = staNosIns.get(i);
                    if(siteId == 202){
                        StaProtocol staProtocol1 = station.get(siteId);
                    }
                    StaProtocol staProtocol = station.get(siteId);
                    staProtocol.setStamp( siemensS7Net.getByteTransform().TransInt16(resultIn.Content, i*6));
                }