ST_BA_FcdElem

List entry for a facade element (window).

TYPE ST_BA_FcdElem:
STRUCT
  fWdwWdth  : REAL;
  fWdwHght  : REAL;
  aCnr      : ARRAY [1..4] OF ST_BA_Cnr;
  nGrp      : DINT;
  bVld      : BOOL;
END_STRUCT
END_TYPE

Name

Type

Description

fWdwWdth

REAL

Width of the window [m].

fWdwHght

REAL

Height of the window [m].

aCnr

ST_BA_Cnr

Coordinates of the window corners and information as to whether this corner point is in the shade.

nGrp

DINT

Specification of the group to which the window belongs.

bVld

BOOL

Plausibility of the entered data: bVld = TRUE: data are plausible.