![Mitsubishi Electric FX3G SERIES Programming Manual Download Page 212](http://html.mh-extra.com/html/mitsubishi-electric/fx3g-series/fx3g-series_programming-manual_238902212.webp)
210
FX
3G
/FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
7 Basic Instruction
7.12 PLS, PLF
7.12
PLS, PLF
Outline
When PLS instruction is executed, an applicable device is activated during only one operation cycle after a drive input
turns ON.
When PLF instruction is executed, an applicable device is activated during only one operation cycle after a drive input
turns OFF.
1. Instruction format
→
For the number of instruction steps, refer to Section 7.15.
2. Applicable devices
S
1
: Except special auxiliary relays (M)
S
2
: This function is supported only in FX
3U
/FX
3UC
PLCs.
Explanation of function and operation
1. PLS instruction (rising edge pulse)
In the figure above, M0 is ON during only one operation cycle when X000 changes from OFF to ON.
2. PLF instruction (falling/trailing edge pulse)
In the figure above, M1 is ON during only one operation cycle when X000 changes from ON to OFF.
Instruc-
tion
Bit Devices
Word Devices
Others
System User
Digit Specification
System User
Special
Unit
Index
Con-
stant
Real
Number
Charac-
ter String
Pointer
X Y M T C S D
.b KnX KnY KnM KnS T C D R U
\G
V Z Modify K H
E
"
"
P
PLS
3
S
1
S
2
PLF
3
S
1
S
2
PLS
Pulse
Basic Instruction
PLS
−
Continuous
Operation
Pulse (Single)
Operation
Mnemonic
Operation Condition
PLF
Pulse Falling
Basic Instruction
PLF
−
Continuous
Operation
Pulse (Single)
Operation
Mnemonic
Operation Condition
ON
Circuit program
List program
Timing chart
X000
M0
PLS
0000 LD X000
0001
PLS
M 0
X000
M 0
PLS
instruction
ON during
one operation
cycle
ON
Circuit program
List program
Timing chart
X000
M1
PLF
0000 LD X000
0001
PLF
M 1
X000
M 1
PLF
instruction
ON during
one operation
cycle