Change name flag to requested

This commit is contained in:
atef 2023-09-04 10:15:55 +02:00
parent 7ecb6e4607
commit 1ab369bff9
1 changed files with 2 additions and 4 deletions

View File

@ -180,7 +180,7 @@ internal static class Program
Console.WriteLine(" Battery " + i); Console.WriteLine(" Battery " + i);
device.TimeSinceTOC.WriteLine(" : Value of register 54"); device.TimeSinceTOC.WriteLine(" : Value of register 54");
device.Soc.WriteLine(" : SOC"); device.Soc.WriteLine(" : SOC");
device.CalibrationChargeRequested.WriteLine(" : Calibration Charge Flag"); device.CalibrationChargeRequested.WriteLine(" : Calibration Charge Requested");
i++; i++;
"====================".WriteLine(); "====================".WriteLine();
} }
@ -250,9 +250,7 @@ internal static class Program
var powerPerInverterPhase = nInverters > 0 var powerPerInverterPhase = nInverters > 0
? essControl.PowerSetpoint / nInverters / 3 ? essControl.PowerSetpoint / nInverters / 3
: 0; : 0;
//var powerPerInverterPhase = AcPower.Null;
record.AcDc.Devices.ForEach(d => record.AcDc.Devices.ForEach(d =>
{ {
d.Control.Ac.PhaseControl = PhaseControl.Asymmetric; d.Control.Ac.PhaseControl = PhaseControl.Asymmetric;