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: How to Detect Speed of Conveyor in PLC?
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 > How to Detect Speed of Conveyor in PLC?

How to Detect Speed of Conveyor in PLC?

Learn how to detect the conveyor speed with programmable logic controller and its PLC programming code with simulation video.

Last updated: September 28, 2022 2:23 pm
Hussien Ghareb
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

Hello my friends who are interested in Automation Industry, today we have a simple coding lesson that discusses how to calculate and detect the speed of a conveyor.

Contents
Detect Speed of Conveyor in PLCSimulation of the PLC Code

Why we need to do that and also how? That is, we are going to speak about.

Why we need such a function?

Maybe the first question that you are asking about is “am I really need such a function” answer is total yes.

Assume that in your plant there are some conveyors or chains that are responsible to carry your products out, that conveyors are controlled by simple AC Induction Motors (have no speed control or we can say no motor drives are used).

The motors are loading and unloading different types of products or packages, the case is “if these conveyors were loaded with an extra number of packages” definitely the motor will be overloaded and the speed of the conveyor would decrease.

Unfortunately, that may negatively affect on this conveyor, and also the motor may be over heated and fails to work and that would definitely be harmful for the whole process.

So, to deal with such a situation we need to have feedback from the conveyor and once the conveyor speed is starting to decrease, we can stop the conveyor and make an alarm to go and check the situation.

Detect Speed of Conveyor in PLC

We explained the PLC code and its five networks. Please read the below explanation.

Network 1:

Here for the first network as usual it’s a simple Start/Stop network, that detects if the system is turned ON or OFF.

Start Stop network in PLC

Network 2:

For this part here the two sensors are toggling the “Timer_Counting” bit to set and reset the timer that is responsible for timing the duration that the box needs to go through the two sensors.

Detecting the Actual Speed of Motor in PLC

Then we are loading the memory of the timer into another location to be processed and to make it understandable also we convert it to a Float number to get an accurate measurement.

Load the Memory of Timer

As we know the speed = Distance / Time, and we have a fixed distance which is about (2m) and from previous we have calculated the time so know it’s easy to get the speed by this simple equation.

Speed Calculation in PLC

Network 3:

Here we are going to unscale the “Actual speed” value to display it on the LCD screen on the site

Displaying the Actual Speed Code in PLC

Network 4:

Here is the setting of the system alarms, if the speed exceeds 0.9m/s a high-speed alarm will be launched and it will not turn off till the reset button is pressed.

The same for the low-speed alarm if the speed decreased below 0.35m/s

System in Alarm Mode PLC Logic

Network 5:

Here is the scaling and transmitting of the signal from the variable potentiometer to the output that controls the conveyor speed.

Scaling and Transmitting the Signal in PLC Program

Download PLC Program: Conveyor Speed Calculation using PLC

Simulation of the PLC Code

Here we can simulate our PLC code using the Factory I/O software program:

Watch the below video where we simulated the above-discussed PLC program with a 3D simulation environment.

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

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

Read Next:

  • Advantages of PLC
  • What is Industrial Wireless?
  • STL Programming Codes
  • PLC Communication Protocols
  • User-Defined Function Blocks in 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 Sequencer Instruction with Example
What are Faceplates? How to Create a Faceplate? HMI Visualization
Programming Schneider PLC Manual Sequential Machine
PLC Program for Flow Totalizer
How to Configure PID in Siemens PLC?
PLC Program to Count Running Hours of any Equipment
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Siemens S7 300 CPU Status and LED Errors Explanation
Hardwired I/O and Serial I/O – Differences Explained
PLC Program for Temperature Control using Thermostat
Structured Text vs. Instruction List for PLC Programming
Basic Conveyor System for Product Handling in Omron PLC
80+ PLC MCQ Questions
PLC Ladder Logic Example based on Set Coil and Reset Coil
SCADA Hardware and Software

Keep Learning

Relay Permissive and interlock circuits

Basics of Permissive and Interlock Circuits

How to Train Your Maintenance Team for Industrial Automation Systems

How to Train Your Maintenance Team for Industrial Automation Systems?

PLC Questions & Answers

Programmable Logic Controller Questions and Answers

STAR DELTA Starter PLC Logic

STAR DELTA Programming using PLC Controller

Types of PLC

#14 PLC Best Practices – Restrict Third-party Data Interfaces

V1000 Family Programming Simulator Tool

VFD Simulator Download – Free Yaskawa V1000 Software

Start the Counting from a Preset Value in PLC

Start the Counting from a Preset Value in PLC

Omron PLC Instructions - Move, Move Bit, Move Digit

Move, Move Bit, Move Digit – Examples of Omron PLC Programs

Learn More

How to Test Diodes Using Multimeter

How to Test Diodes Using Multimeter

Diode-testing-with-multimeter

How to Test a Diode using Multimeter

GuideLines for Loop Checks

How to Do Loop Checks During Plant Pre-Commissioning

Pressure Transmitter Calibration Procedure

Pressure Transmitter Calibration Procedure

Residual Current Circuit Breaker (RCCB)

Residual Current Circuit Breaker (RCCB)

Aluminum CNC Machining Complete Guide

Aluminum CNC Machining: A Complete Guide You Cannot Miss

Types of Control Valve Trim

Types of Control Valve Trim

Electrical Machines Questions and Answers

Synchronous Machines Efficiency Questions

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?