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

NominalPower

0..1

NullablePower

NominalRotationalFrequency

0..1

NullableRotationalFrequency

SubTagName

0..1

NullableString

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

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: NOMINAL POWER

Name: 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.

Name: 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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: 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>