- 26 -
description of programming can be found in Chapter
8.4.2.
•
If there are days of the week on which you intend to use the same
program then it is sufficient to write this program only once because it can
be easily adopted to an optional day with the help of the “
COPY
” function
according to Chapter
8.4.3.
If you want the same program for each day
or intend to write programs to be used from Monday to Friday and from
Saturday to Sundays which are different but are the same on a given
day, you can program the device this way as described in Chapter
8.4.2.
But keep in mind that when you programmed several days similarly this
way, you can modify their program only together. Therefore, if you want
a program that differs from the others even for a single day, you should
program the days separately, and the repeated programs can be copied
with the “
COPY
” function.
•
Separate programs can be written for cooling, heating, humidifying
and dehumidifying modes, and the thermostat will save them when
switching between modes. Therefore you can use your thermostat in
more than one mode, and you do not have to rewrite the program
according to the operating mode whenever switching between modes.