Skip to content

Command

A Command is a discrete control used for supervisory control.

URI: cim:Command
Type: Class

 classDiagram
    class Command
    click Command href "../Command"
      Control <|-- Command
        click Control href "../Control"

      Command : Control.controlType

      Command : IdentifiedObject.description

      Command : Command.DiscreteValue

          Command --> DiscreteValue : Command.DiscreteValue
          click DiscreteValue href "../DiscreteValue"

      Command : IdentifiedObject.mRID

      Command : IdentifiedObject.name

      Command : Command.normalValue

      Command : Control.operationInProgress

      Command : Control.PowerSystemResource

          Command --> PowerSystemResource : Control.PowerSystemResource
          click PowerSystemResource href "../PowerSystemResource"

      Command : Control.timeStamp

      Command : Command.value

      Command : Command.ValueAliasSet

          Command --> ValueAliasSet : Command.ValueAliasSet
          click ValueAliasSet href "../ValueAliasSet"

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
normalValue cim:Command.normalValue 1
integer
Normal value for Control direct
value cim:Command.value 1
integer
The value representing the actuator output direct
DiscreteValue cim:Command.DiscreteValue 1
DiscreteValue
The MeasurementValue that is controlled direct
ValueAliasSet cim:Command.ValueAliasSet 0..1
ValueAliasSet
The ValueAliasSet used for translation of a Control value to a name direct
controlType cim:Control.controlType 1
string
Specifies the type of Control Control
operationInProgress cim:Control.operationInProgress 0..1
boolean
Indicates that a client is currently sending control commands that has not co... Control
timeStamp cim:Control.timeStamp 0..1
datetime
The last time a control output was sent Control
PowerSystemResource cim:Control.PowerSystemResource 0..1
PowerSystemResource
Regulating device governed by this control output Control
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:Command
native this:Command