83
4. Input the counter 000.
CNT
A
0
00013
CNT 000
WRITE
00013 CNT DATA
#0000
5. Input the SV for 000 (#0010 = 10 counts).
B
1
A
0
00013 CNT DATA
#0010
WRITE
00014READ
NOP(000)
(5) Inputting the Flicker Output
1, 2, 3... 1. Input the normally open condition IR 20000.
LD
C
2
A
0
A
0
A
0
A
0
00014
LD 20000
WRITE
00015READ
NOP(000)
2. Input the normally closed AND condition T001.
(It isn‘t necessary to input leading zeroes.)
AND
NOT TIM
B
1
00015
AND NOT TIM 001
WRITE
00016READ
NOP(000)
3. Input the OUT instruction IR 01000.
(It isn‘t necessary to input leading zeroes.)
OUT
B
1
A
0
A
0
A
0
00016
OUT 01000
WRITE
00017READ
NOP(000)
Input END (001)
FUN
00017
FUN(0??)
A
0
B
1
00017
FUN(001)
WRITE
00018READ
NOP(000)
4-4-4 Checking the Program
Check the program syntax in PROGRAM mode to make sure that the program
has been input correctly.
1, 2, 3... 1. Press the CLR Key to bring up the initial display.
00000
2. Press the SRCH Key. An input prompt will appear requesting the desired
check level.
SRCH
00000PROG CHK
CHK LBL (0Ć2)?
(6) Inputting the END(001)
Instruction
Programming Example
Section 4-4