ST_PMLUnitModeConfiguration

Diese Struktur wird für die GlobalVariables stPMLUnitModeConfiguration verwendet. Dort werden die Informationen über die zulässigen States und Übergänge die mit dem FB_PMLUnitModeConfig konfiguriert wurden hinterlegt.

TYPE ST_PMLUnitModeConfiguration : 
STRUCT
    bActive             : BOOL;

    aStateDisabled      : ARRAY[E_PMLState.Undefined..E_PMLState.Completed] OF BOOL;
    aModeChangeValid    : ARRAY[E_PMLState.Undefined..E_PMLState.Completed] OF BOOL;

    sName               : STRING;

    aStateFlashing      : ARRAY[E_PMLState.Undefined..E_PMLState.Completed] OF BOOL; //Extension Tc3_PackML_V3 >= 1.0.5.0
    aStateColor         : ARRAY[E_PMLState.Undefined..E_PMLState.Completed] OF STRING[6];  //Extension Tc3_PackML_V3 >= 1.0.5.0
    aStateTextColor     : ARRAY[E_PMLState.Undefined..E_PMLState.Completed] OF STRING[6];  //Extension Tc3_PackML_V3 >= 1.0.5.0
END_STRUCT
END_TYPE

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS-Bibliothek

Ab TwinCAT

  • 3.1 Build 4024.63

PC (i386)

Ab Tc3_PackML_V3 1.0.3