Change in startup time for Doppelhöckertest

- Was 1 Minute, is now 5 seconds
This commit is contained in:
Matthias Heisig
2025-06-02 19:49:50 +02:00
parent 1677d34d9c
commit ac0a8d160b

View File

@@ -251,8 +251,8 @@ VAR_GLOBAL PERSISTENT
// String empty voltage (Volt) (617V is needed for the inverter to start up -> 55.0V per Segment) // String empty voltage (Volt) (617V is needed for the inverter to start up -> 55.0V per Segment)
rStringEmptyVoltage : REAL := 660.0; rStringEmptyVoltage : REAL := 660.0;
// Unit wait startup time // Unit wait startup time (was 1 minute, reduced because of Doppelhöcker-Test)
timUnitStartupTime : TIME := T#1M; timUnitStartupTime : TIME := T#5S;
// Unit balancing wait startup time // Unit balancing wait startup time
timUnitBalancingStartupTime : TIME := T#3M; timUnitBalancingStartupTime : TIME := T#3M;