|
|
@@ -1067,7 +1067,7 @@ namespace FurnaceRT.Equipments.PMs
|
|
|
|
|
|
RecipeExecEntryEnumValue = RecipeExecEntryEnum.MaintenanceJobTrigger;
|
|
|
|
|
|
- _preprocessRoutine.Init((string)param[0], true, (bool)param[1]);
|
|
|
+ _preprocessRoutine.Init((string)param[0], true, param.Count() > 1 ? (bool)param[1] : false);
|
|
|
Result ret = StartRoutine(_preprocessRoutine);
|
|
|
if (ret == Result.FAIL || ret == Result.DONE)
|
|
|
return false;
|
|
|
@@ -1738,7 +1738,7 @@ namespace FurnaceRT.Equipments.PMs
|
|
|
|
|
|
}
|
|
|
#region
|
|
|
-
|
|
|
+
|
|
|
#region
|
|
|
private string _processRecipeStepNumber = "";
|
|
|
private string _processRecipeStepName = "";
|