ST_BA_BldPosTab
Structure of the interpolation point entries for the height adjustment of the blind.
TYPE ST_BA_BldPosTab:
STRUCT
rSunElv : ARRAY[0..5] OF REAL;
rPos : ARRAY[0..5] OF REAL;
bVld : BOOL;
END_STRUCT
END_TYPE
rSunElv / rPos: The 6 interpolation points that are transferred, wherein the array elements 0 and 5 represent the automatically generated edge elements mentioned above.
bVld: 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.
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT from v3.1.4024.7 | Tc3_BA from v1.1.6.0 |