From 5976ce3a8cabdf694eb1a3acbdb8889b95999b1f Mon Sep 17 00:00:00 2001 From: ig Date: Thu, 22 Jun 2023 10:09:15 +0200 Subject: [PATCH] remove stray ControllerPConstant from config --- csharp/App/SaliMax/src/SystemConfig/Config.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/csharp/App/SaliMax/src/SystemConfig/Config.cs b/csharp/App/SaliMax/src/SystemConfig/Config.cs index 9ebb15245..87febfdbd 100644 --- a/csharp/App/SaliMax/src/SystemConfig/Config.cs +++ b/csharp/App/SaliMax/src/SystemConfig/Config.cs @@ -20,7 +20,6 @@ public class Config //TODO: let IE choose from config files (Json) and connect t public Double GridSetPoint { get; set; } public Double BatterySelfDischargePower { get; set; } public Double HoldSocZone { get; set; } - public Double ControllerPConstant { get; set; } public Double MaxDcBusVoltage { get; set; } public Double MinDcBusVoltage { get; set; } @@ -34,7 +33,6 @@ public class Config //TODO: let IE choose from config files (Json) and connect t GridSetPoint = 0, BatterySelfDischargePower = 200, // TODO: multiple batteries HoldSocZone = 1, // TODO: find better name, - ControllerPConstant = 0.5, MinDcBusVoltage = 730, ReferenceDcBusVoltage = 750, MaxDcBusVoltage = 770,