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