|
|
@@ -7831,7 +7831,14 @@ namespace FurnaceRT.Equipments.Jobs
|
|
|
Singleton<EquipmentManager>.Instance.ChargeWaferJobStartFailedWarning.Set($"layout recipe {layoutRecipe} check charge rule failed, {reason}");
|
|
|
return false;
|
|
|
}
|
|
|
-
|
|
|
+ var pm = (Singleton<EquipmentManager>.Instance.Modules[ModuleName.PM1] as PMModule);
|
|
|
+ foreach (var item in _lstFIMSs)
|
|
|
+ {
|
|
|
+ if (!_fimsCheckOxDensityDict.ContainsKey(item.Module.ToString()))
|
|
|
+ {
|
|
|
+ _fimsCheckOxDensityDict.Add(item.Module.ToString(), Tuple.Create(new FilterChecker(), pm.GetWaferChargeLAO2CheckSV()));
|
|
|
+ }
|
|
|
+ }
|
|
|
_lstProcessJobs.Add(pj);
|
|
|
|
|
|
//_faCallback.JobCreated(pj);
|