From f7dc5213e980d96162ddaec2083da9eb2d71f41a Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 26 Nov 2020 07:30:26 -0500 Subject: [PATCH] Fix more various source and comment typos --- .../onewire/container/OneWireContainer1F.java | 2 +- .../edge/common/filter/RampFilter.java | 2 +- .../edge/controller/evcs/EvcsController.java | 2 +- .../evcs/cluster/AbstractEvcsCluster.java | 2 +- .../evcs/keba/kecontact/KebaChannelId.java | 2 +- .../edge/goodwe/ess/GoodWeEssImpl.java | 2 +- .../meter/artemes/am2/MeterArtemesAM2.java | 2 +- .../doc/MODBUS tables of Countis_E14.html | 26 ++++++------ .../doc/MODBUS tables of Countis_E23.html | 28 ++++++------- .../doc/MODBUS tables of Countis_E24.html | 28 ++++++------- .../doc/MODBUS tables of DIRIS B30.html | 24 +++++------ .../doc/MODBUS tables of Diris A-10.html | 8 ++-- .../doc/MODBUS tables of Diris_A14.html | 40 +++++++++---------- 13 files changed, 84 insertions(+), 84 deletions(-) diff --git a/io.openems.edge.bridge.onewire/src/com/dalsemi/onewire/container/OneWireContainer1F.java b/io.openems.edge.bridge.onewire/src/com/dalsemi/onewire/container/OneWireContainer1F.java index 84f2da253a4..4f7b2e582bb 100644 --- a/io.openems.edge.bridge.onewire/src/com/dalsemi/onewire/container/OneWireContainer1F.java +++ b/io.openems.edge.bridge.onewire/src/com/dalsemi/onewire/container/OneWireContainer1F.java @@ -59,7 +59,7 @@ *

