gateway to expose data from several servers

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
sjoyce
Jr. Member
Jr. Member
Posts: 3
Joined: 19 Apr 2012, 08:04

gateway to expose data from several servers

Post by sjoyce »

Hi,

I have a situation with several machines that each have an OPC server to provide data to other applications. I would like to have a central machine server that collects data from each machine and re-publishes it in its own OPC server (For various reasons I can't have 3rd parties connect to each machine's OPC server directly).

The machine server would just provide a gateway to several machines and pass through all data, events and methods with a top-level node for each. Is there a simple way to implement such a data mirroring/gateway function on the central server?

/Steve

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: gateway to expose data from several servers

Post by Support Team »

Hello Steve,

implementing such a gateway or aggregating OPC UA server is not easy.
Especially the whole namespace mapping of the underlying servers is a complex task.
Luckily we have done this job already for you.
The UaGateway is exactly what you need for that purpose:
http://www.unified-automation.com/uagateway.htm

Post Reply