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,131
my ccw softwer stops working when i add and try to open a ladder program.
Replies
0
Views
68
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
118
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
76
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
284
Back
Top Bottom