7.47 HopperScaleType Definition
7.47.1 Overview
The HopperScaleType defines the structure of an Object of the HopperScaleType. Figure 58 shows the hierarchical structure and details of the composition. It is formally defined in Table 121.

7.47.2 ObjectType Definition
| Attribute | Value | ||||
| BrowseName | HopperScaleType | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
|---|---|---|---|---|---|
| Subtype of the SimpleScaleType | |||||
| 0:HasProperty | Variable | <Limits> | Boolean | 0:PropertyType | OptionalPlaceholder |
| 0:HasComponent | Variable | LevelMax | 0:Number | 0:AnalogUnitType | Optional |
| 0:HasComponent | Variable | LevelMin | 0:Number | 0:AnalogUnitType | Optional |
| 0:HasProperty | Variable | LimitMax | Boolean | 0:PropertyType | Mandatory |
| 0:HasProperty | Variable | LimitMin | Boolean | 0:PropertyType | Mandatory |
| Conformance Units | |||||
|---|---|---|---|---|---|
| Scales HopperScale |
7.47.3 ObjectType Description
<Limits> defines a placeholder for individual additional limits that may be reached.
LimitMin: The current fill level falls below the allowed minimum level.
LimitMax: The current fill level exceeds the allowed maximum level.
LevelMax defines the maximum fill level where an action is necessary.
LevelMin defines the minimum fill level where an action is necessary.
The components of the HopperScaleType have additional references which are defined in Table 122.
The LevelMax/LevelMode defines with which condition the LevelMax and the current fill level (CurrentWeight) are compared.
The LevelMin/LevelMode defines with which condition the LevelMin and the current fill level (CurrentWeight) are compared.
| Source Path | References | NodeClass | BrowseName | DataType | TypeDefinition | Others |
| LevelMax | 0:HasProperty | Variable | LevelMode | EqualityAndRelationalOperator | 0:PropertyType | Optional |
| LevelMin | 0:HasProperty | Variable | LevelMode | EqualityAndRelationalOperator | 0:PropertyType | Optional |