Does Matlab's OPC toolbox support OPC-UA?

2 ビュー (過去 30 日間)
Hullas Sehgal
Hullas Sehgal 2016 年 2 月 23 日
回答済み: Rodney Busquim e Silva 2018 年 10 月 30 日
Does Matlab's OPC toolbox support OPC-UA?

回答 (2 件)

Rohit Jain
Rohit Jain 2016 年 2 月 29 日
Yes the below documentation page states that OPC toolbox supports OPC UA.
Refer to below doc page for more info:

Rodney Busquim e Silva
Rodney Busquim e Silva 2018 年 10 月 30 日
Good morning, I am using the Prosys OPC UA Simulation Server for testing the Matlab OPC UA clien. It works very well if the Prosys and Matlab are running in the same machine (localhost - Windows 7). However, if I am running in a different host (also Windows 7) in the same network, I receive the following error:
ua=opcua('192.168.1.6',53530);
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;
Could ou help me, Rohit Jain ? (or someone else from Mathworks ?)
Thanks

カテゴリ

Help Center および File ExchangeUnified Architecture についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by