MotorAsComponent¶
Overview¶
Class
A driver that is powered by electricity or internal combustion and is used as component of an apparatus or of a machine.
Supertypes
Subtypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: MOTOR AS COMPONENT
ComponentClass: MotorAsComponent
ComponentClassURI: http://sandbox.dexpi.org/rdl/MotorAsComponent
Example
Implementation in Proteus Schema
<Equipment
ID="motorAsComponent1"
ComponentClass="MotorAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MotorAsComponent" ...>
...
</Equipment>
NominalPower¶
Attribute (data)
The nominal power of the MotorAsComponent.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: NOMINAL POWER
Name: NominalPower
AttributeURI: http://sandbox.dexpi.org/rdl/NominalPower
Example
The instance motorAsComponent1 represents a MotorAsComponent with a NominalPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
ID="motorAsComponent1"
ComponentClass="MotorAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MotorAsComponent" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="NominalPower"
AttributeURI="http://sandbox.dexpi.org/rdl/NominalPower"
Format="double"
Value="400.0"
Units="Kilowatt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
...
</GenericAttributes>
...
</Equipment>
NominalRotationalFrequency¶
Attribute (data)
The nominal rotational frequency of the MotorAsComponent.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: NOMINAL ROTATIONAL FREQUENCY
Name: NominalRotationalFrequency
AttributeURI: http://sandbox.dexpi.org/rdl/NominalRotationalFrequency
Example
The instance motorAsComponent1 represents a MotorAsComponent with a NominalRotationalFrequency of 240.0 min-1.
Implementation in Proteus Schema
<Equipment
ID="motorAsComponent1"
ComponentClass="MotorAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MotorAsComponent" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="NominalRotationalFrequency"
AttributeURI="http://sandbox.dexpi.org/rdl/NominalRotationalFrequency"
Format="double"
Value="240.0"
Units="ReciprocalMinute"
UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
...
</GenericAttributes>
...
</Equipment>
SubTagName¶
Attribute (data)
The sub tag name of the MotorAsComponent.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass
Example
“ST1” (String)
Implementation in Proteus Schema
<Equipment
ID="motorAsComponent1"
ComponentClass="MotorAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MotorAsComponent" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="SubTagNameAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
Format="string"
Value="ST1" />
...
</GenericAttributes>
...
</Equipment>