Documentation

Questions regarding installing, running and configuring UaGateway.

Moderator: uagateway

Post Reply
OdriHepbern123
Jr. Member
Jr. Member
Posts: 2
Joined: 13 Oct 2014, 16:08

Documentation

Post by OdriHepbern123 »

I would be very grateful if someone could give me a link to a tutorial or any other documentation having to do with the UA Gateway and/or some simple examples of how to connect a UA Client to a COM/ DCOM Server.
Thank you in advance.

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

Re: Documentation

Post by Support Team »

Hello,

the best approach is to follor the documentation shipped with the UaGateway. The same documentation is available online as well:
http://documentation.unified-automation ... ntime.html

First step is to install the UaGateway on the machine where the COM/DCOM Server resides.
Second is to start the UaGateway (play) and use the ConfigurationTool to add an underlying COM Server connection.
http://documentation.unified-automation ... m_sec.html

And that is basically it. You now can connect with your UA Client to the UaGateway

Code: Select all

opc.tcp://myhostname:4850
This is the default discovery endpoint, you need to replace the hostname / IP adress with the correct one of course.

Under the root node "objects" it will contain an entrypoint folder, if browsing into that you should see all the Items of the underlying COM Server.

Best Regards
Support Team

OdriHepbern123
Jr. Member
Jr. Member
Posts: 2
Joined: 13 Oct 2014, 16:08

Re: Documentation

Post by OdriHepbern123 »

Hello,
Thank you very much, that is exactly what I needed for the beginning.
Best regards

Post Reply