Stop CompactLogix from using nonvolatile memory

zacslade

Member
Join Date
Oct 2014
Location
Phoenix, AZ
Posts
84
Hi guys,

A vendor recently left us with a machine which has a 5069-L320ER set to load from nonvolatile memory every time it powers up.

We don't do that with any of our other equipment; we keep regular backups, and we like to have our engineers involved every time a change occurs in the code, and we are frequently performing continuous improvement projects which involve updating code in RUN mode, which means we don't have the opportunity to switch the PLC to PROGRAM in order to update the nonvolatile memory.

So, even if the memory becomes corrupt, we don't want it to just load the last saved version, because that might not be the safest or most up-to-date version.

I've never worked with a PLC configured this way. How do I change it so that it just receives code updates in the normal way, storing it in permanent internal memory and maintaining the current revision of the code whenever it is powered off and on again?

Thanks,
 
Take the SD card out. Those instructions reside on the SD card. When it powers up, it reads the card, if it has the instruction to restore from it, it obliges.
 
To chage the setting you would have to resave the application to the flash card. Part of that process is where you choose how you want it to act on power-up.
Unfortunately, the only way to do this is to switch to Program mode.

So the easier solution is as dmroeder suggests, just pull the card. Based on your comment, it sounds like you don't really need the card.

OG
 

Similar Topics

We are facing intermittent issue with emergency stop and line stop. Line stop triggering with alarm of line stop push button activated at one...
Replies
11
Views
305
Hope you are doing well. Currently, I am involed in a revamping project. It requires to stop a mixer at specific postion. For the detail, this...
Replies
9
Views
309
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
402
I'm looking to get some spare keys for this PLC. Does anyone know a source or have a part number? My searches are turning up nothing at the moment.
Replies
1
Views
103
Hey all, I am currently working on a depalletizer for a customer and we are doing a hoist upgrade. This is a SLC500 processor and the drives are...
Replies
6
Views
343
Back
Top Bottom