ST_TcMcAuxDataLabels
![]()  | Available from version 3.0  | 
This structure is used for storing the label texts for the customer-specific axis parameters. A structure of this type can be linked with the axis through an MC_AxUtiStandardInit_BkPlcMc function block via a pointer in the AXIS_REF_BkPlcMc structure.
Syntax
TYPE ST_TcMcAuxDataLabels:
STRUCT
    stLabel:        ARRAY [1..20] OF STRING(20);
END_STRUCT
END_TYPEParameter
Name  | Type  | Description  | 
|---|---|---|
stLabel  | ARRAY  | The label texts  | 
