修正AutoTransfer中MonitorUnLoadTask函数中检测正在运行的Wafer总数的计算方法。

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2022-11-28 14:29:45 +08:00
parent ab3478e500
commit eba3ff535a
1 changed files with 1 additions and 1 deletions

View File

@ -1783,7 +1783,7 @@ namespace SicRT.Modules
if ((!_tmRobot.IsReadyForPlace(ModuleName.UnLoad, 0) && _load.CheckWaferNeedProcess(0)) if ((!_tmRobot.IsReadyForPlace(ModuleName.UnLoad, 0) && _load.CheckWaferNeedProcess(0))
|| _aligner.CheckWaferNeedProcess(0) || _aligner.CheckWaferNeedProcess(0)
|| _waferRobot.CheckWaferNeedProcess(0) || _waferRobot.CheckWaferNeedProcess(0)
|| (GetWaferInJobQueue() != null && GetCurrentWaferCount() < _maxTrayCount)) || (GetWaferInJobQueue() != null && GetRunWaferCount() < _maxTrayCount))
return; return;
// TM把Wafer和Tray放如UnLoad后先冷却再分离然后取Tray前Purge // TM把Wafer和Tray放如UnLoad后先冷却再分离然后取Tray前Purge