system.recipe.removeItemFromRecipe

Sepasoft MES Module Suite

system.recipe.removeItemFromRecipe(recipeName, itemPath, note)

Remove a production item from a recipe.

Syntax

system.recipe.removeItemFromRecipe(recipeName, itemPath, note)

  • Parameters

String  recipeName Name of new recipe to remove the specified production item.

String  itemPath - The item path to the production line, cell, cell group or location to remove from the recipe.

String note - Optional note to be stored in the recipe change log.

  • Returns

Nothing

  • Scope

All

Code Example

Python
recipeName = 'Stubborn Soda'
itemPath = 'Enterprise\New Site\Packaging\packagingLine1\CG\CG1' 
#-- optional arguments
note = 'Production Item CG1 was removed from the Stubborn Soda recipe 6/1/2017'
system.recipe.removeItemFromRecipe(recipeName, itemPath, note)

 

 

 

Sepasoft MES Module Suite