BatchWeigher

Overview

Class

A Weigher that is operating in batch mode.

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignCapacityWeighingQuantities

0..1

NullableNumberPerTimeInterval

UpperLimitDesignLoad

0..1

NullableMass

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: BATCH WEIGHER

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

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

Implementation in Proteus Schema

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

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