Inst ToolsInst ToolsInst Tools
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: How to use JUMP Instruction in PLC Ladder Logic?
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > How to use JUMP Instruction in PLC Ladder Logic?

How to use JUMP Instruction in PLC Ladder Logic?

Last updated: March 4, 2021 3:09 pm
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

Jump instruction in ladder logic is used to skip some process or rungs according to the requirement. It is paired with Label which is used to limit the skipping the process.

Contents
Example – JUMP Instruction in PLC Ladder LogicPLC ProgramProgram DescriptionRUNG 0000RUNG 0001RUNG 0002 RUNG 0003RUNG 0004 RUNG 0005Rung 0007When JUMP condition is OFF :When JUMP condition is ON :Jumping BackwardConclusion:
Jump Instruction in PLC

Let’s study the working of jump instruction using an example.

Example – JUMP Instruction in PLC Ladder Logic

There are seven motors used for various processes. On-demand base Motors 4, 5 & 6 are needed.

Design a program to skip motor 4, 5 & 6 when it does require for the process.

PLC Program

How to Use Jump Instruction in PLC Programming
PLC programming JMP and LBL

Program Description

RUNG 0000

The input I:0/0 is used to turn on  Motor 1.

RUNG 0001

The input I:0/1 is used to turn on  Motor 2.

RUNG 0002

The input I:0/2 is used to turn on  Motor 3.

 RUNG 0003

The input I:0/3 is used to initiate the jump function (Q2:0).

RUNG 0004

The input I:0/0 & I:0/4  is used to turn on  Motor 4.

 RUNG 0005

The input I:0/1 and I:0/5 is used to turn on  Motor 5.

Rung 0007

Label instruction is used to finish the jump function.

The input I:0/6 and I:0/2  is used to turn on  Motor 6.

When JUMP condition is OFF :

jump instruction in ladder logic
LBL Instruction in PLC program

When Jump condition is not initiated or enabled, all outputs will turn ON/OFF according to respective input.

When JUMP condition is ON :

JMP instruction in PLC Programming

Rung 4, 5 & 6 are completely skipped till label function.

Jumping Backward

If we use label instruction first and then jump will perform jumping backward function.

Jump Instruction for Allen-Bradley
Jump in Programmable Logic controllers

Jump instruction resumes program execution before the label and after the jump instruction. In between rungs will work on respective inputs. 

Conclusion:

The above-explained jump instruction is for example only. It may vary from real-time applications.

Author: Hema Sundaresan

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

PLC Sequencer Programming

Scale Instructions in PLC

Encode & Decode Instruction

Bottle Filling System using PLC

PLC Metro Automation Project

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Recommended Articles

PID Controller Output Types – PID_PWM and PID_Output
Industrial Oven Control Application with PLC Controller
Forcing and Modifying PLC Logic
Introduction to SCADA
#1 PLC Best Practices – Split PLC Code into Modules
Case Statement in SCL Language
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • William Snyder on Top Non-PLC Certification Courses for Automation Professionals
  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

PLC to Start or Stop 3 Machines using 1 Switch Program

PLC to Start or Stop 3 Machines using 1 Switch Program

PLC Programmer Tools

Tools Required for PLC Programmer to Carry at Site

Types of Scan Time in a PLC

Programmable Logic Controller (PLC) Scan Time – Types, Theory

Pump and Mixer Operations Example PLC Timer-Based Control

Pump and Mixer Operations Example: PLC Timer-Based Control

Profibus DP Master

DP Master System Configuration in PLC

PLC Automatic Irrigation System Ladder Logic Project

PLC Automatic Irrigation System

STAR DELTA Starter PLC Logic

STAR DELTA Programming using PLC Controller

Analog Inputs in Siemens TIA Portal

What are Analog Inputs? – Analog Signals Processing in PLC

More Articles

Pipe Elbow Sudden Burst

A Pipe Elbow Sudden Burst Fatalities and Wrecked Panel Instrumentation

Digital Control Systems

Compensation Techniques : Control Systems

Limit, Selector, and Override controls

Limit, Selector, and Override controls

How to calculate Thermocouple Temperature by measuring the output millivoltage

Temperature Switch Working

Basics of Temperature Switch

Hammer Effect in Gauges

What is Hammer Effect in Gauges ?

BP Refinery Explosion

Learnings from the BP Refinery Explosion at Texas City

Digital Electronics Multiple Choice Questions

Ring Counter Objective Questions

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?