Retentive Memory SLC500

mcalidl,

What are you trying or not trying to do? if you set a bit it will stay that way until you unlatch/reset it

By default the 'B' file is retentive

at least on the 504's I think the 500's are the same
 
All memory in an AB PLC is retentive. It is the instruction that is used that will determine how the bit acts on power up or when going to run. Bits addressed by OTE instructions, non retentive timers, etc are reset during the prescan.
 
In our process we are reading in a part# from a camera system. I am wondering if a power failure, how can I retain the part# I have already read in.
 
mcalidl said:
In our process we are reading in a part# from a camera system. I am wondering if a power failure, how can I retain the part# I have already read in.

What file is the part number in? is it a interger? float?
 
Unless you have logic in your program that over writes the value in the address where the part number is stored on the first scan then the part number will still be there. Nothing changes in memory unless you tell it to change.
 

Similar Topics

Has anyone experienced any retentive memory loss on recent Red Lion Kadet screens (G307 in particular)? The equipment in question has a G307K200...
Replies
1
Views
2,105
Hello everyone, I'm facing a problem with the retentive property of the allocated memory. I'm using bits (BOOL) of some %MW allocated registers...
Replies
8
Views
2,718
I need to backup some %MWi varibales in an M340 program without stopping the PLC. Any ideas? Also what is the Save Variable attribute used for...
Replies
1
Views
2,412
Hi, I want to have a retentive marker word in a 313C-2DP. I have set up retentive memory in the properties of the PLC in the hardware config to be...
Replies
2
Views
1,887
Hello, I need use retentive memory in a Rockwell Micrologix 1100 to save the value of some variables and the state of some counters when the power...
Replies
1
Views
3,540
Back
Top Bottom