9.15 BACnetUnsignedRangeNotificationType
9.15.1 ObjectType definition
The BACnetUnsignedRangeNotificationType is formally defined in Table 86.
| Attribute | Value | |||||
| BrowseName | BACnetUnsignedRangeNotificationType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other | |
|---|---|---|---|---|---|---|
| Subtype of the BACnetEventNotificationType defined in 9.4.2.1 | ||||||
| 0:HasProperty | Variable | ExceedingValue | 0:UInteger | 0:PropertyType | M | |
| 0:HasProperty | Variable | ExceedingLimit | 0:UInteger | 0:PropertyType | M | |
| 0:HasProperty | Variable | StatusFlags | BACnetStatusFlags | 0:PropertyType | M | |
9.15.2 ObjectType Description
9.15.2.1 Variable ExceedingValue
The Property ExceedingValue represents the monitored value.
9.15.2.2 Variable ExceedingLimit
The Property ExceedingLimit represents the exceeding limit.
It is the LowLimit if
a) the new state is LOW_LIMIT, or
b) CurrentState is LOW_LIMIT and the new state is NORMAL
It is the HighLimit if
a) the new state is HIGH_LIMIT, or
b) CurrentState is HIGH_LIMIT and the new state is NORMAL
9.15.2.3 Variable StatusFlags
This OPC UA Property, of DataType BACnetStatusFlags, represents the BACnet property Status_Flags. The BACnetStatusFlags DataType is defined in 10.3.7.