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 60.
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 60 – LossInWeightScaleType Definition
Attribute |
Value |
||||
BrowseName |
LossInWeightScaleType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the ContinuousScaleType |
|||||
0:HasComponent |
Method |
DischargeStart |
|
|
Mandatory |
0:HasComponent |
Method |
DischargeStop |
|
|
Mandatory |
0:HasProperty |
Variable |
Discharging |
Boolean |
0:PropertyType |
Mandatory |
0:HasProperty |
Variable |
Refilling |
Boolean |
0:PropertyType |
Mandatory |
0:HasComponent |
Method |
RefillStart |
|
|
Mandatory |
0:HasComponent |
Method |
RefillStop |
|
|
Mandatory |
Discharging indicates that a discharging process is taking place.
Refilling indicates that refilling is in progress – this may be initiated by the scale.
Starts a discharging process.
Signature
DischargeStart(
);
Stops a discharging process.
Signature
DischargeStop(
);
Starts a refilling process.
Signature
RefillStart(
);
Stops a refilling process.
Signature
RefillStop(
);