12/1/2008 1:27 PM | |
Joined: 10/13/2005 Last visit: 9/3/2024 Posts: 33 Rating: (3) |
Hello Writing your own code in vb.net or c# in order to make your application an opc client is a lot of work and a lot of interop code. You can do it using the opc specifications provided by the opc foundation but at least for me I gave up on that idea very fast when I needed to write a opc client in c#. I instead researched what kind of third partyopc vendors that were available for the .NET programming languages and then settled on the Advosol's (www.advosol.com) OPCDA.NET control. I chose advosol not because it was the easist one to work with but because it was good in a way that it let's you have enough control of what's going on while still hiding the interop stuff from you (so you don't have to deal with that) and they have good sample projects and documentation for their products. Anyway - www.opcconnect.com is a good source to find out more info. Best regards, Conny. |
Follow us on