FB_BA_Project

FB_BA_Project 1:

The function block provides the ability to describe the project in more detail using optional information.

The information provided can be accessed by clients (e.g. HMI or Site Explorer) and processed accordingly (e.g. as a project-related information overview of contact persons, etc.).

The general diagnostic functions (see XBA_Globals.Diag) are also referenced.

FB_BA_Project 2:

This function block may only be instantiated once in the project.

FB_BA_Project 3:

The instance ID always corresponds to that of the BACnet device, even if a different ID has been pre-initialized.

Inheritance hierarchy

FB_BA_Base

    FB_BA_BasePublisher

        FB_BA_Object

Syntax

FUNCTION_BLOCK FB_BA_Project EXTENDS FB_BA_Object
VAR_INPUT CONSTANT
  {region 'Project'}
    stProject           : ST_BA_ProjectInfo;
  {endregion}
  {region 'Contact'}
    stOperator          : ST_BA_ContactInfo;
    stTechnicalStaff    : ST_BA_ContactInfo;
    stEngineer          : ST_BA_ContactInfo;
  {endregion}
END_VAR

FB_BA_Project 4: Inputs

Name

Type

Description

stProject

ST_BA_ProjectInfo

Further information on the project (name, description, location).

stOperator

ST_BA_ContactInfo

Contact information of the operator (name, telephone number, e-mail address, web pages).

stTechnicalStaff

ST_BA_ContactInfo

Contact information of the technical staff (name, telephone number, e-mail address, web pages).

stEngineer

ST_BA_ContactInfo

Contact information of the integrator (name, telephone number, e-mail address, web pages).

Requirements

Development environment

Necessary function

TwinCAT from v3.1.4024.35

TF8040 | TwinCAT Building Automation from V5.0.0.0