Main Menu
Warning!
This section applies to all Control Point series: the Control Point and Control Point VAV.
A basic function of the main menu is to display values of sensors available in the panel and provide quick access to editing of certain parameters. If necessary, the main menu can be adjusted to specific user requirements as described below.
Note: Please note that if editing parameters is enabled from the main menu level, it is available without any restrictions, anyone having physical access to the panel would be able to edit such parameter.
In order to restrict access to editable parameters, it is recommended to use submenus, where it is possible to secure editing with a password.
Examples of enhancing the main menu functionality:
displaying outside temperature;
displaying supply/return temperature;
displaying light status;
displaying open windows status;
etc.
Each element of the main menu can be set editable.
All main menu parameters are written to the EEPROM memory of the panel.
Default Main Menu
The default main menu displays values measured by all sensors available in the panel and a temperature setpoint, with parameter’s shortcut name and a proper unit.

Main menu display sequence
REFRESH_TIME: sets the duration of the display time of particular parameters. When the refreshing time elapses, the next parameter is displayed according to the sequence of parameters display. The default value is 2 seconds (each parameter is displayed for 2 seconds). The minimum refreshing time is 1 second.
Modbus register: 40217;
BACnet object: AO13, property: Present Value.
It is, however, possible to change the elements displayed in the main menu – remove default parameters, edit parameters of default elements, or add user-defined elements.
User-defined Main Menu
User-defined main menu 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):

Main menu display sequence 1

Main menu display 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 main menu 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). The main menu user-defined parameters are implemented for displaying additional information.
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.
Editing and Removing Default Elements of the Main Menu
The kit including components necessary to edit of remove default elements in the main menu is the iSMA_RoomDevices_Modbus kit. The components in question are the component representing sensors available in the panel:
TemperatureSensor;
TemperatureSetpoint;
HumiditySensor (if applicable);
CO2Sensor (if applicable).
To use any of these components, add them to the ModbusDevice component in the ModbusAsyncNetwork:

