ST_BA_FcdElem
List entry for a facade element (window)
TYPE ST_BA_FcdElem:
STRUCT
lrWdwWdth : LREAL;
lrWdwHght : LREAL;
stCnr : ARRAY [1..4] OF ST_BA_Cnr;
usiGrp : USINT;
bVld : BOOL;
byDummy : ARRAY[1..2] OF BYTE;
END_STRUCT
END_TYPE
lrWdwWdth: width of the window
lrWdwHght: 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 entered data: bVld=TRUE: data are plausible.
usiGrp: group membership of en element
byDummy: unused filling variables for creating a 4-byte configuration. This configuration is important, if this structure part of a data exchange between controllers has a different architecture (ARM/I486).
Requirements
Development environment | Target system | required library | required supplement |
---|---|---|---|
TwinCAT 2.11 R3/x64 | PC/CX | TcBA library from V1.0.0 | TF8040 | TwinCAT Building Automation from V1.0.0 |