eba
eba

Reputation: 979

.net C# opc-client

I want to write opc client for server. And dont want use big libraries. can i do it witn .net libs? smth like adding reference to opcautomation? but i cant find it in vs2010. thx!

Upvotes: 2

Views: 3420

Answers (2)

Stix
Stix

Reputation: 495

On codeplex you can download the WPF UA library which has support for Visual Studio addins that allow drop in placement for UA items. https://opcuaservicesforwpf.codeplex.com/

Upvotes: 1

Hans Olsson
Hans Olsson

Reputation: 54999

There's no built-in support for OPC in VS but there are various COM Automation servers and .Net Class libraries that you can reference from VS easily enough.

The OPC Foundation have their own .Net API which would be the first place I'd start and it doesn't seem to be very big either (I'm not sure what you mean with big libraries)?

Upvotes: 1

Related Questions