Components to edit/remove default elements in the main menu
To remove the element from the main menu:
set the Visibility slot in the TemperatureSensor/HumiditySensor/CO2Sensor components to false, save the new setting using the Save button, and send the configuration to the panel using the writeConfig action;
set the Active slot in the TemperatureSetpoint component to false, save the new setting using the Save button, and send the configuration to the panel using the writeConfig action.
To edit the way default elements of the main menu are displayed, use the remaining slots of the components. This way it is possible to change if the element is editable from the main menu, change the displayed name, and more.
To find out detailed information about the editing options of these components, go to Temperature Sensor / Temperature Setpoint / Humidity Sensor / CO2 Sensor.
Adding New Elements in the Main Menu
The kit including components to add new elements in the main menu is the iSMA_RoomDevices_Modbus kit. The/ components in question are:
MainMenuBoolean;
MainMenuNumeric.
Each component is responsible for reading/writing and configuration of a single Boolean or numeric parameter, which will be placed in the panel’s main menu.
To add a new parameter on the main menu, follow these steps:
Add the MainMenuBoolean or MainMenuNumeric component to the ModbusDevice component in the ModbusAsyncNetwork;
Change 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 MainMenuBoolean / MainMenuNumeric.
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.
Editing and Removing Default Elements of the Main Menu
To edit or remove default elements of the main menu using Modbus registers or BACnet objects, use the following parameters:
Adding New Elements in the Main Menu
It is possible to add 8 numeric and 8 Boolean main menu user-defined elements.
To add new elements to the main menu, according to user requirements, using Modbus registers or BACnet objects, use the following parameters:
MAIN_MENU_NUMERIC_1-8: allows to activate/deactivate and define details of the user-defined main menu numeric element;
PRESENT_VALUE: a value of the menu parameter displayed on the panel;
Modbus registers: 40051-40058 (MAIN_MENU_NUMERIC_1-8_PRESENT_VALUE);
BACnet objects: AV0-AV7, 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: 40320-21, 40325-26, 40330-31, 40335-36, 40340-41, 40345-46, 40350-51, 40355-56 (MAIN_MENU_NUMERIC_1-8_NAME_12-34);
BACnet objects: AV0-AV7, property: Description;
To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for main menu numeric parameter 1, use the 40320 register for letters TE and the 40321 register for letters MP. The displayed name is TEMP.
PRIORITY: allows to set a priority of displaying the parameter in the main menu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);
Modbus registers: 40322, 40327, 40332, 40337, 40342, 40347, 40352, 40357 (MAIN_MENU_NUMERIC_1-8_PRIORITY):
BACnet objects: AV0-AV7, property: 4201;
CONFIGURATION: allows to set the following configuration parameters: parameter’s visibility on the display, units, decimal places display;
Modbus registers: 40323, 40328, 40333, 40338, 40343, 40348, 40353, 40358 (MAIN_MENU_NUMERIC_1-8_CONFIGURATION), 40324, 40329, 40334, 40339, 40344, 40349, 40354 (MAIN_MENU_NUMERIC_1-8_CONFIGURATION_1);
BACnet objects: AV0-AV7, properties: Out of Service, Units, 4200 (editability), 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 | |||
Editability | Editable | CONFIGURATION, bit 1 | 1 | 4200 | True |
Not editable (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) |
MAIN_MENU_BOOLEAN_1-8: allows to activate/deactivate and define details of the user-defined main menu Boolean element;
PRESENT_VALUE: a value of the menu parameter displayed on the panel;
Modbus registers: 40114-40121 (MAIN_MENU_BOOLEAN_1-8_PRESENT_VALUE);
40107 (MAIN_MENU_BOOLEAN_ALL_PRESENT_VALUE - shows present values for all defined Boolean parameters in the main menu);
BACnet objects: BV0-BV7, 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: 40360-61, 40369-70, 40378-79, 40387-88, 40396-97, 40405-06, 40414-15, 40423-24 (MAIN_MENU_BOOLEAN_1-8_NAME_12-34);
BACnet objects: BV0-BV7, property: Description;
To set a 4-letter name using Modbus registers, it is required to use 2 16-bit registers, for example: for main menu Boolean parameter 1, use the 40360 register for letters LG and the 40361 register for letters HT. The displayed name is LGHT (light).
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: 40362-63, 40371-72, 40380-81, 40389-90, 40398-99, 40407-08, 40416-17, 40425-26 (MAIN_MENU_BOOLEAN_1-8_TRUE_TEXT_12-34);
BACnet objects: BV0-BV7, property: 4203;
To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for main menu Boolean parameter 1, use the 40362 register for letters OP and the 40363 register for letters EN. The displayed text is OPEN.
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: 40364-65, 40373-74, 40382-83, 40391-92, 40400-01, 40409-10, 40418-19, 40427-28 (MAIN_MENU_BOOLEAN_1-8_FALSE_TEXT_12-34);
BACnet objects: BV0-BV7, property: 4204;
To set a 4-letter text using Modbus registers, it is required to use 2 16-bit registers, for example: for main menu Boolean parameter 1, use the 40364 register for letters CL and the 40365 register for letters SD. The displayed text is CLSD (closed).
PRIORITY: allows to set a priority of displaying the parameter in the main menu sequence: 0-15 (0 - the element is displayed last, 15 - the element is displayed first in the sequence);
Modbus registers: 40366, 40375, 40384, 40393, 40402, 40411, 40420, 40429 (MAIN_MENU_BOOLEAN_1-8_PRIORITY):
BACnet objects: BV0-BV7, property: 4201;
CONFIGURATION: allows to set the parameter’s visibility on the display: 0/false - not visible (default), 1/true - visible;
Modbus registers: 40367, 40376, 40385, 40394, 40403, 40412, 40421, 40430 (MAIN_MENU_BOOLEAN_1-8_CONFIGURATION);
BACnet objects: BV0-BV7, property: Out of Service.