I have a C# application that communicates with a process instrument over ethernet. I want to add an OPC UA server to my application so that any SCADA system with a built in OPC client can connect and read measurement data taken by the instrument. Does any one know of any 3rd party dll's that I can use?

I'm not looking for something that is free or open source, but the license terms would need to allow for me to re-sell as part of my application.

Thanks so much for your help!

link|improve this question

62% accept rate
feedback

1 Answer

I would take a look at www.opcfoundation.org. They have links to vendors who make OPC client and server toolkits that you can use in your application. Most of them are royalty-free. Be aware that there aren't too many SCADA systems that support OPC UA yet; most of them only support OPC DA.

link|improve this answer
Thanks for the help! I was just doing a little more searching around and I did find that OPC DA is probably what I am looking for. – user441603 Feb 17 at 14:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.