Documentation for ACFA PSIM

Previous page Next page


Rules of indicator state change allow you to change the indicator of the BACnet object on the map if a value of a property falls in a given range.

The indicator and property value are displayed on the map (see Managing the property of the BACnet channel on the map).

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

  1. Set the Enable checkbox to activate the rule. 
  2. From the drop-down list in the Sign column, select the sign that determines the range. The list of recognized signs differs for each supported data type, see the table below.
  3. Determine a value of a property in one of the following ways:
    1. In the Value column, enter the property value that limits the range. The value must match the data type of the BACNet property, for which the rule is configured, see Configuring the BACnet Property.
    2. In the Minimum value and Maximum value fields, specify the interval the value must fall into.
  4. In the Red, Green and Blue columns, specify the color of the indicator according to the RGB model.
  5. Click the Apply button to save the changes.

You can specify up to 10 states of the indicator.

Attention!

If the value of the property falls into several intervals, the indicator will take the color according to the rule with the lowest order number.

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

TypeSigns
Unsigned Int=, !=, <, >, <=, >=
Signed Int =, !=, <, >, <=, >=
Real=, !=, <, >, <=, >=
Double=, !=, <, >, <=, >=
  • No labels