in rslogix 5000 you can add timer Instructions from Language Element Toolbar. The Language Element toolbar is a tabbed toolbar, which shows the instruction set available for your language. select timer/counter category and your timer and counter be simply dragging to rung
you can add your Instruction directly by right click on rung and select add ladder element and browse timer/counter and add timer to your rung.
When You Add You Add A Timer In Your Rung You Need To Define Operand. Operand Are Specific Data Type Name.
Timer On Delay Timer Start When Input Bit Of Timer Is Set To True And Run Until To Reach Preset Value. Base Of Preset Value Is 1 Millisecond. If You Want To Run Your Timer For 5 Second So Preset Value Is 5000. Accumulator Value Accumulates Timer Value. When Timer Preset Value Is Equal Or Greater Than Preset Value Than Timer Stop Running And Timer Done Bit Set To True.
Timer Off Delay Timer Start When Input Bit Of Timer Is Set To True To False Or Rung Condition Change True To False, And Run Until To Reach Preset Value. Base Of Preset Value Is 1 Millisecond. If You Want To Run Your Timer For 5 Second So Preset Value Is 5000. Accumulator Value Accumulates Timer Value. When Timer Preset Value Is Equal Or Greater Than Preset Value Than Timer Stop Running And Timer Done Bit Set To False.
In Retentive Timer Accumulator Value Is Stored While Input Condition Of Timer Is Changed True To False, If Again Input Condition Is Changed From False To True Then Timer Start Form Stored Accumulator Value Until Preset Value Is Equal To Accumulator Value And Timer Done Bit Set To True. If Timer Done Bit Is Set In Retentive Timer And Input Condition Of Timer Is Changed Than No Accumulator Value Is Not Increased Until You Reset Timer By Using Reset Instruction.
reset instruction used to reset timer in rslogix 5000. simple add reset instruction and define timer name which you want to reset.