Micrologix 1100 to Micrologix 1100 Communications

emomorales

Lifetime Supporting Member
Join Date
Apr 2014
Location
New Jersey
Posts
28
Sorry I'm a beginner to the PLC world. I've managed to make my way through programming a few PLC and HMI's by reading some of the posts here, which are very helpful. But I'm currently having trouble figuring out how two Micrologix 1100's are communicating with each other. I have a Micrologix 1100 (PLC 1) and a panel view 1000 connected to a Ethernet switch in one building. I then have a Micrologix 1100 (PLC 2) connected to a Ethernet switch in another. The HMI gets readings from both PLC's, but when i look in the communications of the HMI I only see PLC 1. When I have a input triggered from a well float on PLC 2 it goes to a OTE N7:37, then opens a XIO N7:37 in PLC 1 so I know they are linked. I want to build this on my bench and make changes before I do anything in the field. Don't want to screw up anything.

Any help would be appreciated.
 
Look for MSG instructions in either PLC (perhaps both) reading or sending registers including N7:37. If you get very confused zip and post both programs.

I have used Micrologix 1100s which were linked by messaging before.
 
To expand on Bernie's post, the important thing you need to understand is that "messaging" between your PLCs can be initiated at either end, and it is not necessary to have a corresponding Read or Write in the other PLC.

One PLC can be READing from the other, or one PLC can be WRITEing to the other, both scenarios are usable.
 
And to add to daba's post, it's generally good practice to always READ rather than WRITE wherever possible. If you WRITE to another PLC, there's nothing in the written-to PLC's code to indicate what it is that keeps changing the data, or where it's coming from. Better to have each PLC read the other, and then you can see the MSG instruction that's populating your data.

Of course, there are always exceptions :)
 

Similar Topics

Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
117
I am currently backing a Micro Logix 1100 and no-one seems to have the file for me to upload from. Is there a way for me to upload the project off...
Replies
15
Views
518
I am trying to set up a read message in a MicroLogix1100 to read the value of a DINT in a ControlLogix5561. I have successfully set up a message...
Replies
2
Views
190
Hello, I have an existing application that has a Powerflex 700 with a 20-COMM-E adapter controlled by a Micrologix 1100 via Ethernet. The setup...
Replies
6
Views
1,193
I have a MicroLogix 1100 and it's capable of ac or dc output voltages. What I don't know is how I'm supposed to tell the 1100 to use dc for the...
Replies
13
Views
1,405
Back
Top Bottom