Sepasoft MES Module Suite
Importing and Exporting Machine Recipes
Recipe values can also be imported and exported using script either at the client or in the gateway. See system.recipe.exportRecipe and system.recipe.importRecipe script functions for more information. The following is an example statement that will import recipe values on the gateway. The project name is required because recipe values are managed by project. The csvData parameter is a string of csv data that can be read in from a file, web service, etc. The note parameter is what will show in the recipe change log.
system.recipe.importRecipe("RecipeProject", csvData, note) |
This functionality supports reading recipe values from ERP or other systems that are currently being used to manage recipes.
Sepasoft MES Module Suite