Skip to main content
InSource Solutions

TN RMP05 Downloading a Recipe Manager Plus Formula from the Galaxy

InSource_Logo_Transparent.png

Description

This article from InSource shows how to assign and download a Recipe Manager Plus (RMP) formula from Wonderware Application Server.

  • Author: Rich Brooks
  • Published: 4/24/2017
  • Applies to: Recipe Manager Plus 2014R3 or higher

Details

Recipe Manager Plus may be integrated into the Application Server Galaxy.  The RecipeManagerPlus application object is provided with the install of RMP.  This object exposes several properties for the use in assigning and downloading formulas.

Note:  This tech note assumes that RMP and the associated application object(s) have been fully configured.

The RecipeManagerPlus object attributes have been added to the watch window below.  Start by typing in the formula name into the FormulaAssignName property.  Next, set the FormulaAssignCmd to true to assign the formula.  You will see the FormulaAssignStatus transistion from None to Assigning to Assigned.

Capture1.JPG

Any errors encountered during the assignment will be displayed in the FormulaAssignStatusErrorMessage property.  The formula assignment will show a status of Assigned from the RMP website.  Below is a screen capture with the assigned formula parameters displaying in the New Target column.

Capture2.JPG

The formula is downloaded using the StartCmd as shown below.  Set the StartCmd attribute for the RecipeManagerPlus object to true.  It will return to false when started.  The StartStatus attribute displays Started on a successful download of the formula.

Capture3.JPG

Any errors encountered during the assignment will be displayed in the StartStatusErrorMessage property.  The formula download will show a status of Complete from the RMP website.  Below is a screen capture with the downloaded formula parameters displaying in the Current Target column.  The new and current target columns match.

Capture4.JPG