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_TYPE

Name

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

E_BA_LightingPrio

Priority of the active telegram. This enumeration is only evaluated by the priority control.

nEvtInc

ULINT

Telegram counter.
With each new telegram, no matter which function block on the same controller triggers it, this counter is incremented by one. With telegrams of the same priority, the one with the higher counter "wins".