Micro 1400 How to store values in permanent memory

bearsgone

Member
Join Date
Jun 2010
Location
chico
Posts
49
Hello
This is probably a very basic question but I can not seem to find an example.

I have Micro 1400 controller which does not seem to keep any values every time it is being update. Based on specs it has non volatile memory. I want to protect some counters and timers from being reset after power down or PLC update.

If somenody could clarify how to access that memory in RSLogix 500, it would be greatly appreciated!

Thank you
 
Hello
This is probably a very basic question but I can not seem to find an example.

I have Micro 1400 controller which does not seem to keep any values every time it is being update. Based on specs it has non volatile memory. I want to protect some counters and timers from being reset after power down or PLC update.

If somenody could clarify how to access that memory in RSLogix 500, it would be greatly appreciated!

Thank you

Exactly what do you mean by "it is being update"? If you are referring to a Download, then yes, the Data in the Downloaded Program will overwrite the Data in the PLC. As to power loss, as a general rule memory values are retained if the Battery is good. On Timers (TON) Accumulator Value will reset on power loss. If you need to maintain a Timer Accumulated Value through a Power Cycle, use a Retentive Timer (RTO). This will also require you to Reset (RST) the Timer. Counters will retain their Count Value through a power loss.

Refer to the Micrologix 1400 Instruction Reference 1766-RM001A-EN-P. It will explain how the Instructions will react to Power Cycles, and Run/Program Mode changes etc. You can download it at http://literature.rockwellautomation.com/


Stu....
 
Hello

If I have Floats or Integers that are being accumulated in the program, I want to upload and modify the program and load it back without loosing values already accumulated. What is the best way to do it in RSLinx 500?

I see that there are options such as "Skip when deleting unused memory" and Static Protection for Data File

Thank you
 
Last edited:
You must "Upload" the program, which will upload the data files as well. Then make your changes, then download the program (again, downloads the data files). Any data files that changed between your Upload and Download will be lost.

You are using the Micrologix 1400 though. This has Online Editing. You can modify the program without having to Download. The only things you can't do is create new ladder files, create data files, or add to the length of a data file. You can modify existing ladders.
 

Similar Topics

Hi! Last few I've been trying to send message from MicroLogix 1400 to Micro 850. Unfortunately every time I failed :banghead:. Did someone tried...
Replies
6
Views
3,223
Hello, There was a mix up in information on some redeployed equipment and two of the micro 1400's that came in were hooked to 120v when they...
Replies
9
Views
1,979
I am trying to exchange data (N registers) to and from a Control Logix PLC. I am programming the messages in the Control Logix program, to...
Replies
7
Views
2,200
Does the 1100 only have 1 high speed counter, but it can have multiple inputs? And so then the 1400 has 6 HSC and you have a choice of multiple...
Replies
1
Views
1,725
Error: "Program in processor has changed causing offline state. Do you want to upload?" RSLogix500 V8.10 Micrologix 1400 Customer wants to add...
Replies
8
Views
2,298
Back
Top Bottom