PDA

View Full Version : OPC Client



ShamusVW
30th September 2010, 15:04
Hi
I want to rewrite some Delphi code into C++ with Qt, but not finding much to go on.
For some reason my search for opc returns no results on this forum, but if I use Google I get one result! (2006)

Has anyone done any work on this?

Thanks,
Shaun

tbscope
30th September 2010, 15:08
OPC = open connectivity?

ShamusVW
30th September 2010, 15:11
OPC = OLE for Process Control

tbscope
30th September 2010, 15:25
Qt does not contain such components as far as I know.

Install the OPC sdk and use their include files and libraries.

ShamusVW
30th September 2010, 20:47
Thanks for the advice.
Will try to do this.
This is what I had to do for the Delphi program, but it is quite messy, and was hoping it would be easy enough in Qt.
I am going to have to spend some time/effort on this I think! :)