Recipe Exchange API

AssignRecipeToWorkstations

This method assigns the specified recipe to the batch executive of the specified workstations. The method returns void. Its signature is:

void AssignRecipeToWorkstations(
   RecipeInfo recipeInfo,
   string[] strNodes,
   bool bAutoCheckOut,
   bool bAutoCheckIn
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

recipeInfo

Instance of RecipeInfo data contract

RecipeInfo

RecipeInfo instance 

strNodes

Array of string containing DeltaV node names

String[ ]

String

bAutoCheckOut

The VCAT auto check out preference.

Boolean

True = selected

False = not selected

bAutoCheckIn

The VCAT auto check in preference.

Boolean

True = selected

False = not selected