The VehicleScaleType defines the structure of an Object of the VehicleScaleType. Figure 61 shows the hierarchical structure and details of the composition. It is formally defined in Table 124.
An Object of the VehicleScaleType represents a vehicle scale. It defines additional methods and properties required for managing the vehicle scale.
The following use cases for a vehicle scale exist:
- Checking the weight of the vehicle (e.g., a traffic check or an overload check) (check vehicle weight)
- The weight of the vehicle is known and only one measurement is needed to determine the gross weight (one pass weighing)
- The weight of the vehicle is unknown, and more than one measurement is needed to determine the gross weight (more pass weighing) (e.g. a vehicle arrives at a gravel plant full/empty and leaves it empty/full)
Table 123 shows the process of the different use cases:
Table 123 - Process of vehicle weighing
Checkweighing |
One pass weighing |
More pass weighing |
Call the method RegisterWeight to get the current value |
Call the method OnePassWeighing to trigger an outbound weighing and use the preset tare to calculate DeltaWeight |
Call the method InboundWeighing if the vehicle arrives at the area and call the method OutboundWeighing if the vehicle leaves the area. The results must be saved in the scale. If OutboundWeighing and InboundWeighing are stored in the scale the DeltaWeight (as result) can be calculated |
Figure 59 - Overview VehicleScaleType
Table 124 - VehicleScaleType Definition
Attribute |
Value |
||||||
BrowseName |
VehicleScaleType |
||||||
IsAbstract |
False |
||||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
||
Subtype of the ScaleDeviceType |
|||||||
0:HasComponent |
Method |
InboundWeighing |
|
|
Optional |
||
0:HasComponent |
Method |
OutboundWeighing |
|
|
Optional |
||
0:HasComponent |
Method |
OnePassWeighing |
|
|
Optional |
||
Conformance Units |
|||||||
Scales VehicleScale |
ProductionPreset, which is inherited from ScaleDeviceType shall have instances of VehicleProductType or a subtype in the Products folder.
The Method triggers an inbound weighing process of a vehicle arriving in an (e.g., filling) area. This is done to determine the present weight of the vehicle. This method may require a vehicle ID to identify the vehicle and to return the measured value. The signature of this Method is specified below. Table 125 and Table 126 specify the Arguments and AddressSpace representation, respectively.
Signature
InboundWeighing(
[in]0:String VehicleId
);
Table 125 - InboundWeighing Method Arguments
Argument |
Description |
VehicleId |
The ID of the vehicle |
Table 126 - InboundWeighing Method AddressSpace definition
Attribute |
Value |
||||
BrowseName |
InboundWeighing |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
0:HasProperty |
Variable |
InputArguments |
Argument[] |
0:PropertyType |
Mandatory |
Triggers an outbound weighing process of a vehicle leaving an (e.g., filling) area. This is done to determine the total weight of the vehicle. This method may require a vehicle ID to identify the vehicle and to return the measured value. The signature of this Method is specified below. Table 127 and Table 128 specify the Arguments and AddressSpace representation, respectively.
Signature
OutboundWeighing(
[in]0:StringVehicleId
);
Table 127 - OutboundWeighing Method Arguments
Argument |
Description |
VehicleId |
The ID of the vehicle |
Table 128 - OutboundWeighing Method AddressSpace definition
Attribute |
Value |
||||
BrowseName |
OutboundWeighing |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
0:HasProperty |
Variable |
InputArguments |
Argument[] |
0:PropertyType |
Mandatory |
Triggers an outbound weighing and uses the preset tare to calculate the DeltaWeight (one-pass use case). The signature of this Method is specified below. Table 129 and Table 130 specify the Arguments and AddressSpace representation, respectively.
Signature
OnePassWeighing(
[in]0:StringVehicleId
);
Table 129 - OnePassWeighing Method Arguments
Argument |
Description |
VehicleId |
The ID of the vehicle |
Table 130 - OnePassWeighing Method AddressSpace definition
Attribute |
Value |
||||
BrowseName |
OnePassWeighing |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
0:HasProperty |
Variable |
InputArguments |
Argument[] |
0:PropertyType |
Mandatory |