Added inverter startup timeout to GVL_CONFIG and enabled inverter errors

This commit is contained in:
Matthias Heisig
2025-09-11 16:32:53 +02:00
parent 0d3369d54d
commit 8bd2e9a1ea
7 changed files with 400 additions and 388 deletions

View File

@@ -433,6 +433,7 @@ _afbStrings[0](
xErrorShutdown := _xErrorShutdown,
xStartBalancing := _xStartBalancing,
sInverterIP := GVL_CONFIG.sInverterIpString1,
timInverterStartupTimeout := GVL_CONFIG.timInverterStartupTimeout,
rPowerInverter := _arPowerString[0],
xInSafetyCheckMode := _xInSafetyCheckMode,
stHMIInterface:= GVL_SCADA.stHMIInterface[0],
@@ -495,6 +496,7 @@ _afbStrings[1](
xErrorShutdown := _xErrorShutdown,
xStartBalancing := _xStartBalancing,
sInverterIP := GVL_CONFIG.sInverterIpString2,
timInverterStartupTimeout := GVL_CONFIG.timInverterStartupTimeout,
rPowerInverter := _arPowerString[1],
xInSafetyCheckMode := _xInSafetyCheckMode,
stHMIInterface:= GVL_SCADA.stHMIInterface[1],