AccumulatorValue
AccumulatorValue represents an accumulated (counted) MeasurementValue.
URI: cim:AccumulatorValue
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class AccumulatorValue
click AccumulatorValue href "/Models/Profiles/Operation/ConcreteClasses/AccumulatorValue/"
style AccumulatorValue fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
MeasurementValue <|-- AccumulatorValue : inherits
click MeasurementValue href "/Models/Profiles/Operation/AbstractClasses/MeasurementValue/"
style MeasurementValue fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
IOPoint <|-- MeasurementValue : inherits
click IOPoint href "/Models/Profiles/Operation/AbstractClasses/IOPoint/"
style IOPoint fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
IdentifiedObject <|-- IOPoint : inherits
click IdentifiedObject href "/Models/Profiles/Operation/AbstractClasses/IdentifiedObject/"
style IdentifiedObject fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AccumulatorValue --> Accumulator : AccumulatorValue.Accumulator
Accumulator
click Accumulator href "/Models/Profiles/Operation/ConcreteClasses/Accumulator/"
style Accumulator fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AccumulatorValue --> AccumulatorReset : AccumulatorValue.AccumulatorReset
AccumulatorReset
click AccumulatorReset href "/Models/Profiles/Operation/ConcreteClasses/AccumulatorReset/"
style AccumulatorReset fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
MeasurementValue --> MeasurementValueQuality : MeasurementValue.MeasurementValueQuality
MeasurementValueQuality
click MeasurementValueQuality href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueQuality/"
style MeasurementValueQuality fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
MeasurementValue --> MeasurementValueSource : MeasurementValue.MeasurementValueSource
MeasurementValueSource
click MeasurementValueSource href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueSource/"
style MeasurementValueSource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Accumulator --> AccumulatorValue : Accumulator.AccumulatorValues
Accumulator
click Accumulator href "/Models/Profiles/Operation/ConcreteClasses/Accumulator/"
style Accumulator fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AccumulatorReset --> AccumulatorValue : AccumulatorReset.AccumulatorValue
AccumulatorReset
click AccumulatorReset href "/Models/Profiles/Operation/ConcreteClasses/AccumulatorReset/"
style AccumulatorReset fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
MeasurementValueQuality --> MeasurementValue : MeasurementValueQuality.MeasurementValue
MeasurementValueQuality
click MeasurementValueQuality href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueQuality/"
style MeasurementValueQuality fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
MeasurementValueSource --> MeasurementValue : MeasurementValueSource.MeasurementValues
MeasurementValueSource
click MeasurementValueSource href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueSource/"
style MeasurementValueSource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AccumulatorValue : AccumulatorValue.Accumulator
AccumulatorValue : AccumulatorValue.AccumulatorReset
MeasurementValue : MeasurementValue.timeStamp
MeasurementValue : MeasurementValue.sensorAccuracy
MeasurementValue : MeasurementValue.MeasurementValueQuality
MeasurementValue : MeasurementValue.MeasurementValueSource
IdentifiedObject : IdentifiedObject.description
IdentifiedObject : IdentifiedObject.mRID
IdentifiedObject : IdentifiedObject.name
Inheritance
- IdentifiedObject
- IOPoint
- MeasurementValue
- AccumulatorValue
- MeasurementValue
- IOPoint
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| Accumulator | cim:AccumulatorValue.Accumulator | No cardinality available Accumulator | Measurement to which this value is connected. | direct |
| AccumulatorReset | cim:AccumulatorValue.AccumulatorReset | No cardinality available AccumulatorReset | The command that resets the accumulator value. | direct |
| timeStamp | cim:MeasurementValue.timeStamp | No cardinality available date | The time when the value was last updated. | MeasurementValue |
| sensorAccuracy | cim:MeasurementValue.sensorAccuracy | No cardinality available PerCent | The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions. | MeasurementValue |
| MeasurementValueQuality | cim:MeasurementValue.MeasurementValueQuality | No cardinality available MeasurementValueQuality | A MeasurementValue has a MeasurementValueQuality associated with it. | MeasurementValue |
| MeasurementValueSource | cim:MeasurementValue.MeasurementValueSource | No cardinality available MeasurementValueSource | A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301. | MeasurementValue |
| description | cim:IdentifiedObject.description | No cardinality available string | The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. | IdentifiedObject |
| mRID | cim:IdentifiedObject.mRID | No cardinality available string | Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. | |
| For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | IdentifiedObject | |||
| name | cim:IdentifiedObject.name | No cardinality available string | The name is any free human readable and possibly non unique text naming the object. | IdentifiedObject |