The VariableType defines the general characteristics of a WeightItem. The WeightItem is a measured weight value with some Properties. The value attribute has the DataType AbstractWeightType (see section 10.1) and contains the value of net, gross and tare. It is formally defined in Table 143.
The value of the WeightItemType is rounded to a verification scale division value if the scale is verified, otherwise it is rounded to the scale division.
Figure 69 - Overview WeightItemType
Table 143 - WeightItemType Definition
Attribute |
Value |
|||||
BrowseName |
WeightItemType |
|||||
IsAbstract |
False |
|||||
ValueRank |
-1 |
|||||
DataType |
WeightType |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
|
Subtype of the MeasuredItemType |
||||||
0:HasProperty |
Variable |
CenterOfZero |
0:Boolean |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
CurrentRangeId |
0:UInt16 |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
GrossNegative |
0:Boolean |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
HighResolutionValue |
WeightType |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
InsideZero |
0:Boolean |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
LegalForTrade |
0:Boolean |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
Overload |
0:Boolean |
0:PropertyType |
Mandatory |
|
0:HasProperty |
Variable |
PrintableValue |
PrintableWeightType |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
TareMode |
TareMode |
0:PropertyType |
Mandatory |
|
0:HasProperty |
Variable |
Underload |
0:Boolean |
0:PropertyType |
Mandatory |
|
0:HasProperty |
Variable |
WeightId |
0:String |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
WeightStable |
0:Boolean |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
Net |
0:Double |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
Gross |
0:Double |
0:PropertyType |
Optional |
|
0:HasProperty |
Variable |
Tare |
0:Double |
0:PropertyType |
Optional |
CenterOfZero defines if a value is in the vendor-specific tolerance to be zero (e.g., value differs by signal noise).
CurrentRangeId describes the identifier of the current range.
GrossNegative defines if the gross value is negative (e.g., in case of a too high preload).
HighResolutionValue defines the measured value. It is the best resolution the scale can provide in the current configuration.
InsideZero defines if the current measured value is within the valid range for the zero-setting procedure. If this variable is true, the setZero method can be called successfully if the Property does not change.
LegalForTrade defines if the current measured value is legal for trade.
Overload defines if the maximum allowed measured weight value is exceeded.
PrintableValue defines the measured value as 0:String representation without a unit. It is also rounded.
TareMode describes how the tare value is set.
Underload defines if the measued weight falls below the minimum allowed measured weight value.
WeightId defines a unique ID that refers to the verified value of a measurement procedure.
WeightStable defines if the weight is stable and not in movement.
Gross defines the gross value of weight as a 0:Double precision floating point number.
Net defines the net value of weight as a 0:Double precision floating point number.
Tare defines the tare value of weight as a 0:Double precision floating point number.