ST_PMLUnitModeConfiguration

This structure is used for the GlobalVariables stPMLUnitModeConfiguration. The information about the permitted states and transitions configured with FB_PMLUnitModeConfig is stored there.

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

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