SLC 500 Tag values through power cycle

realolman

Member
Join Date
Mar 2009
Location
here
Posts
584
If I were to download a program that had a tag called "Count" that had an initial value of zero, and I MOVed the value of a counter accumulator (which was 5) into Count, and then I cycled power to the SLC, what would be the value of Count?

I'm thinking 5... am I correct?

thank you
 
it should be retained assuming you have a functioning battery. You should check with any different PLC you may use. Not all of them do this automatically.
 
What Bernie said. Register data is retentive in most PLCs, including the SLC family, although discrete bit data usually isn't. Some PLCs offer specific memory addresses or options to select retentive status for bits through a power cycle. Some don't. Most PLCs reset all output bits on power up, whether they are real IO bits or internal logic bits.
 
Definitely, unless...

:)

Unless you have a memory module installed and the related system bit settings and power up circumstances caused the PLC to load from the memory module.
 

Similar Topics

I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
955
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
764
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,355
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
553
After I tried wiring, I used computer program communication to read the PLC N value, but received a NAK signal. And the DL3500 CHA light keeps...
Replies
0
Views
424
Back
Top Bottom