Effacer les filtres
Effacer les filtres

Connect matlab to OPC UA server

10 vues (au cours des 30 derniers jours)
Giorgos Stefos
Giorgos Stefos le 2 Fév 2017
Hello, I have a problem connecting matlab with Codesys OPC UA server. I am running codesys opc ua server to a Beaglebon platfrom , and I have connected with my modem via ethernet. The server is running ok because i can connect to it with other OPC UA clients , but when it comes to matlab i am seeing the following error:
ua=opcua('192.168.1.6',51210);
connect(ua);
Error using opc.ua.Client/fetchEndpoints (line 625)
A low level communication error occurred.
Error in opc.ua.Client/connect (line 409)
errorCode = clnt.fetchEndpoints;
Also when i' m gonna request server info with h=opcuaserverinfo('192.168.1.6') , i am getting the error:
Error using opcuadiscoverymex
Requested 1x18446744073709551615 (17179869184.0GB) array exceeds maximum array size preference. Creation of arrays greater
than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for
more information.
Error in opc.ua.getServerInfo (line 49)
[serverEndpoints, errorCode] = opc.internal.opcuadiscoverymex('getEndpointConfig', listOfServers(k).DiscoveryUrl);
Error in opcuaserverinfo (line 29)
s = opc.ua.getServerInfo(hostName);
Please help me, any ideas?
  3 commentaires
Anwesh Reddy Gottu Mukkula
I have the same problem. I am able connect to the OPC server if its located on the same machine. However, I am not able to connect to the OPC server if it is located on a different machine withing the network. Thanks. Any help would be appreciated !!
Reyhane Mokhtarname
Reyhane Mokhtarname le 24 Sep 2020
I have exactly the same problem.
Did you find any solution guys?

Connectez-vous pour commenter.

Réponses (4)

Felix Bertelsmeier
Felix Bertelsmeier le 29 Mar 2017
Hello Giorgos,
I have the same Problem, did you find a solution?
Best regards
Felix
  1 commentaire
Giorgos Stefos
Giorgos Stefos le 29 Mar 2017
No , i didn't... unfortunatly

Connectez-vous pour commenter.


Rodney Busquim e Silva
Rodney Busquim e Silva le 30 Oct 2018
Hello, I am having the same problem - did you guys find a solution ? Thanks.

Ali Fotouhi
Ali Fotouhi le 25 Nov 2019
Hello,
I face the same probelm.
connect(UaClient)
Error using opc.ua.Client/fetchEndpoints (line 627)
A low level communication error occurred. Ensure that server host is reachable.
Error in opc.ua.Client/connect (line 417)
errorCode = clnt.fetchEndpoints;
I would like to know if anyone has a found a solution for this problem.
Thanks.
  1 commentaire
Arno Godding
Arno Godding le 30 Jan 2020
This is not a solution!

Connectez-vous pour commenter.


Thomas Pursche
Thomas Pursche le 18 Juil 2022
Hello together,
I had a similar problem. It seems that maybe at the moment Matlab is only able to connect to OPC servers running on the same system. This means 'localhost' is running but an OPC server from another machine is not able to be contacted. The problem is maybe not only Matlab solitary but also some security settings.
I have tried to start Matlab under Admin user which helped in my case when using a connection to a database.
Best regards,
Thomas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by