ST_PMLIngredients
Collection of tags for describing the raw materials required for the product.
TYPE ST_PMLIngredients :
STRUCT
Parameter_REAL : ARRAY[0.. cMaxRecipeIngredientsParametersReal-1] OF ST_PMLParameterReal;
Parameter_STRING : ARRAY[0.. cMaxRecipeIngredientsParametersString-1] OF ST_PMLParameterString;
Parameter_LREAL : ARRAY[0.. cMaxRecipeIngredientsParametersLreal-1] OF ST_PMLParameterLreal;
Parameter_DINT : ARRAY[0.. cMaxRecipeIngredientsParametersDint-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 |