Skip to main content
Skip table of contents

User-defined Submenu

Warning!

This section applies to all Control Point series: the Control Point and Control Point VAV.

User-defined submenu means that the display either shows elements additional to the default set (sequence 1), or it is possible to remove default elements and display only user-defined ones (sequence 2):

There are 8 numeric and 8 Boolean user-defined parameters available that can be used to adjust elements displayed on the LCD display. All these parameters are read-only locally from the panel, writing is possible only from a higher-level system. Each parameter has to be activated to be visible. Active parameters are displayed in the bottom line of the display in a specified sequence. After a panel restart, user-defined parameters are not displayed until they are overwritten from a higher level system (master controller).

Access to each submenu can be password-protected.

There are 2 ways of setting user-defined parameters:

  • using components in the iC Tool (recommended if the panel is connected to a controller);

  • using Modbus registers/BACnet objects (directly).

Using Components in the iC Tool

This method is recommended and available if the panel is directly connected to a controller.

Adding New Elements to the Submenu

The kit including components for setting user-defined parameters in the submenu is the iSMA_RoomDevices_Modbus kit. The components in question are:

  • SubmenuBoolean;

  • SubmenuNumeric.

Each component is responsible for reading/writing and configuration of a single Boolean or numeric parameter, which will be placed in the panel’s submenu.

To add a new parameter on the submenu, follow these steps:

  • Add the SubmenuBoolean or SubmenuNumeric component to the ModbusDevice component in the ModbusAsyncNetwork;

  • Select the type of submenu in the Submenu slot to one of the six available types;

  • Set the Point No slot to one of the eight available slots;

  • Configure the remaining slots as required;

To find out detailed information about editing options of these components, go to SubmenuBoolean / SubmenuNumeric.

  • Save the component’s configuration using the Save button;

  • Send the configuration to the panel using the writeConfig action.

Using Modbus Registers/BACnet Objects

This method is available directly in the panel.

This method requires the use of an external Modbus or BACnet explorer tool.

Adding New Elements in the Submenu

It is possible to add 8 numeric and 8 Boolean submenu user-defined elements.

To add new elements to the submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

Temperature

To add new elements as the temperature submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

