Accumulator
Class Description
Accumulator represents an accumulated (counted) Measurement, e.g. an energy value.
Attributes
| Name | Type | Description |
|---|---|---|
| maxValue | Integer | Normal value range maximum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
| Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
|---|---|---|---|---|---|---|---|
| Accumulator | 1 | AccumulatorValue | 0..* | Accumulator | Measurement to which this value is connected. | AccumulatorValues | The values connected to this measurement. |
| Accumulator | 0..* | AccumulatorLimitSet | 0..* | Measurements | The Measurements using the LimitSet. | LimitSets | A measurement may have zero or more limit ranges defined for it. |