ST_ControlEx

This structure extends St_Control and it is designed only for the property arrCtrlProp of function block FB_QRC_ResExtract.

TYPE ST_ControlEx EXTENDS ST_Control
STRUCT
    sComponent       : STRING := ‘’; (*Component name*)
    fPosition        : STRING := ‘’; (*Control position*)
END_STRUCT
END_TYPE