Weigher

Overview

Class

A functional object that is capable of weighing.

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignMassFlowRate

0..1

NullableMassFlowRate

DesignPower

0..1

NullablePower

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: WEIGHER

ComponentClass: Weigher

Example

Implementation in Proteus Schema

<Equipment
    ID="weigher1"
    ComponentClass="Weigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Weigher" ...>
  ...
</Equipment>

DesignMassFlowRate

Attribute (data)

The mass flow rate for which the Weigher is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN MASS FLOW RATE

Name: DesignMassFlowRate

Example

The instance weigher1 represents a Weigher with a DesignMassFlowRate of 420.0 kg/s.

Implementation in Proteus Schema

<Equipment
    ID="weigher1"
    ComponentClass="Weigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Weigher" ...>
  ...
  <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>

DesignPower

Attribute (data)

The power for which the Weigher is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN POWER

Name: DesignPower

Example

The instance weigher1 represents a Weigher with a DesignPower of 500.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="weigher1"
    ComponentClass="Weigher"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Weigher" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>