|
@@ -274,42 +274,7 @@ namespace FurnaceRT.Equipments.Systems
|
|
|
Category = "SystemAlarm",
|
|
|
}, () => { return true; });
|
|
|
|
|
|
- SDWaferTypeUseCountWarning = SubscribeAlarm(new AlarmEventItem()
|
|
|
- {
|
|
|
- EventEnum = $"{Name}.SDWaferTypeUseCountWarning",
|
|
|
- Description = $"SD wafer useCount warning ",
|
|
|
- Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
- Explaination = "No information available.",
|
|
|
- AutoRecovery = false,
|
|
|
- Level = EventLevel.Warning,
|
|
|
- Action = EventAction.Clear,
|
|
|
- Category = "SystemAlarm",
|
|
|
- }, () => { return true; });
|
|
|
-
|
|
|
- SDWaferTypeUseCountAlarm = SubscribeAlarm(new AlarmEventItem()
|
|
|
- {
|
|
|
- EventEnum = $"{Name}.SDWaferTypeUseCountAlarm",
|
|
|
- Description = $"SD wafer useCount alarm ",
|
|
|
- Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
- Explaination = "No information available.",
|
|
|
- AutoRecovery = false,
|
|
|
- Level = EventLevel.Alarm,
|
|
|
- Action = EventAction.Clear,
|
|
|
- Category = "SystemAlarm",
|
|
|
- }, () => { return true; });
|
|
|
-
|
|
|
- SDWaferTypeUseTimeWarning = SubscribeAlarm(new AlarmEventItem()
|
|
|
- {
|
|
|
- EventEnum = $"{Name}.SDWaferTypeUseTimeWarning",
|
|
|
- Description = $"SD wafer useTime warning ",
|
|
|
- Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
- Explaination = "No information available.",
|
|
|
- AutoRecovery = false,
|
|
|
- Level = EventLevel.Warning,
|
|
|
- Action = EventAction.Clear,
|
|
|
- Category = "SystemAlarm",
|
|
|
- }, () => { return true; });
|
|
|
-
|
|
|
+
|
|
|
RecipeExecuteFreqWarning = SubscribeAlarm(new AlarmEventItem()
|
|
|
{
|
|
|
EventEnum = $"{Name}.RecipeExecuteFreqWarning",
|
|
@@ -424,6 +389,41 @@ namespace FurnaceRT.Equipments.Systems
|
|
|
Action = EventAction.Clear,
|
|
|
Category = "SystemAlarm",
|
|
|
}, () => { return true; });
|
|
|
+ SDWaferTypeUseCountWarning = SubscribeAlarm(new AlarmEventItem()
|
|
|
+ {
|
|
|
+ EventEnum = $"{Name}.SDWaferTypeUseCountWarning",
|
|
|
+ Description = $"SD wafer useCount warning ",
|
|
|
+ Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
+ Explaination = "No information available.",
|
|
|
+ AutoRecovery = false,
|
|
|
+ Level = EventLevel.Warning,
|
|
|
+ Action = EventAction.Clear,
|
|
|
+ Category = "SystemAlarm",
|
|
|
+ }, () => { return true; });
|
|
|
+
|
|
|
+ SDWaferTypeUseCountAlarm = SubscribeAlarm(new AlarmEventItem()
|
|
|
+ {
|
|
|
+ EventEnum = $"{Name}.SDWaferTypeUseCountAlarm",
|
|
|
+ Description = $"SD wafer useCount alarm ",
|
|
|
+ Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
+ Explaination = "No information available.",
|
|
|
+ AutoRecovery = false,
|
|
|
+ Level = EventLevel.Alarm,
|
|
|
+ Action = EventAction.Clear,
|
|
|
+ Category = "SystemAlarm",
|
|
|
+ }, () => { return true; });
|
|
|
+
|
|
|
+ SDWaferTypeUseTimeWarning = SubscribeAlarm(new AlarmEventItem()
|
|
|
+ {
|
|
|
+ EventEnum = $"{Name}.SDWaferTypeUseTimeWarning",
|
|
|
+ Description = $"SD wafer useTime warning ",
|
|
|
+ Solution = "No information available. Press[Clear] to delete alarm message.",
|
|
|
+ Explaination = "No information available.",
|
|
|
+ AutoRecovery = false,
|
|
|
+ Level = EventLevel.Warning,
|
|
|
+ Action = EventAction.Clear,
|
|
|
+ Category = "SystemAlarm",
|
|
|
+ }, () => { return true; });
|
|
|
|
|
|
SDWaferTypeUseTimeAlarm = SubscribeAlarm(new AlarmEventItem()
|
|
|
{
|