BAC_AC_ReHtr_01
Application
The call template BAC_AC_ReHtr_01 is used for controlling a reheater.
The main tasks of the template are:
- Control of the supply air temperature
- Pump enable
- Control of the control valve
The enable of the supply air temperature controller SuA_PID is formed in the template via an evaluation of the plant operation mode udiOpMod.
Interface
Plant diagram 01
Plant diagram 02
Block diagram
VAR_INPUT
rSuAT : REAL;
rSpHtg : REAL;
udiPltStp : UDINT;
udiOpMod : UDINT;
rSuAT: Measured value supply air temperature
rSpHtg: Set value of the supply air temperature
udiPltStp: Plant start sequence steps. The plant steps are generated in the system start program BAC_AC_StartT_01.
udiOpMod: Plant operation mode. The plant operation mode is determined in the mode selection programBAC_AC_OpMod_01.
Program description
Instance | Type | Task |
---|---|---|
SuA_PID | Subtemplate supply air temperature control. The temperature control is analog via PID sequence controller. | |
Vlv | Subtemplate for controlling an analog valve | |
Pu | Subtemplate for controlling a single-stage pump |
Version history
Version number | Comments |
---|---|
1.0.1 | First release |