src/main/java/com/zy/core/MainProcess.java
@@ -50,12 +50,16 @@ mainService.executeOutTask(); // 检测任务完成 mainService.deviceFinished(); // // 堆垛机异常信息记录 // 堆垛机异常信息记录 // mainService.recCrnErr(3); // 出库 ===>> 工作档信息写入led显示器 mainService.ledExecute(4); // 入库 ===>> 工作档信息写入led显示器 mainService.ledExecuteIn(6); // 其他 ===>> LED显示器复位,显示默认信息 mainService.ledReset(5); // 出库 ===>> 显示运行状态 mainService.deviceRunning(7); } catch (Exception e) {