Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Bottle Filling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i made a project on bottle filling. This is mainely used in industries like coca-cola, pepsi. i made this project with the use of plc.in this project a bottle takes 7 sec to be completely filled, if the filling is interrupted then it should resume from the same level. When the filling of one bottle is completed the motor should run for 2 sec for changing the bottle.
I made a project on bottle filling. This project is mainly used in industries like coca cola , pepsi etc. In this project abottle takes 7 sec to be completely filled, if the filling is interrupted then it should resume from the same level. When the filling of one bottle is completed the motor should run for 2 sec for changing the bottle. i done the programming of this project with the help of PLC.

In this program we have used two inputs and two outputs of PLC i.e. I:0/0 & I:0/1 as inputs and O:0/0 & O:0/1 as outputs. We have used a RTO as timer and compare instructions LEQ and LIM. When input I:0/0 is ON the RTO will start and conveyor motor is started for 7 sec by using LEQ instruction and after 7 sec conveyor motor is stopped and then the valve is operated for 2 sec using LIM instruction. Then after 2 sec the conveyor motor again starts automatically.