Issue:
Looking for options on how to delete recipes created or downloaded to the Magelis HMI at runtime.
Product Line:
Vijeo Designer (all versions)
Resolution:
In Vijeo Designer, there are a couple of ways in which we can delete a recipe during runtime on the Magelis HMI.
The first option is to make use of a "Delete" recipe button that you can drag onto the panel from the toolchest in Vijeo Designer. During runtime, when you select a recipe group and recipe, when you press the Delete button, it will delete the selected recipe from the list.
The second option is to write a script in an action or in a touch action script. The script will essentially write a value to the _RecipeDefaultControl.Operation variable. The value to trigger a delete is the value "16"
Looking for options on how to delete recipes created or downloaded to the Magelis HMI at runtime.
Product Line:
Vijeo Designer (all versions)
Resolution:
In Vijeo Designer, there are a couple of ways in which we can delete a recipe during runtime on the Magelis HMI.
The first option is to make use of a "Delete" recipe button that you can drag onto the panel from the toolchest in Vijeo Designer. During runtime, when you select a recipe group and recipe, when you press the Delete button, it will delete the selected recipe from the list.
The second option is to write a script in an action or in a touch action script. The script will essentially write a value to the _RecipeDefaultControl.Operation variable. The value to trigger a delete is the value "16"