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{