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);
|
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;
|
||||||
|
|
Loading…
Reference in New Issue