|
@@ -418,7 +418,7 @@ namespace Venus_RT.Modules.PMs
|
|
|
WaferId = waferInfo.InnerId.ToString();
|
|
|
SlotID = waferInfo.OriginSlot.ToString();
|
|
|
LotID = waferInfo.ProcessJob == null || string.IsNullOrEmpty(waferInfo.ProcessJob.ControlJobName) ? "" : waferInfo.ProcessJob.ControlJobName;
|
|
|
- FullRecipeName = string.Format(@"{0}/{1}/{2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
+ FullRecipeName = string.Format(@"{0} {1} {2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
}
|
|
|
Processtime.Stop();
|
|
|
RecipeEndTime = RecipeStartTime + Processtime.Elapsed;
|
|
@@ -509,7 +509,7 @@ namespace Venus_RT.Modules.PMs
|
|
|
WaferId = waferInfo.InnerId.ToString();
|
|
|
SlotID = waferInfo.OriginSlot.ToString();
|
|
|
LotID = waferInfo.ProcessJob == null || string.IsNullOrEmpty(waferInfo.ProcessJob.ControlJobName) ? "" : waferInfo.ProcessJob.ControlJobName;
|
|
|
- FullRecipeName = string.Format(@"{0}/{1}/{2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
+ FullRecipeName = string.Format(@"{0} {1} {2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
}
|
|
|
Processtime.Stop();
|
|
|
RecipeEndTime = RecipeStartTime + Processtime.Elapsed;
|
|
@@ -551,7 +551,7 @@ namespace Venus_RT.Modules.PMs
|
|
|
WaferId = waferInfo.InnerId.ToString();
|
|
|
SlotID = waferInfo.OriginSlot.ToString();
|
|
|
LotID = waferInfo.ProcessJob == null || string.IsNullOrEmpty(waferInfo.ProcessJob.ControlJobName) ? "" : waferInfo.ProcessJob.ControlJobName;
|
|
|
- FullRecipeName = string.Format(@"{0}/{1}/{2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
+ FullRecipeName = string.Format(@"{0} {1} {2}", ChuckRecipeName, ProcessRecipeName, DechuckRecipeName);
|
|
|
}
|
|
|
Processtime.Stop();
|
|
|
RecipeEndTime = RecipeStartTime + Processtime.Elapsed;
|