54
Program 608 – 2 generators for 2 con burner request
No diagram available
Program 608:
Pump
A1
runs, if:
•
S1
exceeds the threshold
min1
• and
S1
is greater than
S3
by the difference
diff1
• and
S3
has not exceeded the threshold
max1
.
or
•
S2
exceeds the threshold
min2
• and
S2
is greater than
S3
by the difference
diff1
• and
S3
has not exceeded the threshold
max1
.
Pump
A2
runs, if:
•
S1
exceeds the threshold
min1
• and
S1
is greater than
S4
by the difference
diff2
• and
S4
has not exceeded the threshold
max2
.
or
•
S2
exceeds the threshold
min2
• and
S2
is greater than
S4
by the difference
diff2
• and
S4
has not exceeded the threshold
max2
.
Output
A3
is activated, if
S6
falls below the threshold
min3
.
Output
A3
is deactivated (dominantly), if
S5
exceeds the threshold
max3
.
A1 = S1 > (S3 + diff1) & S1 > min1 & S3 < max1
or
S2 > (S3 + diff1) & S2 > min2 & S3 < max1
A2 = S1 > (S4 + diff2) & S1 > min1 & S4 < max2
or
S2 > (S4 + diff2) & S2 > min2 & S4 < max2
A3 (on) = S6 < min3 A3 (off) = S5 > max3
Program 609:
The burner request (
A3
) is regulated only via sensor
S6.
A3 (on) = S6 < min3 A3 (off) = S6 > max3
(dominant)
Program 610:
Like P608, but the request (
A3
) is regulated via sensors
S2
and
S5.
A3 (on) = S2 < min3 A3 (off) = S5 > max3
(dominant)
Program 611:
Like P608, but the request (
A3
) is regulated only via sensor
S2.
A3 (on) = S2 < min3 A3 (off) = S2 > max3
(dominant)
Program 612:
Like P608, but the request (
A3
) is regulated via sensors
S4
and
S5.
A3 (on) = S4 < min3 A3 (off) = S5 > max3
(dominant)
Program 613:
Like P608, but the request (
A3
) is regulated only via sensor
S4.
A3 (on) = S4 < min3 A3 (off) = S4 > max3
(dominant)
necessary settings:
max1
max2
max3
min1
min2
min3
diff1
diff2
... limit CYL1
S3
... limit CYL2
S4
... burner req. off
S5
... activ. temp. boiler 1
S1
... activ. temp. boiler 2
S2
... burner req. on
S6
... boiler1
S1
- CYL1
S3
... boiler2
S2
- CYL1
S3
... boiler1
S1
- CYL2
S4
... boiler2
S2
- CYL2
S4
à
A1
à
A2
à
A3
à
A1, A2
à
A1, A2
à
A3
à
A1
à
A1
à
A2
à
A2
Содержание UVR65
Страница 2: ......
Страница 105: ...105 Schematic representation of thresholds...