Cntr Accumulator Value in RSLogix500

anks

Member
Join Date
Dec 2004
Location
California
Posts
66
Hi,

I am using SLC500/ RSLogix500 and put a up-counter in my ladder logic, now I would like to know the accumulator value of the counter whenever it counts up to a higher value, how can I do that?

Thanks
 
Are you trying to display this value on an HMI? or just trying to alert an operator?

I would move the acc value to another location, but compare it to the previous value before it gets moved. If they are different, it probably went up, if they are the same, it did not.

Does this help?

Eric
 
I am trying to use that to control my sequence of operation in my ladder logic, yeah how can i move the accumulated value to a different location, say i m using C5:0 counter, now i tried to move accumulator value by using move instruction source C5:0 & it says u need to put a word address, so my Q is what is the word address for the accumulator for counter C5:0, like for automnation direct DL405 i can directly compare by using CTA0 for counter CT0 or in proworx i can compare the register value using test instruction.

thanks
 
The Accumulated value of counter C5:0 is C5:0.ACC or C5:0.2 The Preset for C5:0 is C5:0.PRE or C5:0.1 (Either method of addressing is valid) As far as Accumulated and Preset the timers have an equivalent structure.
 
Thanks Bernie, that helped a lot, I spent almost 2 hrs just to find how can I play with the counter accumulator value, was not able to find in the instruction help either.
 

Similar Topics

I am using an old Omron PLC and I need help for the bit description for a CNTR(12) My KEEPs are stored in address 234.01 thru 234.11. If I need...
Replies
1
Views
1,104
How is floating web accumulator works ? I have a project where I will control a floating accumulator without speed trim. Input and Output rolls...
Replies
14
Views
3,581
Hi All, E+H Promag W 500, 5W5B1H (Ethernet I/P implicit messaging 500ms) AB 5069-L330ER v33.01* I have a customer requirement where I need to...
Replies
2
Views
1,416
Greetings all. I was hoping that some one that uses connected components by AB can help me with programming a accumulator reset in my program. I...
Replies
0
Views
4,743
I have a program that runs a CPM Pelletizer. It has shear pins that break when rocks or other debris lodge in between the rollers and die. When...
Replies
2
Views
1,506
Back
Top Bottom