Command
Class Description
A Command is a discrete control used for supervisory control.
Attributes
Name | Type | Description |
---|---|---|
normalValue | Integer | Normal value for Control.value e.g. used for percentage scaling. |
value | Integer | The value representing the actuator output. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Command | 0..* | ValueAliasSet | 0..1 | Commands | The Commands using the set for translation. | ValueAliasSet | The ValueAliasSet used for translation of a Control value to a name. |
Command | 0..1 | DiscreteValue | 1 | Command | The Control variable associated with the MeasurementValue. | DiscreteValue | The MeasurementValue that is controlled. |