FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
12-17-2021 08:19 PM - edited 12-17-2021 08:25 PM
I am using a utility that I have used succefully with the XM controller to save and load recipes from the file system of the controller using the "RecipeManCommands."
Previously, I could make a new recipe in the required text format and with the correct naming convention and these recipes would be recognized by the recipeman methods. Now however, the recipes are not recognized even with the correct formatting. For example, the recipes shown here with the red arrow are accesible because they were saved with the recipeman methods but the ones without an arrow were copies of the recipes and they will not load. On the XM controller this worked. The end goal is to be able to offload and modify a recipe with a text editor and reload it.
The error code is 16#4003. If the Upload of recipes is commanded from the recipe manager it does find these recipes.
Solved! Go to Solution.
12-20-2021 12:11 PM
Hi aFouraker,
just tried it with a minimal project and just worked fine in version 1.12.
You may try it with this project and figure out where you have the issue in yours?
Project file is attached.
You can also get a larger project here:
https://forge.codesys.com/prj/codesys-example/recipe-manageme/home/Home/
07-01-2022 10:44 AM
I have some trouble using the Recipe Manger using the PLC code in de last comment (also if i start from scratch).
every time i try the command load from or read and save i get from the recipe manager 16#4003 error.
ERR_RECIPE_NOT_FOUND
UDINT 16#4003 The recipe does not exist
see attachment for configuration and code.
Why is it not working as intended?
07-06-2022 02:25 PM