system.recipe.createSubProductCode

Sepasoft MES Module Suite

Description

Create a new sub product code (sub recipe).

Syntax

system.recipe.createSubProductCode(itemPath, subProductCode, note)


  • Parameters

String itemPath - The item path to a production line, cell, cell group or location.

String subProductCode - New sub product code.

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

  • Returns

Nothing

  • Scope

All

Code Examples

Code Snippet

Code
 

Output

Code
Remove this if it the snippet doesn't include print statements

 

 

Sepasoft MES Module Suite