keep value

Hojland

Member
Join Date
Oct 2006
Location
Langå
Posts
203
Simple question:

I have made some changes in a SLC 5/05 offline and want to download it again. How do i keep the value that are in the processor and not the old on in my program
 
Simple question:

I have made some changes in a SLC 5/05 offline and want to download it again. How do i keep the value that are in the processor and not the old on in my program
Simple answer: you can't.

This is one of the biggest drawbacks of Allen-Bradley SLC/Micrologix. (I don't know how Control/CompactLogix operates in this regard.) You can't selectively download program and data files; it's all or nothing. Online editing is an option but is not feasible for large changes or if you want to work in the peace of your office. You can and should do an upload first, of course, but if the data tables change in the meantime, you're sunk.

If you have an application with a lot of retentive data values, it's helpful to offload this data to a device such as a Red Lion G3, which can save data in flash memory or even to a CompactFlash card if necessary. Then you can download to the PLC with no worries.
 
With the PLC5, you are allowed to download logic without overwriting data table RAM. I don't believe that this option is available for SLC processors, but there is still a solution.

Simply open two instances of RSLogix500. With one instance, go online with the current version of the program. With the other instance, open your new, offline version of the program.

Now, select the logic that has been changed in the offline version, copy it and paste it into the online program. Then delete the old logic that the new logic replaces. Now, accept the changes and test and assemble.

I do this on a regular basis when I have to make a significant change in a program for a process that cannot be halted. Search and replace capability is not available in online mode, and editing is much quicker and easier when offline than when online.
 
Do your changes in the office, then go to machine upload program and save, then do a file compare and change the data tables in the modified project to match the uploaded file.

Alan
 
Do your changes in the office, then go to machine upload program and save, then do a file compare and change the data tables in the modified project to match the uploaded file.

Alan


With this method, you still only get a snapshot of the data table status. Besides, you can't download the new program without stopping the processor.
 

Similar Topics

Hey guys, I got a carriage that can move with X and Y axe, each side got their own cylinder so left and right. It doesnt happen very often but...
Replies
0
Views
339
Have a remote lift station that uses an Ethernet connection to talk to the building right next to it, and from there it communicates via radio to...
Replies
14
Views
4,589
Hello guys, can anyone help me with FactoryTalk View Studio. I need to use a Global Object that contains VBA Macros in different displays, but it...
Replies
1
Views
1,708
I made a program from scratch for my work. I made it for a micro 830 (2080-L30-48AWB) on CCW (connected components workbench). When I got to down...
Replies
8
Views
3,853
Sorting through years of 'stuff' (that is the polite word). I have industrial catalogues from 1988, is there someone who collects this stuff or...
Replies
9
Views
2,472
Back
Top Bottom