E_BARPosMode

Enumerator for the definition of the positioning mode.

TYPE E_BARPosMode :
(
     ePosModeFixed := 0,
     ePosModeTable,
     ePosModeMaxIncidence
);
END_TYPE

ePosModeFixed: The blind height adopts a fixed value, which is set (in %) via the uiFixedShutterHeight value on the function block FB_BARSunProtectionEx;

ePosModeTable: the height positioning takes place with the help of a table of 6 interpolation points, 4 of which are parameterisable. A blind position in relation to the position of the sun is then calculated from these points by linear interpolation. See FB_BARBlindPositionEntry for further description.

ePosModeMaxIncidence: the positioning takes place with specification of the maximum desired incidence of light.