0% found this document useful (0 votes)
1K views13 pages

Automatic Bottle Filling System Using PLC - InstrumentationTools

The document describes an automatic bottle filling system that uses a PLC. It involves the following steps: 1) A start/stop push button is used to control the process. 2) When start is pressed, a conveyor moves until a proximity sensor is activated. 3) A solenoid valve then opens for 5 seconds to fill bottles on the conveyor. 4) The process repeats to fill 3 bottles total before stopping.

Uploaded by

Ahmad Hamouda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views13 pages

Automatic Bottle Filling System Using PLC - InstrumentationTools

The document describes an automatic bottle filling system that uses a PLC. It involves the following steps: 1) A start/stop push button is used to control the process. 2) When start is pressed, a conveyor moves until a proximity sensor is activated. 3) A solenoid valve then opens for 5 seconds to fill bottles on the conveyor. 4) The process repeats to fill 3 bottles total before stopping.

Uploaded by

Ahmad Hamouda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Pages

Inst Tools Menu

Automatic Bottle Filling System using PLC


by Editorial Staff

BACnet Modbus Converter


Ad ADFweb.com - IoT Gateways &

Converters
Ad
www.ADFweb.com

Open

Automatic Bottle Filling System is one of the example in PLC program using RSLOGIX
500.

Bottle Filling System

https://instrumentationtools.com/automatic-bottle-filling-system/ 1/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Problem Logic
Step Conditions:

1. Start and Stop PB is used to start and stop the process.


2. Start is pressed Conveyor starts moving until the Proximity Sensor is ON.
3. Then solenoid valve is open for 5 seconds. After 5s Conveyor should start
moving.
4. The above process should continue unto 3 bottles.
5. Process should continue still stop push button pressed.

List of Inputs and Outputs

https://instrumentationtools.com/automatic-bottle-filling-system/ 2/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

PLC Program

https://instrumentationtools.com/automatic-bottle-filling-system/ 3/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Program Description
RUNG 0000

Latching rung to operate the system through Master Start and Stop PB.

RUNG 0001

To turn ON Conveyor motor, memory bit (B3:0/1 ) is used .

 RUNG 0002

To turn on Conveyor motor using memory bit of start latching PB and B3:0/1, it will
automatically turn off when B3:0/2 turns on once Proximity sensor activates.

https://instrumentationtools.com/automatic-bottle-filling-system/ 4/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Timer done is connected in parallel to turn conveyor motor ON again.

RUNG 0003

Proximity sensor output saved in memory bit to use in previous rung.

 RUNG 0004 and Rung 0005

To store the status of proximity sensor B3:0/3 is used, Comparator block is used to
compare counter accumulator value to stop the process once three bottle process had
filled.

Rung 0006

To count the number of bottles, proximity sensor is given to up counter with preset
value sets to 3.

RUNG 0007

Stop input is given to reset the counter.

Note:

1. Memory bits are used to store the sensor output, since it is the simulation, sensor
cannot turn off automatically.
2. Memory bits are used to get the sequence of operation.

Conclusion:
The above explained simple bottle filling system is for example only. It may vary from
real time.

Author : Hema Sundaresan

https://instrumentationtools.com/automatic-bottle-filling-system/ 5/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

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:

Allen Bradley Logical Operations

Lube Oil Pump Motor PLC Logic

Gas Pressure Control using PLC

Scaling in PLC Ladder Logics

PLC Instructions – UP Counter

Pressurization Programmable Logic


Top Pharmaceutical
PLC based Automatic

Controller (PLC)
Equipments - Real
Packaging System
Application for
Manufacturer From

Stamping Operation China


Ad CRYOGAS TECH SDN BHD instrumentationtools.com Ad ipharmachine.com instrumentationtools.com

Electric Actuated Ball


PLC Program for
Tank Level Control
PLC Program for

Valve - Electric Ball


Automatic Bottle
Process in PLC -
Automatic Mixing

