FB_BA_RoomGeneral

FB_BA_RoomGeneral 1:

Call program for the room automation specific templates

The facade templates must be instantiated according to their number if they have blinds. In a typical square building, only the east, south and west sides are relevant.

The template represents the plant level.

FB_BA_RoomGeneral 2:

The initialization of the template takes place within the method FB_Init.

Illustration

FUNCTION_BLOCK FB_BA_RoomGeneral EXTENDS FB_BA_View
VAR_INPUT CONSTANT
  BuildEnergLvl    : FB_BA_BuildingEnergyLevel;
  BuildSpRmT       : FB_BA_BuildingSpRmT;
  BuildSunPrtc     : FB_BA_BuildingSunprotection;
  FcdEast          : FB_BA_Facade;
  FcdSouth         : FB_BA_Facade;
  FcdWest          : FB_BA_Facade;
END_VAR

FB_BA_RoomGeneral 3: Inputs CONSTANT

Name

Type

Description

BuildEnergLvl

FB_BA_BuildingEnergyLevel

Building energy level.

BuildSpRmT

FB_BA_BuildingSpRmT

Building basic setpoints.

BuildSunPrtc

FB_BA_BuildingSunprotection

Building-specific sun protection telegrams.

FcdEast

FB_BA_Facade

Facade-specific blind data and telegrams Viewing direction east.

FcdSouth

FB_BA_Facade

Facade-specific blind data and telegrams Viewing direction south.

FcdWest

FB_BA_Facade

Facade-specific blind data and telegrams Viewing direction west

Requirements

Development environment

Necessary function

TwinCAT from v3.1.4024.35

TF8040 | TwinCAT Building Automation from V5.0.0.0