replace plc2

juad

Member
Join Date
Mar 2004
Posts
57
hi
we want to replace AB PLC2/16 with AB PLC5/15 in the same rack and same I/O (because our plc2 soft ware is damaged) using 6203 plc5 software packadge(under dos) for communication ,is there any way to update the ladder diagram from plc2 to plc5 code in stade of rewrite it step by step as I did it before for another machines ( it take along time).
thanks.
 
There is a software package for converting PLC2 to PLC5:
The PLC-2/1774 PLC to PLC-5 A.I. Series Conversion Utility is Rockwell Software Cat. No. 9313-L5225D (DOS).
If you dont want to purchase it, then maybe you can try to contact someone who has it allready.
edit: I mean you can try and get that someone to do the conversion for you.

There is THIS technote about PLC2 to PLC5 conversion.
 
Last edited:
I recommend doing the conversion as Jesper said. In addition, before you commission the machine you should PLC-5ise the code.

This means:
* divide it up into subroutines
* fix the comparsion logic to use the PLC-5 greater than instructions (the PLC-2 only had Less than and Equal instructions)
* combine rungs by taking advantage of the PLC-5 rung structure (ie. multiple outputs)

There's lots more you can do to clean up the code and if you've got sequencers and File to Word/Word to File and other similar instructions in you PLC-2 you should opt to re-write those too using indirect addressing.

Good Luck,

(8{)} ( .)
 

Similar Topics

We have a Beckhoff CP6201 PC and an EK1100 module communicating with it via EtherCAT in one of our machines. Due to problems with the PC, I want...
Replies
0
Views
66
Panelview 2711-K5A8. Customer has 6 of these in service connected to SLC 504’s. One has a bad backlight and I need a solution to replace it...
Replies
11
Views
2,247
I’ve got some devices that are triggered by shorting pins to common. There is 24 volts on each pin and right now I am using a relay output card...
Replies
8
Views
2,546
I can't replace cpu S400 416-3XR05-0AB0 BY 416-3ER05-0AB0 in PCS7 Project when using replace object to keep the original configuration in the...
Replies
4
Views
1,498
How can I achieve the same functionality in Studio 5000? Image 001.png for the old RSLogix500 program Image 002.png for conversion to Studio...
Replies
6
Views
2,511
Back
Top Bottom