s7 MPI/RS233 communication protocol ?

A

Thread Starter

Amir_Latifi

Does anyone know of an available document to understand Siemens s7/300 MPI Communication protocol ? I need it for write Labview driver.
 
Try looking on the following sites for the information you need.

"http//www.process-informatik.de":http//www.process-informatik.de "

"http//www.runmode.com":http//www.runmode.com
 
T

Thomas.hergenhahn

If you want to talk directly to the MPI interface I cannot help you.
I wrote a communication library to let a PC talk to the PLC via MPI adapter cable.
It is available from:
"libnodave.sourceforge.net":http://libnodave.sourceforge.net
See the commented source for details.
But be warned, I just analyzed the communication and copied whole sequences of characters into
the source without really understanding what they mean.
HTH
 
Top