ContinuousWeigher¶
Overview¶
Class
A Weigher that weighs a mass flow rate in continuous mode.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CONTINUOUS WEIGHER
ComponentClass: ContinuousWeigher
ComponentClassURI: http://sandbox.dexpi.org/rdl/ContinuousWeigher
Example
Implementation in Proteus Schema
<Equipment
ID="continuousWeigher1"
ComponentClass="ContinuousWeigher"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ContinuousWeigher" ...>
...
</Equipment>
BeltWidth¶
Attribute (data)
The belt width of the ContinuousWeigher.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Example
The instance continuousWeigher1 represents a ContinuousWeigher with a BeltWidth of 180.0 cm.
Implementation in Proteus Schema
<Equipment
ID="continuousWeigher1"
ComponentClass="ContinuousWeigher"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ContinuousWeigher" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="BeltWidth"
AttributeURI="http://sandbox.dexpi.org/rdl/BeltWidth"
Format="double"
Value="180.0"
Units="Centimetre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
...
</GenericAttributes>
...
</Equipment>