From 28fe33f48d31af1869e93e6a2eb26338c75bb5d6 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 14 Mar 2025 13:24:26 +0100 Subject: [PATCH] Update the 103 state: panic unequal power stage --- csharp/App/SodiStoreMax/src/System/Controller.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/App/SodiStoreMax/src/System/Controller.cs b/csharp/App/SodiStoreMax/src/System/Controller.cs index 4285236d4..d25171854 100644 --- a/csharp/App/SodiStoreMax/src/System/Controller.cs +++ b/csharp/App/SodiStoreMax/src/System/Controller.cs @@ -569,7 +569,8 @@ public static class Controller private static Boolean State103(StatusRecord s) { s.StateMachine.Message = "Panic: ACDCs have unequal grid types or PowerStage"; - return s.EnableSafeDefaults(); + s.AcDc.Enable(); + return false; } // private static Boolean State104(StatusRecord s)