hzd 2 veckor sedan
förälder
incheckning
ab74d4a1cc
1 ändrade filer med 3 tillägg och 0 borttagningar
  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{