Reading new registers from Emu.

This commit is contained in:
atef 2024-02-05 15:33:14 +01:00
parent 696ce87940
commit 3601bf08a9
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ using Float32 = Single;
public class EmuMeterRegisters : IAc3Meter
{
[HoldingRegister<UInt64>(7008)] private UInt64 _ActivePowerImportT1;
[HoldingRegister<UInt64>(7028)] private UInt64 _ActivePowerExportT1;
[HoldingRegister<UInt64>(6000)] private UInt64 _ActivePowerImportT1;
[HoldingRegister<UInt64>(6020)] private UInt64 _ActivePowerExportT1;
[HoldingRegister<UInt64>(6008)] private UInt64 _ActivePowerImportT2;
[HoldingRegister<UInt64>(6028)] private UInt64 _ActivePowerExportT2;
[HoldingRegister<UInt32>(8004)] private UInt32 _ActivePowerImportT3;