Browse Source

fix alarm Error

jiangjy 1 week ago
parent
commit
ad028efd25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Furnace/FurnaceRT/Equipments/Systems/EquipmentManager.cs

+ 1 - 1
Furnace/FurnaceRT/Equipments/Systems/EquipmentManager.cs

@@ -947,7 +947,7 @@ namespace FurnaceRT.Equipments.Systems
             EV.ClearAlarmEvent();
 
             Singleton<DeviceEntity>.Instance.PostMsg(DeviceEntity.MSG.RESET);
-            Singleton<FAHost>.Instance.ClearAlarm();
+            Singleton<FAJobController>.Instance.ClearAlarm();
             IoProviderManager.Instance.Reset();
 
             foreach (var modulesValue in Modules.Values)