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.

link|improve this question

78% accept rate
Are you looking for the old COM based OPC, or OPC UA? – Ian Ringrose Nov 12 '10 at 11:52
feedback

3 Answers

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

link|improve this answer
1  
Sorry dude no .net sample there... no free ones anyways – Sevki Aug 31 '10 at 10:30
feedback

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

link|improve this answer
thanks... but i ran into some problems with those... i posted simpler code if you want to check it out – Sevki Sep 8 '10 at 11:50
feedback
up vote 2 down vote accepted

http://foodforcode.com/OPC-Sample-code I have posted sample code on how to use a dll "Interop.OPCAutomation.dll" enjoy...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.