ST_BA_Lighting
TYPE ST_BA_Lighting :
STRUCT
  {attribute 'parameterUnit':= '%'}
  fLgtVal    : REAL 
  {attribute 'parameterUnit':= 'K'}
  fLgtT      : REAL;
  bActv      : BOOL; 
  ePrio      : E_BA_LightingPrio;
  nEvtInc    : ULINT;
END_STRUCT
END_TYPEName  | Type  | Description  | 
|---|---|---|
fLgtVal  | REAL  | Transferred light value [%] in absolute value control mode.  | 
fLgtT  | REAL  | Transferred light temperature [K].  | 
bActv  | BOOL  | The sender of the telegram is active. This bit is only evaluated by the priority control.  | 
ePrio  | Priority of the active telegram. This enumeration is only evaluated by the priority control.  | |
nEvtInc  | ULINT  | Telegram counter.  |