ソースを参照

fix blocking issue while no wafer waiting in LL.

sangwq 1 年間 前
コミット
5b961e44db
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      Venus/Venus_RT/Modules/SystemDispatcher.cs

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

@@ -3395,9 +3395,9 @@ namespace Venus_RT.Modules
                                             _tmSchdActions.Enqueue(new List<MoveItem> { new MoveItem(ModuleName.TMRobot, (int)freeHands[1], outLL, outLLWaferStatus.emptySlot[0], freeHands[1]) });
                                         }
                                     }
-                                }
 
-                                return;
+                                    return;
+                                }
                             }
                         }
                     }