SlideShare a Scribd company logo
Programmable Logic Controller (PLC) for Polymer
Mixing Tank
A’zraa Afhzan Ab Rahim, Mohd Hazwan Md Shah, Ili Shairah Abdul Halim, Siti Lailatul Mohd Hassan
Faculty of Electrical Engineering, Universiti Teknologi MARA,
40450 Shah Alam Malaysia
azraa.afhzan@yahoo.com , hazwan.mdshah@gmail.com, shairah@yahoo.com, sitilailatul@salam.uitm.edu.my
Abstract— This project focuses on improving the performance
of a plant’s sludge dewatering process by using Omron CP1E
Programmable Logic Controller (PLC) to increase the
efficiency of the process which leads to a reduction in cost of
the polymer product. The process requires manually mixing
the cationic polymer long chains with raw water to produce a
product that will be sent to the sludge tank process and filter
press process where the sludge will harden for disposal. The
addition of PLC into the process will reduce error caused by
human. The Omron PLC will control the water intake inlet and
pump for polymer needed to be mixed by measuring the level
of water inside the tank using the sensor to control amount of
water and polymer. The project works on upgrading an
established system that uses manual mix method to automated
method that will produce more accurate concentration of
polymer without any human error.
Keywords-PLC, polymer mixing, Jar test
I. INTRODUCTION
The polymer mixing preparation and dosing tank is a part
of the dewatering process. While treating waste water,
polluted products are removed whilst the treated water is
released in the environment. Sludge is formed from the
aerobic wastewater treatment which contains a mixture of
microorganism. Only the settled sludge will be decanted to
the sludge tank and treated. The polymer is used in
dewatering process for the sludge treatment where the
function of the polymer is to thicken the sludge before the
sludge goes into the filter press machine. The polymer
product output is a mixture of raw water and cationic
polymer long chain.
The main system is the Omron PLC that acts as a control
system to the electronic device or equipment to ensure the
accuracy, stability and smooth transition of the process [1].
Due to the rapid advancement of technologies, the PLC can
be used to complete complicated control task that uses
highly automated control system by using signal interfacing
device such as motor, solenoid valves and float sensors
where the capabilities of these devices can be implemented
to ensure the process runs in good coordination. The
proposed system will operate by using a magnetic float
sensor as a feedback to the controller to give signal to the
output section. The system uses PLC because of the
rustiness of the product and it is also suitable for fast
switching. Fast switching is appealing because the mixing
product concentration will be affected if either valve or
pump did not close at specific given time that based on the
sensor. The solenoid type valve is used as the main valve
because of the quick opening provided by the coil. Basically
this solenoid valve is normally closed. The agitator which is
used to mix the product of polymer and raw water uses
direct current motor where the optimum voltage has been set
to around 3.5V [2]. The product for polymer is a cationic
polymer long chain that will be mixed together with raw
water to produce an output that will harden the organic
sludge waste. All this system is a part of the dewatering
process in chemical waste treatment plant [3].
This system is used to mix chemical product to produce
an output that will harden the organic sludge. There are two
designated tanks that will store the chemical products which
are used for preparation and dosing [4]. Initially, raw water
will be filled up until it reaches 80 percent of the preparation
tank. Then the polymer with a concentration of 0.2 percent
will be dosed to the preparation tank. The motor mixer will
be turned on after dosing the polymer and will run for 2
minutes 16 seconds to obtain a chemical reaction that will
produce the desired output. The process will continue by
filling up the dosing tank where the polymer will then be
sent to the thickened sludge tank process and sludge tank
mixer. The process will be repeated as long as the dosing
tank level has not reached the maximum set level [1]. The
magnetic float sensor will be placed inside the two tanks to
control each designated level to give signal to the controller.
All this process is done automatically by the Omron CP1E
PLC.
II. METHODOLOGY
The project aims to design a polymer mixing system that
works automatically using the CP1E Omron PLC. There are
two 18 liter tanks that contain polymer with each tank
having its own function. The upper tank which is the main
tank will be used as a preparation tank for the polymer. The
lower tank is used as a reservoir tank to store the product
before the polymer will be dosed to other process such as
sludge mixing tank or table thickening sludge. The magnetic
float sensor will be used to send feedback signals to the
controller to detect changes in water level. The actuators
used are solenoid valves and direct current motor to control
the water flow and agitator as a stirrer inside the preparation
tank respectively. This entire signal will be sent to the
Omron CP1E PLC. Figure 1 shows the block diagram of the
general process flow of the polymer mixing process.
Analysis then is carried out on the valve flow rate, the
sequence timing and chemical concentration.
Figure 1 General process flow
A. Software development
This part involves ladder diagram programming of the
CX programmer for the Omron CP1E programmable logic
controller. This software is developed to interface with the
sensor and the actuators of the process:
i. Siemens LOGO simulation
A computer program that uses ladder diagram symbols
to construct instruction for the PLC. This computer
program can simulate the ladder diagram instruction to
predict the outcome for input and output.
Figure 2 Overall flow chart of the Polymer
mixing process
B. Hardware development
The hardware part consists of two designated tank
of 18 liters which will be used as preparation tank and
dosing tank. The tank level will be controlled by the
three magnetic level sensors where each of the level as it
own function to interlock with the controller. The PLC
acts as the brain for the hardware part where it receives
signal from the inputs and process it for outputs signal to
be send. So basically, the float sensor is the main
feedback of the process that will interlock with the
actuators.
i. Magnetic float sensor
The float sensor is a device that will detect a
change in water level. The sensors will send the
signal back to the programmable logic controller
to be processed. The magnetic float sensor is one
of the smallest in the world and suitable for this
project scale. Figure 3 shows the dimension of
the sensors.
Figure 3 Magnetic level sensor diagram [5]
ii. Solenoid Valve
The solenoid valve uses an electrical coil that
will convert electrical into mechanical energy
that will open or shut off the valve. The valve
was chosen based on fast opening characteristics.
Fill 80% of tank
with raw water
Polymer dosing at 0.2 %
concentration
Mixing process for 2 minutes 16
seconds
Filling up the dosing tank
Dosing products to other process
End
Figure 4 Solenoid valves [5]
iii. DC motor (stirrer)
Using a direct current motor for the agitator part
so that the mixture can diffuse much better. The
motor was chosen because the stirring part does
not require much torque where it can affect the
polymer quality.
iv. AC Pump
AC pump was used to supply the polymer to the
tank at normal flow rate from the polymer
container. The pump is used only at the
preparation tank parts, where polymer been mix.
v. Omron CP1E Programmable Logic Controller
(PLC).
The programmable logic controller is used as
control system to control the sequence transition
smoothly. The PLC is designed for multiple
inputs and outputs arrangement where the output
response to the input conditions.
Figure 5 Input block arrangement
Figure 6 Output block arrangement
Figure 7 General diagram of the hardware
Table 1 Description table for Figure 7
Term Description
VA Valve A
VB Valve B
LL Low Level
LP Process Level
LH High Level
Table 2 Discrete state table for mixing
polymer tank
Figure 8 Flow chart of the P
process
III. RESULTS AND DISCUSSION
A. Results
i. Flow rate
Flow rate is the amount of f
through a certain given surface
this project, flow rate is defi
minutes. The flow rate is determ
11 litre container and stopwatc
standard water flow rate. Table
below will show two kinds of
standard water hose and soleno
shows the different methods of
using solenoid valve and sta
shows that the flow rate with
employed to fill water is m
without solenoid valve, which i
solenoid valve helps speed up th
Table 3 Flow rate t
olymer mixing
fluid that passes
per unit time. In
ined as liter per
mined by using an
h to measure the
e 3 and Figure 9
testing using the
id valve. Table 3
filling raw water
andard valve. It
h solenoid valve
much faster than
indicates that the
he process.
test
Figure 9 Flow
ii. Jar test
Jar tests are test
effectiveness of che
treatment facility. M
to water can be eva
scale by the usin
important of these c
coagulation such a
Using the jar test th
be approximated.
coagulant dosages
dosing flow rate, d
outlet water quality
of chemical used an
flow at the meterin
with regards to the
quality taken from
Under dosing or
(coagulant & floccu
chemical processes
Table 4, Table 5 a
results of the test.
Table 4 Jar Test 1
C
Table 5 Jar Test 2
C
0
0.5
1
1.5
2
2.5
1 2 3 4 5 6 7
Minutes
Litres
w rate graph
ts designed to show the
emical treatment in a water
Many of the chemical added
aluated on a small laboratory
ng the jar test. The most
chemicals are those used for
as coagulant and polymers.
he correct coagulant dose can
Jar test results includes
and settle water pH, pump
dissolved air flotation (DAF)
and actual volume /quantity
nd cost. The actual chemical
ng pump are then calculated
e optimum dosing and water
m the same water sample.
overdosing of chemicals
ulants) will upset the chain in
and increase operational cost.
nd Table 6 below show the
(pH=6.63, Turbidity=34.2,
OD=5510)
(pH=4.87, Turbidity=41,
OD=4130)
7 8 9 10
with
solenoid
valve
without
solenoid
valve
Table 6 Jar Test 3 (pH=6.07, Turbidity=15
COD=5270)
B. Discussion
Based on the test results, design of the prototype
can be made using the variables available in
Table 4, Table 5 and Table 6. The filling process
time for an 11 liter container has an average of
1.38 minutes using solenoid valve where 11 liter
without solenoid valve has an average of 1.89
minutes. The actual flow rate is 70000 liter per
60 minutes, where in one minute it can fill up to
1,166.67 liter. The final flow rate is
approximately 8.33 liter per minute.
The jar test is used as a reference for the
coagulant dosing rate where all the calculations
are based on actual results. The yellow
highlighted in the table shows the optimum plant
performance based on chemical oxygen demand
(COD). A small value of COD is a good
indicator for the water disposal because the
small COD contain small amount of carbon
inside the water, where high carbon will affect
the amount of oxygen for the aquatic life. The
entire jar test had been done three times to vary
the water quality during each test. The standard
end result for the water quality is COD value
below 6000mg/l, turbidity below 20 ntu and the
pH is around 6-7. So the 7ml of coagulant and
1mg/l of polymer is the optimum quantity based
on the results given.
The plant should dose the coagulant at 120000
liter per hour with regard to the water quality.
The flow rate can be calculated using Equation
(1).
F = DI (Flow rate 70m3
/hr) (1)
1000 x SG
F = Flow rate of the pump
D = Dosage of the chemical
SG =Fixed variable for the chemical
I = flow rate of the plant
Table 7 Result for flow rate and dosage
Calculation F
(L/hr)
D
(g/m3)
I
(m3/hr)
SG
1 3.13 60 70 1.34
2 9.91 190 70 1.34
3 6.30 120 70 1.34
i. Cost calculation
Saving
= (9.91 - 6.3 ) L/hr
= 3.6 L/hr x 24 x RM 2.75/kg x 1.34
= RM 318 / day
From Table 7, three calculations have been carried
out. The first shows the dosage is under dosed at 60 g/m3
and metering pump set at 3.13 L/hr. The second calculation
shows the dosage is overdosed at 190 g/m3
and metering
pump set at 9.91 L/hr. The plant optimum dosage should be
120 g/m3
and the pump metering flow should be set to 6.30
L/hr. At 120 g/m3
the plant can save cost at least RM
318/day based on the calculation above.
From all the calculations done, the flow rate of the
water at house and plant can be compared having a ratio of
1:140 for the coagulant dosing rate. Using an 18 liter tank,
the polymer should be filled with 36 g per liter at about
0.2 % concentration. The Jar test had shown the actual result
to determine how much coagulant and polymer need to be
used by measuring the liquid chemical oxygen demand
(COD). The calculation method above shows how to
measure and adjust the pump setting to get the desired
output needed.
IV.CONCLUSION
Nowadays, most of the control system operation in
industries uses PLC as a controller to control the process. It
is available in the process control, transportation, domestic
appliances, production lines and many others.
From the experiment and testing, the PLC system can be
implemented using the existing standard procedure. The
automated system can improve the performance of the
process whereas it erased mostly the existing manual system.
The PLC also manages to work efficiently based on the
feedback from the sensor and works well with the actuators
such as solenoid valves and DC motor. It can be concluded
that the objective of this project to upgrade an established
system that uses manual mix method to automated method
that will produce more accurate concentration of polymer
without any human error and improve the process in terms
of time saving for preparation is achieved.
In future work, this system can be improved by
connecting it to the distributed control system (DCS) where
the operator can monitor the mixing process just by looking
to the monitor. The operator also can make changes much
easier to the process. Besides that the control variable and
manipulated variable can be control more efficiently.
ACKNOWLEDGMENT
The authors would like to the acknowledge Redzarul
Redzuan, process engineer of Veolia Water (M) Sdn.Bhd for
his dedication , guidance, advice and the generous amount
of time he spent. The authors would also like to
acknowledge Veolia water plant laboratory technician for
their support of using the lab equipment as well as Faculty
of Electrical Engineering, UiTM for supporting this project.
REFERENCE
[1] P. Programming, "pacontrol," 7 May 2000. [Online].
Available:
http://www.pacontrol.com/download/OMRON-PLC-
Programming.pdf. [Accessed 2012].
[2] C. D.Johnson, "Actuators," in Process Control
Instrumentation Technology, Pearson/Prentice Hall,
2006, 2006, pp. 358-367.
[3] V. Water, Polymer Standard Procedure, Veolia Water
(M).
[4] L. G. W. rossman, "Scale-model studies of mixing in
drinking water storage tanks," Journal of
Environmental Engineering, no. 125(8), pp. 755-761.
[5] R. Components, Magnetic Float sensors, RS.

