OPCUA32: Fallback to ConditionRefresh should also occur when the OPC UA Server returns 0x80400000 - BadNotImplemented on the Call of ConditionRefresh2
Summary
Fallback to ConditionRefresh does not work correctly for specific OPC UA Server. This has been fixed.
Description
When the OPCUA32 driver creates monitored items for event notifier variables, it calls the ConditionRefresh2 method after creating the monitored items. It may fall back to calling the more generic ConditionRefresh method, if the server does not support ConditionRefresh2. If however the OPC UA
Server server returns BadNotImplemented the OPCUA32 driver does not execute the expected fallback
to ConditionRefresh.
This behavior has been modified. In the case of a BadNotImplemented response from the server to ConditionRefresh2,
the OPCUA32 driver executes a fallback to ConditionRefresh.
To benefit from this
fix:
- Update your zenon Software Platform to the latest build of zenon 11
or higher.
Item ID: 270764
Version: 14.00 Build: 257014
Version: 12.00 Build: 272744
Version: 11.00 Build: 272743
Related Articles
zenon Changesets CSV
Here, you can access a comprehensive list of changes across all maintained versions of the zenon Software Platform as Excel Worksheets. This includes both implemented bug-fixes and new features. Additionally, these lists are available in as Excel ...
zenon Changesets Excel
Here, you can access a comprehensive list of changes across all maintained versions of the zenon Software Platform as Excel Worksheets. This includes both implemented bug-fixes and new features. Additionally, these lists are available in CSV format ...
How to use certificates for OPC UA security
This article provides an overview of how to use X.509 certificates in order to enable OPC UA security. It links to further how-tos that explicitly describe the necessary steps to create certificates and add them to the configuration of either the OPC ...
How to setup the zenon OPC UA Driver with a self-signed certificate
This article describes how to create a self-signed certificate for using it with the zenon OPC UA Driver. For general information about certificate usage for OPC UA security, please refer to the article How to use certificates for OPC UA security. ...
How to setup the zenon OPC UA Process Gateway with a self-signed certificate
This article describes how to create a self-signed certificate for using it with the zenon OPC UA Process Gateway. For general information about certificate usage for OPC UA security, please refer to the article How to use certificates for OPC UA ...