vote up 0 vote down star

Where is a good place to start with making an application in .NET that communicates through OPC?

flag

70% accept rate

4 Answers

vote up 1 vote down

SoftwareToolbox's OPCData.NET (http://www.opcdata.net/) claims to be a 100% Managed code solution for OPC Client. SoftwareToolbox also has some other OPC libraries to help with binding OPC data to forms and web interfaces.

link|flag
vote up 1 vote down

The Code Project article is from the early days of .NET and may not be the best option today.

Alternatives include OPC Foundation's own .NET API (requires OPC Foundation membership) or several commercial products. OPCconnect.com lists a number of these.

link|flag
vote up 0 vote down

Be careful. I haven't used an OPC API yet that properly conforms to any sort of calling conventions, particularily in the area of freeing memory (COM, as documented, or otherwise). Expect a month of debugging memory leaks.

link|flag
I agree, I did some tuning and profiling with the one I link to and I had to fix several (small) issues as I went along, but that library does work. It is a shame OPC is such a huge piece of crap to begin with, but sometimes a necessary evil (office politics here). – Rich B Sep 18 '08 at 12:05
vote up 2 vote down check

You can find a good article and a library to start with here: http://www.codeproject.com/KB/COM/opcdotnet.aspx

link|flag

Your Answer

Get an OpenID
or

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