* Setting the latch on the DS2409 to 'on' (see * {@link #setLatchState(int,boolean,boolean,byte[]) seLatchState}) connects the - * channel [Main(0) or Auxillary(1)] to the 1-Wire data line. Note that this is + * channel [Main(0) or Auxiliary(1)] to the 1-Wire data line. Note that this is * the opposite of the {@link com.dalsemi.onewire.container.OneWireContainer12 * DS2406} and {@link com.dalsemi.onewire.container.OneWireContainer05 DS2405} * which connect their I/O lines to ground. diff --git a/io.openems.edge.common/src/io/openems/edge/common/filter/RampFilter.java b/io.openems.edge.common/src/io/openems/edge/common/filter/RampFilter.java index 417d252c689..148865af352 100644 --- a/io.openems.edge.common/src/io/openems/edge/common/filter/RampFilter.java +++ b/io.openems.edge.common/src/io/openems/edge/common/filter/RampFilter.java @@ -65,7 +65,7 @@ public int applyRampFilter(int input, int target) throws OpenemsException { // Make sure that there is a highLimit set if (this.highLimit == null) { throw new OpenemsException( - "No high limit given in EvcsFilter. Please call setLimits bevore applying the filter."); + "No high limit given in EvcsFilter. Please call setLimits before applying the filter."); } // We are already there diff --git a/io.openems.edge.controller.evcs/src/io/openems/edge/controller/evcs/EvcsController.java b/io.openems.edge.controller.evcs/src/io/openems/edge/controller/evcs/EvcsController.java index 265c2c26e89..c8a676c7c6c 100644 --- a/io.openems.edge.controller.evcs/src/io/openems/edge/controller/evcs/EvcsController.java +++ b/io.openems.edge.controller.evcs/src/io/openems/edge/controller/evcs/EvcsController.java @@ -255,7 +255,7 @@ public void run() throws OpenemsNamedException { } /** - * Reseting the minimum and maximum power channels. + * Resetting the minimum and maximum power channels. */ private void resetMinMaxChannels() { evcs._setMinimumPower(0); diff --git a/io.openems.edge.evcs.cluster/src/io/openems/edge/evcs/cluster/AbstractEvcsCluster.java b/io.openems.edge.evcs.cluster/src/io/openems/edge/evcs/cluster/AbstractEvcsCluster.java index 30e73638584..3fc0cd77e02 100644 --- a/io.openems.edge.evcs.cluster/src/io/openems/edge/evcs/cluster/AbstractEvcsCluster.java +++ b/io.openems.edge.evcs.cluster/src/io/openems/edge/evcs/cluster/AbstractEvcsCluster.java @@ -43,7 +43,7 @@ public enum ChannelId implements io.openems.edge.common.channel.ChannelId { MAXIMUM_AVAILABLE_GRID_POWER(Doc.of(OpenemsType.INTEGER) // .unit(Unit.WATT).text("Maximum available grid power.")), USED_ESS_MAXIMUM_DISCHARGE_POWER(Doc.of(OpenemsType.INTEGER) // - .unit(Unit.WATT).text("Dynamic maximum discharge power, that could be limited by us to ensure the possibillity to discharge the battery.")); + .unit(Unit.WATT).text("Dynamic maximum discharge power, that could be limited by us to ensure the possibility to discharge the battery.")); private final Doc doc; diff --git a/io.openems.edge.evcs.keba.kecontact/src/io/openems/edge/evcs/keba/kecontact/KebaChannelId.java b/io.openems.edge.evcs.keba.kecontact/src/io/openems/edge/evcs/keba/kecontact/KebaChannelId.java index f4ff18ed4ef..83703b68a3f 100644 --- a/io.openems.edge.evcs.keba.kecontact/src/io/openems/edge/evcs/keba/kecontact/KebaChannelId.java +++ b/io.openems.edge.evcs.keba.kecontact/src/io/openems/edge/evcs/keba/kecontact/KebaChannelId.java @@ -68,7 +68,7 @@ public enum KebaChannelId implements io.openems.edge.common.channel.ChannelId { .text("A static ip is configured. The Dip-Switch 2.6. must be on")), // DIP_SWITCH_ERROR_2_6_SET_FOR_DYNAMIC_IP(Doc.of(Level.FAULT) // .debounce(5, Debounce.TRUE_VALUES_IN_A_ROW_TO_SET_TRUE) // - .text("A dynamic ip is configured. Ether the Dip-Switch 2.6. must be off or a static ip has to be configured")), // + .text("A dynamic ip is configured. Either the Dip-Switch 2.6. must be off or a static ip has to be configured")), // DIP_SWITCH_INFO_2_5_SET_FOR_MASTER_SLAVE_COMM(Doc.of(Level.INFO) // .debounce(5, Debounce.TRUE_VALUES_IN_A_ROW_TO_SET_TRUE) // .text("Master-Slave communication is configured. If this is a normal KEBA that should be not controlled by a KEBA x-series, Dip-Switch 2.5. should be off")), // diff --git a/io.openems.edge.goodwe/src/io/openems/edge/goodwe/ess/GoodWeEssImpl.java b/io.openems.edge.goodwe/src/io/openems/edge/goodwe/ess/GoodWeEssImpl.java index 5519961a3a0..ebf1198f989 100644 --- a/io.openems.edge.goodwe/src/io/openems/edge/goodwe/ess/GoodWeEssImpl.java +++ b/io.openems.edge.goodwe/src/io/openems/edge/goodwe/ess/GoodWeEssImpl.java @@ -155,7 +155,7 @@ protected ModbusProtocol defineModbusProtocol() throws OpenemsException { break; } } - // Log on first occurance + // Log on first occurrence if (result != this.getGoodweType()) { switch (result) { case GOODWE_10K_BT: diff --git a/io.openems.edge.meter.artemes.am2/src/io/openems/edge/meter/artemes/am2/MeterArtemesAM2.java b/io.openems.edge.meter.artemes.am2/src/io/openems/edge/meter/artemes/am2/MeterArtemesAM2.java index 39a1e126ba4..8d08e43bfe0 100644 --- a/io.openems.edge.meter.artemes.am2/src/io/openems/edge/meter/artemes/am2/MeterArtemesAM2.java +++ b/io.openems.edge.meter.artemes.am2/src/io/openems/edge/meter/artemes/am2/MeterArtemesAM2.java @@ -69,7 +69,7 @@ void activate(ComponentContext context, Config config) throws OpenemsException { } @Deactivate - protected void deativate() { + protected void deactivate() { super.deactivate(); } diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E14.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E14.html index ed4021bbced..7b6213ade03 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E14.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E14.html @@ -1239,7 +1239,7 @@

Metrology No Affected by current and voltage transformers

51311 0xC86F 1 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 1E-06 U16 @@ -1247,7 +1247,7 @@

Metrology No Affected by current and voltage transformers

51312 0xC870 1 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 1E-06 U16 @@ -1255,7 +1255,7 @@

Metrology No Affected by current and voltage transformers

51313 0xC871 1 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 1E-06 U16 @@ -1263,7 +1263,7 @@

Metrology No Affected by current and voltage transformers

51314 0xC872 1 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 1E-06 U16 @@ -1317,7 +1317,7 @@

Energies


50770 0xC652 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.001 U32 @@ -1325,7 +1325,7 @@

Energies


50772 0xC654 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.001 U32 @@ -1333,7 +1333,7 @@

Energies


50774 0xC656 2 - Total Apparent Energy (no resetable) : Eap + Total Apparent Energy (not resettable) : Eap VAh / 0.001 U32 @@ -1341,7 +1341,7 @@

Energies


50776 0xC658 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.001 U32 @@ -1349,7 +1349,7 @@

Energies


50778 0xC65A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.001 U32 @@ -1627,7 +1627,7 @@

Energies in Unit/100


50946 0xC702 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.1 U32 @@ -1635,7 +1635,7 @@

Energies in Unit/100


50948 0xC704 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.1 U32 @@ -1651,7 +1651,7 @@

Energies in Unit/100


50952 0xC708 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.1 U32 @@ -1659,7 +1659,7 @@

Energies in Unit/100


50954 0xC70A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.1 U32 diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E23.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E23.html index fa910472610..5b754312185 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E23.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E23.html @@ -1239,7 +1239,7 @@

Metrology No Affected by current and voltage transformers

51311 0xC86F 1 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 1E-06 U16 @@ -1247,7 +1247,7 @@

Metrology No Affected by current and voltage transformers

51312 0xC870 1 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 1E-06 U16 @@ -1255,7 +1255,7 @@

Metrology No Affected by current and voltage transformers

51313 0xC871 1 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 1E-06 U16 @@ -1263,7 +1263,7 @@

Metrology No Affected by current and voltage transformers

51314 0xC872 1 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 1E-06 U16 @@ -1317,7 +1317,7 @@

Energies


50770 0xC652 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.001 U32 @@ -1325,7 +1325,7 @@

Energies


50772 0xC654 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.001 U32 @@ -1333,7 +1333,7 @@

Energies


50774 0xC656 2 - Total Apparent Energy (no resetable) : Eap + Total Apparent Energy (not resettable) : Eap VAh / 0.001 U32 @@ -1341,7 +1341,7 @@

Energies


50776 0xC658 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.001 U32 @@ -1349,7 +1349,7 @@

Energies


50778 0xC65A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.001 U32 @@ -1627,7 +1627,7 @@

Energies in Unit/100


50946 0xC702 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.1 U32 @@ -1635,7 +1635,7 @@

Energies in Unit/100


50948 0xC704 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.1 U32 @@ -1643,7 +1643,7 @@

Energies in Unit/100


50950 0xC706 2 - Total Apparent Energy (no resetable) : Eap + Total Apparent Energy (not resettable) : Eap VAh / 0.1 U32 @@ -1651,7 +1651,7 @@

Energies in Unit/100


50952 0xC708 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.1 U32 @@ -1659,7 +1659,7 @@

Energies in Unit/100


50954 0xC70A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.1 U32 diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E24.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E24.html index 60a48d9665d..2ebc54ec8f6 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E24.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of Countis_E24.html @@ -1239,7 +1239,7 @@

Metrology No Affected by current and voltage transformers

51311 0xC86F 1 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 1E-06 U16 @@ -1247,7 +1247,7 @@

Metrology No Affected by current and voltage transformers

51312 0xC870 1 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 1E-06 U16 @@ -1255,7 +1255,7 @@

Metrology No Affected by current and voltage transformers

51313 0xC871 1 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 1E-06 U16 @@ -1263,7 +1263,7 @@

Metrology No Affected by current and voltage transformers

51314 0xC872 1 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 1E-06 U16 @@ -1317,7 +1317,7 @@

Energies


50770 0xC652 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.001 U32 @@ -1325,7 +1325,7 @@

Energies


50772 0xC654 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.001 U32 @@ -1333,7 +1333,7 @@

Energies


50774 0xC656 2 - Total Apparent Energy (no resetable) : Eap + Total Apparent Energy (not resettable) : Eap VAh / 0.001 U32 @@ -1341,7 +1341,7 @@

Energies


50776 0xC658 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.001 U32 @@ -1349,7 +1349,7 @@

Energies


50778 0xC65A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.001 U32 @@ -1627,7 +1627,7 @@

Energies in Unit/100


50946 0xC702 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.1 U32 @@ -1635,7 +1635,7 @@

Energies in Unit/100


50948 0xC704 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.1 U32 @@ -1643,7 +1643,7 @@

Energies in Unit/100


50950 0xC706 2 - Total Apparent Energy (no resetable) : Eap + Total Apparent Energy (not resettable) : Eap VAh / 0.1 U32 @@ -1651,7 +1651,7 @@

Energies in Unit/100


50952 0xC708 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.1 U32 @@ -1659,7 +1659,7 @@

Energies in Unit/100


50954 0xC70A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.1 U32 diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of DIRIS B30.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of DIRIS B30.html index a94c5d927e6..20561b1acbd 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of DIRIS B30.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of DIRIS B30.html @@ -44443,7 +44443,7 @@

Trend settings


41874 0xA392 1 - Occurence item 1: + Occurrence item 1: - U8 @@ -44459,7 +44459,7 @@

Trend settings


41877 0xA395 1 - Occurence item 2: + Occurrence item 2: - U8 @@ -44475,7 +44475,7 @@

Trend settings


41880 0xA398 1 - Occurence item 3: + Occurrence item 3: - U8 @@ -44491,7 +44491,7 @@

Trend settings


41883 0xA39B 1 - Occurence item 4: + Occurrence item 4: - U8 @@ -44507,7 +44507,7 @@

Trend settings


41886 0xA39E 1 - Occurence item 5: + Occurrence item 5: - U8 @@ -44523,7 +44523,7 @@

Trend settings


41889 0xA3A1 1 - Occurence item 6: + Occurrence item 6: - U8 @@ -44539,7 +44539,7 @@

Trend settings


41892 0xA3A4 1 - Occurence item 7: + Occurrence item 7: - U8 @@ -44555,7 +44555,7 @@

Trend settings


41895 0xA3A7 1 - Occurence item 8: + Occurrence item 8: - U8 @@ -44571,7 +44571,7 @@

Trend settings


41898 0xA3AA 1 - Occurence item 9: + Occurrence item 9: - U8 @@ -44587,7 +44587,7 @@

Trend settings


41901 0xA3AD 1 - Occurence item 10: + Occurrence item 10: - U8 @@ -44603,7 +44603,7 @@

Trend settings


41904 0xA3B0 1 - Occurence item 11: + Occurrence item 11: - U8 @@ -44619,7 +44619,7 @@

Trend settings


41907 0xA3B3 1 - Occurence item 12: + Occurrence item 12: - U8 diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris A-10.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris A-10.html index e99e35b625d..dde32a4ef60 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris A-10.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris A-10.html @@ -2237,7 +2237,7 @@

Metrology No Affected by current and voltage transformers

51311 0xC86F 1 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 1E-06 U16 @@ -2245,7 +2245,7 @@

Metrology No Affected by current and voltage transformers

51312 0xC870 1 - Total Negative Active Energy (no resetable) : Ea - + Total Negative Active Energy (not resettable) : Ea - Wh / 1E-06 U16 @@ -2253,7 +2253,7 @@

Metrology No Affected by current and voltage transformers

51313 0xC871 1 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 1E-06 U16 @@ -2261,7 +2261,7 @@

Metrology No Affected by current and voltage transformers

51314 0xC872 1 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 1E-06 U16 diff --git a/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris_A14.html b/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris_A14.html index 891bddaa6d0..e959c717372 100644 --- a/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris_A14.html +++ b/io.openems.edge.meter.socomec/doc/MODBUS tables of Diris_A14.html @@ -1111,7 +1111,7 @@

Energies


50770 0xC652 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.001 U32 @@ -1119,7 +1119,7 @@

Energies


50772 0xC654 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.001 U32 @@ -1135,7 +1135,7 @@

Energies


50776 0xC658 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.001 U32 @@ -1143,7 +1143,7 @@

Energies


50778 0xC65A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.001 U32 @@ -1421,7 +1421,7 @@

Energies in Unit/100


50946 0xC702 2 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.1 U32 @@ -1429,7 +1429,7 @@

Energies in Unit/100


50948 0xC704 2 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.1 U32 @@ -1445,7 +1445,7 @@

Energies in Unit/100


50952 0xC708 2 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.1 U32 @@ -1453,7 +1453,7 @@

Energies in Unit/100


50954 0xC70A 2 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.1 U32 @@ -2447,7 +2447,7 @@

Metrology No Affected by current and voltage transformers

51311 0xC86F 1 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 1E-06 U16 @@ -2455,7 +2455,7 @@

Metrology No Affected by current and voltage transformers

51312 0xC870 1 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 1E-06 U16 @@ -2463,7 +2463,7 @@

Metrology No Affected by current and voltage transformers

51313 0xC871 1 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 1E-06 U16 @@ -2471,7 +2471,7 @@

Metrology No Affected by current and voltage transformers

51314 0xC872 1 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 1E-06 U16 @@ -2871,7 +2871,7 @@

Energies (Full scale)


37376 0x9200 4 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.001 U64 @@ -2879,7 +2879,7 @@

Energies (Full scale)


37380 0x9204 4 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.001 U64 @@ -2895,7 +2895,7 @@

Energies (Full scale)


37388 0x920C 4 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.001 U64 @@ -2903,7 +2903,7 @@

Energies (Full scale)


37392 0x9210 4 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.001 U64 @@ -3107,7 +3107,7 @@

Energies in Unit/100 (Full scale)


37888 0x9400 4 - Total Positive Active Energy (no resetable) : Ea+ + Total Positive Active Energy (not resettable) : Ea+ Wh / 0.1 U64 @@ -3115,7 +3115,7 @@

Energies in Unit/100 (Full scale)


37892 0x9404 4 - Total Positive Reactive Energy (no resetable) : Er + + Total Positive Reactive Energy (not resettable) : Er + varh / 0.1 U64 @@ -3131,7 +3131,7 @@

Energies in Unit/100 (Full scale)


37900 0x940C 4 - Total Negative Active Energy (no resetable) : Ea- + Total Negative Active Energy (not resettable) : Ea- Wh / 0.1 U64 @@ -3139,7 +3139,7 @@

Energies in Unit/100 (Full scale)


37904 0x9410 4 - Total Negative Reactive Energy (no resetable) : Er - + Total Negative Reactive Energy (not resettable) : Er - varh / 0.1 U64