ST_BA_SunBld
Structure of the blind positioning telegram.
TYPE ST_BA_SunBld :
STRUCT
fPos : REAL;
fAngl : REAL;
bManUp : BOOL;
bManDwn : BOOL;
bManMod : BOOL;
bActv : BOOL;
ePrio : E_BA_SunBldPrio;
nEvtInc : UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
fPos | REAL | Transferred blind height [%]. |
fAngl | REAL | Transferred slat position [°]. |
bManUp | BOOL | Manual command: blind up. |
bManDwn | BOOL | Manual command: blind down. |
bManMod | BOOL | TRUE: Manual mode is active. FALSE: Automatic mode is active. |
bActv | BOOL | Priority control FB_BA_SunBldPrioSwi4, FB_BA_SunBldPrioSwi8, FB_BA_SunBldTgmSel4, FB_BA_SunBldTgmSel8 evaluated. The sun protection actuators FB_BA_SunBldActr and FB_BA_RolBldActr ignore it. |
ePrio | Telegram priority. This enumeration is only evaluated by the priority control. | |
nEvtInc | EDINT | Telegram counter. With each new telegram, no matter which function block on the same controller triggers it, this counter is incremented by one. With telegrams of the same priority, the one with the higher counter "wins". |