#571 fix matrix dc

This commit is contained in:
Mikayla Fischler 2024-11-07 21:45:15 -05:00
parent 661bef063c
commit e27d5eeb85

View File

@ -549,7 +549,7 @@ function update.auto_safety()
-- clears when we enter the fault waiting state -- clears when we enter the fault waiting state
astatus.gen_fault = self.mode == PROCESS.GEN_RATE and not self.units_ready astatus.gen_fault = self.mode == PROCESS.GEN_RATE and not self.units_ready
else else
astatus.matrix_fault = true astatus.matrix_dc = true
end end
-- check for critical unit alarms -- check for critical unit alarms