More Related Content

What's hot

automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLC
Leelu Veerendra Pulagam
 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
Praveen Ramola
 
Plc based automatic bottle filling system
Plc based automatic bottle filling systemPlc based automatic bottle filling system
Plc based automatic bottle filling system
kl university
 
Getting started with PLCs
Getting started with PLCsGetting started with PLCs
Getting started with PLCs
plc_course
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras Singhal
PARAS SINGHAL
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
Priya Hada
 
PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)
Sisubalan Selvan
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
Ashutosh Verma
 
Training report of PLC
Training report of PLCTraining report of PLC
Training report of PLC
Sumit Patidar
 
Basic plc
Basic plcBasic plc
Basic plc
shubhammanit
 
Plc based automatic water filling system
Plc based automatic water filling systemPlc based automatic water filling system
Plc based automatic water filling system
Zaw Myo
 
Traffic light using plc
Traffic light using  plcTraffic light using  plc
Traffic light using plc
Arcanjo Salazaku
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
Sayan Chakraborty
 
PLC Industrial Application -- Continuous Bottling Filling System
PLC Industrial Application -- Continuous Bottling Filling SystemPLC Industrial Application -- Continuous Bottling Filling System
PLC Industrial Application -- Continuous Bottling Filling System
ZunAib Ali
 
