Browse Source

Revise CanOpenAxis operationLocker;

niuyx 1 day ago
parent
commit
a7a47c78bd
1 changed files with 2 additions and 3 deletions
  1. 2 3
      CyberX8_RT/Devices/AXIS/GalilRotation/GalilRotationAxis.cs

+ 2 - 3
CyberX8_RT/Devices/AXIS/GalilRotation/GalilRotationAxis.cs

@@ -267,10 +267,9 @@ namespace CyberX8_RT.Devices.AXIS.GalilLipsel
                         }
 
                     }
-                }
-                JudgeRunMonitor();
+                }              
             }
-            
+            JudgeRunMonitor();
             return true;
         }