Convert RSLogix 5000 to RSLogix 500

zacslade

Member
Join Date
Oct 2014
Location
Phoenix, AZ
Posts
84
Hi all,

I have a client with a SLC 500 panel and a Compact Logix panel. The Compact Logix panel was exposed to some harmful environmental conditions, so they want to take all the code from the Compact Logix processor and merge it into the SLC 500. (The SLC 500 is in a safer location.)

Is there an easy way to do this? Or will I have to manually rewrite the Logix 5000 code in Logix 500?

Thanks!
 
Much of your work will need to be done by hand, but depending on the size and complexity of the logic, some of it may be somewhat automated. You might be able to do some of the conversion with a text editor or excel.

You may be able to replace the tag names with addresses in a more automated method that way, and you may be able to keep the tag names as symbol names in the Logix500 file.

Many instructions are identical and the ladder mnemonics will transfer easily. Those that are unknown to the SLC will have to be manually reconstructed.

Output instructions in series (or not at the end of a rung) is not allowed, so all of those situations will have to be dealt with.

http://www.plctalk.net/qanda/archive/index.php/t-73271.html
http://forums.mrplc.com/index.php?app=downloads&showfile=1008
 
Moving the code is the least of your problems, what about the I/O that the Compactlogix used ..???

What was the nature of the "harmful environmental conditions" ?

More info needed...
 
In addition to what daba stated, will the processor handle the program?

By that I mean what processor is used and will it have enough memory?
Will the increase in the program size cause the scan time to have an adverse effect on the existing system?

regards,
james
 

Similar Topics

Dear All, I want to ask about converting Status File from RSLogix 5 to RSLogix 5000. I know that RSLogix 5000 have no "status file" function on...
Replies
5
Views
3,154
Hi, My boss just ask me to convert all add on instructions into normal rungs. Currently, it is add ons in add ons.......... I am just wondering...
Replies
5
Views
2,566
Hey all, I've reviewed many threads regarding converting one data type to another and I have something I'm working on that I'm stumped on and...
Replies
9
Views
5,921
Is it possible to convert a RSLogix Micro Project to a RSLogix 5000 project? I've tried following the manual from Allen Prabley for converting...
Replies
7
Views
10,249
Back
Top Bottom