What's New - OPC Data Client & OPC Wizard 2024.2 (5.81)
Key changes: - New product: OPC Wizard - User Authentication Improvements
Internal version number: 5.81
Fundamentals
- Introduced a new product in the OPC Studio family: OPC Wizard. OPC Wizard a toolkit for rapid OPC UA server development.
Targeting
- .NET 7 is no longer supported (Microsoft end of support May 14, 2024), but will likely work. .NET 6 and and .NET 8 continue to be supported.
- Windows 11 version 21H2 is no longer supported (Microsoft end of support October 10, 2023), but will likely work.
Technology
- OPC UA Client-Server parts are now based on OPC Foundation UA-.NETStandard 1.5.374.126.
Licensing
- The
LicenseInfoproperty on the main components now returns the dictionary alphabetically ordered.
Packaging
- There is a new NuGet package, OpcLabs.QuickOpc.Design, which provides (part of) the design-time features. The package is marked as "development dependency", i.e. its assemblies will not be referenced by your project.
Installation and Uninstallation
- The Setup wizard for OPC Data Client now offers a choice of "express installation" for Python development. When selected, only the setup components relevant for Python developers are installed.
- The .NET examples group is split into sub-groups for C#, C++/CLI, F#, PowerShell and VB.NET.
Component Improvements
OPC UA
- Added static method
UANodeId.FromUABuiltInType, and an implicit conversion operator, for conversion fromUABuiltInTypeto aUANodeIdrepresenting the datatype Id for the built-in type. - Added method
UANodeId.ToUABuiltInType, and an explicit conversion operator, for conversion fromUANodeIdrepresenting the data type Id toUABuiltInTypethat corresponds to the data type. - Added constructors to
UADataValueandUAAttributeDatathat allow specifying just the value and source timestamp.
OPC UA Client-Server
- Added static property
ObjectsStrictto theUABrowseParametersClass, and modified the behavior of theObjectsstatic property. TheObjectsStrictstatic property now returns browse parameters according to strict interpretation of the OPC UA specification, and browses only the HasComponent references. TheObjectsstatic property uses a loose interpretation (needed for some non-compliant servers), and browses any HierarchicalReferences. - Added a new overload of the
IEasyUAClient.Browseextension method. The overload takes an endpoint descriptor, node descriptor, node classes, and reference type id as inputs. - It is now possible to dynamically change the identity of the user on an existing connection (OPC UA session). This is sometimes called "user switching", and is done by defining the
UserIdentitywith anAliasNameinstead of a concrete user, and defining and later changing the corresponding alias value, using the methods on theAliasManagement.Instanceobject. More information: Dynamic User Identity Change. - Added
WithIdentityAliasextension method on theUAEndpointDescriptorobject. The method returns the endpoint descriptor modified to use the specified alias name for the user identity, which is useful for dynamic user identity changes. - For a username token identity, added method and constructor overloads that allow to specify just the user name, providing a default (empty) password.
- When using
X509CertificateTokenInfoinUserIdentityto identify the user by a certificate, it is now possible to specify that the user certificate comes from the platform certificate store. TheX509CertificateTokenInfonow contains aCertificateQueryobject that specifies the criteria for selecting the certificate. When theSourceTypeproperty of the certificate query isFile, the certificate is loaded from a file in the file system, and theFileNameproperty contains the name of the certificate file. When theSourceTypeproperty of the certificate query isPkiStore, the certificate store is identified by theStoreLocationandStoreNameproperties, and the certificate search criteria are specified using thePkiFindTypeandFindValueproperties. You can, for example, setFindByThumbprintas thePkiFindType, and specify the certificate thumbprint in theFindValueproperty. - OPC Data Client now reads the
Server.ServerCapabilities.MaxMonitoredItemsPerSubscriptionstandard server variable, and when provided, it automatically creates and manages more subscriptions if needed (even if they have otherwise the same subscription parameters), so that it each subscription is only filled with the number of monitored items it can hold, but not more. This is especially useful with embedded (PLC) servers with limited capabilities. - Added
MaximumMonitoredItemsPerSubscriptionproperty toUAEnhancedClientSessionParameters. When this property is set to -1 (the default), the client will determine the maximum number of monitored items in one subscription automatically, using the information provided by the server, or an internal algorithm. In absence of all other information, the maximum number of monitored items in one subscription is not limited (equals toInt32.MaxValue). When this property is set to a non-negative number, the client will use the value of the property as the maximum number of monitored items in one subscription.
OPC UA PubSub
- The "tls" scheme can now be used in resource addresses, and is equivalent to "mqtts" or "ssl".
OPC UA Administration and PKI
- On Windows, certificate directory store paths that are too long to work normally are automatically detected and transformed to Windows extended-length paths.
Component Refactorings
- Renamed properties in
NotifyingWidget:QueueCallbackstoQueueNotificationsCallbackQueueCapacitytoNotificationQueueCapacityCallbackQueueIdleTimeToSleeptoNotificationQueueIdleTimeToSleep.
OPC UA
- Turned
UACodeBitsstatic class (with list of integer constants) to an enumeration. Added implicit conversion operator fromUACodeBitsenumeration toUAServiceResult. - Renamed classes (generally by adding the word "Client", in order to achieve the necessary distinction from classes used in server development); corresponding COM interfaces have been renamed in the same way:
EasyUAAdaptableParameterstoEasyUAClientAdaptableParameters.EasyUAEngineParameterstoEasyUAClientEngineParameters.EasyUAInstanceParameterstoEasyUAClientInstanceParameters.EasyUASharedParameterstoEasyUAClientSharedParameters.UAEnhancedSessionParameterstoUAEnhancedClientSessionParameters.UASmartEngineParameterstoUASmartClientEngineParameters.UASmartSessionParameterstoUASmartClientSessionParameters.
OPC UA Administration and PKI
- The default application URI template string has changed. It now uses canonicalized host name, and "http" scheme instead or "uri". For more information, see OPC UA Application URI Derivation.
User Interface
OPC UA Administration and PKI
- On the "Application certificate" tab in the "Administer OPC UA Application" dialog, the program now detects a mismatch between the application URI configured in the application manifest, and the application URI in the certificate (Subject URL Name). A warning is issued when the mismatch is detected, and an automatic fix (regenerating the self-signed certificate) is offered.
- In the methods that invoke the "Administer OPC UA Application" dialog, you can now programmatically control whether the Pull Certificate Management features are allowed in the dialog (the Pull Certificate Management is typically used with OPC UA clients, but not with OPC UA servers).
- The "Administer OPC UA Application" now allows the user to specify Host names that go into the application instance certificate (used with applications that are Servers).
- The property grid on the "Application certificate" tab of the "Administer OPC UA Application" dialog now also has a dedicated row for the the Domain Component element of the certificate Subject Name.
Windows Forms Dialogs
- Added
LooseReferenceTypesproperty to theUADataDialogclass. When true (the default), it causes the dialog to browse following very wide set of reference types, in order to cope with non-compliant servers.
Windows Forms Controls
- Inside the control for
UserIdentity, the part forX509CertificateTokenInfohas been extended to allow the choice of certificates coming from platform certificate stores. It allows the user to select the location and name of the certificate store, the find type, and the find value.
Development Productivity
Visual Studio Integration
- The Visual Studio extension (VSIX) has been renamed from "QuickOPC" to "OPC Studio".
Configuration and Instrumentation
OPC UA
- It is now possible to change (many of) the low-level setting of the OPC UA stack and SDK directly from the code, using Configuration Property Overrides. It is no longer necessary to provide a separate XML configuration file for it. From the OPC UA .NET stack and SDK, we have also generated a brief reference documentation for these settings - see ApplicationConfiguration Class Members.
- There are now three separate event log sources: "OPCLabs-UAClientEngine" for events coming from the OPC UA client part of QuickOPC, "OPCLabs-UAPubSubEngine" for events comings from OPC UA PubSub part, and "OPCLabs-UAServerEngine" for event coming from the OPC UA server part of OPC Wizard (previously, single "OPCLabs-UAEngine" event source was used).
Tools and Online Services
Connectivity Explorer
- Added two new endpoints under "Well-known" OPC UA Client-Server points: One for the standard OPC UA server endpoint on the local computer ("opc.tcp://localhost:4840"), and the other for default server endpoint of servers created with OPC Wizard ("opc.tcp://localhost:48040").
Demo Servers and Publishers
- The publish saveConfiguration command of the UADemoPublisher now has an --Encoding|-e <encoding> option which allows to choose the JSON encoding type for the output (can be Compact/Verbose/Reversible/NonReversible, default is Compact). Previously, the output was always in the Reversible encoding.
OpcCmd Utility
OPC UA Client
- All commands that have an endpoint descriptor arguments now accept an additional command option --EndpointUserCertificateQuery|-eucq. This option is for user certificates stored in platform certificate stores. The query is specified using a syntax comprising of the store location, store name, find type, and find value. For example, the certificate can be found by its thumbprint.
- The uaClient collectSoftwareInfo command now also collects the new server capabilities introduced in OPC UA 1.05 (such as MaxSessions, MaxSubscriptions, etc.).
OPC UA Server
- The uaServer start command starts an OPC UA server with pre-defined content (data variables with various behaviors and data types under the standard Objects folder). By default, it opens its endpoint on "opc.tcp://localhost:48040/".
OPC UA Client
- Added --ResolverPublisherEndpointMessageSecurity|-rpems <uaMsml> command option to the uaSubscriber subscribeDataSetCommand. This command option allows you to specify the allowed message security modes for the connection to the publisher endpoint (e.g. Secure).
Examples
Platform: .NET
- Wherever feasible, converted the C# and VB.NET example projects for Console and Windows Forms to the "SDK" (multi-target) format, allowing them to be built for and run on either .NET Framework 4.7.2+, or .NET 6+.
- Split the example solutions to separate client development, subscriber development, and server development. Some common projects are shared between the solutions.
- Renamed project folders, adopting a naming convention which clearly distinguishes between common, client, server, and subscriber examples (using "Common-", "Client-", "Server-", and "Subscriber-" prefix).
OPC UA Client-Server
- Added C# example showing how to read the build information of the server.
- Added C# example showing how to remove the own application certificate.
Documentation and Help
- Significantly improved the reference documentation.
- Removed integration with Visual Studio help system (Microsoft Help Viewer). Instead, links to the full Web-based reference documentation are provided from all IntelliSense topics.