ST_BA_BldPosTab
Structure of the interpolation point entries for the height adjustment of the blind.
TYPE ST_BA_BldPosTab:
STRUCT
aSunElv : ARRAY[0..5] OF REAL;
aPos : ARRAY[0..5] OF REAL;
bVld : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
aSunElv / aPos | REAL | The 6 interpolation points that are transferred, wherein the array elements 0 and 5 represent the automatically generated edge elements mentioned above. |
bVld | BOOL | Validity flag for the function block FB_BA_SunPrtc. It is set to TRUE by the function block FB_BA_BldPosEntry if the data entered correspond to the validity criteria described. |