You can edit specific element values on the device/PLC.
Assign a mapped address to the recipe element that you want to edit, and then change the value in the mapped address to change the element value. To reflect the value in the mapped address to the recipe's element value, use the system variable #H_RecipeControlMapAddress.

Setup Procedure
Assign a mapped address to Element 1 of Recipe Group 1.
|
Data type |
Address |
# |
RecipeA |
RecipeB |
Element 1 |
16 Bit Dec |
D0000100 |
1 |
100 |
200 |
Element 2 |
16 Bit Dec |
D0000110 |
1 |
-50 |
-60 |
Element 3 |
Bit |
X00120 |
1 |
OFF |
ON |
Set the mapped address in the element.
From the [Common Settings] menu select [Enhanced Recipe Settings], open the recipe group (Recipe Group1), select the [Map] checkbox, and set the [Mapped Address] D500.

Set up a function to turn ON the system variable #H_RecipeControlMapAddress.
Set up a function to change the value in the mapped address (D500).
Set up additional enhanced recipe functions to perform the following:
Function to select which enhanced recipe to work with (system variables #H_RecipeGroupID, #H_RecipeID). Function to confirm the enhanced recipe's processing state (system variable #H_Processing). Function to check on the save operation of mapped addresses (system variable #H_RecipeResultTransfer).
Operating Procedure
Change the mapped address value (D500), and reflect it in Element1 of RecipeA.
Select the recipe to edit. (Set the system variables #H_RecipeGroupID and #H_RecipeID to 1.)
![]()
The mapped address stores the element value of the recipe being edited.
Change the value in the mapped address (D500). (Change the value from 100 to 123.)
To load, turn ON the system variable #H_RecipeControlMapAddress. Use #H_Processing to check the load process. If the load fails, find the cause in #H_RecipeResultTransfer.
Use the above steps to change RecipeA, Element1.
![]()
To save the updated element (Element1) value in the display unit's project, use either the Enhanced Recipe Data List's special switch, or the system variable #H_RecipeControlSave. Without saving, the element value returns to its previous value on reloading or selecting a recipe.