Changes after BMS EMS connection test with uniper

- Added EMS heartbeat timeout
- Removed commented code
- Fixed BMS Error DC-Switch: Was true when switch was ok and vice versa
This commit is contained in:
Matthias Heisig
2025-06-19 19:10:26 +02:00
parent b6791f7951
commit e6802b87b4
5 changed files with 99 additions and 134 deletions

View File

@@ -266,6 +266,9 @@ VAR_GLOBAL PERSISTENT
// Balancing factor
rBalancingFactor : REAL := 20.0;
// Timeout heartbeat from EMS
timEMSHeartbeatTimeout : TIME := t#5s;
// Dummy to deactivate functions
{attribute 'analysis' := '-33'}
xDummy : BOOL := FALSE;