| | |
| | | |
| | | |
| | | 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); |
| | | }}; |
| | | |
| | | |
| | |
| | | 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); |
| | | } |