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 Automatic Bottle Rejection System
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 > Guest Articles > PLC Program for Automatic Bottle Rejection System

PLC Program for Automatic Bottle Rejection System

This is the PLC program for the automatic bottle rejection system. Learn the ladder logic with this PLC exercise and solution.

Last updated: November 3, 2023 10:56 am
Editorial Staff
Guest Articles PLC Tutorials
1 Comment
Share
4 Min Read
SHARE

This is the PLC program for the automatic bottle rejection system. Learn the ladder logic with this PLC exercise and solution.

Contents
Automatic Bottle RejectionPLC Problem DiagramPLC Problem SolutionList of Inputs/OutputsPLC Program for Automatic Bottle Rejection SystemPLC Program ExplanationResult

Automatic Bottle Rejection

Problem Description

Nowadays Automation in industries is necessary for Accurate and fast Production.

Let’s Take an Example of soda bottle companies, where the belt conveyor is used for transferring the bottles from one station to another station.

But before bottles reach at soda filling station it is necessary to make all bottles are in standing position for further processing

A fallen bottle on the conveyor may create a problem in the next process. so here we discuss a simple PLC Logic that handles the fallen bottle.

PLC Problem Diagram

PLC Program for Automatic Bottle Rejection System

PLC Problem Solution

So for that we use PLC system at filling station, which reject the fallen bottle from the conveyor & clear the path for the next process.

This process is made by using sensors & actuators. We use pneumatic piston cylinder assembly for pushing the fallen bottles from the conveyor.

When conveyor is running, then all bottles transfer form one station to other station for next process. There are two sensors are used, for standing and fallen bottles detection, one pneumatic cylinder for pushing the fallen bottle from the conveyor.

List of Inputs/Outputs

Inputs List

  • Start PB : I0.1
  • Stop PB : I0.0
  • Sensor X1 : I0.2
  • Sensor X2 : I0.3

Outputs List

  • Cycle ON : Q0.0
  • Conveyor : Q0.1
  • Cylinder : Q0.2

PLC Program for Automatic Bottle Rejection System

PLC Bottle Filling System

PLC Program Explanation

In this application, we have used Siemens S7-1200 PLC and TIA Portal Software for programming. We can also design this logic with relay circuit also.

Network 1:

In Network 1, we have taken cycle ON condition for machine. Here we have taken START PB (I0.1) for starting the cycle and STOP PB (I0.1) for cycle STOP.

We have taken parallel output of conveyor (Q.1) with cycle ON (Q0.0) so we can operate conveyor with cycle ON condition.

Network 2:

In Network 2, we have taken sensors X1(I0.2) and X2(I0.3) as inputs. We used NO contact for X2 (I0.3) sensor and NC contact for X1 (I0.2) sensor.

When Bottles are transferring on the conveyor, these sensors sense the position of the bottles whether they are standing or fallen.

Sensor X2(I0.3) sense down position of the Bottle & Sensor X1(I0.2) Sense top position of the bottle.

In PLC, we designed the circuit which follows command that if sensor X2(I0.3) sense the bottle & sensor X1(I0.2) does not sense the bottle then the pneumatic actuator (Q0.2) will come in action & it will reject the bottle from the conveyor.

After this, the perfect bottles will go in the soda filling station & whole cycle will be completed.

Result

PLC Bottle System

Note: The above PLC Logic provided for basic idea about application of PLC in Automatic Bottle Rejection Handling System. The Logic is limited and not complete 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:

  • PLC Sequence Control
  • Alarm Management System
  • Process Control Systems
  • Stepper Motor MCQ
  • Split Range Control Loop
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 – Controls Conveyors ON and OFF Sequence
Example PLC Program
Difference Between SCADA and HMI
Basics of PLC Programming
PLC Programming in Hindi – Siemens Tia Portal Full Course Free
Structured Text PLC Example for Motor Interlocking and Control
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Karthikeya says:
    May 31, 2024 at 5:55 am

    For the input I 0.2=0& I 0.3=1 the output is not showing cylinder ON

    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

PLC Analog Input Sampling Ladder Logic
What is a Dry Contact? – Basics of PLC Wiring
Ladder Logic for Flow Meter Totalizer
Create a Function (FC) for a Valve Logic in Siemens PLC
Automatic Box Filling System using PLC Programming
How to Create New Project in Studio 5000?
Basics of Permissive and Interlock Circuits
Allen Bradley PLC Subroutines

Keep Learning

Real-time and historical SCADA Trends

What are Trends in SCADA?

Siemens PLC

#20 PLC Best Practices – Identify Critical Alerts

PLC Program for Trash Compactor

PLC Program for Trash Compactor

Reset Logic for pump Run Hours

PLC Program to Count Running Hours of any Equipment

PLC Ladder Logic Example

PLC Ladder Logic Example

PLC based 4 Way Traffic Light Control System

PLC based 4 Way Traffic Light Control System

Cybersecurity in PLC

Cybersecurity in PLC

Sequencer Output in PLC

PLC Sequencer Instruction with Example

Learn More

Electrical Machines Questions and Answers

Single Excited Electric Field Systems Quiz

Process Control Instrumentation Objective Questions

Process Control & Instrumentation Objective Questions – Set 1

Pressure Transmitter Circuit

Pressure Transmitter Circuit

PLC Timer Application in Security Camera Recording

PLC Timer Application in Security Camera Recording

Intrinsic semiconductors

Introduction to Semiconductor Electronics – Types, Materials

Alternator Objective Questions and Answers

125+ Alternator Objective Questions and Answers

Problem on Solar Hot Air Collector and Variable Speed Fan

Problem on Solar Hot Air Collector and Variable Speed Fan

Inductor Principle

Inductor

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?