Control
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.
- NOTE: this is an abstract class and should not be instantiated directly
URI: cim:Control
Type: Class
classDiagram
class Control
click Control href "../Control"
IOPoint <|-- Control
click IOPoint href "../IOPoint"
Control <|-- AccumulatorReset
click AccumulatorReset href "../AccumulatorReset"
Control <|-- AnalogControl
click AnalogControl href "../AnalogControl"
Control <|-- Command
click Command href "../Command"
Control : Control.controlType
Control : IdentifiedObject.description
Control : IdentifiedObject.mRID
Control : IdentifiedObject.name
Control : Control.operationInProgress
Control : Control.PowerSystemResource
Control --> PowerSystemResource : Control.PowerSystemResource
click PowerSystemResource href "../PowerSystemResource"
Control : Control.timeStamp
Inheritance
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
controlType | cim:Control.controlType | 1 string |
Specifies the type of Control | direct |
operationInProgress | cim:Control.operationInProgress | 0..1 boolean |
Indicates that a client is currently sending control commands that has not co... | direct |
timeStamp | cim:Control.timeStamp | 0..1 datetime |
The last time a control output was sent | direct |
PowerSystemResource | cim:Control.PowerSystemResource | 0..1 PowerSystemResource |
Regulating device governed by this control output | direct |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
name | cim:IdentifiedObject.name | 1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/2020/CPSM-Operation#
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:Control |
native | this:Control |