Rules of event generation enable the generation of events in case of value of a property falls into a given range.
To configure these rules, set the following parameters in the Events tab on the settings panel of the Bacnet Rule object:
It is possible to create up to 10 rules.
The signs available for different value types are listed in the table below:
Value Type | Formatting Rule | Signs |
---|---|---|
Boolean | =, != | |
Unsigned Int | =, !=, <, >, <=, >= | |
Signed Int | =, !=, <, >, <=, >= | |
Real | Both "." and "," can be used | =, !=, <, >, <=, >= |
Double | Both "." and "," can be used | =, !=, <, >, <=, >= |
Octet String | =, != | |
Character String | =, != | |
Bit String | =, != | |
Enumerated | Is actually Unsigned Int | =, != |
Date | Example: 2.3.2001, 01.01.1988 | =, !=, <, >, <=, >= |
Time | Example: 3:4:6, 03:04:06, 13:24:56 | =, !=, <, >, <=, >= |