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 louvre position in degrees.

bManUp: manual command: blind up.

bManDown: manual command: blind down.

bManualMode: TRUE: manual 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 blind actuators FB_BARSunblindActuator and FB_BARRollerBlind ignore it.