FB_BA_FacadeSubscr

This template is used to receive the facade data of the type ST_BA_Facade and is typically used in the floor controllers.
It represents an extension of FB_BA_Subscriber: In case of communication failure, the sunblinds telegram stSunbld is overwritten within the facade data with an active telegram position 0%.
Syntax
FUNCTION_BLOCK FB_BA_FacadeSubscr EXTENDS FB_BA_Subscriber
VAR_OUTPUT
stData : ST_BA_Facade;
END_VAR
VAR
_fbHighPrio : FB_BA_SunBldEvt := (ePrio := E_BA_SunBldPrio.eCommError);
END_VARVariables
Name | Type | Description |
|---|---|---|
_fbHighPrio | Telegram block which activates a high-priority (ePrio := E_BA_SunBldPrio.eCommError) telegram with position 0% in the event of faulty communication and thus allows the blind to be raised completely. |
Further Information
Outputs
Methods