I'm trying to learn how to access OPC in VB. OPC stands for OLE for Process Control.
Can anyone help? I would like to see an example.
Thanks
Printable View
I'm trying to learn how to access OPC in VB. OPC stands for OLE for Process Control.
Can anyone help? I would like to see an example.
Thanks
I know this is real late... but maybe it will help some one
http://softwaretoolbox.com/isaexpo99
There is a good power point presentation on this sight that tells how to utilize OPC. The automation standard is also available for free from the OPC foundation
http://www.opcfoundation.org
The thing to realize is that OPC is COM based so you might want to learn about COM as well. To learn COM, simply think of it as an ActiveX OCX project. They are related in much the same.
Hope this helps,
TexasFM3
I know it's even later :)
I implemented an OPC project a couple of years ago.
It was a fairly big project.
The links above in the previous post are a good starting point.
Choice of server is important. I thoroughly recomment the Kepware product.
Also watch out for the DCOM and security settings. I spent so long getting this to work that I documented it thoroughly once I got it going (screen dumps of all settings pages etc.)
Any problems give me a shout.
If you have already finished I'd be interested to hear your more recent experiences with this as I am due to do another OPC project early next year.
Simon, you still browse these forums? I may have some OPC related questions.Quote:
Originally posted by Simon Caiger
I know it's even later :)
I implemented an OPC project a couple of years ago.
It was a fairly big project.
The links above in the previous post are a good starting point.
Choice of server is important. I thoroughly recomment the Kepware product.
Also watch out for the DCOM and security settings. I spent so long getting this to work that I documented it thoroughly once I got it going (screen dumps of all settings pages etc.)
Any problems give me a shout.
If you have already finished I'd be interested to hear your more recent experiences with this as I am due to do another OPC project early next year.
A year later - I guess not?