FB_BA_Project
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.
This function block may only be instantiated once in the project. |
The instance ID always corresponds to that of the BACnet device, even if a different ID has been pre-initialized. |
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
Inputs
Name | Type | Description |
---|---|---|
stProject |
Further information on the project (name, description, location). | |
stOperator |
Contact information of the operator (name, telephone number, e-mail address, web pages). | |
stTechnicalStaff |
Contact information of the technical staff (name, telephone number, e-mail address, web pages). | |
stEngineer |
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 |