API - ISoMappingRule and ISoMappingRuleCollection are located in the wrong namespace
Description
Concerning Edge API the ISoMappingRule and ISoMappingRuleCollection
classes were located in the Scada.AddIn.Contracts
namespace. This was not correct.
Therefore, these classes have now been moved to the
namespace Scada.AddIn.Contracts.SmartObject for
zenon versions 11 and higher.
To benefit from this fix:
- Update your zenon Software Platform to the latest build of zenon 11 or
higher.
Item ID: 264005
Version: 11.00 Build: 157700
Related Articles
IIoT Services API delivers the wrong report parameter data type, equipment tree nesting or time filter granularity when the report parameter name contains an underscore
Description In the Report Engine, a parameter name with an underscore is used in a report. If this report is deployed with the "Available in IIoT Services" option active, the IIoT Services API returns the wrong report parameter data type, the wrong ...
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 ...
zenon Changesets Excel
Here, you can access a comprehensive list of changes across all maintained versions of the zenon Software Platform as Excel Worksheets. This includes both implemented bug-fixes and new features. Additionally, these lists are available in CSV format ...
zenon Changesets CSV
Here, you can access a comprehensive list of changes across all maintained versions of the zenon Software Platform as Excel Worksheets. This includes both implemented bug-fixes and new features. Additionally, these lists are available in as Excel ...
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, ...