Communication between Micrologix 1400 and CompactLogix.

Elcan

Lifetime Supporting Member
Join Date
Apr 2008
Location
NC
Posts
935
Hi all,
This is a very basic question, excuse my ignorance.
I need to establish a communication between a control panel furnished with a CompactLogix and another control panel furnished with a Micrologix 1400. Each panel has an Ethernet switch.
How do I do it? Is it just interconnecting the Ethernet switches with a cable and using the MSG instruction in the ladder logic?

Thank you in advance!
 
yep, that´s all you need. Be careful about IP addresses, do not duplicate them.
Thank you!
So no need for an intermediary device between the Ethernet switches, right?
Could anybody point to any related documentation about this topic? I was unable to find something.
 
The best resource for MSG instruction examples and information is the ControlLogix General Instruction Set Reference, publication 1756-RM003. It is downloadable at no charge from the Rockwell Automation Literature website.

If the MSG instruction is in the CompactLogix, you can address Integer or Real data files within the MicroLogix 1400 in their native format, i.e. "N7:0" and address the equivalent Logix tags with ordinary tag names.

If the MSG instruction is in the MicroLogix, the process is a little more complicated because the MicroLogix does not understand ControlLogix-family tag names. You have to define one or more array tags in ControlLogix then "map" them to PLC/SLC/MicroLogix style data table numbers using the "Map PLC/SLC Data Table" feature.

There are no hardware gateways or other physical interface mechanisms required.
 

Similar Topics

Hi! Last few I've been trying to send message from MicroLogix 1400 to Micro 850. Unfortunately every time I failed :banghead:. Did someone tried...
Replies
6
Views
3,185
Hi there, I am trying to communicate between Siemens 1214 that I have and a Micrologix 1400 on the other end through CIP protocol. I downloaded...
Replies
4
Views
2,035
we use M580 which have an Modbus RTU port correct if iam wrong now should i have to read input data from ab micrologix through read var block and...
Replies
0
Views
1,853
can anyone help me to get IO Data from ab micrologix 1400 to modicon M580 they are connected through ethernet?ip communication
Replies
6
Views
3,218
Hi everyone. I'm using the relay CR30 for security. I have programmed the relay to read inputs and use outputs, and that's easy. I want to know...
Replies
2
Views
1,408
Back
Top Bottom