src/main/java/com/zy/core/MainProcess.java
@@ -76,6 +76,8 @@ mainService.agvRestockByRobot(); // AGV补货(通知AGV取货) mainService.agvRestockInto(); // AGV补货(悬挂线通知AGV取货) mainService.agvRestockIntoByHangingWire(); // 300站拣料 mainService.pick300(); // 出库 ===>> 工作档信息写入led显示器 @@ -85,8 +87,6 @@ // 穿梭车 ===>> 小车电量检测充电 mainService.loopShuttleCharge(); mainService.executeShuttleCharge(); // 出库 ===>> 工作档信息写入led显示器 mainService.ledExecute(); // 间隔 Thread.sleep(200);