|
@@ -1212,7 +1212,7 @@ namespace Venus_RT.Modules
|
|
|
if (wafer.ProcessJob.Sequence.Steps[wafer.NextSequenceStep].StepModules.Contains(mod.Key))
|
|
|
{
|
|
|
if ((WaferManager.Instance.CheckNoWafer(mod.Key, 0) && !_movingItems.Exists(item => item.DestinationModule == mod.Key)) ||
|
|
|
- (WaferManager.Instance.CheckHasWafer(mod.Key, 0) && _movingItems.Exists(item => item.SourceModule == mod.Key) && !_movingItems.Exists(item => item.DestinationModule == mod.Key)))
|
|
|
+ (WaferManager.Instance.CheckHasWafer(mod.Key, 0) && _movingItems.Exists(item => item.SourceModule == mod.Key) && !_movingItems.Exists(item => item.DestinationModule == mod.Key) && !IsPMNeedWTWClean(mod.Key)))
|
|
|
{
|
|
|
inSlot.Module = mod.Key;
|
|
|
inSlot.Slot = 0;
|