19

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.

Sevki
  • 3,592
  • 4
  • 30
  • 53

5 Answers5

8

https://fistfulofbytes.com/opc-sample-code I have posted sample code on how to use a dll "Interop.OPCAutomation.dll" enjoy...

Luiey
  • 843
  • 2
  • 23
  • 50
Sevki
  • 3,592
  • 4
  • 30
  • 53
5

YOu may like this to visit http://www.opcconnect.com/source.php

Jaqen H'ghar
  • 1,839
  • 7
  • 37
  • 66
4

Visit the following webpages, where you can find source code, project files and documentation:

Bill
  • 11,595
  • 6
  • 44
  • 52
  • thanks... but i ran into some problems with those... i posted simpler code if you want to check it out – Sevki Sep 08 '10 at 11:50
2

For the newer OPC UA specification, you can try the OPC UA Services for WPF project on CodePlex.

Govert
  • 16,387
  • 4
  • 60
  • 70
1

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.

hadi
  • 19
  • 1