Update the emu meter register for Import and export.
This commit is contained in:
parent
d461249855
commit
6e7a8366e3
|
@ -14,14 +14,14 @@ using Float32 = Single;
|
|||
public class EmuMeterRegisters : IAc3Meter
|
||||
{
|
||||
|
||||
[HoldingRegister<UInt64>(6000)] private UInt64 _ActivePowerImportT1;
|
||||
[HoldingRegister<UInt64>(6020)] private UInt64 _ActivePowerExportT1;
|
||||
[HoldingRegister<UInt64>(6004)] private UInt64 _ActivePowerImportT1;
|
||||
[HoldingRegister<UInt64>(6024)] private UInt64 _ActivePowerExportT1;
|
||||
[HoldingRegister<UInt64>(6008)] private UInt64 _ActivePowerImportT2;
|
||||
[HoldingRegister<UInt64>(6028)] private UInt64 _ActivePowerExportT2;
|
||||
[HoldingRegister<UInt32>(8004)] private UInt32 _ActivePowerImportT3;
|
||||
[HoldingRegister<UInt32>(8014)] private UInt32 _ActivePowerExportT3;
|
||||
[HoldingRegister<UInt64>(5906)] private UInt64 _ActivePowerImportT4;
|
||||
[HoldingRegister<UInt64>(5914)] private UInt64 _ActivePowerExportT4;
|
||||
[HoldingRegister<UInt32>(8002)] private UInt32 _ActivePowerImportT3;
|
||||
[HoldingRegister<UInt32>(8012)] private UInt32 _ActivePowerExportT3;
|
||||
[HoldingRegister<UInt32>(8000)] private UInt32 _ActivePowerImportT4;
|
||||
[HoldingRegister<UInt32>(8010)] private UInt32 _ActivePowerExportT4;
|
||||
|
||||
[HoldingRegister<Float32>(9002)] private Float32 _ActivePowerL1;
|
||||
[HoldingRegister<Float32>(9004)] private Float32 _ActivePowerL2;
|
||||
|
|
Loading…
Reference in New Issue