Final report of line follower robot
Final report of line follower robotFinal report of line follower robot
Final report of line follower robot
Rohit Dadoriya
 
Plc basics
Plc   basicsPlc   basics
Omron ladder programming
Omron ladder programmingOmron ladder programming
Omron ladder programming
Suzaini Supingat
 
AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING
rehaan ukaye
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
Aloka Patro
 

What's hot (20)

automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLC
 
Basics of plc_programming1
Basics of plc_programming1Basics of plc_programming1
Basics of plc_programming1
 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
 
Plc based automatic bottle filling system
Plc based automatic bottle filling systemPlc based automatic bottle filling system
Plc based automatic bottle filling system
 
Getting started with PLCs
Getting started with PLCsGetting started with PLCs
Getting started with PLCs
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras Singhal
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)PLC (Ladder Logic Diagram)
PLC (Ladder Logic Diagram)
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
Training report of PLC
Training report of PLCTraining report of PLC
Training report of PLC
 
Basic plc
Basic plcBasic plc
Basic plc
 
Plc based automatic water filling system
Plc based automatic water filling systemPlc based automatic water filling system
Plc based automatic water filling system
 
Traffic light using plc
Traffic light using  plcTraffic light using  plc
Traffic light using plc
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
 
PLC Industrial Application -- Continuous Bottling Filling System
PLC Industrial Application -- Continuous Bottling Filling SystemPLC Industrial Application -- Continuous Bottling Filling System
PLC Industrial Application -- Continuous Bottling Filling System
 
