Recipe Enhanced ActiveX control
The Recipe Enhanced ActiveX control provides the system with the ability to read, write, and delete sets of data setpoints (recipes) using CSV files to persist the information.
There are three types of Recipe Enhanced ActiveX controls: Recipe 2, Recipe 3, and Recipe 4. They support different numbers of float, string, and recipe name tags. The following table shows the details.
ActiveX control | Float | String | RecipeName |
---|---|---|---|
Recipe 2 Enhanced | 512 | 100 | 255 |
Recipe 3 Enhanced | 512 | 1000 | 500 |
Recipe 4 Enhanced | 1000 | 1000 | 500 |
Use the Recipe Enhanced ActiveX control to:
- Load recipe values from a file to tags
- Save tag values to a recipe file
- Delete a recipe file
- Report status of Save, Load, and Delete operations
- Set the location of recipes, for example, folder path
- Set the recipe name, for example, MyRecipe.csv
- Optionally append a number to the filename, for example, MyRecipe11.csv
- List available recipe names in String tags
Provide Feedback