Description In the Engineering Studio properties of a symbol can be released. In some constellations, these released properties are no longer displayed when clicking the symbol. This display error has been fixed. All released properties are displayed ...
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, ...
Summary The API function ISoReleasedProperty.SetValue() is not executed correctly in the service engine. This has been fixed. Description Via the API a property of a Smart Object is released with the function ISoReleasedProperty.SetValue(). After ...
Description When creating an instance of a Smart Object via the API, the released properties may have been set correctly, but the properties of the element within the SO were not set accordingly. This issue has been addressed and the properties are ...
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 ...