BAC_HX_01

Functional description

This template is used to calculate the dew point temperature, the specific enthalpy, the wet bulb temperature, and the absolute humidity.
The temperature, the relative humidity and the barometric pressure are required for calculating these parameters.

Interface

BAC_HX_01 1:

Block diagram

BAC_HX_01 2:

VAR_INPUT

rT       : REAL;
rPhi     : REAL;

rT: Current temperature value [°C]

rPhi: Current relative humidity value [%]

VAR_OUTPUT

rHumAbs   : REAL;
rDewPnt   : REAL;
rTWet     : REAL;
rE        : REAL;

rHumAbs: Calculated value Absolute humidity g water per kg dry air [g/kg]

rDewPnt: Calculated value Dew point temperature [°C]

rTWet: Calculated value Wet bulb temperature [°C]

rE: Calculated value Enthalpy [kJ/kg]

VAR CONSTANT

PLT_NUM    : BYTE := 1;

PLT_NUM: all alarms and events of all plant components within a controller are included in a global alarm and event list. The assignment of events and alarms to a plant is defined by the assignment of a PLT_NUM plant number.
The recording and processing of an alarm from an aggregate or a device takes place within the templates by means of the alarm function block FB_BA_Alarm.
The evaluation of the alarms of a plant, e.g. for the generation of a collective message or for plant shutdown in case of relevant faults, takes place within the template BAC_PltAlm_01 by means of the function block FB_BA_AlarmPlt.
The evaluation of different plant events within the templates of a plant, takes place within the template BAC_PltComnMsg_01 by means of the function block FB_BA_ComnMsg.

Important! The assignment and evaluation of the alarms and events of a plant can only be done correctly if all templates of a plant have the same plant number!

The plant number can be assigned in the Project Builder in the parameter menu for the templates or via a column in the Excel import.

Program description

Instance

Type

optional

Task

HX

FB_BA_HX

 

This function block calculates the dew point temperature, the specific enthalpy, the wet bulb temperature and the absolute humidity.
For the calculation of the quantities, the temperature, the relative humidity and the barometric air pressure are required.

HumAbs

FB_BACnetAVDisplay

 

Display of the calculated value of absolute humidity g water per kg of dry air [g/kg]

DewPnt

FB_BACnetAVDisplay

 

Display of the calculated dew point temperature value [°C]

TWet

FB_BACnetAVDisplay

 

Display of the calculated wet bulb temperature value [°C]

E

FB_BACnetAVDisplay

 

Display of the calculated enthalpy value [kJ/kg]

TLogHumAbs

FB_BACnetTLog1201

 

Trend logging for the AV object HumAbs absolute humidity

Version history

Version number

Comments

1.0.1

First release