Recipe schema
Set of variables/ingredients with which to configure one or more recipes.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Table name | TableName | Name to assign to the table of the database containing the recipes. If empty, the name of the table corresponds to the BrowseName of the Recipe schema. | |
Timeout | Timeout | Timeout for the loading of values of the ingredients from FactoryTalkOptix to the field variables. | |
Methods
Create recipe
- BrowseName
- CreateRecipe
Name | DataType | Description |
---|---|---|
Execute Refactor Recipe
- BrowseName
- RefactorRecipe
Create EditModel from recipe
- BrowseName
- CreateEditModelFromRecipe
Create EditModel from schema
- BrowseName
- CreateEditModelFromSchema
Create an Edit model with the Recipe schema ingredients.
Copy
- BrowseName
- Copy
Copy in the Edit model the values of the ingredients on the controller.
Name | DataType | Description |
---|---|---|
Copy from edit model
- BrowseName
- CopyFromEditModel
Name | DataType | Description |
---|---|---|
Create recipe
- BrowseName
- CreateStoreRecipe
Add a row in the database for a new recipe.
Delete recipe on store
- BrowseName
- DeleteStoreRecipe
Delete a recipe in the database.
Create EditModel from stored recipe
- BrowseName
- CreateEditModelFromStoreRecipe
Create an Edit model from the ingredients and relative values of a recipe stored in the database.
Copy from stored recipe
- BrowseName
- CopyFromStoreRecipe
Copy the values of an existing recipe in the database into the Edit model.
Name | DataType | Description |
---|---|---|
Copy to recipe on store
- BrowseName
- CopyToStoreRecipe
Copy the values of the recipe in the Edit model to the recipe in the database.
Name | DataType | Description |
---|---|---|
Events
Recipe application event
- BrowseName
Provide Feedback