9.15 BACnetUnsignedRangeNotificationType

9.15.1 ObjectType definition

The BACnetUnsignedRangeNotificationType is formally defined in Table 86.

Table 86 – BACnetUnsignedRangeNotificationType Definition
Attribute Value
BrowseNameBACnetUnsignedRangeNotificationType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the BACnetEventNotificationType defined in 9.4.2.1
0:HasPropertyVariableExceedingValue0:UInteger0:PropertyTypeM
0:HasPropertyVariableExceedingLimit0:UInteger0:PropertyTypeM
0:HasPropertyVariableStatusFlagsBACnetStatusFlags0:PropertyTypeM

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.