ControlLogix Max REAL Data Size for MSG

narcilla

Member
Join Date
Apr 2006
Location
Zamboanga Sibugay
Posts
36
I'm trying to setup data exchange between two CLX's. Does anyone have any information on how big a single MSG instruction can send or receive? I mean, can a single MSG read 50 REAL data from the other CLX? Thanks in advance for any help.
 
There really isn't a practical limit. If you request more data than can be handled in a single message packet, the MSG instruction will transparently read everything you want via multiple packets.
 
You haven't stated which network you are using.

For EtherNet, a single "packet" can deliver approximately 500 bytes of data.

A REAL is 32 bits = 4 bytes, so a MSG of 125 REALs will be handled in one "packet".

As already stated, multiple packets will be utilised to transfer larger data-sets.

I'll post back when and if I discover any differences if you are using ControlNet
 
There really isn't a practical limit. If you request more data than can be handled in a single message packet, the MSG instruction will transparently read everything you want via multiple packets.

There is a limit... A single tag in Logix5000 controllers cannot be more than 2 MB in size... so for REALs, that's an array over 524,000 elements !!
 
Thanks for all the responses. Sorry, I didn't specify the network, we're using Ethernet. Our project involves around 10 PLC's and the customer specifically requested that no Produced/Consumed tags be used. So we're forced to MSG all required data between PLC's. My concern was to limit as much as possible the number of active MSG's for bandwidth optimization (MSG qeueing already implemented). So if 1 MSG can handle around 125 REAL's and only use one packet then that's great. Thanks again to everyone who responded. Will post back any observation after implementing this.
 

Similar Topics

First question, is there any easy way to convert the symax logic onto the controllogix? I believe we have an old laptop that will connect to the...
Replies
4
Views
2,327
Hi there, I was hoping for some advice on the best place to start on a PLC conversion. For my first ever large project I've been tasked with the...
Replies
5
Views
4,056
Hello everyone, I'm working with a GE-Fanuc Network, all the PLC's are VersaMax and I programmed it using Proficy ME. But now the client want to...
Replies
7
Views
2,603
Hi Guys, Can someone please tell me what is the maximum network ( LAN ) speed do the devices PLC5, MicroLogix 1100 and ControlLogix 5000 support...
Replies
1
Views
3,557
Why does the controllogix redundancy modules use a single mode fiber vs multimode fiber?
Replies
1
Views
78
Back
Top Bottom