ST_BA_Analog

TYPE ST_BA_Analog :
STRUCT
  bEnSfty     : BOOL; 
  fValSfty    : REAL;
  bEnCrit     : BOOL;
  fValCrit    : REAL;
  bEnPgm      : BOOL; 
  fValPgm     : REAL;
END_STRUCT
END_TYPE

Name

Type

Description

bEnSfty

BOOL

Enable for writing the "Safety" priority.

fValSfty

REAL

Value of the "Safety" priority to be written.

bEnCrit

BOOL

Enable for writing the "Critical" priority.

fValCrit

REAL

Value of the "Critical" priority to be written.

bEnPgm

BOOL

Enable for writing the "Program" priority.

fValPgm

REAL

Value of the "Program" priority to be written.