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
Table 65 - LossInWeightScaleType Definition
Attribute |
Value |
||||
BrowseName |
LossInWeightScaleType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the ContinuousScaleType |
|||||
0:HasComponent |
Variable |
BinWeight |
0:BaseDataType |
MeasuredItemType |
Optional |
0:HasComponent |
Method |
DischargeStart |
|
|
Mandatory |
0:HasComponent |
Method |
DischargeStop |
|
|
Mandatory |
0:HasProperty |
Variable |
Discharging |
0:Boolean |
0:PropertyType |
Mandatory |
0:HasComponent |
Variable |
HopperFillLevel |
0:Number |
0:AnalogUnitType |
Mandatory |
0:HasComponent |
Variable |
HopperWeight |
0:BaseDataType |
MeasuredItemType |
Mandatory |
0:HasProperty |
Variable |
Refilling |
0:Boolean |
0:PropertyType |
Mandatory |
0:HasComponent |
Method |
RefillStart |
|
|
Mandatory |
0:HasComponent |
Method |
RefillStop |
|
|
Mandatory |
Conformance Units |
|||||
Scales Loss In Weight Scale |
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.
Command to completely discharge the hopper.
Signature
DischargeStart(
);
Command to terminate the complete hopper discharge procedure.
Signature
DischargeStop(
);
Manually starts a refill process.
Signature
RefillStart(
);
Manually stops a running refill process.
Signature
RefillStop(
);