49
S1
S2
A1
A2
A3
S3
S4
S5
TK1
TK2
TK3
Program 560 - Cascade: S1
S2 / S3
S4
S5
Program 560:
Pump
A1
runs when:
S1
is greater than the threshold
min1
and
S1
is greater than
S2
by the difference
diff1
and
S2
has not exceeded the threshold
max1
.
The feed pump
A2
runs when:
S3
is greater than the threshold
min2
and
S3
is greater than
S4
by the difference
diff2
and
S4
has not exceeded the threshold
max2
.
The feed pump
A3
runs when:
S4
is greater than the threshold
min3
and
S4
is greater than
S5
by the difference
diff3
and
S5
has not exceeded the threshold
max3
.
A1 = S1 > (S2 + diff1) & S1 > min1 & S2 < max1
A2 = S3 > (S4 + diff2) & S3 > min2 & S4 < max2
A3 = S4 > (S5 + diff3) & S4 > min3 & S5 < max3
All pr1:
The pump
A3
runs if:
S3
is greater than threshold
min2
and
S3
is higher than
S5
by the difference
diff3
and
S5
has not exceeded threshold
max3
or
S4
is greater than threshold
min3
and
S4
is higher than
S5
by the difference
diff3
and
S5
has not exceeded threshold
max3
A3 = (S3 > (S5 + diff3) & S3 > min2 & S5 < max3)
or
(S4 > (S5 + diff3) & S4 > min3 & S5 < max3)
S1
S3
min1
min2
S2
S4
max1
max2
min3
S5
max3
diff3
A3
diff1
A1
diff2
A2
Required settings:
max1
… limit TK1
S2
A1
max2
… limit TK2
S4
A2
max3
… limit TK3
S5
A3
min1
… switch-on temp. coll.
S1
A1
min2
… switch-on temp. TK1
S3
A2
min3
… switch-on temp. TK2
S4
A3
diff1
… coll.
S1
– TK1
S2
A1
diff2
… TK1
S3
– TK2
S4
A2
diff3
… TK2
S4
– TK3
S5
A3
Содержание UVR 63
Страница 1: ...UVR63 Version 2 2 EN Triple loop universal controller Operation Installation instructions en ...
Страница 2: ......
Страница 72: ...72 Schematic representation of setting values ...
Страница 123: ......