RSLogix 5000 v10, offline stored data

Tharon

Member
Join Date
Jan 2007
Location
Other
Posts
1,430
I have a project made in RSLogix 5000, v10. It has an Array of UDTs, used to store 500 recipes. I have to modify the UDT to create new values to store with each recipe.

If I modify a UDT that is in use, it resets the values all to zero. So instead I created a new UDT with everything the old one had plus the new stuff needed.

Now I need to copy all my old recipe data into the correct places in the new recipe data. I don't think I can do a direct copy because array sizes don't match (or maybe I can?) And manually copying each piece of data from recipe to recipe in the offline project is not practical. I tried exporting the tag database but didn't see the stored offline values in the CSV file.

I'm thinking of creating a small temporary section in the program that would just index through the old recipe array one at a time and copy each piece of data separately into the correct destination in the new recipe array. Would this be the most efficient way to do it?
 
I'm thinking of creating a small temporary section in the program that would just index through the old recipe array one at a time and copy each piece of data separately into the correct destination in the new recipe array. Would this be the most efficient way to do it?

This would work
The other way is to save the project as L5K which is a text file and then modify it there
 

Similar Topics

Hi Guys,:banghead: I have a problem opening an old project file in RSLogix 5000 V10.06. I have RSLogix 10-16 installed and the project file opens...
Replies
4
Views
5,897
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
146
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
571
First off, I'm a hobbyist-level programmer, and this program isn't controlling anything anything that could even remotely be considered "life...
Replies
18
Views
513
Back
Top Bottom