ADS communication within the templates

TwinCAT Building Automation offers a simple concept for data distribution within a building automation network.

Within this concept, the Building Controller serves as a central data distributor.

It should consist of a powerful IPC.

ADS communication within the templates 1:

The following data is recorded, calculated and provided within the Building Controller.

Weather data

global events

global setting parameters

global time schedule with the active energy levels

Setpoints of the energy levels

Operation modes

Sun protection for the entire building

Sun protection selective per facade

In the building controller, all data-providing templates write their data to the Site GVL.

The data is transferred from this data pool of the Site GVL to the clients via ADS.

The data is distributed according to technical system.

Building automation in general:

Weather data, global events and global setting parameters for HVAC systems are generated in the function block FB_BA_BuildingAutomationServer and written to the Site GVL.

The function block FB_BA_AdsComServer publishes this data via ADS.

In a client, this data is in turn received via a Subscriber and written into the local Site GVL of the automation station.

Doors,Gates,Windows,Sun protection

Facade data and global sun protection data are generated in the function block FB_BA_DGWSPServer and written to the Site GVL.

The function block FB_BA_AdsComServer_DGWS publishes this data via ADS.

In a client, this data is in turn received via a Subscriber and written into the local Site GVL of the automation station.

Room automation

Room automation data, e.g. global room temperature setpoints and energy levels, are generated in the function block FB_BA_RoomAutomationServer and written to the Site GVL.

The function block FB_BA_RoomAutomationClient receives this data and writes it to the local Site GVL of the automation station.

ADS communication within the templates 2: