Manage legacy recipes at runtime
Use the legacy 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 legacy recipes at runtime
- To store a new legacy recipe:
- Edit the values of the ingredients.
- In the recipe list, enter a name for the recipe.
- SelectSave.
- To delete a recipe, select a recipe and selectDelete.
- To apply a recipe on the controller:
- Select a recipe.Recipe ingredients values display.
- SelectApply.In the right column, ingredients values loaded to the controller display.
- To change the values of the ingredients on the controller, edit the values, selectSaveand selectApply.The values of the ingredients on the controller update in the right column.
Provide Feedback