ST_PMLProcessVariables
Sammlung von Tags für die Beschreibung von Prozessvariablen in der Maschine.
TYPE ST_PMLProcessVariables :
STRUCT
Parameter_REAL : ARRAY[0..cMaxRecipeProcessVariablesParametersReal-1] OF ST_PMLParameterReal;
Parameter_STRING : ARRAY[0..cMaxRecipeProcessVariablesParametersString-1] OF ST_PMLParameterString;
Parameter_LREAL : ARRAY[0..cMaxRecipeProcessVariablesParametersLreal-1] OF ST_PMLParameterLreal;
Parameter_DINT : ARRAY[0..cMaxRecipeProcessVariablesParametersDint-1] OF ST_PMLParameterDint;
END_STRUCT
END_TYPE
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS-Bibliothek |
---|---|---|
Ab TwinCAT
| PC (i386) | Ab Tc3_PackML_V3 1.0.3 |