183
Programming Example Section 7-4
2. Input the normally closed AND condition TIM 002.
(It isn’t necessary to input leading zeroes.)
3. Input the 1-second timer TIM 001.
4. Input the SV for TIM 001 (#0010 = 1.0 s).
(3) Inputting the Two-second Timer
The following key operations are used to input the 2-second timer.
1,2,3... 1. Input the normally open condition IR 20000.
2. Input the normally closed AND condition TIM 002.
(It isn’t necessary to input leading zeroes.)
3. Input the 2-second timer TIM 002.
4. Input the SV for TIM 002 (#0020 = 2.0 s).
WRITE
5READ
NOP (000)
AND
NOT
TIM
C
2
5
AND NOT TIM 002
WRITE
6READ
NOP (000)
TIM
B
1
6
TIM 001
WRITE
6 TIM DATA
#0000
B
1
A
0
6 TIM DATA
#0010
WRITE
7READ
NOP (000)
LD
C
2
A
0
A
0
A
0
7
LD 02000
WRITE
8READ
NOP (000)
AND
NOT
TIM
C
2
8
AND NOT TIM 002
WRITE
9READ
NOP (000)
TIM
C
2
9
TIM 002
WRITE
9 TIM DATA
#0000
C
2
A
0
9 TIM DATA
#0020
WRITE
10READ
NOP (000)