dubin
2 天以前 ccc39836716ba323c946cddc78a62049731ebb46
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -61,11 +61,11 @@
    public static final ArrayList<Integer> staNosErrList1 = new ArrayList<Integer>() {{
        add(1005);
        add(1006);
    }};
    public static final ArrayList<Integer> staNoWeight1 = new ArrayList<Integer>() {{
        add(1005);
        add(1006);
    }};
@@ -254,9 +254,12 @@
                staProtocol.setOutEnable(status[3]);// 可出
                staProtocol.setEmptyMk(status[4]);  // 空板信号
                staProtocol.setFullPlt(status[5]);  // 满托盘
                staProtocol.setHigh(status[6]);     // 高库位
                staProtocol.setLow(status[7]);      // 低库位
                staProtocol.setHigh(status[6]);     // 超高库位
                staProtocol.setLow(status[7]);      // 高库位
                status = siemensS7Net.getByteTransform().TransBool(result.Content, i * 8 + 7, 1);
                staProtocol.setMid(status[0]);     // 中库位
                staProtocol.setLower(status[1]);      // 低库位
                if (!staProtocol.isPakMk() && !staProtocol.isLoading()) {
                    staProtocol.setPakMk(true);
                }