Tagged Questions
6
votes
3answers
2k views
Is there a good library for dealing with the Modbus protocol in .NET?
Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top ...
3
votes
3answers
600 views
Interfacing .NET with Siemens PLC S7 200
I'm trying to interface .NET (C# or VB doesn't matter) with a Siemens PLC S7 200. I can't however get a connection set up. I'm working on a Win7 64bit machine but can't seem to get it working on 32bit ...
1
vote
1answer
594 views
Programming against a PLC via OPC protocol with C#
I'm running this code to connect to a plc.
System.Guid guid=new Guid("75d00bbb-dda5-11d1-b944-9e614d000000");
System.Type t=Type.GetTypeFromCLSID(guid,node,true);
object ...