Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: PLC Program for Controlling Sequence of Conveyors with Interlock
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Program for Controlling Sequence of Conveyors with Interlock

PLC Program for Controlling Sequence of Conveyors with Interlock

PLC Conveyor Interlock. : A feeder drops material on the conveyor which sends material for further process through one more conveyor.

Last updated: November 3, 2023 2:30 pm
Editorial Staff
PLC Tutorials
5 Comments
Share
3 Min Read
SHARE

 This is a PLC Program for controlling the sequence of conveyors and interlocking them.

Contents
PLC Conveyor InterlockProblem DiagramProblem SolutionList of Inputs/OutputsPLC Controlling Sequence of Conveyors with InterlockProgram Explained

PLC Conveyor Interlock

Problem Description

A feeder drops material on the conveyor which sends material for further process through one more conveyor. The conveyor must start automatically when the material is dropped.

Implement a PLC program for this application using ladder diagram language.

Problem Diagram

PLC Controlling Sequence of Conveyors with Interlock

Problem Solution

In this system, we will consider S7-300 PLC and TIA portal software for programming.

The feeder has a motor mounted to feed material on conveyor belts.

Load cells are installed at the bottom of conveyor belts to detect if material is present on the conveyor belt.

When material falls on the conveyor belt 1, motor 1 should start, and when material is present on the conveyor belt 2, motor 2 remains ON.

Switches can also be used sometimes to detect material’s presence. But for more reliable operation, Load cells can be used as shown in the diagram above.

List of Inputs/Outputs

Inputs List

  • START PB :- I0.0
  • STOP PB :- I0.1
  • Load cell 1 :- I0.2
  • Load cell 2 :- I0.3

Outputs List

  • Cycle ON :- Q0.0
  • Conveyor 1 motor :- Q0.1
  • Conveyor 2 motor :- Q0.2
  • Feeder motor :- Q0.3

PLC Controlling Sequence of Conveyors with Interlock

PLC Conveyor Interlock
sequence of conveyors and interlocking
PLC Conveyor belt
PLC sequence of conveyors

Program Explained

Network 1:

Cycle ON (Q0.0) lamp will start when START PB (I0.0) will be pressed and cycle can be stopped by pressing STOP PB (I0.1).

Network 2:

Feeder motor (Q0.3) will be ON when cycle is ON.

Network 3:

If cycle is ON and load cell 1 feedback is detected, conveyor motor 1(Q0.1) will be ON.

Network 4:

If cycle is ON and Conveyor 1 (Q0.1) or load cell 2 feedback (I0.3) is detected, conveyor 2 motor (Q0.2) will be ON.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the simple concept of conveyor logic and interlocking them, we can use this concept in other examples also.

All parameters considered in example are for explanation purpose only, parameters may be different in actual applications. Also all interlocks are not considered in the application.

Author: Bhavesh

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:

  • Tank Heating Control using Heater
  • PLC Analog Input Sampling
  • Automatic Empty Bottle detection using PLC
  • PLC Two Way Switch Logic
  • Counters using PLC
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 !

Continue Reading

Architecture of Allen Bradley PLC
PLC Program for Water Level Control Logic
How to Check Address Overlapping in Tia Portal?
Heating and Mixing of Products using PLC Example Tutorial
SCADA Multiple Choice Questions
MODBUS ASCII Communication Protocol Explained
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
5 Comments
  • Archimedes says:
    November 1, 2018 at 5:18 am

    Hello sir! Can you restore the download pdf option that you had before? It was great!

    Thank you

    Reply
    • S Bharadwaj Reddy says:
      November 2, 2018 at 9:08 am

      Hi, We have an issue with the pdf download. soon we will restore the option.

      Reply
  • Archimedes says:
    November 2, 2018 at 9:21 pm

    Great news! Thank you sir for this information and keep on your effort to this very helpfull site!

    Reply
  • Laurentiu says:
    November 15, 2018 at 1:27 pm

    Hello, I see you have not yet solved the problem with downloading pdf files, can it by the end of the year? I’m very much in my personal training. I really like and am fan of your site 🙂

    Reply
    • S Bharadwaj Reddy says:
      November 15, 2018 at 2:26 pm

      Hopefully, We are working on it.

      Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Boolean Logic to PLC Programming
Connecting Blocks in Functional Block Diagram – Studio 5000
VFD Commissioning and Testing Procedure (Variable Frequency Drive)
Mail Box Automation: Programming with Schneider PLC
Face Mask Making Machine using PLC and HMI
What is Midline Instruction in Siemens PLC?
How to Download GX Works? Mitsubishi PLC Software
Siemens Tia Portal PLC Training Course

Keep Learning

Function Block Program Simulation

What are Functions in PLC Programming? (FCs)

Move function block

Move Instruction in Tia Portal

Cars Garage Counter From the Same Door PLC Logic

Cars Garage Counter From the Same Door PLC Logic

Industrial Control Systems Security

Comparing ICS and IT Systems Security

High-Speed Inputs in PLC

What are High-Speed Inputs in PLC?

Learn PLC Programming

Basics of Ladder Diagram in PLC Programming

What is Fail-safe in Siemens PLC?

What is Fail-safe in Siemens PLC?

Lights with Adjustable Timers PLC Programming

Flip-Flop PLC Programming: Lights with Adjustable Timers

Learn More

Control Valve Calibration

How-to do Control Valve Calibration?

cascade temperature controller

How to Analyze a Cascade Control Loop?

HART Communication Tutorial 2

HART Communication Tutorial Part 5

Basic AC Generator

AC Generator Parts

High Frequency Amplifiers Objective Questions

High Frequency Amplifiers Objective Questions

Instrumentation Engineering Students Test

Instrumentation Engineering Students Test

Bipolar Junction Transistor Construction

Bipolar Junction Transistor Construction

Selecting the Best Inductive or Capacitive Sensor

Selecting the Best Inductive or Capacitive Sensor

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?