ST_PMLSubUnitInfoRef

TYPE ST_PMLSubUnitInfoRef : 
STRUCT
    pArray           : PVOID;
    ArraySize        : UDINT;
    NoOfSubUnits     : UDINT;
END_STRUCT
END_TYPE

Name

Description

pArray

Address of a one-dimensional array of the type ST_PMLSubUnitInfo. Each array element contains the state of a subordinated machine part.

Sample:

stSubUnitInfo : ARRAY[1..10] OF ST_PMLSubUnitInfo;

pArray := ADR(stSubUnitInfo);

ArraySize

Size of the one-dimensional array, which can be determined with the SIZEOF function.

Sample:

ArraySize := SIZEOF(stSubUnitInfo);

NoOfSubUnits

Number of relevant subordinated machine parts.

Requirements

Development Environment

Target platform

PLC library to include

From TwinCAT

  • 3.1 Build 4024.63

PC (i386)

From Tc3_PackML_ V3 1.0.3