Sepasoft MES Module Suite
system.mes.batch.queue.getBatchBOM(batchID)
|
MES 3.81.7 RC 1 and later getRecipeBom scripting function added |
|
MES 3.81.8 RC 2 and later Added logic to return min/max values. |
Python |
recLink = system.mes.batch.recipe.getRecipeLink('Product 1111') print( system.util.jsonEncode(system.mes.batch.recipe.getRecipeBOM(recLink))) |
Returns
JSON |
|
Sepasoft MES Module Suite