Final report of line follower robot
Final report of line follower robotFinal report of line follower robot
Final report of line follower robot
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
Omron ladder programming
Omron ladder programmingOmron ladder programming
Omron ladder programming
 
AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
 

Viewers also liked

Plc
PlcPlc
Industry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerIndustry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerArifur Rahman
 
Programmable logic-control
Programmable logic-controlProgrammable logic-control
Programmable logic-controlakashganesan
 
aplikasi PLC omron CP1L
aplikasi PLC omron CP1Laplikasi PLC omron CP1L
aplikasi PLC omron CP1L
rezon arif
 
Plc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling SystemPlc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling System
Rehan Fazal
 
Application of computer in chemical industry
Application of computer in chemical industryApplication of computer in chemical industry
Application of computer in chemical industry
midhiraj
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
Mahesh Vadhavaniya profmjv
 
Химическое загрязнение окружающей среды
Химическое загрязнение окружающей средыХимическое загрязнение окружающей среды
Химическое загрязнение окружающей средыKatrinSkorinina
 
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
nexgentechnology
 
Doc2
Doc2Doc2
Top 8 inclusion manager resume samples
Top 8 inclusion manager resume samplesTop 8 inclusion manager resume samples
Top 8 inclusion manager resume samplesjomwri
 
Zk khánh ngân
Zk khánh ngânZk khánh ngân
Zk khánh ngân
Khánh Duy Bùi
 
Top 8 tender manager resume samples
Top 8 tender manager resume samplesTop 8 tender manager resume samples
Top 8 tender manager resume samplesjomwri
 
Top 8 building administrator resume samples
Top 8 building administrator resume samplesTop 8 building administrator resume samples
Top 8 building administrator resume samples
mikenagy357
 
نتيجه السادس الإبتدائي دمياط 2016
نتيجه السادس الإبتدائي دمياط 2016نتيجه السادس الإبتدائي دمياط 2016
نتيجه السادس الإبتدائي دمياط 2016
Nour Elbader
 
Welcome to home and office storage company
Welcome to home and office storage companyWelcome to home and office storage company
Welcome to home and office storage company
Robmillar01
 

Viewers also liked (18)

Plc
PlcPlc
Plc
 
Industry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerIndustry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic Controller
 
Programmable logic-control
Programmable logic-controlProgrammable logic-control
Programmable logic-control
 
aplikasi PLC omron CP1L
aplikasi PLC omron CP1Laplikasi PLC omron CP1L
aplikasi PLC omron CP1L
 
Plc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling SystemPlc based Robotic Arm and Automated Different Size Bottle Filling System
Plc based Robotic Arm and Automated Different Size Bottle Filling System
 
Application of computer in chemical industry
Application of computer in chemical industryApplication of computer in chemical industry
Application of computer in chemical industry
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
Химическое загрязнение окружающей среды
Химическое загрязнение окружающей средыХимическое загрязнение окружающей среды
Химическое загрязнение окружающей среды
 
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
COLLUSION-TOLERABLE PRIVACY-PRESERVING SUM AND PRODUCT CALCULATION WITHOUT SE...
 
