Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rules of event generation enable the generation of events in case of allow you to create events if a value of a property falls into a given range.

To configure these rules, set the following parameters in on the Events tab on the settings panel of the Bacnet Rule object:

  1. Check the Enable box Set the Enable checkbox to activate the rule.  
  2. In the From the drop-down list in the Sign column: , select the sign that will define determines the value range. The list of recognized signs differs for each supported value data type, see the table below.
  3. In the Value column: , enter the property the property value that will define limits the value range. The value must match the formatting rules for the data type of the BACNet property BACNet property, for which the rule is configured for, see Configuring the BACnet Property and the table below. 
  4. In From the drop-down list in the Event column: , select the an event to that will be generated.  
  5. In the Event text column: , enter the message which that will appear be displayed when the property the property value falls in the specified range.
  6. Click the Apply button to save the changes. 

It is possible to create You can specify up to 10 rules.

Image RemovedImage Added

The signs Signs available for different value data types are listed in the table below:

Value TypeData typeFormatting RuleSigns
BooleanNA=, !=
Unsigned IntNA=, !=, <, >, <=, >=
Signed IntNA=, !=, <, >, <=, >=
RealBoth "." and "," can be used=, !=, <, >, <=, >=
DoubleBoth "." and "," can be used=, !=, <, >, <=, >=
Octet StringNA=, !=
Character StringNA=, !=
Bit StringNA=, !=
EnumeratedIs actually In fact it is Unsigned Int=, !=
DateExample: 2.3.2001, 01.01.1988=, !=, <, >, <=, >=
TimeExample: 3:4:6, 03:04:06, 13 13:24:56=, !=, <, >, <=, >=

...