Conveyor¶
Overview¶
Class
A machine that is capable of conveying material.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
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: CONVEYOR
ComponentClass: Conveyor
ComponentClassURI: http://data.posccaesar.org/rdl/RDS11589895
Example
Implementation in Proteus Schema
<Equipment
ID="conveyor1"
ComponentClass="Conveyor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589895" ...>
...
</Equipment>
ConveyingDistance¶
Attribute (data)
The conveying distance of the Conveyor.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: CONVEYING DISTANCE
Name: ConveyingDistance
AttributeURI: http://sandbox.dexpi.org/rdl/ConveyingDistance
Example
The instance conveyor1 represents a Conveyor with a ConveyingDistance of 12.0 m.
Implementation in Proteus Schema
<Equipment
ID="conveyor1"
ComponentClass="Conveyor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589895" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="ConveyingDistance"
AttributeURI="http://sandbox.dexpi.org/rdl/ConveyingDistance"
Format="double"
Value="12.0"
Units="Metre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1332674" />
...
</GenericAttributes>
...
</Equipment>
ConveyorType¶
Attribute (data)
The type of the conveyor.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CONVEYOR TYPE ASSIGNMENT CLASS
Name: ConveyorTypeAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/ConveyorTypeAssignmentClass
Example
“Chain Conveyor” (String)
Implementation in Proteus Schema
<Equipment
ID="conveyor1"
ComponentClass="Conveyor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589895" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="ConveyorTypeAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/ConveyorTypeAssignmentClass"
Format="string"
Value="Chain Conveyor" />
...
</GenericAttributes>
...
</Equipment>
DesignCapacityMassFlowRate¶
Attribute (data)
The capacity for the mass flow rate for which the Conveyor 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 CAPACITY MASS FLOW RATE
Name: DesignCapacityMassFlowRate
AttributeURI: http://sandbox.dexpi.org/rdl/DesignCapacityMassFlowRate
Example
The instance conveyor1 represents a Conveyor with a DesignCapacityMassFlowRate of 40.0 kg/min.
Implementation in Proteus Schema
<Equipment
ID="conveyor1"
ComponentClass="Conveyor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589895" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignCapacityMassFlowRate"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityMassFlowRate"
Format="double"
Value="40.0"
Units="KilogramPerMinute"
UnitsURI="http://data.posccaesar.org/rdl/RDS1350719" />
...
</GenericAttributes>
...
</Equipment>
DesignRotationalSpeed¶
Attribute (data)
The rotational speed for which the Conveyor 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 conveyor1 represents a Conveyor with a DesignRotationalSpeed of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
ID="conveyor1"
ComponentClass="Conveyor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589895" ...>
...
<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>