Communications between SLC5/05 and Micrologix 1200

Valeriy

Member
Join Date
Jun 2005
Posts
2
I have the task of getting a 505 to communicate to a 1200 using 2 modems and a phone line.
I have written the program for the 505 as recommended by Rockwell in the KB document G15818.

So my problem begins when the 505 dials out on the modem and the second modem rings. There is no way for this modem to answer the call without initialising the modem as it will not reply on it own.

Has anyone done this before and if so can you help me out?

Thank you,
Valeriy.
 
Connecting modems and PLC's together is a notorious pain in the a$$. The reason is that modems are intended to be used with a "software driver" behind a serial port on a PC. PLC's typically don't allow specific modem drivers to be loaded, especially not small ones like the 1200.

Of course it is possible to grind your way through the modem manual, sort out all the correct Hayes commands (which seem to be all slightly different from one modem to another), setup the hardware and software control in the PLC, get all the ladder logic right, test, debug, and lay waste to 2-5 days plus what remains of your hair,.... or purchase two of THESE.

If the 5/05 serial port is not in use, then you are home free, if not then this tech note is the way forward.
 
Last edited:

Similar Topics

Multiple PLCs in our plant communicate using either MSG instructions or Produce/Consume. Is there an industry best practice for documenting this...
Replies
3
Views
758
I am not great with Siemens and Profibus so looking for some advice. I have a project where I need to communicate approximately 20 status words...
Replies
4
Views
1,658
Hey everyone. I am wokring on a supervisory application for our plant, and I am on the verge of cracking the final piece of the app that I have...
Replies
9
Views
4,742
Hi Everyone, Helping out a friend out here and need some opinions. 2) AB PLC's separated by about 5 miles line of site. They are used for...
Replies
9
Views
2,745
Hi Guys, So I have been put on a project where there is a set of temperature controllers connected via modbus rtu back to a Wonderware HMI. Now...
Replies
3
Views
1,774
Back
Top Bottom