Where is a good place to start with making an application in .NET that communicates through OPC?
|
|
|
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
You can find a good article and a library to start with here: http://www.codeproject.com/KB/COM/opcdotnet.aspx |
||
|
|
