Slc 5/05 Msg function

JPCompounds

Member
Join Date
Aug 2004
Posts
37
Good afternoon.

We upgraded to SLC 5/05 processors a few years back but I don't think our MSG function has been working properly. The data isn't updating but there are no ERRORS listed. I think the command is setup properly but I'm not sure what is going on.

It is set up as a Peer to Peer, Read, 500CPU, Local.

What should the size in Elements be?

Thanks,
 
Post all the details, preferably with screenshots.

There are two data fields associated with a MSG; the Command block, and the Data Block.

You have to be certain the Command blocks don't overlap one another (they are 51 words long, unchangeable, for Ethernet messages) and should also take care to be sure the Data Blocks don't overlap.

The "size" is the number of Data elements (often INT registers) you want to read or write.

Edit: What controller model did you upgrade from ? MSG instructions on the legacy networks (DF1, DH485, DH+) used smaller control blocks and if those addresses didn't change correctly to establish new control blocks for Ethernet, you might have some badly overlapped control blocks.
 
Last edited:

Similar Topics

I'm trying to read/write to an SLC5 with a ControlLogix L71 V35 plc that fails. The exact same code works on an L82S with V32. Is there a known...
Replies
10
Views
299
I’ve got an interesting issue with an SLC Message instruction which won’t clear error message 38h without cycling the key switch. I have 2 SLCs...
Replies
1
Views
929
I'll start off by saying I'm unfamiliar with communications between PLC's, hence my question here. We have a machine with a ControlLogix & a SLC...
Replies
7
Views
2,794
Hello. I have a new 5069 L320ER that I installed and I am trying to read and write data to an existing SLC5/05 via Ethernet. They are both on the...
Replies
4
Views
2,595
Good Evening , I'm finally understanding a MSG instruction a little better. My question is , I'm using a MSG read in a CompactLogix to see...
Replies
3
Views
1,910
Back
Top Bottom