Rules of event generation allow you to create events if a value of a property falls into a given range.
To configure these rules, set the following parameters on the Events tab on the settings panel of the Bacnet Rule object:
You can specify up to 10 rules.
Signs available for different data types are listed in the table below:
Data type | Formatting | Signs |
---|---|---|
Boolean | NA | =, != |
Unsigned Int | NA | =, !=, <, >, <=, >= |
Signed Int | NA | =, !=, <, >, <=, >= |
Real | Both "." and "," can be used | =, !=, <, >, <=, >= |
Double | Both "." and "," can be used | =, !=, <, >, <=, >= |
Octet String | NA | =, != |
Character String | NA | =, != |
Bit String | NA | =, != |
Enumerated | In fact it is Unsigned Int | =, != |
Date | Example: 2.3.2001, 01.01.1988 | =, !=, <, >, <=, >= |
Time | Example: 3:4:6, 03:04:06, 13:24:56 | =, !=, <, >, <=, >= |