Does 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 apis.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Visit the following webpages, where you can find source code, project files and documentation:
https://fistfulofbytes.com/opc-sample-code I have posted sample code on how to use a dll "Interop.OPCAutomation.dll" enjoy...
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.
YOu may like this to visit http://www.opcconnect.com/source.php
For the newer OPC UA specification, you can try the OPC UA Services for WPF project on CodePlex.