slc to contrologix

Tedmonds

Member
Join Date
Jul 2009
Location
Louisiana
Posts
7
I am converting a Slc 505 to contrologix. The slc has indirect addressing. ex. #N[N97:50]:[N97:51] in slc. I have converted it through the conversion tool in the contrologix and it brings it in as N[N97_50][N97_51]. The routing will not verify because of invalid tag or expression. How do I convert this??
 
If you have a Rockwell support contract, and there are issues on the conversion tool, they will run it for you and provide the changes that are required, (if any). I have used them in the past, for a rather in-depth indirect PLC5-Contrologix app, and they solved all of the issues.

Ultimately, the tool is not great.
IF you have the time, and want to learn a little, RE-WRITE the application with new tags.
It will be easier to understand, and you will be utilizing the system that Rockwell intended in the first place.
 
If you want to keep exactly this format then you will need to create a tag named "N" as a two dimensional array of INTS. The array sizes will depend on the possible values which will be in "N97_50" and "N97_51". Also create the tags "N97_50" and "N97_51". They can then be used as array indexes.
 
The conversion itself is extremely large. Probably 2500 rungs of logic along with 1000 tags that were created during the conversion. Program is extremely complex with lots of data due to barcode scanners and tracking data. Thought the conversion was the way to go.
 

Similar Topics

Hi all We have quite a few Slc plc and as they are obsolete we would like to plan for the future and convert to compactlogix? How easy is it to...
Replies
4
Views
2,799
I building a Lab in my house to better myself. Im building a control logix system but was given a old SLC 500 with a SLC 5/05 proccessor. I would...
Replies
2
Views
4,026
Hello all Got a customer that wants to upgrade 2 SLC 504's into ONE Contrologix PLC. Each 504 has over 200 I/O, including, TC, HS counter module...
Replies
3
Views
1,991
What is the best method of temperature controls single loop controlers or pid loops in a plc? What are the primary differences between the pid...
Replies
4
Views
7,875
I am trying to set up MSG Read in RS5000 to read SLC 5/04 through 1756-DHRIO in slot 5. It seems I have tried everything, but I'm sure I'm missing...
Replies
8
Views
6,075
Back
Top Bottom