MB_ADDR_ZONE_TEMPERATURE_TARGET - A variable that determines a currently set target
temperature.
Allowable
values
for
the
variable
fall
within
the
range
from
MB_ADDR_ZONE_TEMPERATURE_MIN to MB_ADDR_ZONE_TEMPERATURE_MAX. Attempt to
record a number beyond the allowable values leads to an error message. The variable is stored in backed-up
EEPROM memory.
T
TARGET
= (MB_ADDR_ZONE_TEMPERATURE_TARGET / 100)[°C]
/ [ºF].
Caution !!!
• Values recorded in the register are rounded to 0.5[°C]/[°F].. E.g. sending a number equal to 2234
(22.34[°C]) to the register leads to setting a value of 2200 (22.00[°C]), analogical for [°F].
MB_ADDR_ZONE_TEMPERATURE_DELTA - a Variable that determines a hysteresis of temperature for
two-state algorithm controlling the environment. Allowable values for the variable fall within a range:
-[°C]:
from 50 to 200 (0.50[°C] do 2.00[°C]). Attempt to record a number beyond the allowable values leads to an
error message. The variable is stored in backed-up EEPROM memory.
-[°F]:
from 50 to 200 (0.50[°F] do 2.00[°F]). Attempt to record a number beyond the allowable values leads to an
error message. The variable is stored in backed-up EEPROM memory.
T
DELTA
= (MB_ADDR_ZONE_TEMPERATURE_DELTA / 100)[°C]
/ [ºF].
Caution !!!
• Values recorded in the register are rounded to 0.5[°C].. E.g. sending a number equal to 59 (0.59[°C]) to
the register leads to setting a value of 50 (0.50[°C]), analogical for [°F].
MB_ADDR_ZONE_TEMPERATURE_MIN - a variable that determines a minimal temperature
that will be possible to be set in MB_ADDR_ZONE_TEMPERATURE_TARGET.
. Allowable values for the variable fall within a range:
-
[ºC]:
From 500 to (( MB_ADDR_ZONE_TEMPERATURE_MAX - 500) (from 5.00[°C] to MAX-
5.00[°C])
-
[ºF]:
From 4100 to (( MB_ADDR_ZONE_TEMPERATURE_MAX - 900) (from 41.00[°F] to MAX-
9.00[°F])
Attempt to record a number beyond the allowable values leads to an error message. The variable is
stored in backed-up EEPROM memory.
T
MIN
= (MB_ADDR_ZONE_TEMPERATURE_MIN / 100)[°C].
Caution !!!
•
Values recorded in the register are rounded to 0.5[°C].. E.g. sending a number equal to 2254
(22.54[°C]) to the register leads to setting a value of 2250 (22.50[°C]).
•
Should the recorded value of the minimal temperature be higher than currently set target temperature
(MB_ADDR_ZONE_TEMPERATURE_TARGET), the value of target temperature will be
overwritten by the minimal temperature value .
MB_ADDR_ZONE_TEMPERATURE_MAX - A variable that determines a maximal temperature
that will be possible to be set in MB_ADDR_ZONE_TEMPERATURE_TARGET. Allowable values for the
variable fall within a range
-[°C]:
from
(MB_ADDR_ZONE_TEMPERATURE_MIN + 500) to 4000 (from MIN+5.00[°C] to
40.00[°C]).
-[°F]:
from (MB_ADDR_ZONE_TEMPERATURE_MIN + 900) to 10400 (from MIN+9.00[°F] to
104.00[°F]).
Attempt to record a number beyond the allowable values leads to an error message. The variable is stored in
backed-up EEPROM memory.
15