[r76]: / branches / timvh / example / CODESYS_Control / Plc Logic / AppLowMemory / P_Example / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 4.1 kB

1
2
3
4
5
6
// the function block FB_ParseRecipes, finds all recipes from the file and the offset position where all data is stored.
// the recipe.xml file just has some copies of an example recipe
// get details of the selected recipe. This reads all tag data of the selected recipe from the memory location
fbParseRecipeData(
	udiStartPos:= astDataSet[iRecipe].udiFilePos, 
	stRecipe:= stRecipe);