7.26 LossInWeightScaleType Definition

7.26.1 Overview

The LossInWeightScaleDeviceType defines the structure of an Object of the LossInWeightScaleDeviceType. Figure 37 shows the hierarchical structure and details of the composition. It is formally defined in Table 65.

An Object of the LossInWeightScaleDeviceType represents a loss in weight scale. It defines additional methods and properties required for managing the loss in weight scale.

Figure 37 - Overview LossInWeightScaleType

7.26.2 ObjectType Definition

Table 65 - LossInWeightScaleType Definition
Attribute Value
BrowseNameLossInWeightScaleType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the ContinuousScaleType
0:HasComponentVariableBinWeight0:BaseDataTypeMeasuredItemTypeOptional
0:HasComponentMethodDischargeStartMandatory
0:HasComponentMethodDischargeStopMandatory
0:HasPropertyVariableDischarging0:Boolean0:PropertyTypeMandatory
0:HasComponentVariableHopperFillLevel0:Number0:AnalogUnitTypeMandatory
0:HasComponentVariableHopperWeight0:BaseDataTypeMeasuredItemTypeMandatory
0:HasPropertyVariableRefilling0:Boolean0:PropertyTypeMandatory
0:HasComponentMethodRefillStartMandatory
0:HasComponentMethodRefillStopMandatory
Conformance Units
Scales Loss In Weight Scale

7.26.3 ObjectType Description

Discharging indicates that hopper discharge operation is in progress.

BinWeight defines the weight of the filled material in an additional bin.

HopperFillLevel defines the fill weight relative to the maximal fill weight of the hopper (Unit: percentage).

HopperWeight defines the weight of the material within the feed hopper. This excludes the weight of the hopper itself.

Refilling indicates that a refill process into the hopper is taking place.

7.26.4 Method DischargeStart

Command to completely discharge the hopper.

Signature

	DischargeStart(
	);

7.26.5 Method DischargeStop

Command to terminate the complete hopper discharge procedure.

Signature

	DischargeStop(
	);

7.26.6 Method RefillStart

Manually starts a refill process.

Signature

	RefillStart(
	);

7.26.7 Method RefillStop

Manually stops a running refill process.

Signature

	RefillStop(
	);