|
@@ -960,6 +960,8 @@ namespace FurnaceRT.Equipments.PMs
|
|
if (ret == Result.FAIL || ret == Result.DONE)
|
|
if (ret == Result.FAIL || ret == Result.DONE)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
|
|
+ Singleton<ScheduleMaintenanceDataManager>.Instance.ReatorRecipeTotalByRecipeName(_recipeRunningInfo.RecipeName);
|
|
|
|
+
|
|
if (!IsJobProcess)
|
|
if (!IsJobProcess)
|
|
SensorPROCManualOK.Value = true;
|
|
SensorPROCManualOK.Value = true;
|
|
|
|
|