Manage recipes at runtime
Use the recipes editor widget to store a new recipe, to delete an existing recipe, or to apply a recipe on the controller.
When you create, edit, or load a recipe from the database at runtime, an alias to the
Edit model
node is automatically created in the root project node,
under the ListView object. Until the node is saved, deleted, or sent to the controller, it
contains a temporary copy of the created, edited, or loaded recipe data.
IMPORTANT:
If the
FTOptixApplication
execution stops, the Edit
model
node and its data are deleted.- To manage recipes at runtime
- To refresh the list of recipes, selectRefresh List.
- To create a new recipe:
- SelectCreate new recipe
- In the parameters list panel, configure the recipe values and name.
- SelectSave.
The new recipe displays in the recipes list. - To create a new recipe from a controller, selectCreate a new recipe from target.
- To activate a recipe on the controller:
- From the list, select the recipe you want to activate.
- SelectApply.
- To rename a recipe:
- In theMenucolumn select.

- In the parameters list panel, rename the recipe and selectSave.
- To duplicate a recipe, in theMenucolumn select, and select
Duplicate.The duplicate recipe displays in the recipe list. - To delete a recipe, in theMenucolumn select, and select
Delete.
Provide Feedback