What's new in QuickOPC 2019.2: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
''Key changes: '' | ''Key changes: '' | ||
* | * OPC UA PubSub support | ||
<br> | <br> | ||
Line 20: | Line 20: | ||
== Installation and Uninstallation == | == Installation and Uninstallation == | ||
* Simplified setup choices by merging together the installation components for individual tools. | * Simplified setup choices by merging together the installation components for individual tools. | ||
== Component Improvements == | == Component Improvements == | ||
* OPC UA PubSub is now supported, initially with UADP message mapping and OPC UA UDP and OPC UA Ethernet transport protocol mappings. | * OPC UA PubSub is now supported, initially with UADP message mapping and OPC UA UDP and OPC UA Ethernet transport protocol mappings. | ||
=== Specialized Client Objects === | === Specialized Client Objects === | ||
* A new {{Style=Identifier|EasyUAPublishSubscribeClient}} component allows (read-only) access to OPC UA PubSub configurations, accessed either through an information model in an OPC server, or stored in a binary file. | * A new {{Style=Identifier|EasyUAPublishSubscribeClient}} component allows (read-only) access to OPC UA PubSub configurations, accessed either through an information model in an OPC server, or stored in a binary file. | ||
<!-- | <!-- | ||
=== Services === --> | === Services === --> | ||
Line 50: | Line 50: | ||
== Examples == | == Examples == | ||
* Removed C++ portable examples (with use of STLSoft and VOLE). | * Removed C++ portable examples (with use of STLSoft and VOLE). | ||
* Added examples for OPC UA PubSub. | |||
<!-- | <!-- | ||
== Bonus Material == --> | == Bonus Material == --> | ||
<br> | <br> |
Revision as of 07:58, 17 October 2019
See also: Versions; Previous version: What's new in QuickOPC 2019.1
Internal version number: 5.56
Key changes:
- OPC UA PubSub support
Installation and Uninstallation
- Simplified setup choices by merging together the installation components for individual tools.
Component Improvements
- OPC UA PubSub is now supported, initially with UADP message mapping and OPC UA UDP and OPC UA Ethernet transport protocol mappings.
Specialized Client Objects
- A new EasyUAPublishSubscribeClient component allows (read-only) access to OPC UA PubSub configurations, accessed either through an information model in an OPC server, or stored in a binary file.
Tools
- The OPC Command-line Tool (OpcCmd) is now deployed during the installation, and a link to it (in interactive mode) added to the Start menu.
- The OPC-UA Demo Publisher (UADemoPublisher) is now deployed during the installation, and a link to it added to the Start menu.
Documentation and Help
- The Concise Reference CHM file (present in some build configurations) has been remade into a Concise Reference page in the User's Guide, and is now present in all builds.
Examples
- Removed C++ portable examples (with use of STLSoft and VOLE).
- Added examples for OPC UA PubSub.