Преглед на файлове

fix the slot exceeds limit bug.

sangwq преди 1 година
родител
ревизия
0e0a0459a5
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Venus/Venus_RT/Modules/AutoCycle.cs

+ 3 - 0
Venus/Venus_RT/Modules/AutoCycle.cs

@@ -1219,6 +1219,9 @@ namespace Venus_RT.Modules
             var slots =(_vacSchedulers[ll] as SchedulerLoadLock).GetOrderedOutSlot();
             foreach(var slot in slots)
             {
+                if (slot >= (ll == ModuleName.LLA ? _LLASlotNumber : _LLBSlotNumber))
+                    continue;
+
                 if (inWaferCount >= 2)
                     break;