The leader in industrial automation and control solutions

Instruction Parameters

Supported PLC Series

PLC-AESPLC-FBPLC-ES

Supported Data Registers

MXYKLFTCSZRQD@DConstant
D

Supported Flags

FlagBitSupport
ErrorF11.0
ZeroF11.1
CarryF11.2

Number of Steps

Steps
1

Operands

OperandDescription
DThe only operand.
Entries are only BOOL data registers.
This is the result to output on a falling edge.

Notice

Instruction Behavior

The PLF instruction behaves as follows:

  • When the execution condition goes from ON to OFF, the assigned data register, D, turns ON for 1 scan.
  • When the execution does NOT change states or changed from OFF to ON, then the assigned data register, D, does NOT turn ON.
  • Even if the RUN/STOP key switch is changed (RUN→STOP) after the execution of the PLF instruction, the instruction will NOT be executed again until the proper change of state of the executing statement from ON to OFF occurs.

Ladder Diagram Examples

PLF

The PLF instruction turns ON the assigned BOOL data register, D, for 1 scan when the execution condition goes from ON to OFF, or on the falling edge o

The PLF instruction turns ON the assigned BOOL data register, D, for 1 scan when the execution condition goes from ON to OFF, or on the falling edge of the input signal.

PLF for MapleLogic PLF instruction.
When the contact, M10.5, is energized, the PLF instruction turns the bit, D35.C, ON (1) on the falling edge of the contact.

When the contact, M10.5, is energized, the PLF instruction turns the bit, D35.C, ON (1) on the falling edge of the contact.

Ladder Diagram Example for MapleLogic PLF instruction.