apresume (2)
apresume (2)apresume (2)
apresume (2)
 
Doc2
Doc2Doc2
Doc2
 
Top 8 inclusion manager resume samples
Top 8 inclusion manager resume samplesTop 8 inclusion manager resume samples
Top 8 inclusion manager resume samples
 
Zk khánh ngân
Zk khánh ngânZk khánh ngân
Zk khánh ngân
 
Halley_Barnett_2016
Halley_Barnett_2016Halley_Barnett_2016
Halley_Barnett_2016
 
Top 8 tender manager resume samples
Top 8 tender manager resume samplesTop 8 tender manager resume samples
Top 8 tender manager resume samples
 
Top 8 building administrator resume samples
Top 8 building administrator resume samplesTop 8 building administrator resume samples
Top 8 building administrator resume samples
 
نتيجه السادس الإبتدائي دمياط 2016
نتيجه السادس الإبتدائي دمياط 2016نتيجه السادس الإبتدائي دمياط 2016
نتيجه السادس الإبتدائي دمياط 2016
 
Welcome to home and office storage company
Welcome to home and office storage companyWelcome to home and office storage company
Welcome to home and office storage company
 

Similar to Programmable logic controller (plc) for polymer mixing tank

autometic watter bottle filling system
autometic watter bottle filling systemautometic watter bottle filling system
autometic watter bottle filling system
patilshiv407
 
Automatic Bottling System
Automatic Bottling SystemAutomatic Bottling System
Automatic Bottling System
Akshat1295
 
PLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized BottlesPLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized Bottles
IRJET Journal
 
Development of an automatic can crusher using programmable logic controller
Development of an automatic can crusher using programmable logic controllerDevelopment of an automatic can crusher using programmable logic controller
Development of an automatic can crusher using programmable logic controller
IJECEIAES
 
AUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLCAUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLC
IRJET Journal
 
IRJET-Automatic Water Pumping and Distribution to College Campus
IRJET-Automatic Water Pumping and Distribution to College CampusIRJET-Automatic Water Pumping and Distribution to College Campus
IRJET-Automatic Water Pumping and Distribution to College Campus
IRJET Journal
 
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
ijtsrd
 
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
IJITCA Journal
 
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
IJITCA Journal
 
Full report of hyperglass cleaner
Full report of hyperglass cleanerFull report of hyperglass cleaner
Full report of hyperglass cleaner
ShwetonKedia
 
Full report of hyperglass cleaner
Full report of hyperglass cleanerFull report of hyperglass cleaner
Full report of hyperglass cleaner
ShwetonKedia
 
Soft Computing Technique and Conventional Controller for Conical Tank Level C...
Soft Computing Technique and Conventional Controller for Conical Tank Level C...Soft Computing Technique and Conventional Controller for Conical Tank Level C...
Soft Computing Technique and Conventional Controller for Conical Tank Level C...
ijeei-iaes
 
Functional Design Specification of Hyperglass Cleaning
Functional Design Specification of Hyperglass CleaningFunctional Design Specification of Hyperglass Cleaning
Functional Design Specification of Hyperglass Cleaning
ShwetonKedia
 
Tank liquid level control using narma l2 and mpc controllers
Tank liquid level control using narma l2 and mpc controllersTank liquid level control using narma l2 and mpc controllers
Tank liquid level control using narma l2 and mpc controllers
Mustefa Jibril
 
Ratio control based blending and bottle rejection using plc
Ratio control based blending and bottle rejection using plcRatio control based blending and bottle rejection using plc
Ratio control based blending and bottle rejection using plc
Manimaran V
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water System
IRJET Journal
 
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
IJTET Journal
 
Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...
International Journal of Power Electronics and Drive Systems
 
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentationSeminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
APJ ABDUL KALAM TECHNICAL UNIVERSITY
 
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
IJECEIAES
 

Similar to Programmable logic controller (plc) for polymer mixing tank (20)

autometic watter bottle filling system
autometic watter bottle filling systemautometic watter bottle filling system
autometic watter bottle filling system
 
Automatic Bottling System
Automatic Bottling SystemAutomatic Bottling System
Automatic Bottling System
 
PLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized BottlesPLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized Bottles
 
Development of an automatic can crusher using programmable logic controller
Development of an automatic can crusher using programmable logic controllerDevelopment of an automatic can crusher using programmable logic controller
Development of an automatic can crusher using programmable logic controller
 
AUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLCAUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLC
 
IRJET-Automatic Water Pumping and Distribution to College Campus
IRJET-Automatic Water Pumping and Distribution to College CampusIRJET-Automatic Water Pumping and Distribution to College Campus
IRJET-Automatic Water Pumping and Distribution to College Campus
 
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
Liquid Level and Photoelectric Sensors Based Automatic Liquid Mixing and Fill...
 
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
 
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
Effect of Different Defuzzification methods in a Fuzzy Based Liquid Flow cont...
 
