Chapter 3 Instruction Tables 
3-9 
Symbol  Function 
Operand 
PLF 
Falling-edge output 
DY, X, Y, M, S, T, C, HC, 
D, L, SM, and PR 
 
  Other instructions 
Symbol  Function  Operand 
INV 
Inverting the logical operation result
– 
PSTOP 
Stopping executing the PLC 
program 
– 
NP 
The circuit is rising edge-triggered.  – 
PN 
The circuit is falling edge-triggered.
– 
FB_NP 
The circuit is rising edge-triggered.  S 
FB_PN 
The circuit is falling edge-triggered.
S 
3.4 Lists of Applied Instructions  
3.4.1  Applied Instructions 
  Comparison instructions 
API 
Symbol  Function 
0000
LD=  DLD=  – 
ON: S
1
=S
2
 
OFF: 
≠
 
0001
LD<>  DLD<>  – 
ON: S
1
≠S
2
 
OFF: S
1
=S
2
 
0002
LD>  DLD>  – 
 
ON: S
1
>S
2
 
OFF: S
1
≦S
2
 
0003
LD>=  DLD>=  – 
 
ON: S
1
≧S
2
 
OFF: S
1
<S
2
 
0004
LD<  DLD<  – 
 
ON: S
1
<S
2
 
OFF: S
1
≧S
2
 
0005
LD<=  DLD<=  – 
 
ON: S
1
≦S
2
 
OFF: S
1
>S
2