ST_PMLProcessVariables
Collection of tags for describing process variables in the machine.
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
Requirements
Development Environment | Target platform | PLC library to include |
---|---|---|
From TwinCAT
| PC (i386) | From Tc3_PackML_ V3 1.0.3 |