Instance Attributes
Attributes #1–4 and #6–7 an be customized by implementing the EtherNet/IP Host Object, see EtherNet/IP Host Object (F8h)
# | Name | Access | Type | Value/Description |
---|---|---|---|---|
1 | Energy/Resource Type | Get | UINT | Type of energy managed by this instance Always 0 (Generic) |
2 | Base Energy Object Capabilities | Get | UINT | Always 0 (Energy measured) |
3 | Energy Accuracy | Get | UINT | Specifies the accuracy of power and energy metering results, either in 0.01 percent of reading (default) or 0.01 of other units specified in attribute #4. If 0, unknown. |
4 | Energy Accuracy Basis | Get | UINT | Always 0 (Percent of reading) |
7 | Consumed Energy Odometer | Get | ODOMETER | The value of the consumed energy. |
8 | Generated Energy Odometer | Get | ODOMETER | The value of the generated energy. |
12 | Energy Type Specific Object Path | Get | Struct of: UINT (Path size) padded EPATH (Path) | NULL path |
Depending on whether the instance reports consumed or generated energy, either attribute #7 or attribute #8 is required.
The struct data type ODOMETER makes it possible to represent very large values, for more information please consult the CIP specification Volume 1 (CIP Common).