Balancing quick fixes

allowed operating mode to be change when balancing is started, added lock mechanism to not leave balancing state when not enabled
This commit is contained in:
Markus Neukirch
2025-07-31 14:04:30 +02:00
parent ee3367eaec
commit dacce53625
4 changed files with 11 additions and 10 deletions

View File

@@ -996,7 +996,7 @@ CASE _iState OF
_iState := 1000;
END_IF
IF (NOT xEnable) THEN
IF (NOT xEnable) AND NOT xStartBalancing THEN
_iState := 51;
END_IF