PLC in Juice Industry (Case Study)
Author: Er. Wasiya Farzana

While mechanization provides human operators with machinery to assist them with the muscular requirements of work, automation greatly decreases the need for human sensory and mental requirements as well. Automation plays an increasingly important role in the world economy. One of the important applications of automation is in the soft drink and other beverage industries, where a particular liquid has to be filled continuously for these kinds of applications. The trend is moving away from the individual device or machine toward continuous automation solutions.

Totally Integrated Automation puts this continuity into consistent practice. Totally Integrated Automation covers the complete production line, from receipt of goods, the production process, filling and packaging, to shipment of goods. Our project is also an application of automation wherein we have developed a bottle filling and capping system .The various processes are controlled using a PLC (Programmable Logic Controller) and is monitored using SCADA (Supervisory Control and Data Acquisition).

METHODOLOGY

Bottles are kept in position in a carton over a conveyor belt; they are sensed to detect their presence. IR sensors are used for sensing the bottles. Depending on the output of the sensor the corresponding pumps switch on and filling operation takes place. If the particular bottle is not present then the pump in that position is switched off, thereby avoiding wastage of the liquid. The filling operation is accompanied with a user-defined volume selection menu which enables the user to choose the volume of liquid to be filled. The filling process is done based on timing. Depending on the pre-set value of the timer the pump is switched on for that particular period of time and the filling is done.

PROCESS DESCRIPTION


This chapter gives a detailed explanation of the various processes taking place in a complete bottling system. The filling and capping operations take place in a sequential manner. When no bottles are kept in the input the system is reset. Depending on the number of bottles fed into the input side, the corresponding bottles are filled and capped. The process is also provided with a user defined volume selection menu.

INPUT MODULE


The input module includes the IR sensors and level sensors. There are four pairs of IR sensors whose output is given as an input to the PLC. Three pairs of IR sensors which are used to detect the bottles at the input and one more are used to sense the bottles for filling and capping operations. The 3 IR pair sensors kept near the input side, where the bottles are fed into the conveyor, is called detection sensors and the one used for stopping the conveyor at the filling and capping operation side is called the stop sensor. There are seven levels sensors used. Two level sensors are used in tank 1 (concentrate tank) to denote the high level and low level and similarly two sensors are used in tank 2 (tank containing water). Three level sensors are used in the process tank to denote the low, middle and high levels. Thus, these are the inputs given to the input module.

The bottles at the input and one more are used to sense the bottles for filling and capping operations. The 3 IR pair sensors kept near the input side, where the bottles are fed into the conveyor, are called detection sensors and the one used for stopping the conveyor at the filling and capping operation side is called the stop sensor. There are seven levels sensors used. Two level sensors are used in tank 1 (concentrate tank) to denote the high level and low level and similarly two sensors are used in tank 2 (tank containing water). Three level sensors are used in the process tank to denote the low, middle and high levels. Thus, these are the inputs given to the input module.



SIGNAL CONDITIONING

The output of the sensors cannot be given directly to the PLC as the input voltage to the PLC should be 24V. Hence they are given through signal conditioning circuits which condition the input signals and in turn give it as an input to the PLC. For safety purposes the inputs are not given directly to the PLC. They are given through relay circuits. The relay consist of 3 terminals – common, NO and NC. The 24V which is to be inputted into the PLC will be available in the common terminal. Hence depending upon the necessary signals, the circuit closes or opens thereby connecting to the PLC.

D. PLC

PLC is a solid state device. They are well-adapted to a range of automation tasks .All control operations (filling and capping) are done using the PLC. The entire bottling process is automated by feeding the necessary conditions into the PLC using ladder logic. Ladder logic is one of the methods of programming a PLC. Thus, depending on the logic developed the various operations take place and the filling and capping of bottles are done. PLC consists of an I/O unit, central processing unit, and a memory unit. The input/output unit of the PLC acts as an interface to the real world.

Inputs from real work are given to the input unit which is manipulated based on the programming, and the results are given back to the real world through the output unit of the PLC. All logic and control operations, data transfer and data manipulation operations are done by the central processing unit. The results and statuses are stored in the memory of the PLC. PLC’s are used for a wide range of applications especially in the field of control and automation.

OUTPUT RELAY DRIVE UNIT

The operating voltage of the output devices is low when compared to that of the PLC. The output of the PLC is 24V whereas output devices such as gear motors and pump require only 12V for their operation. Hence the output signals from the PLC are given through a relay drive unit which drives the output devices by supplying the optimum voltage required for their operation. The 12V required for their operation is available at the common terminal of the relay unit.

