6-3SectionProgramming Example
110
4. Input the SV for T001 (#0010 = 1.0 s).
B1A000006 TIM DATA
#0010
WRITE 00007READ
NOP (000)
The following key operations are used to input the 2-second timer.
1, 2, 3... 1. Input the normally open condition IR 20000.
LD C2A0A0A0A000007
LD 20000
WRITE 00008READ
NOP (000)
2. Input the normally closed AND condition T002.
(It isnt necessary to input leading zeroes.)
AND NOT TIM C200008
AND NOT TIM 002
WRITE 00009READ
NOP (000)
3. Input the 2-second timer T002.
TIM C200009
TIM 002
WRITE 00009 TIM DATA
#0000
4. Input the SV for T002 (#0020 = 2.0 s).
C2A000009 TIM DATA
#0020
WRITE 00010READ
NOP (000)
The following key operations are used to input the 10-count counter.
1, 2, 3... 1. Input the normally open condition IR 20000.
LD C2A0A0A0A000010
LD 20000
WRITE 00011READ
NOP (000)
2. Input the normally open AND condition T001.
(It isnt necessary to input leading zeroes.)
AND TIM B100011
AND TIM 001
WRITE 00012READ
NOP (000)
3. Input the normally closed condition IR 20000.
LD NOT C2A0A0A0A000012
LD NOT 20000
WRITE 00013READ
NOP (000)
(3) Inputting the
Two-second Timer
(4) Inputting the 10-count
Counter