Full report of hyperglass cleaner
Full report of hyperglass cleanerFull report of hyperglass cleaner
Full report of hyperglass cleaner
 
Full report of hyperglass cleaner
Full report of hyperglass cleanerFull report of hyperglass cleaner
Full report of hyperglass cleaner
 
Soft Computing Technique and Conventional Controller for Conical Tank Level C...
Soft Computing Technique and Conventional Controller for Conical Tank Level C...Soft Computing Technique and Conventional Controller for Conical Tank Level C...
Soft Computing Technique and Conventional Controller for Conical Tank Level C...
 
Functional Design Specification of Hyperglass Cleaning
Functional Design Specification of Hyperglass CleaningFunctional Design Specification of Hyperglass Cleaning
Functional Design Specification of Hyperglass Cleaning
 
Tank liquid level control using narma l2 and mpc controllers
Tank liquid level control using narma l2 and mpc controllersTank liquid level control using narma l2 and mpc controllers
Tank liquid level control using narma l2 and mpc controllers
 
Ratio control based blending and bottle rejection using plc
Ratio control based blending and bottle rejection using plcRatio control based blending and bottle rejection using plc
Ratio control based blending and bottle rejection using plc
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water System
 
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
Flow Control Using Variable Frequency Drive In Water Treatment Process of Dei...
 
Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...
 
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentationSeminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
 
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
Development of Automatic Mixing Process for Fertigation System in Rock Melon ...
 

Recently uploaded

Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 

Recently uploaded (20)

Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 

