11.1.80    <RCPOPEN>@

Description:   Opens the specified Recipe from a User Built Display.  Allows recipe to be modified prior to download.

Syntax:         <RCPOPEN>@RecipeFile.RCP^UnitName^Recipe
                   

Argument:     Recipe File, Unit Name, Recipe Name

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

 

Examples:      <RCPOPEN>@PAINT.RCP^Mixer1^SkyBlue
<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.