From 4f759120261109bde5713b1ee1363eb250d43ba4 Mon Sep 17 00:00:00 2001 From: atef Date: Mon, 7 Apr 2025 09:57:32 +0200 Subject: [PATCH] Line to be uncommented for not using the dynDCL at the moment --- csharp/App/SodiStoreMax/src/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/App/SodiStoreMax/src/Program.cs b/csharp/App/SodiStoreMax/src/Program.cs index 2fa6407aa..2616cba55 100644 --- a/csharp/App/SodiStoreMax/src/Program.cs +++ b/csharp/App/SodiStoreMax/src/Program.cs @@ -1,4 +1,4 @@ -#define Amax +#undef Amax #undef GridLimit using System.Diagnostics; @@ -578,9 +578,9 @@ internal static class Program // maxBatteryDischargingCurrentLive =(r.Battery.Devices.Count * 10)/ r.DcDc.Devices.Count ; // Max discharging current is 10 A * Number of batteries // maxBatteryDischargingCurrentLive.WriteLine("dynDCL Active: Max Battery disCharging is "+ maxBatteryDischargingCurrentLive); // } - // else + // else. // { - // maxBatteryDischargingCurrentLive = devicesConfig.DcDc.MaxBatteryDischargingCurrent; + maxBatteryDischargingCurrentLive = devicesConfig.DcDc.MaxBatteryDischargingCurrent; // } maxBatteryChargingCurrentLive.WriteLine(" maxBatteryChargingCurrentLive by DcDC");