Recipes editor customization
Instead of using the default recipes editor, you can design a custom recipes management interface.
Graphical objects and scripts for ingredients
| Item | Functions | Usage |
|---|---|---|
|
RecipesEditor object |
|
In the Properties pane, in the RecipeSchema property, select a recipe schema. |
|
RecipesEditorUISetup NetLogic |
Create the following set of objects for each ingredient of the selected recipe schema:
|
To create the graphical objects, right-click RecipesEditor or RecipesEditorUISetup and select Execute Setup. |
Stored recipes selection
| Item | Functions |
|---|---|
|
RecipesComboBox object |
|
|
In RecipesComboBox, RecipesEditorComboBoxLogic NetLogic |
|
Recipes management
| Item | Function |
|---|---|
|
SaveButton object |
Save or update in the database the recipe written or selected in RecipesComboBox |
|
In SaveButton, RecipesEditorSaveButtonLogic NetLogic |
|
|
DeleteRecipeButton object |
Delete the selected recipe from the database by using RecipesComboBox |
|
LoadButton object |
Load the selected recipe from the controller to the FTOptixApplication by using RecipesComboBox |
|
ApplyButton object |
Apply the selected recipe on the controller by using RecipesComboBox |
Notifications
| Object | Function |
|---|---|
|
OutputMessage object |
When the user saves, deletes, loads or applies a recipe, an output message displays for five seconds. Tip: To change the message retention time, double-click the RecipesEditorOutputMessageLogic NetLogic script and change the value expressed in milliseconds.
|
|
RecipesEditorOutputMessageLogic NetLogic |
