自动化立体仓库 - WCS系统
#
LSH
2022-10-24 d900ddfe903d7f6c124f4fc18343e4dfd1bf363a
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -255,6 +255,12 @@
        } else {
            OutputQueue.DEVP.offer(MessageFormat.format("【{0}】 输送线命令下发 [id:{1}] >>>>> {2}", DateUtils.convert(new Date()), slave.getId(), JSON.toJSON(staProtocol)));
            log.info("输送线命令下发 [id:{}] >>>>> 命令下发: {}",  slave.getId(), JSON.toJSON(staProtocol));
            Integer siteId = staProtocol.getSiteId();
            staProtocol = station.get(siteId);
            if (siteId == 101 || siteId == 201) {
                staProtocol.setPakMk(true);
            }
        }
    }