FB_BA_ControlCabinet

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.
![]() | The initialization of the template takes place within the method FB_Init. |
Block diagram

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
VAR_INPUT CONSTANT
Name | Type | Description |
|---|---|---|
Fuse01 | The template contains a binary input for connecting a fuse message. | |
Fuse02 | The template contains a binary input for connecting a fuse message. | |
Fuse03 | The template contains a binary input for connecting a fuse message. |