Valve Supplier Rejection System |


InstrumentationTools Controlling in a Tank
PLC Ladder Logics
Ad covnagroup.com instrumentationtools.com instrumentationtools.com instrumentationtools.com

https://instrumentationtools.com/automatic-bottle-filling-system/ 6/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Miniature Motorized Ball Valve


1/2 to 2In Mini Electric ball valve with stainless steel, brass and upvc material.

Ad covnagroup.com Visit Site

PLC Tutorials
What is Gear Run Out ?
How Weigh Feeder Works ?

Recommended Articles
1. PLC Output Types

2. Configuration of Siemens VFD Using TIA Portal Start drive

3. PLC Scan Time

4. How a PLC do the Scaling for a Sensor ?

5. Operator Interface for SCADA System

6. Siemens S7 300 CPU Status and LED Errors Explanation

7. Concept of Latching in PLC

8. Basics of Permissive and Interlock Circuits

9. Chemical Mixing Process using PLC

10. PLC Program for Water Level Control Logic

2 thoughts on “Automatic Bottle Filling System using PLC”

https://instrumentationtools.com/automatic-bottle-filling-system/ 7/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

WE Space ‫جيجا هدية لكل عمالء‬20

WE ‫ جيجا هدية من‬20 ‫بمناسبة السنة الجديدة‬ Ad

Ad
WE

‫معلومات أكثر‬

jairo francisco oliveira paula


January 10, 2020 at 8:53 pm

What is PB? several articles speak in this BP but I can not identify

Thanks.

Reply

S Bharadwaj Reddy
January 12, 2020 at 1:19 pm

PB stands for Push Button. Examples – Start push button, stop push button, etc.

Reply

Leave a Comment

https://instrumentationtools.com/automatic-bottle-filling-system/ 8/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

Name *

Email *

Website

Post Comment

https://instrumentationtools.com/automatic-bottle-filling-system/ 9/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

BACnet Modbus Converter


ADFweb.com - IoT Gateways &

Converters

www.ADFweb.com Open

Categories

Select Category

University of
Hertfordshire
Fully Fledged Campus in Egypt

Recent Comments

Stanley Osao on Automation in Farming & Agriculture

Santosh Kopnar on Synchronous Motor Starting Methods

Mohammad on How to Work with Delta PLC Simulator?

Benjamin on How to Password Protect HMI in Siemens TIA Portal?

ahmed S abdullah on Flow Meter Questions and Answers

Shafiquzzaman on Electrical & Instrumentation QC Interview Questions

Anonymous on Why we use Cable Shielding with Ferrites ?

https://instrumentationtools.com/automatic-bottle-filling-system/ 10/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

University of
Hertfordshire
Fully Fledged Campus in Egypt

WE Space ‫جيجا هدية لكل عمالء‬20

‫معلومات أكثر‬ WE

https://instrumentationtools.com/automatic-bottle-filling-system/ 11/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

University of
Hertfordshire
Fully Fledged Campus in Egypt

Apply Now

More Articles

1. PLC Ladder Logic for Lube Oil Pump Motor

2. PLC based Metro Automation Project


https://instrumentationtools.com/automatic-bottle-filling-system/ 12/13
12/8/21, 8:58 AM Automatic Bottle Filling System using PLC - InstrumentationTools

3. What is Marshalling Cabinet?

4. Difference between PLC and Computers

5. #19 PLC Best Practices – Monitor PLC Memory Usage

6. Communication Processor Module in Siemens PLC

7. Function Block (FB) for Motor Control Logic

8. Parallel Tanks Level Control using PLC Ladder Diagram Tutorial

9. PLC Program for Alarm Security System

10. Top 5 Advantages of Human-Machine Interface (HMI)

2021 © Reproduction without explicit permission is prohibited.

https://instrumentationtools.com/automatic-bottle-filling-system/ 13/13

You might also like