Recipe Management Data

Additional information about the currently loaded recipe is exposed through data access tags. These tags can be found in the Data Browser under Data Sources/Platform Services/Recipes/.Recipe Management.

There are two categories of recipe management tags:

  1. Recipe Dataprovides information about the currently loaded recipe, such as Author and RecipeName. Tags that provide information about a particular row in the recipe are: DataTag, MaxValue, MinValue, Unit, Value, and so forth. ClosedView Image

    • Each of these process points (tags) contain an alias parameter, which by default matches the default Recipe Alias for the Recipe Navigator and Recipe Grid.

      For example, this tag would show the author of the currently loaded recipe item: rcpm:RecipeData.Author("RECIPE1")

    • Some tags also contain a row parameter, to specify a particular row in the grid (a parameter of the recipe item). These row numbers start at zero for the first row.

      For example, this tag will display the name of the parameter (ingredient) for the first row: rcpm:RecipeData.ValueName("RECIPE1",0)

  2. Runtime Infoprovides Runtime-related information about the results for uploading or downloading recipes. The user authorization dialog appears for procedure calls, data set changes, and write value operations.

    Runtime Info Description

    DownloadedErr

    Number of tags that failed to download for the last download operation.

    DownloadedOk

    Number of tags that were downloaded successfully for the last download operation.

    DownloadedPending

    Number of tag downloads pending for the last download operation.

    LastRecipeDownloaded

    The name of the last recipe that was downloaded.

    LastRecipeUploaded

    The name of the last recipe that was uploaded.

    RequestedErr

    Number of tags requested in error for the last upload or download.

    RequestedOk

    Number of tags requested successfully for the last upload or download.

    RequestedPending

    Number of tags requests pending for the last upload or download.

    UploadedErr

    Number of tags that failed to upload for the last upload operation.

    UploadedOk

    Number of tags that were uploaded successfully for the last upload operation.

    UploadedPending

    Number of tag uploads pending for the last upload operation.

See Also: