Difference between revisions of "What's new in QuickOPC 2023.2"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 71: Line 71:
 
-->
 
-->
 
== Platform: .NET ==
 
== Platform: .NET ==
* '''Added a set of more than 270 .NET examples in Python using the Python.NET package (https://github.com/pythonnet/pythonnet ). The previously provided smaller set of OPC Python examples using the Python for Windows (pywin32) extensions package (over COM API) remains in the product and continues to work, but we recommend using the Python.NET approach.'''
+
* '''Added a set of more than 270 .NET examples in Python using the Python.NET package (https://github.com/pythonnet/pythonnet ).''' The previously provided smaller set of OPC Python examples using the Python for Windows (pywin32) extensions package (over COM API) remains in the product and continues to work, but we recommend using the Python.NET approach.
 
<!--
 
<!--
 
== OPC Classic ==
 
== OPC Classic ==
Line 79: Line 79:
 
= Bonus Material =  
 
= Bonus Material =  
 
-->
 
-->
 +
 
= Documentation and Help =
 
= Documentation and Help =
 
* Methods and properties of all commonly used types are now consistently annotated with exceptions they may throw.
 
* Methods and properties of all commonly used types are now consistently annotated with exceptions they may throw.

Revision as of 05:10, 16 August 2023

See also: Versions; Previous version: What's new in QuickOPC 2023.1

Internal version number: 5.72

Key changes:


Examples

Platform: .NET

  • Added a set of more than 270 .NET examples in Python using the Python.NET package (https://github.com/pythonnet/pythonnet ). The previously provided smaller set of OPC Python examples using the Python for Windows (pywin32) extensions package (over COM API) remains in the product and continues to work, but we recommend using the Python.NET approach.

Documentation and Help

  • Methods and properties of all commonly used types are now consistently annotated with exceptions they may throw.