自动化立体仓库 - WCS系统
*
lsh
2024-10-17 13610d4b55fb5d2871a4f12e3e8df4ab86bf33f7
src/main/java/com/zy/core/MainProcess.java
@@ -54,8 +54,11 @@
                    if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
                        continue;
                    }
                    //更新位置信息
                    mainService.updateStePosition();
                    // 任务下发
                    mainService.loopSteCharge();
                } catch (Exception e) {