Does running OPC Expert on a source device generate additional network traffic beyond what the OPC server already produces?

OPC Expert does introduce some additional network activity on the source device, but this overhead is minimal and by design. The tool communicates locally with the OPC server on the same machine using standard OPC protocols, then transmits that data across the network through a single port using OPC UA. The added traffic is limited to what is necessary to carry the subscribed data items to the remote side of the tunnel.

How OPC Expert Collects Data Locally

On the source device, OPC Expert acts as an OPC client connecting to the local OPC server. This local connection uses OPC DA or OPC UA to subscribe to the data items you have configured. Because this connection is between two processes on the same machine, it does not generate traffic on the physical network. The overhead is contained within the local system and is comparable to any other OPC client subscription running on that machine.

How Data Is Transmitted Across the Network

Once OPC Expert has the data, it transmits it to the remote side of the tunnel using OPC UA over a single configurable port. This is where network traffic actually enters the physical infrastructure. The volume of that traffic depends directly on how many items are subscribed, how frequently those items change, and what update rate you have configured. OPC Expert does not generate polling traffic independently of the subscription; it carries only what the connected OPC server provides.

Practical Implications for Network Planning

Because all tunneled communication is consolidated onto one port, network administrators have a straightforward path to planning firewall rules and bandwidth allocations. There is no background discovery traffic, no broadcast activity, and no registry-level communication that would add unpredictable load. Engineers deploying OPC Expert in environments with constrained bandwidth, such as WAN links between plant sites, can control traffic volume by adjusting subscription rates and limiting the number of actively tunneled items.

Relevant Tools

OPC Tunneler, part of OPC Expert, handles the data transfer described above. It establishes the local OPC connection on the source device and transmits subscribed data across the network using a single OPC UA port, making it the primary component to configure when managing network traffic in a tunneled architecture.

In summary, OPC Expert does add a layer of network activity, but that activity is bounded, predictable, and controlled entirely by the subscription configuration. The single-port model keeps the footprint manageable and avoids the unpredictable traffic patterns that can accompany traditional DCOM-based communication across networks.