Recipe Configuration

Recipe Configuration

When you click on a recipe template, the [0] Recipe window opens, where you define which parameters (tags) that template will consist of.
Here, you add all relevant tags you want the operator to be able to modify to the list.

Column Descriptions

ParameterDescription
NoThe sequence number automatically assigned to each row. Allows you to list your parameters in order.
DescriptionEnter a name explaining what the parameter is (e.g., Motor Speed, Heater Temperature). This makes the recipe content more understandable.
TagSelect the tag that will receive the value from the recipe. When the recipe is loaded to the PLC, the value defined here will be written to this tag.
TypeShows the data type of the tag. The data type determines the range and format of values the tag can store.
MinimumSpecifies the lowest valid value for the tag. (Used for input validation).
MaximumSpecifies the highest valid value for the tag. (Used for input validation).
Default ValueEnter the default value to be assigned to the parameter when the recipe is applied or a new record is created.
CommentUsed for entering additional information or notes about the parameter.

Leave a Reply