ST_BA_Mdlt

The command structure is used to control modulating aggregates and contains the priorities "Safety", "Critical" and "Program".

TYPE ST_BA_Mdlt :
STRUCT
  bEnSfty     : BOOL;
  eValSfty    : E_BA_Mdlt;
  bEnCrit     : BOOL;
  eValCrit    : E_BA_Mdlt;
  bEnPgm      : BOOL;
  eValPgm     : E_BA_Mdlt;
END_STRUCT
END_TYPE

Name

Type

Description

bEnSfty

BOOL

Enable for writing the "Safety" priority.

eValSfty

E_BA_Mdlt

Enum of the "Safety" priority to be written.

bEnCrit

BOOL

Enable for writing the "Critical" priority.

eValCrit

E_BA_Mdlt

Enum of the priority "Critical" to be written.

bEnPgm

BOOL

Enable for writing the "Program" priority.

eValPgm

E_BA_Mdlt

Enum of priority "Program" to be written.