ST_BA_Cnr
Information about window corners
TYPE ST_BA_Cnr :
STRUCT
lrX : LREAL;
lrY : LREAL;
bShdd : BOOL;
byDummy : ARRAY[1..3] OF BYTE;
END_STRUCT
END_TYPE
lrX: X-coordinate of the window (on the facade)
lrY: Y-coordinate of the window (on the facade)
bShdd: information whether this corner point is shaded: bShdd=TRUE: corner point is shaded.
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 |