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

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 29: Line 29:
  
 
== Component Refactorings ==
 
== Component Refactorings ==
* In even pull mechanism, added a maximumCount argument to multiple-result PullXXXX methods. Removed single-result PullXXXX methods from the .NET interfaces, and reimplemented them as extension methods.
+
* In the event pull mechanism, added a maximumCount argument to multiple-result PullXXXX methods. Removed single-result PullXXXX methods from the .NET interfaces, and reimplemented them as extension methods.
  
 
== User Interface ==
 
== User Interface ==

Revision as of 07:01, 20 November 2018


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

Internal version number: 5.55

Key changes:


Targeting

Technology

Delivery

Licensing

Installation and Uninstallation

Component Improvements

  • Added a new property SessionTimeoutDebug to the UAClientSessionParameters class. The value of this property determines the requested OPC UA session timeout used when a debugger is attached. The normal SessionTimeout defaults to 1 minute, the SessionTimeoutDebug defaults to 10 minutes, making it easier to prevent expired sessions while debugging with breakpoints.
  • Enhanced exception messages in various common error cases, for easier troubleshooting.

Specialized Client Objects

Services

Component Refactorings

  • In the event pull mechanism, added a maximumCount argument to multiple-result PullXXXX methods. Removed single-result PullXXXX methods from the .NET interfaces, and reimplemented them as extension methods.

User Interface

Developer Tool Integration

Excel Option

Instrumentation

Tools

Connectivity Explorer

Documentation and Help

Examples

Bonus Material