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 Counting Moving Objects on Conveyor
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 Counting Moving Objects on Conveyor

PLC Program for Counting Moving Objects on Conveyor

This is a PLC Program to implement a program for counting objects on the moving conveyor. Learn Ladder Logics.

Last updated: November 3, 2023 12:16 pm
Editorial Staff
PLC Tutorials
3 Comments
Share
4 Min Read
SHARE

This is a PLC Program to implement a program for counting objects on the moving conveyor.

Contents
Counting Moving Objects on ConveyorProblem DiagramProblem SolutionList of Inputs and OutputsPLC Ladder Logic for counting Objects on the conveyorLadder Logic ExplanationResult

Counting Moving Objects on Conveyor

Objects are moving on the conveyor. We need to count the total number of objects collected at the end of conveyor and display it on the local control panel.

Write a PLC program for this application.

Problem Diagram

PLC Program for Counting Objects on Conveyor

Problem Solution

Here we use PLC ladder program to implement this logic.

Mostly proximity sensors are used to detect the objects. Here we mount proximity sensor to detect the parts or objects moving on the conveyor.

Inductive sensor are mostly used to detect metal objects. For other type of objects, we use Capacitive proximity sensor for detecting the objects moving on the conveyor. We connect this sensor to the PLC and by using counter  logic,we will count the number of objects and display the total number on the local control panel display.

Here we use UP counter for counting the collected Objects at the end of conveyor.

Note:- Here we considered simple application for counting objects. We considered proximity sensor for detecting the objects. Proximity sensor will sense the object and PLC UP counter will count the collected objects.

List of Inputs and Outputs

Digital Inputs

  • Start :- I0.0
  • Stop :- I0.1
  • Proximity :- I0.2 (Objects detection)
  • Counter Reset PB :- I0.3

Digital Output

  • Cycle ON :- Q0.0

M memory

  • Counter Reset :- M0.1
  • Total Objects collected :- MW10

PLC Ladder Logic for counting Objects on the conveyor

sensor for detecting the objects
PLC Objects Conveyor

Ladder Logic Explanation

For this application, we use S7-300 PLC and TIA portal software for programming. We can implement this logic by using other PLC also.

Network 1:

In first network we used latching circuit for cycle ON. Here we used START PB (I0.0 ) to start the cycle and STOP PB (I0.1) to stop the cycle.

Network 2:

PLC Counter instruction is used to count the number of objects. Proximity sensors are mounted near to the conveyor.

When an object comes near to the proximity sensor (I0.2), it will detect the object and output of the sensor becomes energize or changes to ON state.

When there will be no object near to the proximity sensor then output of sensor becomes de-energize or changes to OFF state.

PLC counter counts in the incremental way. Total counted Objects number will be stored in the memory word or register (MW10).

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 UP counter. By using this concept we can count objects moving on the conveyor or any other counting application. This logic is only part or for specific application logic only.

All parameters considered in example are for explanation purpose only, parameters may be different in actual applications.

Result

Simulation for Counting Objects on Conveyor

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:

  • Automatic Mixing Controlling in a Tank
  • Mitsubishi PLC Programming Tutorials
  • STEP 7 PLC program using SIMATIC
  • PLC Problems Troubleshooting
  • Programmable Logic Controller
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

What is SCADA ? How does SCADA Works ?
PLC Configuration of Profinet I/O System
Concept of Latching in PLC
Siemens LOGO PLC Complete Programming Course
Static and Temp Variables in PLC
Turbine-Compressor System Architecture
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
3 Comments
  • Belvin Anderson says:
    November 8, 2019 at 1:07 am

    I like this page a lot. Really helpful

    Reply
  • Swaroop Patil says:
    January 3, 2022 at 12:31 am

    I have a project based on PLC with source code

    Reply
  • Pen says:
    October 25, 2022 at 7:15 am

    How do you do it in Wiring diagram?

    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

Why Baud Rate is Important in Modbus Network?
How to Password Protect HMI in Siemens TIA Portal?
#20 PLC Best Practices – Identify Critical Alerts
Top 5 Advantages of Human-Machine Interface (HMI)
Industrial Networking and Wireless Interview Questions
Example PLC Program
Allen Bradley PLC Subroutines
Timers in Codesys – Timer ON, Timer OFF, Pulse Timer

Keep Learning

How to Run Multiple Motors with a Single VFD

How to Run Multiple Motors with a Single VFD?

PLC Questions & Answers

Programmable Logic Controller Questions and Answers

PLC to PLC Communication using S7 Connection

PLC to PLC Communication using S7 Connection PUT & GET Instructions

Difference Between Microcontroller and PLC

Difference Between Microcontroller and PLC

Using Clock Memory Bits in TIA Portal - Siemens PLC

Using Clock Memory Bits in TIA Portal – Siemens PLC

How to Train Your Maintenance Team for Industrial Automation Systems

How to Train Your Maintenance Team for Industrial Automation Systems?

Peripheral Inputs and Outputs in Siemens PLC

Peripheral Inputs and Outputs in Siemens PLC

Functional Block Diagram in PLC for Oil and Water Process

Functional Block Diagram in PLC for Oil and Water Process

Learn More

Control Systems Questions & Answers

Control Systems Objective Questions & Answers – Set 1

Magnetic Flow Meter Corrosion Effects

Magnetic Flow Meter Corrosion Effects

Coriolis Mass Flow Meter Working Animation

Coriolis Meter Explained with Animation

Fiber Optic Cable - Method of Joining and Fusion Splicing

Fiber Optic Cable – Method of Joining and Fusion Splicing

Stability in Frequency Domain

Cascade Compensation in Frequency Domain

Capacitors Connected in Parallel

Series and Parallel Capacitors

Pressure Gauge Parts

Pressure Gauges with Bourdon Tube Principle

Electrical Machines Objective Questions

Electrical Machines MCQ Series 18

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?