ST_BA_FcdElem
List entry for a facade element (window).
TYPE ST_BA_FcdElem:
STRUCT
rWdwWdth : REAL;
rWdwHght : REAL;
stCnr : ARRAY [1..4] OF ST_BA_Cnr;
diGrp : DINT;
bVld : BOOL;
END_STRUCT
END_TYPE
rWdwWdth: Width of the window.
rWdwHght: Height of the window.
stCnr: Coordinates of the window corners and information as to whether this corner point is in the shade; see ST_BA_Cnr.
bVld: Plausibility of the data entered: bVld=TRUE: Data are plausible.
diGrp: Group membership of the element.
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT from v3.1.4024.7 | Tc3_BA from v1.1.6.0 |