Hi!
I'm trying to provoke a communication between TAM HG71 and S7-317-2 PN/DP CPU for 2 days now, without any success. The "Active Param." LED is lit, which means that the modem is configured correctly and logged onto the MPI network. The "Connect Data" LED is never lit or flashing, so there is no connection to PLC and no transmision.
It is probably a bug in the TILA v2.2.0.220 software!
COM2 port on the HG71 alarm modem is a MPI port for communication with Siemens S7 CPUs. The Hardware manual mentions:
Quote:
4.10 COM2 - MPI (Multi Point Interface)
The MPI is a specific bus and is used to cross-link devices which comply to the Siemens S7-MPI. The MPI bus features RS485 levels and transmission rates of 19,2 or 187,5 kbaud.
HG-Manual-en.pdf, page 19
But, when I look in my project code, the baud rate for COM2 is set to 115200.
Project code line 368:
<Bus Name="Bus1" _="COM2" family="Siemens" Product="S7-300/400-A" protocol="Siemens,S7-300/400-A"
baud="115200" handshake="none" type="Slave" TS="10" MAXADR="15" GUF="1" RC="1">
Even, when I correct this entry in the *.TiXML file with Notepad and open the project with TILA once more, it overrides this value back to 115200.
PLEASE HELP A.S.A.P! I'm very short with time and the deadline is next week. Fix the bug or explain how to dowload the correct baud rate (187500 bauds) to the modem!
P.S. Has anyone, reading this post, ever successfully communicated with TAM HG71 and S7 300 or 400 CPUs over the MPI bus?
Thanks!