The BACnetUnsignedRangeNotificationType is formally defined in Table 86.
Table 86 – BACnetUnsignedRangeNotificationType Definition
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 |
The Property ExceedingValue represents the monitored value.
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
This OPC UA Property, of DataType BACnetStatusFlags, represents the BACnet property Status_Flags. The BACnetStatusFlags DataType is defined in 10.3.7.