You are on page 1of 1

MainRoutine - Ladder Diagram

Yosi_1:MainTask:MainProgram
Total number of rungs in routine: 4

Page 1
8/2/2013 5:32:50 PM
C:\RSLogix 5000\Projects\Yosi_1.ACD

This timer resets itself every 1000 milliseconds (1 second). It is used to generate various "Flasher" bits.
Timer_1_Second.DN
/

TON
Timer On Delay
Timer Timer_1_Second
Preset
1000
Accum
0

When the accumulated value of the timer above is in the first quarter-second and in the third quarter second, this bit is True. This provides two flashes per second.
LIM
Limit Test (CIRC)
Low Limit
0

EN
DN

Pulse_2HZ

Test Timer_1_Second.ACC
0
High Limit
250

LIM
Limit Test (CIRC)
Low Limit

500

Test Timer_1_Second.ACC
0
High Limit
750

When the timer accumulated value is in the second half of the 1000 ms, this bit is set True. This provides 1 flash per second.
GRT
Greater Than (A>B)
Source A Timer_1_Second.ACC
0
Source B
500

Pulse_1HZ

This bit is set for 1 scan every 1 second.


Timer_1_Second.DN

Pulse_1_Second

(End)

RSLogix 5000

You might also like