Change in startup time for Doppelhöckertest
- Was 1 Minute, is now 5 seconds
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user