Modem for Siemens S7-200 PLCs?

Cryogen

Member
Join Date
Oct 2005
Location
NH
Posts
151
Is there a modem available to establish remote communication with two siemens S7-200 (CPU 224XP) PLC? I know Siemens has a modem module available but with that it seems as though I would need one modem module for each processor. I am wondering if there is any third party modem that could communicate with two CPUs?

The main purpose of remote communication would be to download/monitor the PLC program.. Is this possible?
 
Hi Cryogen, don't know if this is applicable or relevant, but you could use a couple of GSM or GPRS modems. Siemens make their own or any other will work (Westermo, Sixnet etc) - we can pick up a Siemens GSM for about £100 (TC35i or MC35??). Then just hang it off one of the 224XP com ports set to freeport mode. You can then output your AT commands (say) straight to the port as String variables using ASCII.

The only issue may be the Rs232 to RS485 connection - i know you can lash up a lead and a resistor (got a diagram somewhere?), otherwise you may need a converter......o_O

Hope this helps!
 
Hi Cryogen,

Any cheap modem would do the job. If your need is to download/monitor use any modem.
I am using the Trendnet TFM-560X modem which is around 30 USD
to support projects overseas without any problem.
 
Hello Cryogen;


it seems as though I would need one modem module for each processor.
Of course you will need one modem for each s7-200 CPU, and one on the PC you plan to use to monitor/download (e.g. running MicroWin).

Hope this helps,
Daniel Chartier
 
PPI communication trough modems between Microwin(local) and PLC(remote) isn`t
the same as PLC to PLC communication.

Microwin accepts larger timeouts, beacuse it is the Master(initiator) in this communication.

A communication request initiated by a PLC trough NETR/NETW has a fixed timeout value, which is designed for a local communication (low distance -> small delays).

The possibility of PPI communication trough remote connections generally depends on:


phone line delay (e.g. bad intercontinental connetions with large delays(gaps))
<LI>modem delay (caused trough internal conversion, buffering)

Workaround:

1. Take a EM241 modem module on each side (master and slave). EM241 supports fixed
lines only.
(Any side could initiate the communication in this constellation, so master and slave
could change during runtime)

2. Take a EM241(master) and a GSM-TC35(slave) + PC/PPI cable(6ES7 901-3CB30-0XA0) in
multimaster mode (not tested, tip from a 3rd party)
(Only the EM241 could initiate a communication in this way)

3. Use two regular modems + 2x PC/PPI cable (older cable works too). In this case you
must use freeport communication.
You should take therefore modbus or implement a another small protocol. You will find
the modbus master library on www.s7-200.net, the modbus slave you get with oderno.
(6ES7 830-2BC00-0YX0) for about 99EUR/USD.
The modbus libraries has a adjustable timeout parameter.
Depend on configuration only one (or any) side could initiate the communication
 
Thanks for all your replies..
I already have a cable running for PLC-PLC communications. I am using the NETR/NETW to transfer data. Separately I want to have ability to load programs on both the PLCs.

Is the GSM for connection to the PC(MicroWin)?
So from my understanding, one of the possibilities:

PC --> GSM ========= EM241 --> PLC?

== Phone line

Is this correct or have I completely mistaken?
 

Similar Topics

Hey i wonder if anyone can help me with this, i use a TC65 modem with a s7-226 cpu and use siemens SET5...
Replies
0
Views
2,237
Hi Experts, One of our clients, until recently, could connect remotely via the internet to a Siemens TP1200 Comfort HMI via VNC and **** Cosy...
Replies
7
Views
1,601
Dear All, I would like to do the following project in a crane which runs on Siemens PLC S7 300 CPU 315. Its connected to a TP 270 (Touch panel)...
Replies
0
Views
7,064
Hi I conected the PLC Moeller PS4-341 and Siemens modem TC35i over ZB4-501-UM4,I downloaded the sample from Moeller site ( the sample is made for...
Replies
2
Views
5,030
i could use some help with this one. I've been round and round with siemens AND modem manufacturer. i'm trying to connect to an S5 115 PLC...
Replies
3
Views
5,266
Back
Top Bottom