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

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 34: Line 34:
 
== Specialized Client Objects ==
 
== Specialized Client Objects ==
 
== Other ==
 
== Other ==
 +
-->
 
= Component Refactorings =
 
= Component Refactorings =
 +
<!--
 
== OPC Classic ==
 
== OPC Classic ==
 
== OPC XML-DA ==
 
== OPC XML-DA ==
 
== OPC Alarms&Events ==
 
== OPC Alarms&Events ==
 +
-->
 
== OPC UA ==
 
== OPC UA ==
 +
* The {{Style=Identifier|ServerConditionChanged}} event, previously available on the {{Style=Identifier|IEasyUAClient}} interface, has been moved to a new service, {{Style=Identifier|IEasyUAClientConnectionMonitoring}}, available from the {{Style=Identifier|EasyUAClient}} component. The service is also available via COM, as {{Style=Identifier|_EasyUAClientConnectionMonitoring}}.
 +
<!--
 
== OPC UA PubSub ==
 
== OPC UA PubSub ==
 
== COM Components ==
 
== COM Components ==
 +
== Services ==
 
= User Interface =  
 
= User Interface =  
 
== Windows Forms Dialogs ==
 
== Windows Forms Dialogs ==

Revision as of 14:31, 17 November 2021

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

Internal version number: 5.63

Key changes:


Component Improvements

Services

  • Added the IEasyUAClientConnectionControl service on the EasyUAClient component. It provides methods to control the OPC UA client connections to the server, and contains methods like LockConnection and UnlockConnection. When the connection is locked, the component will attempt to open it and keep open, and will not automatically disconnect from the server after the connection is unused for certain time. The service is also available via COM, as _EasyUAClientConnectionControl.

Component Refactorings

OPC UA

  • The ServerConditionChanged event, previously available on the IEasyUAClient interface, has been moved to a new service, IEasyUAClientConnectionMonitoring, available from the EasyUAClient component. The service is also available via COM, as _EasyUAClientConnectionMonitoring.