tags:

views:

56

answers:

1
+1  Q: 

.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!

+1  A: 

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)?

ho1
big = many extra code, that i dont need.
eba
whats the name of dlls? in vs, that i need to reference?
eba
thx for link, ill look
eba
hmm... its not downloadable for me...
eba
@eba: Yes, sorry, forgot you need to be a member to download those, if your employer is a member of the OPC foundation you should be able to download it, otherwise you have to use some other vendors libraries.
ho1