Creating a unit procedure
The next step to creating the chocolate hazelnut recipe is to create a unit procedure, which is going to have only one operation.
- From theFilemenu, selectNew Top Level. TheNewdialog box opens.
- SelectUnit Procedure, and then clickOK. TheUnit Requirementdialog box opens.
- SelectClass Based, selectMBR_FREEZER_CLS, and then clickOK. The initial and final steps of the new unit procedure display in the SFC View.
- Select the initial step, and then click theAdd Stepbutton. TheOperation Selectdialog box opens.
- SelectMCLS_CHOCOLATE_HAZELNUT_OP, and then clickOK.
- From theRecipemenu, selectRecipe Parameters/Reports. TheProcedure Propertiesdialog box opens. Enter recipe formula parameters as indicated in this figure.
- SelectMCLS_CHOCOLATE_HAZELNUT_OP, click theFormula Valuesbutton, and then enter formula values as shown in this figure.
- From theRecipemenu, selectHeader Data, and then enter the following:
- Procedure Identifier:MCLS_CHOCOLATE_HAZELNUT_UP
- Author:Your Name
- Product Name:CHP-100
- Batch Size Default:5000
- Batch Size Max:10000
- Units of Measure:KG
- Estimated Duration:55
- Procedure Description:Chocolate Hazelnut Premium Ice Cream
- ClickOK, and then clickProceed. If prompted, enter auditing comments, if desired, and clickOK.
- Save the unit procedure. If prompted, enter auditing comments, if desired, and clickOK.
Provide Feedback