OUTPUT MODULE

The various output devices used in the bottling process are gear motors, pumps, actuators and LED’s. These are connected to the output module. The gear motor is used to run the conveyor in forward direction. There are totally five pumps used for the filling process. Three pumps are connected to the process tanks and the other two pumps are connected to the concentrate (tank 1) and water tank (tank 2) respectively. Actuators are used for capping the bottles. The actuator applies a force on the caps which in turn corks the bottles tightly. These are the various output devices used in the bottling process. The basic process involved in the bottling and capping is explained as follows:

PROCESS DESCRIPTION

A. BOTTLE DETECTION USING SENSORS

Bottles are kept in position in their respective holders which are fixed to the conveyor at the input side. IR sensors are used to detect the presence of bottles in the holder. Depending on the output of the sensors the filling and capping operation takes place. A time delay is given in order to set the status of the bottles. If bottle 1 is present the corresponding status bit in PLC is set to 1 else it is set to 0.

The outputs of these sensors are given to the PLC and depending on this output the filling and capping process for the bottles takes place. Thus if all the n bottles are present in the input side then the sensor gives the corresponding output to the PLC which in turn switches ON the corresponding pumps for filling operation to take place. If a particular bottle is not present the corresponding pumps remain OFF.

B. FILLING OPERATION

Once the bottles are detected in the input side the conveyor motor switches ON and it starts moving in the forward direction. The bottles then reach the desired position for filling and the conveyor stops. The corresponding pumps in process tank switch ON and filling operation takes place. For e.g. if only bottle 1 is present then pump 1 switches ON and pump 2 and pump 3 remain switched OFF. There are three tanks present in the filling side namely: process tank, concentrate tank (tank 1) and tank to store water (tank 2).Tank 1 and tank 2 have low level and high level sensors (LLS and HLS) respectively. Process tank has three level sensors (LLS, HLS and MLS).MLS is used to denote the middle level of the tank. When the liquid in the process tank reaches below low level (LLS) pumps in tank 1 and tank 2 switches on and the process tanks get filled. When the level of liquid reaches high level (HLS) the pumps in tank 1 and 2 switch off.

C. USER-DEFINED VOLUME

The filling operation is accompanied with a user defined volume selection menu. The desired volume is fed into the PLC and depending on the volume the filling of liquid takes place. The filling is done using timing operations. Thus the pump remains on for the pre-set value of the timer and switches off once time is out. Once the filling process is done the conveyor starts moving again.

D. CAPPING OPERATION

The bottles are transported to the capping arrangement. IR sensors are kept to stop the bottles in the desired position for capping to take place. Once the bottles reach the position the conveyor motor switches OFF. The capping of bottles is done using actuator arrangement. Three actuators which move in forward and reverse directions are used to cap the bottles. The actuator applies a force on the caps which are placed in their respective holders.

This force helps the caps to fit into the bottles at the required position. Similar to filling, if a particular bottle is not present it does not get capped. Thus the capping is done and the conveyor starts moving again. When the capping operation for one batch is done simultaneously the filling operation for another batch takes place. The entire sequence of operations continues until there are not bottles present in the input side.

All these are automatically coordinated using the PLC. PLC gets the input from the input devices and sends the signals to the various output devices depending on the conditions that are fed into the PLC. Thus bottles get filled and capped.

CONCLUSION

The main objective of this paper was to develop a bottle filling and capping system based on certain specifications. This was successfully implemented. We consider this paper as a journey where we acquired knowledge and also gained some insights into the subject which we have shared in this report. A lot of additional features like user defined volume specification etc. were added in the different stages in our work and the desired results were obtained. PLC was used to control the various operations and monitoring was done using SCADA. More features can be added to this system as follows: depending on the size, shape and weight of the bottles, filling and capping operations can be implemented. Capping operation can be improvised using a piston arrangement.

References:

[1 ] Shaukat.N, ,PLC based automatic liquid filling process, Multi Topic Conference 2002,IEEE publications.
[2 ] Dunning Gray (1998) - 'Introduction to Programmable Logic Controllers' - Delmar publishers, pp.421-428.
[3 ] Petruzella, Frank D. (2010) - 'Programmable logic Controllers' - Tata McGraw Hill Education, pp.6-12.
[4 ] Rashid, M.H. (2010) - 'Power Electronics'- British Library of Congress
[5 ] Rehg,James A. Glenn J Sartori (2009) - 'Programmable Logic Controllers'- Pearson prentice Hall ,pp. 230-239.


About Author / Additional Info:
PhD in Indira Gandhi Agricultural University