Merge branch 'develop' of gitlab.cmblu.net:sps-allgemein/uniblu into develop

# Conflicts:
#	PLC/PLC.tmc
#	Uniper.tsproj
This commit is contained in:
Markus Neukirch
2025-08-04 18:15:08 +02:00
4 changed files with 31 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@@ -412,7 +412,7 @@ HandleErrors();
CASE _iState OF
0: // Idle
// Start in normal mode
IF xEnable AND xAllModulesInAutoMode AND xRepairSwitchOk AND (NOT _xErrorInternal) THEN
IF (xEnable OR xStartBalancing) AND xAllModulesInAutoMode AND xRepairSwitchOk AND (NOT _xErrorInternal) THEN
_xEnable := TRUE;
CASE eOperationMode OF
@@ -424,6 +424,7 @@ CASE _iState OF
E_STRING_OPERATING_MODE.BALANCING:
_xStartBalancing := TRUE;
_xReleaseLimitErrorsInternal := FALSE;
_xEnable := FALSE;
_iState := 7;
// Safety check mode

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