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
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

PLC Program for Traffic Light Sequence using Functional Blocks
Comparison Instructions in PLC Programming
Interconnection between PLC, MCC, LCP & Pumps – Video
Monitor and Modify Variables in Simatic Manager
How to Control VFD with PLC using Ladder Logic
FC Function in Siemens PLC
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

Up Counter PLC Program
Free Mitsubishi PLC Online Training Course and Tutorials
Things to Take Care of When Designing SCADA System
PLC FBD Example for Tank Liquid Heating Control by Steam Flow
Animation of Electromagnetic Relay
What are High-Speed Counters and Fast Counters in PLC?
Key Facts About RS485 Industrial Network
What are User Defined Function Blocks in PLC?

Keep Learning

Pneumatic Circuit Design Using PLC - 2

PLC Pneumatic Circuit Control

Control 3 Motors with Toggle Switch

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC Data Logging and Transmission

Moving Data between PLCs – Siemens Basics – TSEND TRCV

Allen-Bradley SLC 500

History of Programmable Logic Controllers (PLC)

V1000 Family Programming Simulator Tool

VFD Simulator Download – Free Yaskawa V1000 Software

One Shot Rising PLC Example Program

One Shot Rising PLC Example Program

Code Simulation of Safety Circuit

Feedback Monitoring in Safety PLC

Earthing Calculations

Electrical Earthing Calculations

Learn More

Fiber Optics Objective Questions and Answers

Fiber Optics Objective Questions and Answers

Difference Between Earth and Neutral

Difference Between Earth and Neutral

Peak Inverse Voltage of Center Tap Rectifier

Peak Inverse Voltage of Center Tap Rectifier

What is Zero Trust Security

How a Single ZTNA Solution Can Help Overcome Cybersecurity Issues?

Transformer Efficiency and Loses Formula

Transformer Losses and Efficiency

operational-amplifiers-questions-answers

Operational Amplifiers Questions & Answers

Control Valve Positioner Working Principle

Control Valve Positioner Working Principle

Centrifugal Compressor outage reduced

Centrifugal Compressor Outage Reduced – Root Cause Analysis

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?