Update the 103 state: panic unequal power stage
This commit is contained in:
parent
55638afc36
commit
28fe33f48d
|
|
@ -569,7 +569,8 @@ public static class Controller
|
||||||
private static Boolean State103(StatusRecord s)
|
private static Boolean State103(StatusRecord s)
|
||||||
{
|
{
|
||||||
s.StateMachine.Message = "Panic: ACDCs have unequal grid types or PowerStage";
|
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)
|
// private static Boolean State104(StatusRecord s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue