Motor¶
Overview¶
Class
A driver that is powered by electricity or internal combustion (from http://data.15926.org/rdl/RDS7191198).
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 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
ComponentClass: Motor
ComponentClassURI: http://data.posccaesar.org/rdl/RDS7191198
Example
Implementation in Proteus Schema
<Equipment
    ID="motor1"
    ComponentClass="Motor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS7191198" ...>
  ...
</Equipment>
NominalPower¶
Attribute (data)
The nominal power of the Motor.
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 motor1 represents a Motor with a NominalPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
    ID="motor1"
    ComponentClass="Motor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS7191198" ...>
  ...
  <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 Motor.
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 motor1 represents a Motor with a NominalRotationalFrequency of 240.0 min-1.
Implementation in Proteus Schema
<Equipment
    ID="motor1"
    ComponentClass="Motor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS7191198" ...>
  ...
  <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>