Connect matlab to OPC UA server
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Anwesh Reddy Gottu Mukkula
el 2 de Mayo de 2017
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
el 24 de Sept. de 2020
I have exactly the same problem.
Did you find any solution guys?
Respuestas (4)
Felix Bertelsmeier
el 29 de Mzo. de 2017
Hello Giorgos,
I have the same Problem, did you find a solution?
Best regards
Felix
Rodney Busquim e Silva
el 30 de Oct. de 2018
Hello, I am having the same problem - did you guys find a solution ? Thanks.
0 comentarios
Ali Fotouhi
el 25 de Nov. de 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 comentario
Thomas Pursche
el 18 de Jul. de 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
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!