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 value of a parameter matches the specified valueproperty falls into a given range.

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

  1. Check the Enable box to activate the rule.  
  2. In the Sign column: select the sign for value matchingthat will define the value range. The preset list of recognized signs differs for each supported value type, see the table below.
  3. In the Value column: enter the property value that will define the value range. The value must belong to the value match the formatting rules for the data type of the BACNet parameter for which BACNet property the rule is configured for, see Configuring the parameters of BACnet channelsBACnet Property and the table below. 
  4. In the Event column: select the event to be generated.  
  5. In the Event text column: enter the message which will appear when the paremeter matches the specified value.the property value falls in the specified range.
  6. Click the Apply button to save the changes. 

It is possible to create not more than up to 10 rules.

...

titleAttention!

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

Value TypeFormatting RuleSigns
Boolean
=, !=
Unsigned Int
=, !=, <, >, <=, >=
Signed Int
=, !=, <, >, <=, >=
RealBoth "." and "," can be used=, !=, <, >, <=, >=
DoubleBoth "." and "," can be used=, !=, <, >, <=, >=
Octet String
=, !=
Character String
=, !=
Bit String
=, !=
EnumeratedIs actually Unsigned Int=, !=
DateExample: 2.3.2001, 01.01.1988=, !=, <, >, <=, >=
TimeExample: 3:4:6, 03:04:06,  13:24:56=, !=, <, >, <=, >=

...