ST_BARSunblind
Structure of the blind positioning telegram.
TYPE ST_BARSunblind:
STRUCT
uiPosition : UINT;
iAngle : INT;
bManUp : BOOL;
bManDown : BOOL;
bManualMode : BOOL;
bActive : BOOL;
END_STRUCT
END_TYPE
uiPosition: transferred blind height in %.
iAngle: transferred slat position in degrees.
bManUp: manual command: blind up.
bManDown: manual command: blind down.
bManualMode: TRUE: manual operation mode is active.
FALSE: automatic mode is active.
bActive: the sender of the telegram is active. This bit is evaluated only by the priority controller FB_BARSunblindPrioritySwitch. The sun protection actuators FB_BARSunblindActuator and FB_BARRollerblind ignore it.