Class Description
Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command.
Attributes
Name | Type | Description |
---|
controlType | String | Specifies the type of Control, e.g. BreakerOn/Off, GeneratorVoltageSetPoint, TieLineFlow etc. The ControlType.name shall be unique among all specified types and describe the type. |
operationInProgress | Boolean | Indicates that a client is currently sending control commands that has not completed. |
timeStamp | DateTime | The last time a control output was sent. |
unitMultiplier | UnitMultiplier | The unit multiplier of the controlled quantity. |
unitSymbol | UnitSymbol | The unit of measure of the controlled quantity. |
Relationships
Ancestors
Descendents
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|
Control | 1 | RemoteControl | 0..1 | Control | The Control for the RemoteControl point. | RemoteControl | The remote point controlling the physical actuator. |
Control | 0..* | PowerSystemResource | 0..1 | Controls | The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | PowerSystemResource | Regulating device governed by this control output. |
Control | 0..1 | ControlAction | 0..1 | Control | | ControlAction | |