hzd 2 周之前
父节点
当前提交
ab74d4a1cc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/com/mes/ui/MesClient.java

+ 3 - 0
src/com/mes/ui/MesClient.java

@@ -1163,6 +1163,9 @@ public class MesClient extends JFrame {
                     log.info("allowBlanking:"+allowBlanking);
 
                     if (index == 0){
+                        if(allowFeeding){
+                            RobotUtil.setAllowFeeding(s7PLC, false);
+                        }
                         if(workFinish){
                             RobotUtil.setAllowBlanking(s7PLC,true);
                         }else{