ST_KinMultiTrafoHeader

Header of the input data structure for the function block FB_KinCalcMultiTrafo.

Type ST_KinMultiTrafoHeader
STRUCT
    nColumnsIn   : UDINT;
    nColumnsOut  : UDINT;
    nLines       : UDINT;
    bGetMetaInfo : BOOL;
    uMetaInfo    : U_KinMetaInfo;
END_STRUCT
END_TYPE

Name

Type

Description

nColumnsIn

UDINT

Real number of columns in the input array.

nColumnsOut

UDINT

Real number of columns in the output array.

nLines

UDINT

Number of lines to be calculated, may be less than the actual number of lines declared.

bGetMetaInfo

BOOL

If TRUE, MetaInfos are also output. Accordingly, memory of the source data structure must be available for this purpose.

uMetaInfo

U_KinMetaInfo