Sepasoft MES Module Suite
getEquipmentRecipeList(itemPath, recipeNameFilter)
Description
Return the current recipes available for a production item.
Syntax
system.recipe.getEquipmentRecipeList(itemPath, recipeNameFilter)
- Parameters
String itemPath - The item path to a production line, cell, cell group or location.
String recipeNameFilter - Optional recipe filter. The filter can contain ? and * wild card characters.
- Returns
A list of currently available recipes.
- Scope
All
Code Examples
Code Snippet
Code |
|
Output
Code |
Recipe Name = B_Test Recipe Name = Manually Created Recipe 1 Recipe Name = Manually Created Recipe 2 Recipe Name = Manually Created Recipe 3 Recipe Name = Manually Created Recipe 4 Recipe Name = Manually Created Recipe 5 Recipe Name = Manually Created Recipe 51 Recipe Name = Manually Created Recipe 55 Recipe Name = Manually Created Recipe 6 Recipe Name = ProcTest |
getEquipmentRecipeList(itemPath, recipeNameFilter, recipeStateFilter, recipeGroupFilter, includeMasterRecipes)
Syntax
getEquipmentRecipeList(itemPath, recipeNameFilter, recipeStateFilter, recipeGroupFilter, includeMasterRecipes)
- Parameters
String itemPath - The item path to a production line, cell, cell group or location.
String recipeNameFilter - Optional recipe filter. The filter can contain ? and * wild card characters.
String recipeStateFilter - Optional recipe filter. The filter can contain ? and * wild card characters.
String recipeGroupFilter - Optional recipe filter. The filter can contain ? and * wild card characters.
boolean includeMasterRecipes - If true, returns also master recipes available for a production item.
- Returns
A list of currently available recipes.
- Scope
All
Code Examples
Code Snippet
Code |
|
Output
Code |
Recipe Name = Manually Created Recipe 5 Recipe Name = Manually Created Recipe 51 |
Sepasoft MES Module Suite