Lenze PLC Designer ApplicationTemplate (PLC Designer R3- Instrukcja Użytkownika Strona 146

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 177
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 145
Appendix
Recipe manager
146
Lenze · ApplicationTemplate · 1.3 EN - 04/2013
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
12.4.5 Managing recipes with RecipeManCommands
This section contains information for the creation of recipes by means of the RecipeManCommands.
To create a recipe, the name of the recipe definition available (RecipeDef) has to be specified.
[12-6] Example: Recipe definition MM_Par_Modul1
12.4.5.1 Create Recipe
...creates a new (empty) recipe .
[12-7] Program example: Create the "Recipe1" recipe in the MM_Par_Modul1 recipe definition
Result: Afterwards the following files are available on the controller:
The recipe manager has created the "Recipe1" recipe (file:
Recipe1.MM_Par_Modul1.txtrecipe).
When the CreateRecipe is called, the applicable name of the
recipe definition (RecipeDef) has to be specified, example:
MM_Par_Modul1
VAR
_RecipeManCommands : RecipeManCommands;
_stRecipeDef : STRING := 'MM_Par_Modul1'; [Name of the recipe definition]
_stRecipe3 : STRING := 'Recipe1';
END_VAR
_RecipeManCommands.CreateRecipe(_stRecipeDef,_stRecipe3);
Przeglądanie stron 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 176 177

Komentarze do niniejszej Instrukcji

Brak uwag