English
Program 176 - Solar power system with 2 consumers and feed pump function
S1
min1
diff1
diff2
A1
A2
S2
S3
max1
max2
Program 176: 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.
Pump A2 runs when:
S1 is greater than the threshold min1 and S1 is greater than S3 by the difference diff2
and S3 has not exceeded the threshold max2.
The feed pump A3 runs when:
S5 is greater than the threshold min2 and S5 is greater than S4 by the difference diff3
and S4 has not exceeded the threshold max3.
A1 = S1 > (S2 + diff1) & S1 > min1 & S2 < max1
A2 = S1 > (S3 + diff2) & S1 > min1 & S3 < max2
A3 = S5 > (S4 + diff3) & S5 > min2 & S4 < max3
All programs +1: Instead of both pumps A1 and A2 one pump A1 and a three-way valve A2 are
deployed. Speed control: Observe the comments on page 7!
Without a priority allocation, cylinder 2 is filled by priority.
A1 ... common pump
All programs +2: When both cylinders have reached their maximum temperature via the solar
system, the pumps A1 and A3 are switched on (re-cooling function).
All programs +4: Both solar circuits have separate switch-on thresholds on S1.
The output A1 continues to retain min1 and A2 switches with min3.
All programs +8: The limiting of cylinder CYL 1 is made via the independent sensor S6 and the
maximum threshold max1 (no more maximum threshold on S2)
The priorities for CYL 1 and CYL 2 can be set in the parameter menu under PA. In addition, a solar
priority function can be set for this diagram in the menu PRIOR.
10
S5
Required settings:
min2
max1 ... limit CYL 1 S2
max2 ... limit CYL 2 S3
max3 ... limit CYL 1 S4
diff3
min1 ... switch-on temp. coll. S1
A3
min2 ... switch-on temp. CYL 2 S5
min3 ... see all programs +4
diff1
S4
diff2
max3
diff3
CET 1 ... OP 1 OP 12
A2 ... Valve (A2/S receives power when filling cylinder CYL 2)
... coll. S1 – CYL 1 S2
... coll. S1 – CYL 2 S3
... CYL 2 S5 – CYL 1 S4
A1
A2
A3
A1, A2
A3
A1
A2
A3