自动化立体仓库 - WCS系统
#
18516761980
2022-06-08 556c49e32f5f38cca479eb2a12025712b2f1807b
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -53,6 +53,10 @@
        add(120);add(121);add(122);add(123);add(124);add(125);add(126);add(127);add(128);add(129);
        add(130);add(131);add(132);add(133);add(134);add(135);add(136);
    }};
    @Autowired
    private SlaveProperties slaveProperties;
    /**
     * 条码数量
     */
@@ -174,6 +178,7 @@
        }
        Thread.sleep(200);
        barcodeSize = slaveProperties.getBarcode().size();
        OperateResultExOne<byte[]> result2 = siemensS7Net.Read("DB100.190",(short)(barcodeSize*8));
        if (result2.IsSuccess) {
            for (int i = 0; i < barcodeSize; i++) {