| What does a recipe isThe name Recipe identifies a function that allows you to manage the different machine setups in the Crew application. In particular, the user can define: Recipe structure: The recipe structure refers to the definition of the tags that are part of the machine setup. For example, a machine that produces boxes of different shapes will have a recipe structure consisting of 3 tags: box width: height of the box depth of the box Recipe: By recipe we mean a set of predefined values of the previously defined tags that identify a particular type of product. For example: Small box (width = 3; height = 5; depth = 4) Medium box (width = 5; height = 8; depth = 6) Large box (width = 10; height = 8; depth = 15) Recipe Archive: The recipe archive refers to the set of different recipes that are saved in the operator panel. Functions for managing recipes: The user can use a series of predefined functions that allow to manage the recipe archive both in terms of database management and in terms of transfer to and from the controller. |