12.4.26    RCPDOWNLOAD

Description:   Downloads the specified Recipe  or downloads an open recipe if no recipe file is specified

Syntax:

Tcl:              RCPDOWNLOAD
RCPDOWNLOAD RecipeFile.RCP^UnitName^Recipe

JScript:         RCPDOWNLOAD();
RCPDOWNLOAD("RecipeFile.RCP^UnitName^Recipe");

VB Script:      RCPDOWNLOAD
RCPDOWNLOAD "RecipeFile.RCP^UnitName^Recipe"

                   

Argument:     Recipe File, Unit Name, Recipe Name

See Also:       RCPOPEN, RCPCLOSE, <DIALOG>RECIPE, <GOTO>RECIPE=

 

Examples:

# Tcl

RCPDOWNLOAD PAINT.RCP^Mixer1^SkyBlue
 

# Tcl example 2
RCPOPEN PAINT.RCP^Mixer1^SkyBlue
RCPDOWNLOAD
RCPCLOSE

                       

Downloads to the specified Unit, the Recipe from the Recipe File.    If no Recipe File specified, downloads the recipe opened with the RCPOPEN command. Intended for use on user built displays.  Will download the Recipe opened with <RCPOPEN> keymacro executed from any display or a script using the RCPOPEN Action Command.