What's new in OPC Studio 2024.2: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 73: | Line 73: | ||
== Demo Servers and Publishers == | == Demo Servers and Publishers == | ||
== License Manager == | == License Manager == | ||
--> | |||
== OpcCmd Utility == | == OpcCmd Utility == | ||
=== OPC UA Client-Server === | === OPC UA Client-Server === | ||
* The '''uaClient collectSoftwareInfo''' command now also collects the new server capabilities introduced in OPC UA 1.05 (such as MaxSessions, MaxSubscriptions, etc.). | |||
<!-- | |||
=== OPC UA PubSub === | === OPC UA PubSub === | ||
=== Common === | === Common === |
Revision as of 16:15, 24 February 2024
See also: Versions; Previous version: What's new in OPC Studio 2024.1
Internal version number: 5.81
Key changes:
Technology
- OPC UA Client-Server parts are now based on OPC Foundation UA-.NETStandard 1.5.373.121.
Installation and Uninstallation
- The Setup wizard now offers a choice of "express installation" for Python development. When selected, only the setup components relevant for Python developers are installed.
OpcCmd Utility
OPC UA Client-Server
- The uaClient collectSoftwareInfo command now also collects the new server capabilities introduced in OPC UA 1.05 (such as MaxSessions, MaxSubscriptions, etc.).
Examples
Platform: .NET
- Wherever feasible, converted the C# and VB.NET example projects for Console to the "SDK" (multi-target) format, allowing them to be built for and run on either .NET Framework 4.7.2+, or .NET 6+.
Documentation and Help
- Moved all Python (.NET) examples to their own group, separate from .NET and COM.