Can MATLAB act as an OPC server?

4 views (last 30 days)
I would like to connect to MATLAB from an OPC client.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to use MATLAB as an OPC server is not available.
OPC toolbox is an OPC client application which can connect to OPC servers. If you need to make data available in MATLAB to another OPC client (or data available in another OPC client to MATLAB), you could do this by setting up a dummy OPC server between MATLAB and the other OPC client. You could then use OPC Toolbox commands to place data on the server, then connect your other client to that server to retrieve the data.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!