TEMPERATURE_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu temperature numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40059-40066 (TEMPERATURE_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV8-AV15, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40504-05, 40513-14, 40522-23, 40531-32, 40540-41, 40549-50, 40558-59, 40567-68 (TEMPERATURE_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV8-AV15, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 40504 register for letters TE and the 40505 register for letters MP. The displayed name is TEMP.

  • STEP: allows to set a step of value change for the temperature submenu parameter (by default, 0);

    • Modbus registers: 40506, 40515, 40524, 40533, 40542, 40551, 40560, 40569 (TEMPERATURE_NUMERIC_1-8_STEP);

    • BACnet objects: AV8-AV15, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the temperature submenu parameter (by default, 0);

    • Modbus registers: 40507, 40516, 40525, 40534, 40543, 40552, 40561, 40570 (TEMPERATURE_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV8-AV15, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the temperature submenu parameter (by default, 0);

    • Modbus registers: 40508, 40517, 40526, 40535, 40544, 40553, 40562, 40571 (TEMPERATURE_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV8-AV15, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40509, 40518, 40527, 40536, 40545, 40554, 40563, 40572 (TEMPERATURE_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV8-AV15, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 40510, 40519, 40528, 40537, 40546, 40555, 40564, 40573 (TEMPERATURE_NUMERIC_1-8_CONFIGURATION_1), 40500, 40511, 40520, 40529, 40538, 40547, 40556, 40565 (TEMPERATURE_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV8-AV15, properties: Out of Service, Units, 4202 (decimal places);

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

TEMPERATURE_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu temperature Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40122-40129 (TEMPERATURE_BOOLEAN_1-8_PRESENT_VALUE);

      • 40108 (TEMPERATURE_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in temperature submenus);

    • BACnet objects: BV8-BV15, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40576-77, 40586-87, 40596-97, 40606-07, 40616-17, 40626-27, 40636-37, 40646-47 (TEMPERATURE_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV8-BV15, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40576 register for letters BL and the 40577 register for letters ST. The displayed name is BLST (boiler supply temperature).

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40578-79, 40588-89, 40598-99, 40608-09, 40618-19, 40628-29, 40638-39, 40648-49 (TEMPERATURE_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV8-BV15, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40578 register for letters LO and the 40579 register for letter W. The displayed text is LOW.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40580-81, 40590-91, 40600-01, 40610-11, 40620-21, 40630-31, 40640-41, 40650-51 (TEMPERATURE_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV8-BV15, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40580 register for letters HI and the 40581 register for letters GH. The displayed text is HIGH.

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40582, 40592, 40602, 40612, 40622, 40632, 40642, 40652 (TEMPERATURE_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV8-BV15, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 40583, 40593, 40603, 40613, 40623, 40633, 40643, 40653 (TEMPERATURE_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV8-BV15, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available temperature submenus is activated;

  • Modbus register: 40501 (TEMPERATURE_MENU_ACTIVE_POINTS).

Fan

To add new elements as the fan submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

FAN_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu fan numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40067-40074 (FAN_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV16-AV23, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40657-58, 40666-67, 40675-76, 40684-85, 40693-94, 40702-03, 40711-12, 40720-21 (FAN_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV16-AV23, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 40657 register for letters SP and the 40658 register for letters ED. The displayed name is SPED (speed).

  • STEP: allows to set a step of value change for the fan submenu parameter (by default, 0);

    • Modbus registers: 40659, 40668, 40677, 40686, 40695, 40704, 40713, 40722 (FAN_NUMERIC_1-8_STEP);

    • BACnet objects: AV16-AV23, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the fan submenu parameter (by default, 0);

    • Modbus registers: 40660, 40669, 40678, 40687, 40696, 40705, 40714, 40723 (FAN_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV16-AV23, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the fan submenu parameter (by default, 0);

    • Modbus registers: 40661, 40670, 40679, 40688, 40697, 40706, 40715, 40724 (FAN_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV16-AV23, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40662, 40671, 40680, 40689, 40698, 40707, 40716, 40725 (FAN_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV16-AV23, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 40663, 40672, 40681, 40690, 40699, 40708, 40717, 40726 (FAN_NUMERIC_1-8_CONFIGURATION_1), 40655, 40664, 40673, 40682, 40691, 40700, 40709, 40718 (FAN_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV16-AV23, properties: Out of Service, Units, 4202 (decimal places).

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

FAN_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu fan Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40130-40137 (FAN_BOOLEAN_1-8_PRESENT_VALUE);

      • 40109 (FAN_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in fan submenus);

    • BACnet objects: BV16-BV23, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40729-30, 40739-40, 40749-50, 40759-60, 40769-70, 40779-80, 40789-90, 40799-800 (FAN_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV16-BV23, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40729 register for letters FA and the 40730 register for letters A1. The displayed name is FAN1.

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40731-32, 40741-42, 40751-52, 40761-62, 40771-72, 40781-82, 40791-92, 40801-02 (FAN_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV16-BV23, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40731 register for letters ON and the 40732 register left empty. The displayed text is ON.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40733-34, 40743-44, 40753-54, 40763-64, 40773-74, 40783-84, 40793-94, 40803-04 (FAN_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV16-BV23, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40733 register for letters OF and the 40734 register for letter F. The displayed text is OFF.

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40735, 40745, 40755, 40765, 40775, 40785, 40795, 40805 (FAN_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV16-BV23, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 40736, 40746, 40756, 40766, 40776, 40786, 40796, 40806 (FAN_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV16-BV23, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available fan submenus is activated;

  • Modbus register: 40654 (FAN_MENU_ACTIVE_POINTS).

Light

To add new elements as the light submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

LIGHT_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu light numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40075-40082 (LIGHT_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV24-AV31, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40810-11, 40819-20, 40828-29, 40837-38, 40846-47, 40855-56, 40864-65, 40873-74 (LIGHT_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV24-AV31, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 40810 register for letters DI and the 40811 register for letters MM. The displayed name is DIMM (dimmer).

  • STEP: allows to set a step of value change for the light submenu parameter (by default, 0);

    • Modbus registers: 40812, 40821, 40830, 40839, 40848, 40857, 40866, 40875 (LIGHT_NUMERIC_1-8_STEP);

    • BACnet objects: AV24-AV31, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the light submenu parameter (by default, 0);

    • Modbus registers: 40813, 40822, 40831, 40840, 40849, 40858, 40867, 40876 (LIGHT_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV24-AV31, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the light submenu parameter (by default, 0);

    • Modbus registers: 40814, 40823, 40832, 40841, 40850, 40859, 40868, 40877 (LIGHT_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV24-AV31, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40815, 40824, 40833, 40842, 40851, 40860, 40869, 40878 (LIGHT_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV24-AV31, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 40816, 40825, 40834, 40843, 40852, 40861, 40870, 40879 (LIGHT_NUMERIC_1-8_CONFIGURATION_1), 40808, 40817, 40826, 40835, 40844, 40853, 40862, 40871 (LIGHT_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV24-AV31, properties: Out of Service, Units, 4202 (decimal places).

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

LIGHT_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu light Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40138-40145 (LIGHT_BOOLEAN_1-8_PRESENT_VALUE);

      • 40110 (LIGHT_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in light submenus);

    • BACnet objects: BV24-BV31, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40882-83, 40892-93, 40902-03, 40912-13, 40922-23, 40932-33, 40942-43, 40952-53 (LIGHT_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV24-BV31, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40882 register for letters LA and the 40883 register for letters MP. The displayed name is LAMP.

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40884-85, 40894-95, 40904-05, 40914-15, 40924-25, 40934-35, 40944-45, 40954-55 (LIGHT_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV24-BV31, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40884 register for letters ON and the 40885 register left empty. The displayed text is ON.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40886-87, 40896-97, 40906-07, 40916-17, 40926-27, 40936-37, 40946-47, 40956-57 (LIGHT_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV24-BV31, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40886 register for letters OF and the 40887 register for letter F. The displayed text is OFF.

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40888, 40898, 40908, 40918, 40928, 40938, 40948, 40958 (LIGHT_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV24-BV31, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 40889, 40899, 40909, 40919, 40929, 40939, 40949, 40959 (LIGHT_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV24-BV31, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available light submenus is activated;

  • Modbus register: 40807 (LIGHT_MENU_ACTIVE_POINTS).

Blind

To add new elements as the blind submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

BLIND_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu blind numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40083-40090 (BLIND_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV32-AV39, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 40963-64, 40972-73, 40981-82, 40990-91, 40999-1000, 41008-09, 41017-18, 41026-27 (BLIND_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV32-AV39, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 40963 register for letters BL and the 40964 register for letters D1. The displayed name is BLD1 (blind 1).

  • STEP: allows to set a step of value change for the blind submenu parameter (by default, 0);

    • Modbus registers: 40965, 40974, 40983, 40992, 41001, 41010, 41019, 41028 (BLIND_NUMERIC_1-8_STEP);

    • BACnet objects: AV32-AV39, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the blind submenu parameter (by default, 0);

    • Modbus registers: 40966, 40975, 40984, 40993, 41002, 41011, 41020, 41029 (BLIND_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV32-AV39, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the blind submenu parameter (by default, 0);

    • Modbus registers: 40967, 40976, 40985, 40994, 41003, 41012, 41021, 41030 (BLIND_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV32-AV39, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 40968, 40977, 40986, 40995, 41004, 41013, 41022, 41031 (BLIND_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV32-AV39, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 40969, 40978, 40987, 40996, 41005, 41014, 41023, 41032 (BLIND_NUMERIC_1-8_CONFIGURATION_1), 40961, 40967, 40979, 40988, 40997, 41006, 41015, 41024 (BLIND_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV32-AV39, properties: Out of Service, Units, 4202 (decimal places).

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

BLIND_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu blind Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40146-40153 (BLIND_BOOLEAN_1-8_PRESENT_VALUE);

      • 40111 (BLIND_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in blind submenus);

    • BACnet objects: BV32-BV39, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41035-36, 41045-46, 41055-56, 41065-66, 41075-77, 41085-86, 41095-96, 41105-06 (BLIND_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV32-BV39, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41035 register for letters BL and the 41036 register for letters ND. The displayed name is BLND (blind).

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41037-38, 41047-48, 41057-58, 41067-68, 41077-78, 41087-88, 41097-98, 41107-08 (BLIND_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV32-BV39, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 40884 register for letters UP and the 40885 register left empty. The displayed text is UP.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41039-40, 41049-50, 41059-60, 41069-70, 41079-80, 41089-90, 41099-100, 41109-10 (BLIND_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV32-BV39, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41039 register for letters DO and the 41040 register for letters WN. The displayed text is DOWN.

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 41041, 41051, 41061, 41071, 41081, 41091, 41101, 41111 (BLIND_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV32-BV39, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 41042, 41052, 41062, 41072, 41082, 41092, 41102, 41112 (BLIND_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV32-BV39, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available blind submenus is activated;

  • Modbus register: 40960 (BLIND_MENU_ACTIVE_POINTS).

Alarms

To add new elements as the alarms submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

ALARMS_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu alarms numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40091-40098 (ALARMS_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV40-AV47, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41116-17, 41125-26, 41134-35, 41143-44, 41152-53, 41161-62, 41170-71, 41179-80 (ALARMS_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV40-AV47, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 41116 register for letters HL and the 41117 register for letter A. The displayed name is HLA (high limit alarm).

  • STEP: allows to set a step of value change for the alarms submenu parameter (by default, 0);

    • Modbus registers: 41118, 41127, 41136, 41145, 41154, 41163, 41172, 41181 (ALARMS_NUMERIC_1-8_STEP);

    • BACnet objects: AV40-AV47, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the alarms submenu parameter (by default, 0);

    • Modbus registers: 41119, 41128, 41137, 41146, 41155, 41164, 41173, 41182 (ALARMS_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV40-AV47, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the alarms submenu parameter (by default, 0);

    • Modbus registers: 41120, 41129, 41138, 41147, 41156, 41165, 41174, 41183 (ALARMS_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV40-AV47, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 41121, 41130, 41139, 41148, 41157, 41166, 41175, 41184 (ALARMS_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV40-AV47, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 41122, 41131, 41140, 41149, 41158, 41167, 41176, 41185 (ALARMS_NUMERIC_1-8_CONFIGURATION_1), 41114, 41123, 41132, 41141, 41150, 41159, 41168, 41174 (ALARMS_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV40-AV47, properties: Out of Service, Units, 4202 (decimal places).

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

ALARMS_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu alarms Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40154-40161 (ALARMS_BOOLEAN_1-8_PRESENT_VALUE);

      • 40112 (ALARMS_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in alarms submenus);

    • BACnet objects: BV40-BV47, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41188-89, 41198-99, 41208-09, 41218-19, 41228-29, 41238-39, 41248-49, 41258-59 (ALARMS_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV40-BV47, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41188 register for letters AC and the 41189 register for letters O2. The displayed name is ACO2 (CO2 alarm).

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41190-91, 41200-01, 41210-11, 41220-21, 41230-31, 41240-41, 41250-51, 41260-61 (ALARMS_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV40-BV47, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41190 register for letters OK and the 41191 register left empty. The displayed text is OK.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41192-93, 41202-03, 41212-13, 41222-23, 41232-33, 41242-43, 41252-53, 41262-63 (ALARMS_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV40-BV47, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41192 register for letters EX and the 41193 register for letters CD. The displayed text is EXCD (exceeded).

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 41194, 41204, 41214, 41224, 41234, 41244, 41254, 41264 (ALARMS_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV40-BV47, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 41195, 41205, 41215, 41225, 41235, 41245, 41255, 41265 (ALARMS_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV40-BV47, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available alarms submenus is activated;

  • Modbus register: 41113 (BLIND_MENU_ACTIVE_POINTS).

Occupancy

To add new elements as the occupancy submenu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:

SETTINGS_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined submenu occupancy numeric element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40099-40106 (SETTINGS_NUMERIC_1-8_PRESENT_VALUE);

    • BACnet objects: AV48-AV55, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41269-70, 41278-79, 41287-88, 41296-97, 41305-06, 41314-15, 41323-24, 41332-33 (SETTINGS_NUMERIC_1-8_NAME_12-34);

    • BACnet objects: AV48-AV55, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu numeric parameter 1, use the 41269 register for letters OC and the 41270 register for letters CL. The displayed name is OCCL (occupancy limit).

  • STEP: allows to set a step of value change for the occupancy submenu parameter (by default, 0);

    • Modbus registers: 41271, 41280, 41289, 41298, 41307, 41316, 41325, 41334 (SETTINGS_NUMERIC_1-8_STEP);

    • BACnet objects: AV48-AV55, property: 4206;

The step value is dependent on the setting of decimal places in the CONFIGURATION_1 parameter.

If the STEP parameter is set to 10, then:

  • if one decimal place is activated in the CONFIGURATION_1 parameter, the effective step value equals 1 (10/10);

  • if two decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.1 (10/100);

  • if three decimal places are activated in the CONFIGURATION_1 parameter, the effective step value equals 0.01 (10/1000);

  • LOW_LIMIT: allows to set a low limit value for the occupancy submenu parameter (by default, 0);

    • Modbus registers: 41272, 41281, 41290, 41299, 41308, 41317, 41326, 41335 (SETTINGS_NUMERIC_1-8_LOW_LIMIT);

    • BACnet objects: AV48-AV55, property: Low Limit;

  • HIGH_LIMIT: allows to set a high limit value for the occupancy submenu parameter (by default, 0);

    • Modbus registers: 41273, 41282, 41291, 41300, 41309, 41318, 41327, 41336 (SETTINGS_NUMERIC_1-8_HIGH_LIMIT);

    • BACnet objects: AV48-AV55, property: High Limit;

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 41274, 41283, 41292, 41301, 41310, 41319, 41328, 41337 (SETTINGS_NUMERIC_1-8_PRIORITY):

    • BACnet objects: AV48-AV55, property: 4201;

  • CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;

    • Modbus registers: 41275, 41284, 41293, 41302, 41311, 41320, 41329, 41338 (SETTINGS_NUMERIC_1-8_CONFIGURATION_1), 41267, 41276, 41285, 41294, 41303, 41312, 41321, 41330 (SETTINGS_NUMERIC_1-8_CONFIGURATION_2);

    • BACnet objects: AV48-AV55, properties: Out of Service, Units, 4202 (decimal places).

Parameter

Value

Modbus register bit (same for all registers listed above)

BACnet property

Visibility

Visible

CONFIGURATION, bit 0

1

Out of Service

True

Not visible (default)

0

False

Units

C

CONFIGURATION, bit 6

1 (active)

Units

62

0 (inactive, default)

F

CONFIGURATION, bit 7

1 (active)

Units

64

0 (inactive, default)

Pa

CONFIGURATION, bit 8

1 (active)

Units

53

0 (inactive, default)

Lx

CONFIGURATION, bit 9

1 (active)

Units

37

0 (inactive, default)

ppm

CONFIGURATION, bit 10

1 (active)

Units

96

0 (inactive, default)

m3/h

CONFIGURATION, bit 11

1 (active)

Units

135

0 (inactive, default)

%Rh

CONFIGURATION, bit 12

1 (active)

Units

29

0 (inactive, default)

L/s

CONFIGURATION, bit 13

1 (active)

Units

87

0 (inactive, default)

%

CONFIGURATION, bit 14

1 (active)

Units

98

0 (inactive, default)

inWC

CONFIGURATION_1, bit 0

1 (active)

Units

58

0 (inactive, default)

CFM

CONFIGURATION_1, bit 1

1 (active)

Units

84

0 (inactive, default)

Decimal places

No decimal place active

CONFIGURATION, bits 2-4

0 (inactive, default)

4201

0

1 decimal place

CONFIGURATION, bit 2

1 (active)

4201

1

0 (inactive, default)

2 decimal places

CONFIGURATION, bit 3

1 (active)

4201

2

0 (inactive, default)

3 decimal places

CONFIGURATION, bit 4

1 (active)

4201

3

0 (inactive, default)

SETTINGS_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined submenu occupancy Boolean element;

  • PRESENT_VALUE: a value of the menu parameter displayed on the panel;

    • Modbus registers: 40162-40169 (SETTINGS_BOOLEAN_1-8_PRESENT_VALUE);

      • 40113 (SETTINGS_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in occupancy submenus);

    • BACnet objects: BV48-BV55, property: Present Value;

  • NAME/Description: allows to set a text displayed on the panel as the menu parameter’s name. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41341-42, 41351-52, 41361-62, 41371-72, 41381-82, 41391-92, 41401-02, 41411-12 (SETTINGS_BOOLEAN_1-8_NAME_12-34);

    • BACnet objects: BV48-BV55, property: Description;

To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41341 register for letters OC and the 41342 register for letters CP. The displayed name is OCCP.

  • TRUE_TEXT: allows to set a specific text representing the 1 (Modbus)/true (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41343-44, 41353-54, 41363-64, 41373-74, 41383-84, 41393-94, 41403-04, 41413-14 (SETTINGS_BOOLEAN_1-8_TRUE_TEXT_12-34);

    • BACnet objects: BV48-BV55, property: 4203;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41343 register for letters FU and the 41344 register for letters LL. The displayed text is FULL.

  • FALSE_TEXT: allows to set a specific text representing the 0 (Modbus)/false (BACnet) value displayed on the panel. It is possible to set a name of max. 4 letter characters, always displayed in upper-case letters;

    • Modbus registers: 41345-46, 41355-56, 41365-66, 41375-76, 41385-86, 41395-96, 41405-06, 41415-16 (SETTINGS_BOOLEAN_1-8_FALSE_TEXT_12-34);

    • BACnet objects: BV48-BV55, property: 4204;

To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for submenu Boolean parameter 1, use the 41345 register for letters EM and the 41346 register for letters PT. The displayed text is EMPT (empty).

  • PRIORITY: allows to set a priority of displaying the parameter in the submenu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);

    • Modbus registers: 41347, 41357, 41367, 41377, 41387, 41397, 41407, 41417 (SETTINGS_BOOLEAN_1-8_PRIORITY):

    • BACnet objects: BV48-BV55, property: 4201.

  • CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;

    • Modbus registers: 41348, 41358, 41368, 41378, 41388, 41398, 41408, 41418 (SETTINGS_BOOLEAN_1-8_CONFIGURATION);

    • BACnet objects: BV48-BV55, property: Out of Service.

ACTIVE_POINTS: contains information if any of the available occupancy submenus is activated;

  • Modbus register: 41266 (SETTINGS_MENU_ACTIVE_POINTS).

Removing User-defined Elements from the Submenu

To remove any element from the user-defined submenu, using Modbus registers/BACnet objects, go to the CONFIGURATION parameter and set the bit 0/Out of Service property to 0/false.

Panel Access to User-defined Submenu

To edit the user-defined submenu, follow these steps:

  • Control Point series:

    • long-press the fan button;

      • if there are more than one submenu for a single submenu type (for example, temperature submenus for supply and return temperature), select a required submenu with -/+ buttons;

    • press the occupancy button to activate editing (the main value starts blinking);

    • change value using -/+ buttons;

    • confirm the new value with the occupancy button.

  • Control Point VAV series:

    • press the menu button;

      • if there are more than one submenu for a single submenu type (for example, temperature submenus for supply and return temperature), select a required submenu with -/+ buttons;

    • press the confirmation button to activate editing (the main value starts blinking);

    • change value using -/+ buttons;

    • confirm the new value with the confirmation button.

02a Editing user-defined submenu CP_CP-VAV.png

Editing user-defined submenus

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.