8.17 BACnetUnsignedRangeAlgorithmType
8.17.1 ObjectType definition
This OPC UA ObjectType represents the BACnet unsigned range event algorithm.
The BACnetUnsignedRangeAlgorithmType is formally defined in Table 62.
| Attribute | Value | |||||
| BrowseName | BACnetUnsignedRangeAlgorithmType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other | ||
|---|---|---|---|---|---|---|---|
| Subtype of the BACnetEventAlgorithmType defined in 8.9. | |||||||
| 0:HasProperty | Variable | LowLimit | 0:UInteger | 0:PropertyType | M | ||
| 0:HasProperty | Variable | HighLimit | 0:UInteger | 0:PropertyType | M | ||
The BACnetUnsignedRangeAlgorithmType ObjectType is a concrete type and can be used directly.
8.17.2 ObjectType Description
8.17.2.1 Variable LowLimit
This OPC UA Property, of DataType UInteger, is the LowLimit parameter for the object’s event algorithm.
The LowLimit value represents the lower limit of the range considered normal.
8.17.2.2 Variable HighLimit
This OPC UA Property, of DataType UInteger, is the HighLimit parameter for the object’s event algorithm.
The HighLimit variable value represents the upper limit of the range considered normal.