PDA

Click to See Complete Forum and Search --> : OPC Server ?


gkwan
Apr 20th, 2001, 11:11 AM
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

TexasFM3
Aug 27th, 2002, 01:01 PM
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

Simon Caiger
Nov 19th, 2002, 09:40 AM
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.

Dave Sell
Nov 2nd, 2004, 03:13 PM
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.
Simon, you still browse these forums? I may have some OPC related questions.

Dave Sell
Nov 25th, 2005, 09:42 AM
A year later - I guess not?