CLX Messaging Questions

MDavidson

Member
Join Date
Mar 2007
Location
Vancouver
Posts
23
I am setting up a connection between a SLC5/05 and a CLX processor (First Time CLX user). I have read through several different AB manuals and while most of it sort of makes sense I do have a couple of questions. I am uncertain about the message type, in some spots in the manuals they suggest using SLC Typed Read/Write and in other spots they recommend CIP, I have not seen any clear description for which to use under which circumstances. The other question is the description they give for the conversion from INT to DINT makes very little sense to me. I should probably mention that I am more familiar with Omron than with AB's instruction set.

Thanks Mike
 
You may not have a choice of message type. I have an older version of Logix500. That version won't let me select a CIP message type. So your 5/05 may not support CIP. It's possible none of the 5/05's support CIP.

If all of the messages will be triggered by the CLX processor you won't need to do anything special. You should be able to route through the Ethernet bridge right to your processor. Use the SCL message type and enter data as you see fit.

If you want to message from a SLC to a CLX you will need to set up some data mapping to equate the SLC file based queries (N7, F8, B3, etc) to arrays in the CLX. Do this under 'Map PLC/SLC Messages' in the Logic pulldown menu in L5K. If the SLC data type is an integer make the array an INT array. If the SLC data type is a float, use a float array.

Keith
 
I had intended for all of the messaging to be initiated by the CLX processor (both read and write), the CLX is acting as a data concentrator for the SLC to a Wonderare package being done by others.
 

Similar Topics

I can't seem to get messaging to work between L84E CLX processor and a PLC5/40E processor.What would the path be? Currently I have: processor,2,IP...
Replies
3
Views
1,217
Anyone have a recommendation for transmitting alarms, messages, etc...over radio? The alarms will be generated from a CLX platform above V21 and...
Replies
6
Views
2,013
Hi all I am replacing an SLC5/05 with a Compact Logix. Having converted the program I am now looking at the Ethernet messaging. I have Mapped the...
Replies
8
Views
2,560
I need a little help again guys. I'm trying to understand how on this CLX program the alarm messaging is being manage. I'm trying to add a new...
Replies
0
Views
1,177
I have a PLC5/40 with 1785-ENET sidecar that's soon to be converted to a 1756-L71 processor. The 5/40 has block transfers to a few analog cards...
Replies
8
Views
6,628
Back
Top Bottom