This method removes the specified recipe from the batch executive of the specified workstation. The method signature is:
void DeleteRecipeAssignment( RecipeInfo recipeInfo, string nodeName, bool bAutoCheckOut, bool bAutoCheckIn );
Parameters for this method are shown in the following table.
Parameter |
Description |
Type |
Valid Input |
|---|---|---|---|
recipeInfo |
Instance of RecipeInfo data contract |
RecipeInfo |
RecipeInfo instance |
nodeName |
The name of the DeltaV workstation with the Batch subsystem |
String |
Name of the node |
bAutoCheckOut |
Turn on the Auto CheckOut VCAT preference. |
Boolean |
True = Turn on Auto CheckOut False = Do not turn on Auto CheckOut |
bAutoCheckIn |
Turn on the Auto Checkin VCAT preference. |
Boolean |
True = Turn on Auto Checkin False = Do not turn on Auto Checkin |