BAC_H_HtgCir_01
Application
The call template BAC_H_HtgCir_01 is a weather temperature controlled heating circuit. It is comprised of a single-stage pump, an analog valve and a heating characteristic curve with 4 interpolation points.
The main tasks of the template are:
- Control of the flow temperature
- Control of the pump
- Control of the control valve
Interface
System diagram
Block diagram
VAR_OUTPUT
bEn : REAL;
rSp : REAL;
rVlv : REAL;
bEn: Output of the enable signal for the heating circuit
rSp: Output of the setpoint for the heating circuit
rVlv: Output of the valve position
Program description
Instance | Type | Task |
---|---|---|
Sched | Sub template timer program for switching between day and night mode | |
FlWT | Sub template for displaying the flow temperature | |
RtWT | Sub template for displaying the return temperature | |
Sp | Sub template weather temperature-controlled heating circuit control. It is comprised of a heating curve, a heating limit switch, and the operating modes Frost / Night / Day / Auto with the associated setpoint. | |
PID | Sub template PID controller for controlling the flow temperature | |
Vlv | Sub template for controlling an analog valve | |
Pu | Sub template for controlling a single-stage pump |
Version history
Version number | Comments |
---|---|
1.0.0.1 | First release |