FB_BA_ControlCabinet

FB_BA_ControlCabinet 1:

The template is used to collect and display control cabinet messages such as fuses, overcurrent protection devices, power recovery relays, etc. It mainly consists of 3 BI objects for displaying fuses.

The template serves as a template and should be adapted to the respective circumstances.

The base class FB_BA_ControlCabinetBasic accesses the base framework. It evaluates the alarms of the automation station and a central acknowledgement can be triggered.

FB_BA_ControlCabinet 2:

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

Inheritance hierarchy

FB_BA_Base

     FB_BA_BasePublisher

          FB_BA_Object

               FB_BA_View

                    FB_BA_ControlCabinetBasic

Block diagram

FB_BA_ControlCabinet 3:

Syntax

FUNCTION_BLOCK FB_BA_ControlCabinet EXTENDS FB_BA_ControlCabinetBasic
VAR_INPUT CONSTANT
  Fuse01    : FB_BA_SensorBinary;
  Fuse02    : FB_BA_SensorBinary;
  Fuse03    : FB_BA_SensorBinary;
END_VAR

FB_BA_ControlCabinet 4: VAR_INPUT CONSTANT

Name

Type

Description

Fuse01

FB_BA_SensorBinary

The template contains a binary input for connecting a fuse message.

Fuse02

FB_BA_SensorBinary

The template contains a binary input for connecting a fuse message.

Fuse03

FB_BA_SensorBinary

The template contains a binary input for connecting a fuse message.

Requirements

Development environment

Necessary function

TwinCAT from v3.1.4024.35

TF8040 | TwinCAT Building Automation from V5.0.0.0