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
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
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
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 Example with Switches
PLC Motor Operation based on Time Cycle Sequence – Program
How to Configure IP Address in Rockwell PLC?
Sheets, Tags, Elements in Functional Block Diagram of Studio 5000
How to Connect PLC with SCADA System via OPC UA?
SAVE and BR Memory Instructions in Siemens PLC Programming
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

Memory Structure of Siemens PLC
Establishing a Modbus Driver for SCADA Indusoft Web Studio
How to do Simulation in Schneider PLC?
Interconnection between PLC, MCC, LCP & Pumps – Video
Automated Test Bench – Complex PLC Programming Examples
Studio 5000 Tutorial: PLC Programming for Digital Alarms
Difference Between NO and NC Contacts
Proper Earthing Practices Used for PLC Control Panel

Keep Learning

How to Filter Digital and Analog Inputs in a PLC

#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs

21 CFR in SCADA and HMI Systems

What is 21 CFR in SCADA and HMI Systems?

PLC Ladder Logic Door Open and Closing System

Which Language is Best for PLC Programming?

How to Download Rslogix Free

Download Allen Bradley RSLogix PLC Software

Start the Counting from a Preset Value in PLC

Start the Counting from a Preset Value in PLC

traffic light plc program

Traffic Light Control using PLC Ladder Logic

PLC Program for Analog Input Sampling

PLC Analog Input Sampling Ladder Logic

Types of PLC Memory

Types of PLC Memory

Learn More

Timer STL Programming

Timers using Statement List (STL) PLC Programming

AC Fundamentals Objective Questions and Answers

AC Fundamentals Objective Questions and Answers

Basic Configuration of Motor Operated Valve

Rotork Motor Operated Valve Basic Configuration

Pitot tube

Pitot Tube Flowmeter Calculations

Supplied Screen Vibrators Perennial Problems

Supplied Screen Vibrators Perennial Problems

Auto Cane Feed Control System using DCS

Auto Cane Feed Control System using DCS – Sugar Factory

Lead Acid Battery Operation

How does a Lead Acid Battery Work?

How to Filter Digital and Analog Inputs in a PLC

#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs

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?