Topic RSS15:34, EEST
May 30, 2020
OfflineHi,
I’m trying to create OPC UA Connection between these two app.
To be more specific, I have 2 devices. The 1st device runs Prosys OPC UA Simulation Server, the connection address is:
opc.tcp://Dell-G7-7588:62547/OPCUA/SimulationServer
Still in the 1st device, I go to to command prompt -> ipconfig, and check that the IPV4 address is 192.168.1.245
The 2nd device runs Prosys OPC UA Client, and I write the address: opc.tpc://192.168.1.245:62547
But the Server and Client only connect when the 2nd device join the same network as 1st device. While they are connecting to different network, the is an error:
“Could not connect to the server:
Error=Cannot discover applications from ocp.tcp://192.168.1.245:62547″
Can you tell me if I do something wrong? And please give me some way to fix it if possible.
Also, actually the problem happens with other OPC UA server-client application, not just with Prosys.
Thank you
10:34, EEST
April 3, 2012
OfflineHi,
The opc.tcp protocol works like any other tcp (https://en.wikipedia.org/wiki/…..l_Protocol) protocol network-wise, there isn’t anything special about that.
Generally it should be noted that these kinds of questions fall somewhat under basic networking know-how that you should just already know (or be willing to learn by yourself) and thus outside scope of this forum. We do offer professional services (e.g. consulting): https://www.prosysopc.com/services/.
But that being said, you can study and try these, as a rule of thumb the machine connecting must see the other machine it is to connect.
– Your IP range is https://en.wikipedia.org/wiki/…..te_network, thus connections from https://en.wikipedia.org/wiki/…..ea_network does not work obiviously unless your (most likely router’s) https://en.wikipedia.org/wiki/…..ranslation forward it properly
– Also e.g. Windows 10 might https://en.wikipedia.org/wiki/…..ame_System the hostname to https://en.wikipedia.org/wiki/IPv6 (usually only a https://en.wikipedia.org/wiki/Localhost problem if a server does not bind to IPv6 localhost and you use the hostname to connect)
– See if you can https://en.wikipedia.org/wiki/…..g_utility) the other machine from the other, but it is not necessary nor it might give direct indication that connecting with UA would work
1 Guest(s)

Log In
Register