How to write a new OPC Client with C++?
It is possible to write a new OPC Client to conntect to OPC-Server v3. You'll find a helpful example code here:
http://lhcb-online.web.cern.ch/lhcb-onl ... nttutorial
opc.idl opcda.idl can be received from βOPC Core Components SDKβ from OPC-Foundation (http://www.opcfoundation.org/) for free.
you can download a sourcefile here:
http://www.codeproject.com/KB/COM/opcdotnet.aspx
Although it is C # but it might be helpful. I have already tried the code and it worked.
Log in to post a comment.
How to write a new OPC Client with C++?
It is possible to write a new OPC Client to conntect to OPC-Server v3.
You'll find a helpful example code here:
http://lhcb-online.web.cern.ch/lhcb-onl ... nttutorial
opc.idl
opcda.idl can be received from βOPC Core Components SDKβ from OPC-Foundation (http://www.opcfoundation.org/) for free.
you can download a sourcefile here:
http://www.codeproject.com/KB/COM/opcdotnet.aspx
Although it is C # but it might be helpful. I have already tried the code and it worked.