What's new in QuickOPC 2018.2: Difference between revisions

From OPC Labs Knowledge Base
No edit summary
Line 12: Line 12:
== Component Improvements ==
== Component Improvements ==
* Added {{Style=Identifier|UACallArguments}} constructor overloads that accept an array of {{Style=Identifier|TypeCode}} as an argument (previously, just array of {{Style=Identifier|Type}} was supported).
* Added {{Style=Identifier|UACallArguments}} constructor overloads that accept an array of {{Style=Identifier|TypeCode}} as an argument (previously, just array of {{Style=Identifier|Type}} was supported).
== Instrumentation ==
* Added warning log entry when OPC UA application name contains improper characters.


== Documentation ==
== Documentation ==

Revision as of 19:46, 12 February 2018


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

Internal version number: 5.53

Key changes:

  • (tbd)


Component Improvements

  • Added UACallArguments constructor overloads that accept an array of TypeCode as an argument (previously, just array of Type was supported).

Instrumentation

  • Added warning log entry when OPC UA application name contains improper characters.

Documentation

  • Improved navigation for examples.

Examples

  • Added C# examples where so far only COM-based examples existed.