Micrologix 1400 MSG Instruction

rmb550

Member
Join Date
Nov 2009
Location
Ontario
Posts
86
I have 2 Micrologix 1400's connected via Ethernet through an unmanaged switch. The devices can all be seen and programmed etc via a laptop connected to that switch. I am trying to get MSG to send a group of registers from one to the other, but am having no success. The setup screen seems pretty straightforward to me and I have followed the manual carefully. I have set up a register to alternate every second between 0 and 1 (watchdog) and then send that to a different address in the neighbouring PLC. I just don't see the data changing in the neigbouring PLC. Where do I start to troubleshoot this?
rmb550
 
It does NOT ER -- it seems to go to DN. I lost the laptop for now but can send additional data tomorrow. Can you be more specific about what screen shots I should send?
rmb550
 
Remember that the MSG instruction is a single-shot process; the rung must go false-to-true each time you want to trigger the message to be sent.

A classic example of the repeating MSG instruction with inter-message delay:

RepeatingMSG_withDelay.png
 
Oh - I have it on a rung with no logic as I assumed it would then execute each scan. Do I need to add some logic to that? Here is a pdf of the screens.
rmb550
 
Ken,
In the ML1400 reference manual there is no mention of the need to transition the rung, and there are examples shown with the MSG box wired directly into a rung with no other logic. Am I missing something?
 
OK got it running here --- had to toggle the MSG rung as Ken indicated. So much for reading the manuals.
rmb550
ps thanks Ken
 

Similar Topics

I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
48
Hi all I'm trying to setup a MSG connection (which I'm not familiar to) between a CompactLogix CPU (L310ER) and a Micrologix 1400 CPU. At the...
Replies
1
Views
804
1. I have NO problem using Controllogix to a Rexroth controller by setting up a generic E-net module with Input Assy Instance = 100, size=1...
Replies
9
Views
3,586
I will be using a MSG instruction in my program to write to a Modbus slave device. I want to write different values to consecutive registers in...
Replies
2
Views
2,152
I am reading and writing between two ML1400 PLC's. Previous versions worked just fine. Now all of a sudden I am getting an ERR message for only a...
Replies
5
Views
3,357
Back
Top Bottom