DL-06 Program Retention

pstephens

Member
Join Date
Sep 2004
Location
Indiana
Posts
342
Hi!

I'm in the process of compiling a spare parts list for the customer who recently had me design the Pin Installation Machine. (Thanks again for all the help!)

They are big on keeping major replacement parts on hand to minimize downtime. What I'm wondering: Is there a way to store a DL-06 PLC, with the program pre-loaded, such that the program will be retained for an extended period without external power? I know that the battery is designed to maintain the system RAM when the power is off, and the "super-capacitor" has discharged, but will the program be retained as long as the battery is viable? Or is there another way I'm not aware of?

Any suggestions much appreciated.

Paula
 
Last edited:
The program will be retained "forever". The ladder itself is stored in FLASH memory so unless the PLC is subjected to high voltage or other extreme conditions the program should not just "go away".

So basically if you are not using the system RAM to store setpoints then you really don't need to have a battery in it during storage. Even if you do have a battery, the RAM should be retained for years usually. The actual amount time the battery lasts of course will be deteremined by how and where the PLC is stored (temp, humidity, etc...)
 
Last edited:
Thanks, Icky, I didn't know that! This is a fairly simple sequence-type program, and the only "setpoints" would be the timer values. It sounds like this is less of a problem than I was making it.

Paula
 
Something I do with all my software is have a set of factory defaults for all the variables (timer values, counter values, etc). For factory defaults you don't have to be perfect, just safe.

For example, if V2000 is a timer preset and I know that the value should be something around 5 seconds then I'll have a rung that looks like this:

Code:
-SP0--V2000=K0-------------LD k50
				OUT V2000
 

Similar Topics

hey all, first post on this forum. i have a fair bit of plc experience, but not much with ab. im looking for some help with and slc 500 5/01...
Replies
12
Views
6,122
Hi. I have a 222 CPU. I need to recover the program from the eeprom memory. Is it possible?
Replies
1
Views
86
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
87
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
164
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
122
Back
Top Bottom