ST_PMLs

Collection of all state tags of the PackTag structure.

TYPE ST_PMLs : 
STRUCT
    UnitModeCurrent           : DINT;
    UnitModeRequested         : DINT;
    UnitModeChangeInProcess   : BOOL;
    StateCurrent              : DINT;
    StateRequested            : DINT;
    StateChangeInProcess      : BOOL;
    MachineSpeed              : REAL;
    CurMachineSpeed           : REAL;
    MaterialInterlock         : DINT;
    EquipmentInterlock        : ST_Equipment;
    RemoteInterface           : ARRAY [1..MaxStatusRemoteInterfaces] OF ST_Interface;
    Parameter                 : ARRAY [1..MaxStatusParameters] OF ST_Descriptor;
    Product                   : ARRAY [1..MaxStatusProducts] OF ST_Product;
END_STRUCT
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v3.1 Build 4018 and higher

PC (i386)

Tc3_PackML_V2