Messaging-SLC 500 to/from CompactLogix ?

Rob S.

Member
Join Date
Sep 2008
Location
Maryland
Posts
739
Good Morning ,

We are getting ready to do a small project with a Cognex Vision System.
We have a SLC 500 , controlling the operation , but since we need to eventually convert to the Logix Platform , I would like to take advantage at this time to begin converting to a CompactLogix L33 , and use that to talk with the Cognex camera . I would like to take the information from the old system ( SLC 500 ) , and give it to new CompactLogix . Then I would begin to slowly get rid of the SLC 500 when funds and time is available .

My question is , I guess you can Read and Write , thru messaging with a SLC 500 To and From a CompactLogix ?

Thanks so much ,
 
Yes, probably.

The SLC-5/05 will need to be new enough to have "dual stack" firmware that supports CIP as well as the old PCCC/CSPv4 proprietary A-B Ethernet protocol. That should include any SLC-5/05 built in the past 20 years, but we can check your firmware version to be sure. Any SLC-5/05 with the "Series C" Ethernet daughtercard that is labeled "10/100" on the front will have the dual-stack firmware.

If your SLC-5/05 appears in the EtherNet/IP driver, not just in the Ethernet Devices driver, then it definitely has CIP and CSPv4.

If your CompactLogix is initiating the messages, then you don't have to do anything to set up SLC Data Table mapping; the MSG instruction will let you put in an SLC-style Data Table address directly.

I just finished working on a machine with a similar architecture; we installed a ControlLogix to handle some modern servos over Ethernet, and then just read our setpoints from the SLC-5/05 with MSG instructions.
 
If it's not an SLC-5/05, then the communications architecture will be trickier, more costly, and/or slower. But it will definitely work.
 
I haven't done it with a CompactLogix, but I have done multiple MSGs between a SLC and a ControlLogix and once I knew how to set it up, it was very easy. I'm not as knowledgeable with hardware constraints as others are (like Ken) so I won't say it'll definitely work, but once you know the address of what you want to send from the SLC, it's just a matter of setting up the tags in the Logix controller to accept it and then figuring out the networking. Mine was over DH+ so that may have even been trickier than what you are looking at doing.
 

Similar Topics

Good Evening , I'm sorry. so many PLC concepts I still struggle with. I need to move some 8 digit numbers from a SLC 500 5/05 processor to a...
Replies
12
Views
3,712
Is it possible to add 1747-L541C to RS5000 so I can use message to get some float values? I am using 1761-ENI/D for Ethernet conversion on the...
Replies
15
Views
9,013
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
94
Hello, I have a ControlLogix redundant controller being set up. The program reads a value from a remote site which hosts a SLC PLC. Rockwell...
Replies
0
Views
76
A new Forum member resurrected an old post with a variation that I think should be done in a new thread to get the best attention and advice...
Replies
11
Views
2,362
Back
Top Bottom