OPC sample application for C# [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionDoes anyone know a C# OPC client sample application? I'm looking for a good opensource one to learn about the protocol. I would prefer it if it uses OPC foundation .net core开发者_StackOverflow apis.
https://fistfulofbytes.com/opc-sample-code I have posted sample code on how to use a dll "Interop.OPCAutomation.dll" enjoy...
YOu may like this to visit http://www.opcconnect.com/source.php
Visit the following webpages, where you can find source code, project files and documentation:
- Individual Visualization with OPC based on Microsoft® .NET and the Programming Language C#
- Mass Data Acquisition with an OPC Client in C# based on .NET
For the newer OPC UA specification, you can try the OPC UA Services for WPF project on CodePlex.
There is a .NET project named 'My OPC Client' here: http://hadiscada.blogspot.com/2013/07/my-opc-client.html it coded with VB but I think it can be converted to C.
精彩评论