Description: Opens the specified Recipe from a User Built Display. Allows recipe to be modified prior to download.
Syntax:
Tcl: RCPOPEN RecipeFile.RCP^UnitName^Recipe
JScript: RCPOPEN("RecipeFile.RCP^UnitName^Recipe");
VB Script:
RCPOPEN "RecipeFile.RCP^UnitName^Recipe"
Argument: Recipe File, Unit Name, Recipe Name
See Also: RCPDOWNLOAD, RCPCLOSE, <DIALOG>RECIPE, <GOTO>RECIPE=
Examples:
# Tcl
RCPOPEN STARTUP.RCP^AHU1^Startup1
RCPSCALE 1.2
RCPDOWNLOAD
RCPCLOSE
Opens the Recipe File and the specified Unit and the Recipe. Allows recipe to be modified prior to download using <RCPSCALE> keymacro or changing the %TRCP2() system tag. Intended for use on user built displays. Will close any other Recipe opened with <RCPOPEN> keymacro executed from any display or a script using the RCPOPEN Action Command.