You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compliler can now generate properly typed code for Variables and DataType fields with abstract DataTypes. Prior releases produced code with an ExtensionObject or Variant as the type name. Passing the -useAllowSubtypes flag will enable this feature.
Source Code of OPC UA core is removed from the source code version.
Enhanced performance
Modelcompiler updates, errata 1.04.9 nodeset
Add certificate password provider interface to support password protected pfx files.
Tested with OPC UA Local Discovery Server V1.04.402.461
Tested with OPC UA Compliance Test Tool V1.4.9.398
Breaking Changes
Added OnApplicationConfigurationLoaded(ApplicationInstance application, ApplicationConfiguration configuration) to IUaServerPlugin.
It is called after OnStartup(). You have to add it to the UaServerPlugin.cs
Removed UaApplicationInstance. You can use ApplicationInstance instead.