A SERVICE OF

logo

7. Basic Commands
NOP, NOPLF, PAGE n
- 142 -
NOPLF
• Printing the ladder will result in the following:
-1-
6X001
X001
END8
0
X000
D30MOV
1
D40MOV 2
K
K
NOPLF
5
回路ブロックの区切りにNOPLF命令があると
改ページを行います。
10
18
19
Page break inserted when NOPLF is
inserted between ladder blocks.
K1
K2
• Printing an command list with the NOPLF command will result in the following:
LD
MOV
0
1
X000
K1
D30
MOV
NOPLF
3
5
K2
D40
LD
OUT
END
6
7
8
X001
Y040
-1-
NOPLFを印字後改ページします。
10
11
14
18
19
20
21
Page break inserted after
printing NOPLF.
Coding
No. of
steps
Com-
mand
Device
10 LD X0
11 MOV K1 D30
14 NOPLF
15 MOV K2 D40
18 NOPLF
19 LD X1
20 OUT Y40
0
X0
3
4
NOPLF
6
7
D30MOV K1
NOPLF
D40MOV
K2
Y40
X1
〔回路モード〕
10
14
15
18
19
21