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. |
Inheritance hierarchy
FB_BA_Base
FB_BA_BasePublisher
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. |
Requirements
Development environment | Necessary function |
---|---|
TwinCAT from v3.1.4024.35 | TF8040 | TwinCAT Building Automation from V5.0.0.0 |