Allen Bradley SLC 500 moving EPROM to RAM procedure

kemppioy

Member
Join Date
Oct 2005
Location
Dallas
Posts
72
Hello,

We have one customer who is asking if there is a way with Allen Bradley to restore the EPROM to RAM easily by some method such as turning the keyswitch to a certain position or something like is done with Siemens S7 series processors. Basically they want to move the EPROM data to RAM only on a certain condition and not all the time when there is an error or when the power is removed from the plc. Can this be done similar to Siemens where you turn the keyswitch to a certain position and it loads the EPROM to RAM but only in this condition?

Thanks

Paul Kemp
 
Hi kemppioy.

I dont think there is any way to programatically force a load of the EPROM into RAM.

If none of the EPROM bits S:1/10, S:1/11 or S:1/12 are set, the EPROM can only be read into RAM via RSLogix500. If there is an HMI that can initiate the same function I dont know.

The closest thing as I see as to let the user decide when to load the EPROM into RAM is to set S:1/10 "Load Memory Module On Memory Error".
It still requires the user to shutdown the PLC and to drain the green capacitor on the circuit board with a jumper (!). Not exactly something you would want to do too often.

If you have enough memory, then you could setup extra datafiles with factory default values. And when the user wants to, you could copy the entire contents of the "initial" datafiles into the "active" datafiles.
 
Last edited:
The only HMI's I know about that can perform an EEPROM load (as well as a Program/Run switchover) are the DTAM and a PanelView Standard terminal with DH485 protocol. Otherwise you need the RSLogix 500 software, or a download device like the 1747-PSD Program Storage Device.
 
I also once got this function to work through a 1761-NET-DNI connected to the serial port of a MicroLogix, but it's unlikely that the original poster has such a configuration.b
 

Similar Topics

I am looking for the full version of the Software, thank you for your help
Replies
6
Views
383
HELP! I've been searching & searching for the software to run my SLC150 PLC for DOS 6.22 and for some reason, every link I have found for it -...
Replies
4
Views
1,159
Hi all, Client has a hard faulted SLC 5/05 Revision B CPU, and I'm wondering if a Rev C or D can be directly swapped. Thanks!
Replies
3
Views
1,130
Hello! We have a drum rotation machine controlled by a AB SLC 500. The drum rotation inputs comes from a encoder into a 1746-HSCE. We are using 2...
Replies
0
Views
1,138
Hello! We have a drum rotation machine controlled by a AB SLC 500. The drum rotation inputs comes from a encoder into a 1746-HSCE. We are using 2...
Replies
5
Views
2,256
Back
Top Bottom