ST_BARBlindPositionTable
Structure of the interpolation point entries for the height adjustment of the blind.
TYPE ST_BARBlindPositionTable:
STRUCT
lrSunElevation : ARRAY[0..5] OF LREAL;
uiBlindPosition : ARRAY[0..5] OF UINT;
bValid : BOOL;
END_STRUCT
END_TYPE
lrSunElevation / uiBlindPosition: The 6 interpolation points that are transferred, wherein the array elements 0 and 5 represent the automatically generated edge elements mentioned above.
bValid: validity flag for the function block FB_BARSunProtectionEx. It is set to TRUE by the function block FB_BARBlindPositionEntry if the data entered correspond to the validity criteria described.