BAC_DiffPrssMonit_01

Functional description

The template realises differential pressure monitoring of a fan or a pump via a differential pressure switch.

Interface

BAC_DiffPrssMonit_01 1:

System diagram

BAC_DiffPrssMonit_01 2:

Block diagram

BAC_DiffPrssMonit_01 3:

VAR_INPUT

bEnMonit     : BOOL; 

bEnMonit: Enable differential pressure monitoring. The fan or pump is switched on

VAR_OUTPUT

bDst     : BOOL;

bDst: Display fault message differential pressure monitoring

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

Task

DiffPrssSwi

FB_BACnetBI1203

BI object differential pressure monitor for differential pressure monitoring

FdbProTiDly

FB_BACnetAVSetpoint

AV object for entering the time delay for process feedback FdbProTiDly.The message of the differential pressure monitor can be delayed to buffer pressure fluctuations.

tonDiffPrss

TON

Timing element for delayed output of the process feedback from the differential pressure monitor as alarm. The timing element can be helpful for buffering pressure fluctuations.

AlmDiffPrss

FB_BA_Alarm

The collective alarm function block is used for integrating the differential pressure fault in the group alarm for the corresponding plant.

DiffPrssAlm

FB_BACnetBV1204

BV object for display of the differential pressure monitoring alarm

IO linking

Variables for linking with the terminals

Parameter

Type

optional

Process image

 

BI_Differential_Pressure_Switch

BOOL

 

Input

Digital input - message - differential pressure switch

Version history

Version number

Comments

1.0.1

First release