BAC_AC_SpRmTH_04
Application
The template BAC_AC_SpRmTH_04 is a set value program for an air conditioning plant with room or extract air cascade control for temperature and humidity.
There are two basic room temperature set values (SpTHtgY1, SpTColY1), with an energy-neutral zone between the lower set value (heating mode) and the upper set value (cooling mode). The energy-neutral zone is monitored via the function SpHSupVis.
An outside temperature-dependent offset of the basic room temperature set values is realised via two curve functions (summer/winter compensation).
The relative room humidity set values (%) are entered via the BACnet AV objects SpHHumf (humidification) and SpHDehumf (dehumidification). There is an energy-neutral zone between the lower set value (humidification) and the upper set value (dehumidification), which is monitored via the function SpHSupVis.
The two set values for the relative room humidity are converted within the template via the current room temperature to two set values for the absolute room humidity (g/kg), SpXHumf (humidification) and SpXDehumf (dehumidification).
Interface
System diagram
Block diagram
VAR_Input
rRmT : REAL;
rRmT: Measured value of the room temperature
VAR_OUTPUT
rSpTHtg : REAL;
rSpTCol : REAL;
rSpXHumf : REAL;
rSpXDehumf : REAL;
rSpHHumf : Real;
rSpHDehumf : Real;
rSpTHtg: Calculated heating set value for the room temperature
rSpTCol: Calculated cooling set value for the room temperature
rSpXHumf: Calculated set value absolute humidity; humidification
rSpXDehumf: Calculated set value absolute humidity; dehumidification
rSpHHumf: Set value relative humidity; humidification
rSpHDehumf: Set value relative humidity; dehumidification
Program description
Instance | Type | Task |
---|---|---|
SpTColX1 | Input of the value for interpolation point SpTColX1 cooling | |
SpTColX2 | Input of the value for interpolation point SpTColX2 cooling | |
SpTColY1 | Input of the value for interpolation point SpTColY1 cooling. The value is the base cooling setpoint value | |
SpTColY2 | Input of the value for interpolation point SpTColY2 cooling | |
SpTColScale | The function block calculates the characteristic cooling set value curve for the current room temperature, depending on the outside temperature.
| |
SpTCol | Output of the calculated room temperature cooling set value | |
SpTHtgX1 | Input of the value for interpolation point SpTHtgX1 heating | |
SpTHtgX2 | Input of the value for interpolation point SpTHtgX2 heating | |
SpTHtgY1 | Input of the value for interpolation point SpTHtgY1 heating. The value is the base heating setpoint value | |
SpTHtgY2 | Input of the value for interpolation point SpTHtgY2 heating | |
SpTHtgScale | The function block calculates the characteristic heating set value curve for the current room temperature, depending on the outside temperature. | |
SpTHtg | Output of the calculated room temperature heating set value | |
SpTSupVis | The function block is used for controlling the energy-neutral zone between the two set values SpTCol and SpTHtg | |
SpHHumf | Input of the relative room humidity set value for humidification (%). | |
SpHDehumf | Input of the relative room humidity set value for dehumidification (%). | |
SpHSupVis | The function block is used for controlling the two set values SpHDehumf and SpHHumf | |
SpXHumf_HX | This function block is used to calculate the set value for the absolute room humidity (humidification). For calculating the value, the room temperature, the set value for the relative humidity SpHHumf and the barometric air pressure are required. | |
SpXHumf | Output of the calculated absolute room humidity set value for humidification (g/kg). | |
SpXDehumf_HX | This function block is used to calculate the set value for the absolute room humidity (dehumidification). For calculating the value, the room temperature, the set value for the relative humidity SpHDehumf and the barometric air pressure are required. | |
SpXDehumf | Output of the calculated absolute room humidity set value for dehumidification (g/kg). |
Version history
Version number | Comments |
---|---|
1.0.1 | First release |