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;

    MachSpeed                 : REAL;
    CurMachSpeed              : REAL;

    MaterialInterlock         : DWORD;
    EquipmentInterlock        : ST_PMLEquipment;

    Parameter_REAL            : ARRAY [0..cMaxStatusParametersReal-1] OF ST_PMLParameterReal;
    Parameter_STRING          : ARRAY [0..cMaxStatusParametersString-1] OF ST_PMLParameterString;
    Parameter_LREAL           : ARRAY [0..cMaxStatusParametersLreal-1] OF ST_PMLParameterLreal;
    Parameter_DINT            : ARRAY [0..cMaxStatusParametersDint-1] OF ST_PMLParameterDint;

    RecipeCurrent             : DINT;
    RecipeRequested           : DINT;
    RecipeChangeInProcess     : BOOL;

    Recipe                    : ARRAY [0..cMaxStatusRecipes-1] OF ST_PMLRecipe;

    Stacklight                : ARRAY [0..cMaxStatusStacklights-1] OF DWORD;
END_STRUCT
END_TYPE

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