Change E-Stop so that it can also work with one string

- Also optimized CV charging
This commit is contained in:
Matthias Heisig
2025-10-07 16:23:37 +02:00
parent 8ea7fd74e2
commit eaaa2371e8
16 changed files with 689 additions and 346 deletions

View File

@@ -300,7 +300,10 @@ VAR_GLOBAL PERSISTENT
rCVTn : REAL := 0.0;
// Minimum current for cv charging in Amps
rMinCVCurrentForFull : REAL := -5.0;
rMinCVCurrentForFull : REAL := 5.0;
// Time for current to be below set target before cv charging is done
timCVCurrentReached : TIME := T#10S;
// Dummy to deactivate functions
{attribute 'analysis' := '-33'}