PLC Tutorials

Jump Instruction in Siemens Tia Portal

In this article, I will explain to you about the use of the JUMP instruction using Siemens TIA PORTAL

The jump instruction is used to skip part of the logic or rungs during the program run.

Now, why JUMP instruction? You may ask. The simple answer is to reduce scan time (one of the advantages).

To jump unnecessary logic which we don’t want to execute while program in run mode can reduce the amount of scan time.

Also Read: JUMP Example

Let’s dig deeper to understand JUMP instruction with the help of an example.

Jump Instruction in Siemens Tia Portal

Open TIA PORTAL. Enter into a programming environment.

I have added little program in the second network as you can see in the below window.

Now, I want to skip that second network. To do that I have added JUMP instruction in the first network.

In the third network, I added a label, which indicates the location of the jump.

To use JUMP instruction, you have to define it. You can define any name but always remember to use the same name as the label.

Here in our case, I have used the letter “D” in both JUMP and label instruction.

You can see in the below window, execution of the JUMP instruction.

When you turn ON input in the network 1, JUMP instruction will execute which then goes to theand execute the logic. (in our case it goes to the rung where the label is used)

You can see that when JUMP instruction is active, the second network is disabled.

As you can see in the below window that if I try to turn ON the input in the second network, the output won’t get energized.

As soon as you switched off input in the first network, the second network will be activated again.

Author: Suhel Patel

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.

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

1 month ago