Reading new registers from Emu.
This commit is contained in:
parent
696ce87940
commit
3601bf08a9
|
@ -14,8 +14,8 @@ using Float32 = Single;
|
||||||
public class EmuMeterRegisters : IAc3Meter
|
public class EmuMeterRegisters : IAc3Meter
|
||||||
{
|
{
|
||||||
|
|
||||||
[HoldingRegister<UInt64>(7008)] private UInt64 _ActivePowerImportT1;
|
[HoldingRegister<UInt64>(6000)] private UInt64 _ActivePowerImportT1;
|
||||||
[HoldingRegister<UInt64>(7028)] private UInt64 _ActivePowerExportT1;
|
[HoldingRegister<UInt64>(6020)] private UInt64 _ActivePowerExportT1;
|
||||||
[HoldingRegister<UInt64>(6008)] private UInt64 _ActivePowerImportT2;
|
[HoldingRegister<UInt64>(6008)] private UInt64 _ActivePowerImportT2;
|
||||||
[HoldingRegister<UInt64>(6028)] private UInt64 _ActivePowerExportT2;
|
[HoldingRegister<UInt64>(6028)] private UInt64 _ActivePowerExportT2;
|
||||||
[HoldingRegister<UInt32>(8004)] private UInt32 _ActivePowerImportT3;
|
[HoldingRegister<UInt32>(8004)] private UInt32 _ActivePowerImportT3;
|
||||||
|
|
Loading…
Reference in New Issue