hzd před 2 týdny
rodič
revize
ab74d4a1cc
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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);
                     log.info("allowBlanking:"+allowBlanking);
 
 
                     if (index == 0){
                     if (index == 0){
+                        if(allowFeeding){
+                            RobotUtil.setAllowFeeding(s7PLC, false);
+                        }
                         if(workFinish){
                         if(workFinish){
                             RobotUtil.setAllowBlanking(s7PLC,true);
                             RobotUtil.setAllowBlanking(s7PLC,true);
                         }else{
                         }else{