ST_BA_Facade
This structure serves as a transmit telegram, for the transmission of facade-specific data to other controllers.
Syntax
TYPE ST_BA_Facade :
STRUCT
stSunBld : ST_BA_SunBld;
fSunPrtc_Position : REAL;
fSunPrtc_Angle : REAL;
bThAuto_Release : BOOL;
bTwiLgtAuto_Release : BOOL;
bSunPrtc_State : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
stSunBld | Resulting blind telegram of the facade, related to the highest priority. This may include the following criteria:
| |
fSunPrtc_Position | REAL | Current sun protection position [%]. |
fSunPrtc_Angle | REAL | Current slat angle [°]. |
bThAuto_Release | BOOL | Enabling the thermal automatic for the zone / group control. |
bTwiLgtAuto_Release | BOOL | Enabling the twilight automatic for the zone / group control. |
bSunPrtc_State | BOOL | The sun protection is activated when it exceeds a certain switch-on value for a certain switch-on time. Conversely, it is switched off if it falls below a certain switch-off value over a certain switch-off time. |