Allen Bradley Timer Trouble

pr_wainwright

Member
Join Date
Jun 2011
Location
Stockton on Tees
Posts
109
Hi,
I am looking to achieve the following using a timer in a ControlLogix project.

The input to the timer when true should not start the timer. when the input is false the timer should start timing down. If the input becomes true again the timer should stop timing and reset the accumilator to zero.

I have used Siemens in the past and feel sure one of the timers could do this but I am struggling with Allen Bradley.

Any help appreciated.
Thanks
Paul.
 
Last edited:
If I am reading your description correctly, what you are wanting is a normally closed contact (XIO) of the Input to the Timer.

AB timers count up from zero to the preset time.

If you want a decreasing value, then you will need to add an additional rung, which subtracts the Accumulated time (ACC) from the Preset time (PRE), which would effectively give you a countdown.

I hope that helps.
 
Hi,
I am looking to achieve the following using a timer in a ControlLogix project.

The input to the timer when true should not start the timer. when the input is false the timer should start timing down. If the input becomes true again the timer should stop timing and reset the accumilator to zero.

I have used Siemens in the past and feel sure one of the timers could do this but I am struggling with Allen Bradley.

Any help appreciated.
Thanks
Paul.

Please correct me if I am wrong, but this seems like the operation of a TOF isn't it ?
I've rarely ever used TOF so not completely sure of its operational an I'm away from the work computer to verify.
 
You are absolutely correct.

"The input to the timer when true should not start the timer. when the input is false the timer should start timing down. If the input becomes true again the timer should stop timing and reset the accumilator to zero."


This will be a TOF application.
Be careful when examining the .DN bit of a TOF timer though; it will be true at all times except when the .ACC = .PRE
 
Last edited:

Similar Topics

Hi everyone, I'm trying to import a preset tag on a timer to panelview plus 7. however when i search the list of tags from the project, it does...
Replies
1
Views
2,348
Hello chaps i wonder if someone could have a look at the attached file and try to guide me in the right direction as to a problem I have with the...
Replies
18
Views
4,640
When implementing a timer, when I go to enter a value for the preset, it states that the ladder element field is non-editable. I was wondering...
Replies
2
Views
1,748
Hello All, I am working with an old PLC2 and we had some kind of power surge that screwed our program up. I have gone back with an old hardcopy...
Replies
5
Views
4,799
Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
361
Back
Top Bottom