Command ‘Load Recipe’

Symbol: f50827cef95539cac0a8640e00028556_3fc61faefda968d8c0a8640e016b6624

Function: This command loads a recipe from a file.

Call: Main menu Recipes.

Requirement: You have selected a field in the recipe column of a recipe definition.

This command overwrites the values of the selected recipe of the recipe definition.

Note

If you have selected the option Recipe Management in the plc, please note the following.

If you change recipes in the project by choosing the command Load Recipe or Read Recipe, then an online change is required when logging in again.

If you want to overwrite only individual recipe variables with new values, then remove the values for the other variables before loading to the recipe file. Entries without value definitions are not read, and therefore updating leaves these variables unchanged on the controller and in the project. In the following example, when the entries of a recipe file are loaded, only PLC_PRG.iVar is written with a new value (6).

PLC_PRG.bVar:=
PLC_PRG.iVar:=6
PLC_PRG.dwVar:=
PLC_PRG.stVar:=
PLC_PRG.wstVar:=

See also