From e27d5eeb85a3cea7612332897678d4fb2b9f339e Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Thu, 7 Nov 2024 21:45:15 -0500 Subject: [PATCH] #571 fix matrix dc --- supervisor/facility_update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/facility_update.lua b/supervisor/facility_update.lua index f60fe06..6a34d60 100644 --- a/supervisor/facility_update.lua +++ b/supervisor/facility_update.lua @@ -549,7 +549,7 @@ function update.auto_safety() -- clears when we enter the fault waiting state astatus.gen_fault = self.mode == PROCESS.GEN_RATE and not self.units_ready else - astatus.matrix_fault = true + astatus.matrix_dc = true end -- check for critical unit alarms