Skip to main content

Example - Ladder Diagram

BREAK


The BREAK instruction escapes from a FOR ~ NEXT instruction block during execution.

Ladder Diagram Example


When the data register, D0, is greater than or equal to 10, the BREAK instruction will energize and decrease the data register, D200.


BREAKP


The BREAKP one-shot instruction escapes from a FOR ~ NEXT instruction block during execution.
Every time this instruction executes, it energizes the output only once.

Ladder Diagram Example


When the data register, D0, is greater than or equal to 10, the BREAK instruction will energize and decrease the data register, D200.