Explorar el Código

temporary change avoiding blocking issue.

sangwq hace 1 año
padre
commit
5e8f478558
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Venus/Venus_RT/Modules/SystemDispatcher.cs

+ 1 - 1
Venus/Venus_RT/Modules/SystemDispatcher.cs

@@ -2514,7 +2514,7 @@ namespace Venus_RT.Modules
 
                 // return wafer while out LL ready or cooling state
                 //if ((outLLWaferStatus.outSlot.Count > 0 && outLLWaferStatus.outSlot.Count <= (validHands - efemRobotWafers.Count)) && outLLModule.ReayForEfemInTime(10))
-                if ((outLLWaferStatus.outSlot.Count > 0 && outLLModule.ReayForEfemInTime(10))
+                if (outLLWaferStatus.outSlot.Count > 0 && outLLModule.ReayForEfemInTime(10))
                 {
                     if (ExchangeWaferWithLL(outLL))
                         return;