Interface to Siemens S7 PLC via TCP/IP

  • Thread starter michael andersen
  • Start date
M

Thread Starter

michael andersen

I need some help on how to write an interface to a Siemens S7 PLC 300/400, via TCP/IP connection from a PC.

I prefer delphi and c/c++ programming.

I'm not looking for OPC solutions.

Any ideas, links, etc. for this.
 
T

Thomas Hergenhahn

You will either need Prodave from Siemens or a similar product from another vendor.
Or you may look at
http://libnodave.sourceforge.net
which is an open source communication library for the S7 family for LINUX. You would have to replace the OS specific code to make it work on windows.
 
F
Dear Sir,

You have several options, but the easiest for me are using a IT card so you can:

send an email to the PLC
receive email from the PLC
Interchange data via FTP
Control PLC through a WEB interface

I hope it's helpful.
 
T

Tonny Nielsen

I am facing the same problem! did you invent the wheel? If so, it would be silly of me to reinvent it :eek:) How did you come around it?
 
Yes, of course the same solution comes from IBH, called IBH-Link with a unit direct for Delphi etc. and it's working well...

Hi Benthouse. I've don't seen you for a long time... If you want, plz contact me: mailto:[email protected]
 
Top