#
zjj
2024-06-07 32efe67e5c2ce1419d91717232f5b881b1828bc8
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -480,14 +480,14 @@
                    Integer siteId = staNos.get(i); // 站点编号
                    boolean[] status = siemensS7Net.getByteTransform().TransBool(resultErr.Content, i*4, 1);
                    StaProtocol staProtocol = station.get(siteId);
                    staProtocol.setBreakerErr(status[0]);
                    staProtocol.setInfraredErr(status[1]);
                    staProtocol.setBreakerErr(status[0]); //提升机 上升极限
                    staProtocol.setInfraredErr(status[1]); //提升机 下降极限
                    staProtocol.setOutTimeErr(status[2]);
                    staProtocol.setSeizeSeatErr(status[3]);
                    staProtocol.setWrkYgoodsN(status[4]);
                    staProtocol.setInverterErr(status[5]);
                    staProtocol.setContactErr(status[6]);
                    staProtocol.setUpcontactErr(status[7]);
                    staProtocol.setContactErr(status[6]); //提升机 左超限
                    staProtocol.setUpcontactErr(status[7]); //提升机 右超限
                }
            }