Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status No status
Created by Vaskar Dahal
Created on Feb 20, 2026

Enable AVEVA Adapter for OPC UA to work with OPC UA Servers that only allow Dynamic Addressing and Virtual Browsing

Some OPC UA Servers have the concept of Dynamic Namespace Addressing and Virtual Browsing.

The UA Nodes do not exist in the OPC UA Address Space.

Nodeids are created\added to the Address Space only when a Client makes a request for the NodeIds through CreateMonitoredItemsRequest() call.

AVEVA Adapter first validates the Nodes by sending a ReadRequest() call for Node attributes before making CreateMonitoredItemsRequest() call. The UA Server returns BadNodeIdUnknown for Nodes that don't exist yet in the OPC UA Server's Address Space.

Subsequently, Adapter considers these Nodes Invalid and does not add them to the CreateMonitoredItemsRequest() list.


Request:
Modify the Adapter's startup workflow such that Adapter first sends out CreateMonitoredItemsRequest() call and then only validates the Node attributes.

  • Attach files