ST_TcMcAuxDataLabels (from V3.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_TYPE
Parameter
Name | Type | Description |
---|---|---|
stLabel | ARRAY | The label texts |