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

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
311
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
77
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
305
Hi everyone, I've got some trouble lately with a client and his communication with the server. I'm a beginner, and the project was not orginally...
Replies
0
Views
89
Hi First post here! I admit I am not too used to handle interrupt OBs in Siemens. I have a customer who has been buying a standardized solution...
Replies
4
Views
252
Back
Top Bottom