ST_PMLs

Sammlung aller Zustand-Tags der PackTag-Struktur.

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

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

Ab TwinCAT v3.1 Build 4018

PC (i386)

Tc3_PackML_V2