Zenon 8.20: AddIn - C# API - Recipe Group Variable Item: SetDynamicProperty "Min" und "Max" nicht möglich
recipeGroup.Save();
Nachdem Änderungen vorgenommen wurden, muss gespeichert werden.
Related Articles
FAQ: When I activate the option "write synchronously" for the Recipegroup manager recipe, and I write the recipe, the recipe does not seem to be written properly and also the Service Engine does not close properly. Why is that?
When the option "write synchronously" is active at a recipe, when writing a recipe (sending values to the PLC) for each recipe variable a writing confirmation is requested to the driver. On a successfull write, the driver sends a writing confirmation ...
Linking variables Limit min/max values in an operation are set to 0 after releasing the Master recipe.
Description In Batch Control, when a Master Recipe is released, the values of the variables linked in an operation for minimum and maximum values are set to 0. However, when the operation is released, the values of the linked variables are retained ...
zenon - Addins - Codesnippet - Read version from within
There seems to be no zenon-API-property to read the Addin-version (= AddInInfo.cs - [assembly: Addin("AddInName", "x.x")] ) from within the Addin. But it seems possible to read it using reflection on the assembly-attributes. => C# Code-snippet ...
RGM import status doesn't change value on missing file or if the variable value is outside of min max values
Summary RGM import status doesn't change value on missing file or if the variable value is outside of min max values. The absence of a file is now displayed correctly. Values that lie outside a range must still be eliminated by the creator. ...
Set colors of color palette to zenon elements via API.
Colors in zenon are a 3-byte code of RGB values. The value #EB29D6 corresponds to a strong pink tone. If these colors are linked directly to a zenon object exactly this value is entered in the dynamic property of the element, screen, textcolor, ...