BatchWeigher¶
Overview¶
Class
A Weigher that is operating in batch mode.
Supertypes
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: BATCH WEIGHER
ComponentClass: BatchWeigher
ComponentClassURI: http://sandbox.dexpi.org/rdl/BatchWeigher
Example
Implementation in Proteus Schema
<Equipment
    ID="batchWeigher1"
    ComponentClass="BatchWeigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/BatchWeigher" ...>
  ...
</Equipment>
DesignCapacityWeighingQuantities¶
Attribute (data)
The capacity for the number of weighing quantities per time for which the BatchWeigher is designed.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN CAPACITY WEIGHING QUANTITIES
Name: DesignCapacityWeighingQuantities
Example
The instance batchWeigher1 represents a BatchWeigher with a DesignCapacityWeighingQuantities of 42.0 s-1.
Implementation in Proteus Schema
<Equipment
    ID="batchWeigher1"
    ComponentClass="BatchWeigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/BatchWeigher" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignCapacityWeighingQuantities"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityWeighingQuantities"
      Format="double"
      Value="42.0"
      Units="ReciprocalSecond"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1355489" />
    ...
  </GenericAttributes>
  ...
</Equipment>
UpperLimitDesignLoad¶
Attribute (data)
The upper limit for the load for which the BatchWeigher is designed.
Multiplicity: 0..1
Type: NullableMass
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DESIGN LOAD
Name: UpperLimitDesignLoad
AttributeURI: http://sandbox.dexpi.org/rdl/UpperLimitDesignLoad
Example
The instance batchWeigher1 represents a BatchWeigher with an UpperLimitDesignLoad of 900.0 kg.
Implementation in Proteus Schema
<Equipment
    ID="batchWeigher1"
    ComponentClass="BatchWeigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/BatchWeigher" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignLoad"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignLoad"
      Format="double"
      Value="900.0"
      Units="Kilogram"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1328669" />
    ...
  </GenericAttributes>
  ...
</Equipment>