Files Too Close Together......

BIGE

Member
Join Date
Sep 2004
Location
Meridian,Mississippi
Posts
20
Sounds strange.....but it's true. I have a RSL500 program that was written by a vendor. When the ladder files were numbered, they did not leave any room for expansion, (i.e.--1,2,3,4,etc., not 10,20,30,40, as it should have been). Now we would like to add some equipment. The program is set up with about 80 subroutines. They are grouped logically enough. I realize I could add the new stuff at the end of the program but it would make a mess out of a relatively organized setup. Is there a way to change the file numbers? My idea is to add a zero to all of them, turning 1 into 10, 2 into 20,etc. Any Ideas?

Thanks

Eric
 
Do you mean the rung numbers? If yes, then just start adding rungs. It will automatically renumber them for you... :cool:

🍻

-Eric
 
I've done what you're asking before. Create the new ladder file 40, then right click on the 4 file and select copy, highlight the 40 file and select paste, you'll get a warning about existing data, click ok. File 40 and file 4 now contain the same data. Find the JSR for file 4 and change it to 40, then right click on file 4 and delete it.
Repeat as required
 
rdrast said:
Don't get too crazy, the SLC's only support up file numbers from 2 to 255.

Yeah, I found that out when I tried the first one. Thanks for the help guys. I think I will add another processor instead of a remote rack. I will still have communication through DH+ and will have stand alone capabilities. It may work out for the best after all.

Eric
 

Similar Topics

We have received a Step 7 project from a customer but when we try to open the project we receive the error "Open (256:5) Too many files are open."...
Replies
5
Views
4,054
Hello All! Ok, we got a Work cell from a Integrator that is sending saved scanning data from the PLC to HMI (Panel View Plus) when I look at this...
Replies
3
Views
82
Hello, Does anyone know how to export the EDD files for a device in DeltaV Explorer 12.3? I can export the .fhx, but I have no idea how to get...
Replies
8
Views
129
Hi; First of all, I am sorry that my post is not relevant with this forum. I have recently purchased Samsung cell phone. I have alreay saved...
Replies
1
Views
75
Hello, could someone kindly convert the attached RSP files that are currently used for SLC 5 PLC into PDF please
Replies
6
Views
531
Back
Top Bottom