RaiseLowerCommand
An analog control that increases or decreases a set point value with pulses. Unless otherwise specified, one pulse moves the set point by one.
URI: cim:RaiseLowerCommand
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class RaiseLowerCommand
click RaiseLowerCommand href "/Models/Profiles/Operation/ConcreteClasses/RaiseLowerCommand/"
style RaiseLowerCommand fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AnalogControl <|-- RaiseLowerCommand : inherits
click AnalogControl href "/Models/Profiles/Operation/AbstractClasses/AnalogControl/"
style AnalogControl fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Control <|-- AnalogControl : inherits
click Control href "/Models/Profiles/Operation/AbstractClasses/Control/"
style Control fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
IOPoint <|-- Control : 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
RaiseLowerCommand --> ValueAliasSet : RaiseLowerCommand.ValueAliasSet
ValueAliasSet
click ValueAliasSet href "/Models/Profiles/Operation/ConcreteClasses/ValueAliasSet/"
style ValueAliasSet fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AnalogControl --> AnalogValue : AnalogControl.AnalogValue
AnalogValue
click AnalogValue href "/Models/Profiles/Operation/ConcreteClasses/AnalogValue/"
style AnalogValue fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Control --> PowerSystemResource : Control.PowerSystemResource
PowerSystemResource
click PowerSystemResource href "/Models/Profiles/Operation/AbstractClasses/PowerSystemResource/"
style PowerSystemResource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
AnalogValue --> AnalogControl : AnalogValue.AnalogControl
AnalogValue
click AnalogValue href "/Models/Profiles/Operation/ConcreteClasses/AnalogValue/"
style AnalogValue fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
PowerSystemResource --> Control : PowerSystemResource.Controls
PowerSystemResource
click PowerSystemResource href "/Models/Profiles/Operation/AbstractClasses/PowerSystemResource/"
style PowerSystemResource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
ValueAliasSet --> RaiseLowerCommand : ValueAliasSet.RaiseLowerCommands
ValueAliasSet
click ValueAliasSet href "/Models/Profiles/Operation/ConcreteClasses/ValueAliasSet/"
style ValueAliasSet fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Control --> UnitMultiplier : Control.unitMultiplier
UnitMultiplier
click UnitMultiplier href "/Models/Profiles/Operation/Enumerations/UnitMultiplier/"
style UnitMultiplier fill:#4D2D18,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
Control --> UnitSymbol : Control.unitSymbol
UnitSymbol
click UnitSymbol href "/Models/Profiles/Operation/Enumerations/UnitSymbol/"
style UnitSymbol fill:#4D2D18,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
RaiseLowerCommand : RaiseLowerCommand.ValueAliasSet
AnalogControl : AnalogControl.maxValue
AnalogControl : AnalogControl.minValue
AnalogControl : AnalogControl.AnalogValue
Control : Control.controlType
Control : Control.operationInProgress
Control : Control.timeStamp
Control : Control.unitMultiplier
Control : Control.unitSymbol
Control : Control.PowerSystemResource
IdentifiedObject : IdentifiedObject.description
IdentifiedObject : IdentifiedObject.mRID
IdentifiedObject : IdentifiedObject.name
Inheritance
- IdentifiedObject
- IOPoint
- Control
- AnalogControl
- RaiseLowerCommand
- AnalogControl
- Control
- IOPoint
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| ValueAliasSet | cim:RaiseLowerCommand.ValueAliasSet | No cardinality available ValueAliasSet | The ValueAliasSet used for translation of a Control value to a name. | direct |
| maxValue | cim:AnalogControl.maxValue | No cardinality available float | Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs. | AnalogControl |
| minValue | cim:AnalogControl.minValue | No cardinality available float | Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs. | AnalogControl |
| AnalogValue | cim:AnalogControl.AnalogValue | No cardinality available AnalogValue | The MeasurementValue that is controlled. | AnalogControl |
| controlType | cim:Control.controlType | No cardinality available string | Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc. | Control |
| operationInProgress | cim:Control.operationInProgress | No cardinality available boolean | Indicates that a client is currently sending control commands that has not completed. | Control |
| timeStamp | cim:Control.timeStamp | No cardinality available date | The last time a control output was sent. | Control |
| unitMultiplier | cim:Control.unitMultiplier | No cardinality available UnitMultiplier | The unit multiplier of the controlled quantity. | Control |
| unitSymbol | cim:Control.unitSymbol | No cardinality available UnitSymbol | The unit of measure of the controlled quantity. | Control |
| PowerSystemResource | cim:Control.PowerSystemResource | No cardinality available PowerSystemResource | Regulating device governed by this control output. | Control |
| 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 |