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

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 59: Line 59:
 
== Tools and Online Services ==
 
== Tools and Online Services ==
 
=== License Manager ===
 
=== License Manager ===
 +
-->
 
=== OpcCmd Utility ===
 
=== OpcCmd Utility ===
 +
* Added '''aeClient''' command, providing access to OPC A&E functionality. Available subcommands are '''browseNodes''', '''browseServers''', '''getConditionState''', '''subscribeEvents''', '''queryEventCategories''' and '''querySourceConditions'''.
 +
<!--
 
=== Demo Servers and Publishers ===
 
=== Demo Servers and Publishers ===
 
=== Connectivity Explorer ===  
 
=== Connectivity Explorer ===  

Revision as of 21:10, 26 November 2020


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

Internal version number: 5.60

Key changes:



Component Improvements

OPC Alarms&Events

  • It is now possible to specify AEBrowseFilter.All in browse parameters passed to IEasyAEClient.BrowseNodes, which allows you to obtain both sources and areas in one call.

Component Refactorings

OPC Classic

  • Boxing of client-side OPC proxies/stubs is now also available in .NET Core (on Windows), not just in .NET Framework. This means that if your .NET Core application is using OPC Classic, it does not require "OPC Core Components" as a prerequisite.

OpcCmd Utility

  • Added aeClient command, providing access to OPC A&E functionality. Available subcommands are browseNodes, browseServers, getConditionState, subscribeEvents, queryEventCategories and querySourceConditions.