Convert a PLC-5/SLC program to ControlLogix
Migrate a project from a
PLC-5
or SLC 500
controller for use in ControlLogix
. The ControlLogix
architecture is very different from these other controllers. Most programs will require changes to run on ControlLogix
; however, the translator tool does much of the simple conversion. See the Logix Designer
Translation tool help for details about the conversion.To convert a
PLC-5
/SLC
program to ControlLogix
- Obtain thePLC-5orSLC 500-500 program in text form. For thePLC-5, use the PC5def file and the corresponding .TXT file. For theSLC 500, use the .SLCfile and the corresponding .TXT file.
- ChooseTools > Translate.PLC-5/SLC
- Perform the conversion inside the translation tool.
- ChooseFile > Open.
- Enter the file name or select the .L5K file.
- Enter the controller name to use in the new project file.
- SelectImport.The file is imported into a new project file.
- ChooseLogic > Verify>Controllerto find areas where the translation tool may not have been able to translate completely.IMPORTANT:Even if the controller does verify, it does not mean that the conversion was completely successful. Inspect and test the converted logic thoroughly before running it.
Provide Feedback