Difference between revisions of "What's new in OPC Studio 2024.2"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:What's New <div style="text-align: right; direction: ltr; margin-left: 1em;">See also: Versions; Previous version: What's new in OPC Studio 2024.1</div>...")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:What's New]]  
+
[[Category:Documentation]] [[Category:Examples]] [[Category:Installation]] [[Category:Python]] [[Category:What's New]]  
 
<div style="text-align: right; direction: ltr; margin-left: 1em;">See also: [[Versions]]; Previous version: [[What's new in OPC Studio 2024.1]]</div>
 
<div style="text-align: right; direction: ltr; margin-left: 1em;">See also: [[Versions]]; Previous version: [[What's new in OPC Studio 2024.1]]</div>
 
Internal version number: 5.81
 
Internal version number: 5.81
Line 10: Line 10:
 
= Fundamentals =
 
= Fundamentals =
 
= Nomenclature =
 
= Nomenclature =
 +
-->
 
= Targeting =  
 
= 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.
 
= Technology =
 
= Technology =
 +
* OPC UA Client-Server parts are now based on OPC Foundation UA-.NETStandard 1.5.373.121.
 +
<!--
 
= Licensing =
 
= Licensing =
 
= Packaging =
 
= Packaging =
 
= Delivery =
 
= Delivery =
 +
-->
 
= Installation and Uninstallation =
 
= 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.
 +
<!--
  
 
= Component Improvements =
 
= Component Improvements =
Line 26: Line 33:
 
== OPC UA Complex Data ==
 
== OPC UA Complex Data ==
 
== OPC UA File Transfer ==
 
== OPC UA File Transfer ==
 +
-->
 
== OPC UA PubSub ==
 
== OPC UA PubSub ==
 +
* The "tls" scheme can now be used in resource addresses, and is equivalent to "mqtts" or "ssl".
 +
<!--
 
== COM Components ==
 
== COM Components ==
 
== User Interface ==
 
== User Interface ==
Line 67: Line 77:
 
== 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 ===
Line 76: Line 89:
 
== OPC UA PubSub Formatter ==
 
== OPC UA PubSub Formatter ==
 
= Product Options =
 
= Product Options =
 +
-->
  
 
= Examples =
 
= Examples =
 
== Platform: .NET ==
 
== 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+.
 +
<!--
 
== Platform: COM ==
 
== Platform: COM ==
 
== Platform: Python ==
 
== Platform: Python ==
Line 87: Line 103:
  
 
= Bonus Material =  
 
= Bonus Material =  
 +
 +
-->
  
 
= Documentation and Help =
 
= Documentation and Help =
 +
* Significantly improved the reference documentation.
 +
<!--
 
== COM Components ==
 
== COM Components ==
  

Revision as of 18:16, 25 April 2024

See also: Versions; Previous version: What's new in OPC Studio 2024.1

Internal version number: 5.81

Key changes:


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.

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.

OPC UA PubSub

  • The "tls" scheme can now be used in resource addresses, and is equivalent to "mqtts" or "ssl".

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 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+.

Documentation and Help

  • Significantly improved the reference documentation.