Adding an OPC UA Server to .NET application [closed]

蹲街弑〆低调 提交于 2020-02-18 05:35:43

问题


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!


回答1:


You need to buy OPC UA SDK to allow your C# application to use OPC UA .

Then you can try with OPC UA Client such as the one from Unified Automation : http://www.unified-automation.com/opc-ua-clients/ (Free for WIN32, Linux and Android !)

There is also some SCADA already supporting OPC UA like Genesis from Iconics : http://www.iconics.com/Home/Products/HMI-SCADA-Software-Solutions/GENESIS32.aspx (Free trial)




回答2:


The OPC Foundation announced their “OPC UA Open Shared Source” Strategy (04/14/2015).

The stack for .NET including lots of samples for DA, Historie... clients and servers can freely be downloaded here OPCFoundation/UA-.NET on GitHub.

Very nice but the problem is the license that comes with it. It basically can only be used by OPC members since everybody else needs to make their software that uses it open source under GPL 2.0.

I wish they would simply offer developer licenses with a one time fee..

A truly free library that can be used in commercial applications is Open62541 (LGPL + static linking exception). But using it with .NET requires extra work since it's C-based...




回答3:


This is the best collection of OPC client and server libraries that you can use: http://www.opcconnect.com/dotnet.php




回答4:


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.




回答5:


Take a look at OpenOpcUa.

http://www.openopcua.org/

regards




回答6:


Check out OpenOPCUA - an open source crosss platform C language stack.



来源:https://stackoverflow.com/questions/9321573/adding-an-opc-ua-server-to-net-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!