Programmable logic controller (plc) for polymer mixing tank

  • 1. Programmable Logic Controller (PLC) for Polymer Mixing Tank A’zraa Afhzan Ab Rahim, Mohd Hazwan Md Shah, Ili Shairah Abdul Halim, Siti Lailatul Mohd Hassan Faculty of Electrical Engineering, Universiti Teknologi MARA, 40450 Shah Alam Malaysia azraa.afhzan@yahoo.com , hazwan.mdshah@gmail.com, shairah@yahoo.com, sitilailatul@salam.uitm.edu.my Abstract— This project focuses on improving the performance of a plant’s sludge dewatering process by using Omron CP1E Programmable Logic Controller (PLC) to increase the efficiency of the process which leads to a reduction in cost of the polymer product. The process requires manually mixing the cationic polymer long chains with raw water to produce a product that will be sent to the sludge tank process and filter press process where the sludge will harden for disposal. The addition of PLC into the process will reduce error caused by human. The Omron PLC will control the water intake inlet and pump for polymer needed to be mixed by measuring the level of water inside the tank using the sensor to control amount of water and polymer. The project works on upgrading an established system that uses manual mix method to automated method that will produce more accurate concentration of polymer without any human error. Keywords-PLC, polymer mixing, Jar test I. INTRODUCTION The polymer mixing preparation and dosing tank is a part of the dewatering process. While treating waste water, polluted products are removed whilst the treated water is released in the environment. Sludge is formed from the aerobic wastewater treatment which contains a mixture of microorganism. Only the settled sludge will be decanted to the sludge tank and treated. The polymer is used in dewatering process for the sludge treatment where the function of the polymer is to thicken the sludge before the sludge goes into the filter press machine. The polymer product output is a mixture of raw water and cationic polymer long chain. The main system is the Omron PLC that acts as a control system to the electronic device or equipment to ensure the accuracy, stability and smooth transition of the process [1]. Due to the rapid advancement of technologies, the PLC can be used to complete complicated control task that uses highly automated control system by using signal interfacing device such as motor, solenoid valves and float sensors where the capabilities of these devices can be implemented to ensure the process runs in good coordination. The proposed system will operate by using a magnetic float sensor as a feedback to the controller to give signal to the output section. The system uses PLC because of the rustiness of the product and it is also suitable for fast switching. Fast switching is appealing because the mixing product concentration will be affected if either valve or pump did not close at specific given time that based on the sensor. The solenoid type valve is used as the main valve because of the quick opening provided by the coil. Basically this solenoid valve is normally closed. The agitator which is used to mix the product of polymer and raw water uses direct current motor where the optimum voltage has been set to around 3.5V [2]. The product for polymer is a cationic polymer long chain that will be mixed together with raw water to produce an output that will harden the organic sludge waste. All this system is a part of the dewatering process in chemical waste treatment plant [3]. This system is used to mix chemical product to produce an output that will harden the organic sludge. There are two designated tanks that will store the chemical products which are used for preparation and dosing [4]. Initially, raw water will be filled up until it reaches 80 percent of the preparation tank. Then the polymer with a concentration of 0.2 percent will be dosed to the preparation tank. The motor mixer will be turned on after dosing the polymer and will run for 2 minutes 16 seconds to obtain a chemical reaction that will produce the desired output. The process will continue by filling up the dosing tank where the polymer will then be sent to the thickened sludge tank process and sludge tank mixer. The process will be repeated as long as the dosing tank level has not reached the maximum set level [1]. The magnetic float sensor will be placed inside the two tanks to control each designated level to give signal to the controller. All this process is done automatically by the Omron CP1E PLC. II. METHODOLOGY The project aims to design a polymer mixing system that works automatically using the CP1E Omron PLC. There are two 18 liter tanks that contain polymer with each tank having its own function. The upper tank which is the main tank will be used as a preparation tank for the polymer. The lower tank is used as a reservoir tank to store the product before the polymer will be dosed to other process such as sludge mixing tank or table thickening sludge. The magnetic float sensor will be used to send feedback signals to the controller to detect changes in water level. The actuators used are solenoid valves and direct current motor to control the water flow and agitator as a stirrer inside the preparation
  • 2. tank respectively. This entire signal will be sent to the Omron CP1E PLC. Figure 1 shows the block diagram of the general process flow of the polymer mixing process. Analysis then is carried out on the valve flow rate, the sequence timing and chemical concentration. Figure 1 General process flow A. Software development This part involves ladder diagram programming of the CX programmer for the Omron CP1E programmable logic controller. This software is developed to interface with the sensor and the actuators of the process: i. Siemens LOGO simulation A computer program that uses ladder diagram symbols to construct instruction for the PLC. This computer program can simulate the ladder diagram instruction to predict the outcome for input and output. Figure 2 Overall flow chart of the Polymer mixing process B. Hardware development The hardware part consists of two designated tank of 18 liters which will be used as preparation tank and dosing tank. The tank level will be controlled by the three magnetic level sensors where each of the level as it own function to interlock with the controller. The PLC acts as the brain for the hardware part where it receives signal from the inputs and process it for outputs signal to be send. So basically, the float sensor is the main feedback of the process that will interlock with the actuators. i. Magnetic float sensor The float sensor is a device that will detect a change in water level. The sensors will send the signal back to the programmable logic controller to be processed. The magnetic float sensor is one of the smallest in the world and suitable for this project scale. Figure 3 shows the dimension of the sensors. Figure 3 Magnetic level sensor diagram [5] ii. Solenoid Valve The solenoid valve uses an electrical coil that will convert electrical into mechanical energy that will open or shut off the valve. The valve was chosen based on fast opening characteristics. Fill 80% of tank with raw water Polymer dosing at 0.2 % concentration Mixing process for 2 minutes 16 seconds Filling up the dosing tank Dosing products to other process End
  • 3. Figure 4 Solenoid valves [5] iii. DC motor (stirrer) Using a direct current motor for the agitator part so that the mixture can diffuse much better. The motor was chosen because the stirring part does not require much torque where it can affect the polymer quality. iv. AC Pump AC pump was used to supply the polymer to the tank at normal flow rate from the polymer container. The pump is used only at the preparation tank parts, where polymer been mix. v. Omron CP1E Programmable Logic Controller (PLC). The programmable logic controller is used as control system to control the sequence transition smoothly. The PLC is designed for multiple inputs and outputs arrangement where the output response to the input conditions. Figure 5 Input block arrangement Figure 6 Output block arrangement Figure 7 General diagram of the hardware Table 1 Description table for Figure 7 Term Description VA Valve A VB Valve B LL Low Level LP Process Level LH High Level Table 2 Discrete state table for mixing polymer tank
  • 4. Figure 8 Flow chart of the P process III. RESULTS AND DISCUSSION A. Results i. Flow rate Flow rate is the amount of f through a certain given surface this project, flow rate is defi minutes. The flow rate is determ 11 litre container and stopwatc standard water flow rate. Table below will show two kinds of standard water hose and soleno shows the different methods of using solenoid valve and sta shows that the flow rate with employed to fill water is m without solenoid valve, which i solenoid valve helps speed up th Table 3 Flow rate t olymer mixing fluid that passes per unit time. In ined as liter per mined by using an h to measure the e 3 and Figure 9 testing using the id valve. Table 3 filling raw water andard valve. It h solenoid valve much faster than indicates that the he process. test Figure 9 Flow ii. Jar test Jar tests are test effectiveness of che treatment facility. M to water can be eva scale by the usin important of these c coagulation such a Using the jar test th be approximated. coagulant dosages dosing flow rate, d outlet water quality of chemical used an flow at the meterin with regards to the quality taken from Under dosing or (coagulant & floccu chemical processes Table 4, Table 5 a results of the test. Table 4 Jar Test 1 C Table 5 Jar Test 2 C 0 0.5 1 1.5 2 2.5 1 2 3 4 5 6 7 Minutes Litres w rate graph ts designed to show the emical treatment in a water Many of the chemical added aluated on a small laboratory ng the jar test. The most chemicals are those used for as coagulant and polymers. he correct coagulant dose can Jar test results includes and settle water pH, pump dissolved air flotation (DAF) and actual volume /quantity nd cost. The actual chemical ng pump are then calculated e optimum dosing and water m the same water sample. overdosing of chemicals ulants) will upset the chain in and increase operational cost. nd Table 6 below show the (pH=6.63, Turbidity=34.2, OD=5510) (pH=4.87, Turbidity=41, OD=4130) 7 8 9 10 with solenoid valve without solenoid valve
  • 5. Table 6 Jar Test 3 (pH=6.07, Turbidity=15 COD=5270) B. Discussion Based on the test results, design of the prototype can be made using the variables available in Table 4, Table 5 and Table 6. The filling process time for an 11 liter container has an average of 1.38 minutes using solenoid valve where 11 liter without solenoid valve has an average of 1.89 minutes. The actual flow rate is 70000 liter per 60 minutes, where in one minute it can fill up to 1,166.67 liter. The final flow rate is approximately 8.33 liter per minute. The jar test is used as a reference for the coagulant dosing rate where all the calculations are based on actual results. The yellow highlighted in the table shows the optimum plant performance based on chemical oxygen demand (COD). A small value of COD is a good indicator for the water disposal because the small COD contain small amount of carbon inside the water, where high carbon will affect the amount of oxygen for the aquatic life. The entire jar test had been done three times to vary the water quality during each test. The standard end result for the water quality is COD value below 6000mg/l, turbidity below 20 ntu and the pH is around 6-7. So the 7ml of coagulant and 1mg/l of polymer is the optimum quantity based on the results given. The plant should dose the coagulant at 120000 liter per hour with regard to the water quality. The flow rate can be calculated using Equation (1). F = DI (Flow rate 70m3 /hr) (1) 1000 x SG F = Flow rate of the pump D = Dosage of the chemical SG =Fixed variable for the chemical I = flow rate of the plant Table 7 Result for flow rate and dosage Calculation F (L/hr) D (g/m3) I (m3/hr) SG 1 3.13 60 70 1.34 2 9.91 190 70 1.34 3 6.30 120 70 1.34 i. Cost calculation Saving = (9.91 - 6.3 ) L/hr = 3.6 L/hr x 24 x RM 2.75/kg x 1.34 = RM 318 / day From Table 7, three calculations have been carried out. The first shows the dosage is under dosed at 60 g/m3 and metering pump set at 3.13 L/hr. The second calculation shows the dosage is overdosed at 190 g/m3 and metering pump set at 9.91 L/hr. The plant optimum dosage should be 120 g/m3 and the pump metering flow should be set to 6.30 L/hr. At 120 g/m3 the plant can save cost at least RM 318/day based on the calculation above. From all the calculations done, the flow rate of the water at house and plant can be compared having a ratio of 1:140 for the coagulant dosing rate. Using an 18 liter tank, the polymer should be filled with 36 g per liter at about 0.2 % concentration. The Jar test had shown the actual result to determine how much coagulant and polymer need to be used by measuring the liquid chemical oxygen demand (COD). The calculation method above shows how to measure and adjust the pump setting to get the desired output needed. IV.CONCLUSION Nowadays, most of the control system operation in industries uses PLC as a controller to control the process. It is available in the process control, transportation, domestic appliances, production lines and many others. From the experiment and testing, the PLC system can be implemented using the existing standard procedure. The automated system can improve the performance of the process whereas it erased mostly the existing manual system. The PLC also manages to work efficiently based on the feedback from the sensor and works well with the actuators such as solenoid valves and DC motor. It can be concluded that the objective of this project to upgrade an established system that uses manual mix method to automated method that will produce more accurate concentration of polymer without any human error and improve the process in terms of time saving for preparation is achieved. In future work, this system can be improved by connecting it to the distributed control system (DCS) where the operator can monitor the mixing process just by looking to the monitor. The operator also can make changes much
  • 6. easier to the process. Besides that the control variable and manipulated variable can be control more efficiently. ACKNOWLEDGMENT The authors would like to the acknowledge Redzarul Redzuan, process engineer of Veolia Water (M) Sdn.Bhd for his dedication , guidance, advice and the generous amount of time he spent. The authors would also like to acknowledge Veolia water plant laboratory technician for their support of using the lab equipment as well as Faculty of Electrical Engineering, UiTM for supporting this project. REFERENCE [1] P. Programming, "pacontrol," 7 May 2000. [Online]. Available: http://www.pacontrol.com/download/OMRON-PLC- Programming.pdf. [Accessed 2012]. [2] C. D.Johnson, "Actuators," in Process Control Instrumentation Technology, Pearson/Prentice Hall, 2006, 2006, pp. 358-367. [3] V. Water, Polymer Standard Procedure, Veolia Water (M). [4] L. G. W. rossman, "Scale-model studies of mixing in drinking water storage tanks," Journal of Environmental Engineering, no. 125(8), pp. 755-761. [5] R. Components, Magnetic Float sensors, RS.