Settings and Changeover Tree Editor

Sepasoft MES Module Suite

Settings Tree Editor

Add settings as Machine Recipes. This view enables master/descendent inheritance of settings. You can control the enabled functionality in the properties, such as editing setpoint values.


Import/Export Machine Recipes

XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<RecipeRoot>
  <Version>1</Version>
  <Recipe>
    <Path>Kettle Recipe</Path>
    <Description/>
    <State>Dev</State>
    <Group>AZ1</Group>
    <ItemRecipe>
      <Path>Enterprise\Site\Area\Dark Chocolate Line\Kettle Line Cell</Path>
      <RecipeValue>
        <Name>Temp</Name>
        <Type>Int4</Type>
        <Value>110</Value>
        <AssignedBy>Enterprise\Site\Area\Dark Chocolate Line\Kettle Line Cell - Default</AssignedBy>
        <Description/>
      </RecipeValue>
    </ItemRecipe>
    <ItemRecipe>
      <Path>Enterprise\Site\Area\Dark Chocolate Line\Temperer Line Cell</Path>
      <RecipeValue>
        <Name>Temper 77</Name>
        <Type>Int4</Type>
        <Value>38</Value>
        <AssignedBy>Enterprise\Site\Area\Dark Chocolate Line\Temperer Line Cell - Default</AssignedBy>
        <Description/>
      </RecipeValue>
    </ItemRecipe>
  </Recipe>
</RecipeRoot>

Properties

 

Property Name
Description
orientation

Sets slit-pane direction. Options: Horizontal or Vertical.

Horizontal:


Vertical:


enableEquipmentPagingSet to True to return in pages of fixed sizes.

enableGroupCreation
Set to True to set Recipe Groups.

enableRecipeEditing
Set to True to allow adding, editing and deleting of recipes. Set to False is a read-only view.
enableRecipePaging
Set to True to return in pages of fixed sizes.
enableStateCreation
Recipe state labels can be created.
enableValueEditingSet to True to allow setpoint overrides to be modified and reverted.
includeRecipePageParentsParent recipes display in the tree.
requireChangeNoteSet to True to require a note to be entered with saving changes.
equipmentPathFilter
Filter recipes by equipment path.
groupFilter
Filter recipes by Group name.
recipeNameFilter
Filter recipes by Machine Recipe Name.
setpointnameFilter
Filter recipes by Setpoint Name.
stateFilter
Filter recipes by State name.
hideDescendentRecipes
Set descendent recipes to not display in the tree.
hideItemRecipes
Select to hide equipment under Machine Recipe name.
hideMasterRecipes
Hides all recipes with child recipes.
hideSetpoints
Hides Setpoints and their values.

Scripting

Settings and Changeover Objects

Scripting Functions

Sepasoft MES Module Suite