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!

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
big = many extra code, that i dont need. – eba Sep 15 '10 at 13:37
whats the name of dlls? in vs, that i need to reference? – eba Sep 15 '10 at 13:37
thx for link, ill look – eba Sep 15 '10 at 13:39
hmm... its not downloadable for me... – eba Sep 15 '10 at 13:47
@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 Sep 15 '10 at 14:10
feedback

Your Answer

 
or
required, but never shown

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