BAC_DHW_01

Application

The call template BAC_DHW_01 is used for controlling a hot water tank.

The main tasks of the template are:

Interface

BAC_DHW_01 1:

System diagram

BAC_DHW_01 2:

Block diagram

BAC_DHW_01 3:

VAR_INPUT

bEn    : BOOL;

bEn: Template enable input. If this input is FALSE, the value 0 is output at rSp, and bQ becomes FALSE.

VAR_OUTPUT

bQ     : BOOL;
rSp    : REAL;

bQ: Hot water tank charging output.

rSp: Hot water temperature set value output.
If enable En of the template is FALSE, the value 0 is output at rSp.

Program description

Instance

Type

Task

DHW_TTop

BAC_AI_01

Subtemplate AI object tank temperature top

DHW_TBot

BAC_AI_01

Subtemplate AI object tank temperature bottom

DHW_Ctrl

BAC_DHW_Ctrl_01

Subtemplate tank temperature control

Version history

Version number

Comments

1.0.0.1

First release