Add comment for Pv Daily production
This commit is contained in:
parent
7be2fd1fcc
commit
1e3fe8f6dc
|
@ -19,7 +19,7 @@ public record StringOptimizerRegisters
|
|||
[HoldingRegister<UInt32>(93, Scale = .001)] public Double String1Voltage { get; private set; }
|
||||
[HoldingRegister<UInt32>(95, Scale = .001)] public Double String2Voltage { get; private set; }
|
||||
|
||||
[HoldingRegister<UInt32>(97, Scale = .001)] public Double ProductionToday { get; private set; }
|
||||
[HoldingRegister<UInt32>(97, Scale = .001)] public Double ProductionToday { get; private set; } //scale 0.001 because we want a Kwh instead of Wh
|
||||
|
||||
[HoldingRegister<Int16>(99, Scale = .001)] public Double String1Current { get; private set; }
|
||||
[HoldingRegister<Int16>(100, Scale = .001)] public Double String2Current { get; private set; }
|
||||
|
|
Loading…
Reference in New Issue