The structure ST_Ingredients is a collection of tags providing information for the recipe ingredients.
Variable |
Data type |
Description |
---|---|---|
Parameter_REAL |
ARRAY [1.. GPL.Gc_uiNumOfParamREALRecipeIngredients] OF ST_Parameter_REAL |
Structured array of ingredient information for values with REAL data type |
Parameter_STRING |
ARRAY [1.. GPL.Gc_uiNumOfParamSTRINGRecipeIngredients] OF ST_Parameter_STRING |
Structured array of ingredient information for values with STRING data type |
Parameter_LREAL |
ARRAY [1.. GPL.Gc_uiNumOfParamLREALRecipeIngredients] OF ST_Parameter_LREAL |
Structured array of ingredient information for values with LREAL data type |
Parameter_DINT |
ARRAY [1.. GPL.Gc_uiNumOfParamDINTRecipeIngredients] OF ST_Parameter_DINT |
Structured array of ingredient information for values with DINT data type |