Compact Logix upgrade

Jaybird61

Member
Join Date
Aug 2012
Location
SD
Posts
26
We are doing a upgrade on some of our equipment from a SLC500 to a Compact Logix. We used the conversion software that Allen Bradley suggested to use, but now with the new PLC installed, we are noticing some differences on how the machines run. We believe it is some kind of timing issue. The program has several one shots and timers in the program. What we are wondering is, does Compact Logix run faster than the old SLC500 as far as the scan time? If it does what do we have to do to get it to run the same as the old one?
 
Based on your description, I would compare like timers in the old and new programs to be sure the length of time specified for the CompacLogix (milliseconds) matches the unit count and time base used by the SLC.

The CompactLogix CPU performance, given 'identical' programming, is many times greater than SLC. I/O updates are also asynchronous to program scans, unlike SLC.
 
Last edited:
While the conversion software will get you close, you've got to do some manual inspection. Right off the bat check all timers, as the time units are specified in the SLC and are all ms in CLogix.
 
To give an example

In the SLC 500 the preset of 100 could either be 1.00 seconds or 100 seconds. In the MicroLogix it could even be 0.10 seconds. The SLC uses a selectable timebase.

In the CompactLogix the timebase is always milliseconds. So 100 would always be 100 milliseconds.

This is most likely where your issues are coming from. Not the faster scan or asynchronous I/O updates (which are true, but probably not the issue).

OG
 
The conversion software should put comments on rungs that need review, such as with the timers that have been suggested.

The other aspect could be the asynchronous IO update rate. You may need to buffer your IO to ensure the logic scans in the same manner as the SLC
 

Similar Topics

Hello, I have been given the task of upgrading a SLC 500 5/04 cell to a CompactLogix system. I chose to use the L30ER processor. I am keeping...
Replies
2
Views
3,368
I am a tech in an industrial setting and I was recently given a challange to improve a machine that currently is controlled by relay logic. The...
Replies
4
Views
1,672
I tried flashing a L32E processor to VER. 20 this morining using a compact flash card which i have used on other processors with no issues...
Replies
2
Views
3,383
I was upgrading the firmware on a L23E PLC, i set the IP address through Bootp and then started the firmware update, forgetting to disable bootp...
Replies
6
Views
2,867
Hello Everyone, I have a issue with communication between two different PLCs. So here is the facts, The Master PLC is Guard Logix 5069 with IP...
Replies
4
Views
71
Back
Top Bottom