Extruder¶
Overview¶
Class
A machine that has the capability of extruding (from http://data.15926.org/rdl/RDS394044551).
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: EXTRUDER
ComponentClass: Extruder
ComponentClassURI: http://data.posccaesar.org/rdl/RDS394044551
Example
Implementation in Proteus Schema
<Equipment
    ID="extruder1"
    ComponentClass="Extruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394044551" ...>
  ...
</Equipment>
DesignMassFlowRate¶
Attribute (data)
The mass flow rate for which the Extruder is designed.
Multiplicity: 0..1
Type: NullableMassFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN MASS FLOW RATE
Name: DesignMassFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286182
Example
The instance extruder1 represents an Extruder with a DesignMassFlowRate of 420.0 kg/s.
Implementation in Proteus Schema
<Equipment
    ID="extruder1"
    ComponentClass="Extruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394044551" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignMassFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286182"
      Format="double"
      Value="420.0"
      Units="KilogramPerSecond"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1329659" />
    ...
  </GenericAttributes>
  ...
</Equipment>
DesignRotationalSpeed¶
Attribute (data)
The rotational speed for which the Extruder is designed.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN ROTATIONAL SPEED
Name: DesignRotationalSpeed
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalSpeed
Example
The instance extruder1 represents an Extruder with a DesignRotationalSpeed of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
    ID="extruder1"
    ComponentClass="Extruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394044551" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignRotationalSpeed"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignRotationalSpeed"
      Format="double"
      Value="180.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>
DesignShaftPower¶
Attribute (data)
The shaft power for which the Extruder is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN SHAFT POWER
Name: DesignShaftPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignShaftPower
Example
The instance extruder1 represents an Extruder with a DesignShaftPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
    ID="extruder1"
    ComponentClass="Extruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394044551" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignShaftPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignShaftPower"
      Format="double"
      Value="400.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>