.net C# opc 客户端
我想为服务器编写opc客户端。并且不想使用大图书馆。我可以使用 .net 库来实现吗?喜欢添加对 opcautomation 的引用吗?但我在vs2010中找不到它。 谢谢!
I want to write opc client for server. And dont want use big libraries. can i do it witn .net libs? smth like adding reference to opcautomation? but i cant find it in vs2010.
thx!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
VS 中没有对 OPC 的内置支持,但您可以轻松地从 VS 中引用各种 COM 自动化服务器和 .Net 类库。
OPC 基金会有自己的 .Net API 这将是我开始的第一个地方,它似乎也不是很大(我不确定你所说的大库是什么意思)?
There's no built-in support for OPC in VS but there are various COM Automation servers and .Net Class libraries that you can reference from VS easily enough.
The OPC Foundation have their own .Net API which would be the first place I'd start and it doesn't seem to be very big either (I'm not sure what you mean with big libraries)?
在 codeplex 上,您可以下载 WPF UA 库,该库支持 Visual Studio 插件,允许放置 UA 项目。
https://opcuaservicesforwpf.codeplex.com/
On codeplex you can download the WPF UA library which has support for Visual Studio addins that allow drop in placement for UA items.
https://opcuaservicesforwpf.codeplex.com/