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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user