Skip to content

SetPoint

An analog control that issues a set point value.

URI: cim:SetPoint
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class SetPoint
    click SetPoint href "/Models/Profiles/Operation/ConcreteClasses/SetPoint/"
    style SetPoint fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        AnalogControl <|-- SetPoint : 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

        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

        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

        SetPoint : SetPoint.normalValue
        SetPoint : SetPoint.value
        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

Attributes

Name URI Cardinality and Range Description Inheritance
normalValue cim:SetPoint.normalValue No cardinality available float Normal value for Control.value e.g. used for percentage scaling. direct
value cim:SetPoint.value No cardinality available float The value representing the actuator output. 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

Schema Source

Responsive Footer