Utility
Recipe
Description

Recipe

Requires dwOption-05, Process Control.

Save and load the values of a selected set of parameters.

A 'Changed' flag indicates when the current values of the selected parameters are not equal to the saved values in the current recipe.

Up to 100 recipes may be saved, but the maximum number is limited by the available object memory, 1968 bytes per device.

Each recipe uses (k + 1) * (2*n + 1) bytes of object memory, where k is the number of recipes, and n is the number of parameters.

If there are only two recipes, and no other object data used in the device, it is possible to store up to 327 parameters in each recipe.

If there are ten recipes, and no other object data used in the device, it is possible to store up to 88 parameters in each recipe.

Other function blocks that use up device object memory are State Machine, Combinational, Calculator, Setpoint Programmer, and E-mail Notification. Multiple instances of Recipe and these other function blocks, may be present.

Availability
  • Available only in the dw2xx & dw2xx-v2 series products
  • Requires library: Process Control (option -05)
  • Firmware versions 0x201C and later
savvy-SFD Graphic recipe
Graphic with Parameters recipe

Parameters

Recipe Input, Read-write, Analog (signed 16-bit integer)
0 to 100

Recipe - Recipe Parameter

The number, 0 to 100, of the recipe that will be loaded or saved.

Load Input, Read-write, Boolean (signed 16-bit integer)

Recipe - Load

The saved values in the currently selected recipe are loaded into the selected parameters, on the rising edge, i.e. at the execution cycle when Load changes from Low to High.

0 = Low
1 = High
Save Input, Read-write, Boolean (signed 16-bit integer)

Recipe - Save

The current values of the selected parameters are saved into the currently selected recipe, on the rising edge, i.e. at the execution cycle when Save changes from Low to High.

0 = Low
1 = High
Program Internal Parameter, Read-write, Recipe Program (Byte Array)

Recipe - Program

Click this parameter to open the Recipe Editor dialog window.

Add or delete parameters and recipes.

Re-name recipes.

Import or Export to .CSV files. These files can be read and edited in plain text, or spreadsheet software. Recipe configurations may be saved and duplicated.


Changed Output, Read-only, Boolean (signed 16-bit integer)

Recipe - Changed

Active, True, when the current values of the selected parameters are not equal to the saved values in the current recipe.

0 = False
1 = True