Conversion from Compact Logix to Control Logix

plcnovel

Member
Join Date
Feb 2006
Location
LHR
Posts
215
Hi There
I am trying to maintian some standards. I have a standard code written for Compact Logix platform/Cimerx HMI for a specific application. I would like to make the same standard for Control Logix/Panel View for the exact same application. In other words, can i convert the exact same program (may be with little modifcations) for Compact Logix into Control Logix platform. Same is true for Cimerx to PanelView terminal. Anyway feedback is appreciated

Thanks
 
In RSLogix 5000, all you have to do is change the Controller Type and the program will be converted from CompactLogix to ControlLogix.

The principal thing that will not convert is the I/O structure. You'll have to re-define all the I/O modules and re-alias or re-address all the references to physical I/O in the program.

This is one reason to be diligent in using alias tags for I/O if you are writing a program that is intended to be migrated from one hardware platform to another within the Logix family.

You will not get the same sort of convertability between the Beijer CIMREX and A-B PanelView Plus HMI software. Different vendors, different software, more work for you.
 
Thanks Ron

Yeah the controller program conversion is not that bad, as they have the same platform (Logix5000). However, since i had a program written in Compact Logix platform with its on I/O module, and ofcourse the I/O mapping inside the program, is there a way, i can customization on I/O mapping inside my generic program. For example can i just temporarliy disable the I/O mapping part of the logix so that based on a specific hardware platform, i include/omit the mapping. Like i tried to use AFI instruction inside the Main routine which is calling all the Mapping I/O s routines. But during verification process, it still gives me errors regarding I/O modules. IS there a way around to disable tht code during Verification process?
 
One other thing to watch out for: If you have any analog IO, in the compact logix you had to scale the inputs and outputs whereas in the ControlLogix the IO card handles all of the scaling.
 

Similar Topics

Im trying to use a MSG instruction to get the serial numbers of all addon cards and display the serials on a HMI interface. I have the logic done...
Replies
2
Views
547
Hi All I have a project to replace an SLC5/05 with a CompactLogix (5069-L320ER. FW v30). The original system had a PV+1000 which is incompatible...
Replies
15
Views
7,522
Hello I am relatively new and working on converting a piece of code from logix 500 to logix 5000. I used the conversion tool and it did a pretty...
Replies
6
Views
2,443
Hello, I am having a 5 minute No Brainer right now, and I need some fresh input. I know there are very smart people on this forum, and looking...
Replies
4
Views
1,979
I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
3
Views
176
Back
Top Bottom