Change name flag to requested
This commit is contained in:
parent
7ecb6e4607
commit
1ab369bff9
|
@ -180,7 +180,7 @@ internal static class Program
|
|||
Console.WriteLine(" Battery " + i);
|
||||
device.TimeSinceTOC.WriteLine(" : Value of register 54");
|
||||
device.Soc.WriteLine(" : SOC");
|
||||
device.CalibrationChargeRequested.WriteLine(" : Calibration Charge Flag");
|
||||
device.CalibrationChargeRequested.WriteLine(" : Calibration Charge Requested");
|
||||
i++;
|
||||
"====================".WriteLine();
|
||||
}
|
||||
|
@ -251,8 +251,6 @@ internal static class Program
|
|||
? essControl.PowerSetpoint / nInverters / 3
|
||||
: 0;
|
||||
|
||||
//var powerPerInverterPhase = AcPower.Null;
|
||||
|
||||
record.AcDc.Devices.ForEach(d =>
|
||||
{
|
||||
d.Control.Ac.PhaseControl = PhaseControl.Asymmetric;
|
||||
|
|
Loading…
Reference in New Issue