Skip to main content
Skip table of contents

Boolean Parameters Registers

Each submenu has 8 Boolean user-defined parameters. Each of the user-defined parameters has the same structure: it contains 6 registers dedicated to different functionalities and purposes. Each register is described below. (The exact Modbus address for each register is available in the List of Modbus Registers).

XPresentValue (X = [1.8])

The register contains an actual value of the parameter. The default value is 0 (inactive).

Worth to notice

Please note that the register is an integer type. To use the Boolean type point refer to Submenu Boolean All Present Value Registers.

XName (X = [1.8])

The 32-bit register contains up to 4 characters (ASCII code), which can be displayed as a text (name) on the 14-segment display block together with the XPresentValue register value (displayed on the 8-segment display block). In case if a particular character value is 0 (NULL), the character is not displayed. Lower case characters are automatically changed into upper case characters. The default name is BOOX, where X=[1.8] (e.g., the register value for name “BOO1” = 1328628303).

XTrueText (X = [1.8])

For a more user-friendly experience, the XPresentValue register value is displayed on the LCD as a text instead of a numeric value. The 32-bit XTrueText register, associated with the active state of the XPresentValue register, contains up to 4 characters according to the ASCII code. The value of the 32-bit register is displayed on the 8-segment display block as a text. In case if a particular ASCII code value is 0 (NULL), the character is not displayed. Lower case characters are automatically changed into upper case characters. The default name is “ON” (the register value = 20302).

XFalseText (X = [1.8])

For user-friendly use, the XPresentValue register value is displayed on the LCD as a text instead of a numeric value. The 32-bit XTrueText register, associated with the inactive state of the XPresentValue register, contains up to 4 characters according to the ASCII code. The value of the 32-bit register is displayed on the 8-segment display block as a text. In case if a particular ASCII code value is 0 (NULL), the character is not displayed. Lower case characters are automatically changed into upper case characters. The default name is “OFF” (the register value = 1174425414).

XPriority (X = [1.8])

The register contains a value determining the parameter’s priority. The parameter’s priority determines a sequence of parameters displayed inside the particular submenu. The parameter with the highest priority is displayed as a first parameter in the submenu. The parameter with the lowest priority is displayed as a last parameter in the submenu. If two or more parameters have the same priority, the sequence of displaying is based on register addresses (the register with the lowest address is displayed as first). The default priority for all user-defined parameters is 0.

XConfiguration (X = [1.8])

Visibility Bit 0

The bit 0 activates a parameter’s visibility. If the bit 0 is active, the parameter actual value is displayed in the particular submenu with the defined display priority. By default, the bit 0 value is false (the parameter is inactive).

Editable Bit 1

The bit 1 activates an edition of the parameter value locally from the room panel. If the bit 1 is true, the parameter is editable, and the user can change its value. By default, the bit 1 is false. (the parameter is not editable).

JavaScript errors detected

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

If this problem persists, please contact our support.