You are on page 1of 6

Three Element Control Using PLC, PID & SCADA

Interface
Vaibhav Godase1 Prof.Amol Jagadale2
DEPARTMENT OF ELECTRONICS ENGG

#
SKNSCOE, Korti, Solapur university1,413304,India
Assistant Professor ,SKNSCOE Korti2,413304,India

1vaibbhavgodse@gmail.com

2amol.jagadale@sknscoe.ac.in

Abstract— Boiler is the primary source of producing steam and reduces efficiency of boiler treatment[6][1].There are
hot water generation in industrial processing plants where steam possibilities of errors at measuring and various stages
demands varies very frequently according to the requirements. involved with human workers. In order to automate a drum
Due to this, it produces possibilities of errors at measuring and level and minimize human activities, we need to develop a
various stages involved with human workers. So a reliable PLC & SCADA system that helps to reduce the errors caused
monitoring and controlling system is necessary to avoid such by humans.[3]
failure, which is achieved by Programmable Logic Controller, SCADA is nothing but a centralized system which is used
PID Control and SCADA system. The proposed system outlines
to supervise or observe three elements that is the Steam
the design and development of 3 element control in boiler system
using PLC, PID, SCADA and sensors. PLC and SCADA Pressure, Drum level and water Flow using different sensors
interfaced via RS232 communication cables. The proposed and the corresponding output is given to the PLC which
system focuses on passing the inputs to drum at a required level, controls water level. If the level inside the drum exceeds or
so as to constantly maintain a particular level in the boiler. decreases from predefined value then the whole system is shut
SCADA is used to monitor steam pressure, Water flow and water down. If emergency occurs different automated check valves
level using different sensors and the corresponding output is are used to release water flow inform the concerned authority.
given to the PLC which controls the boiler feed water, steam flow
PLC is also used for the internal storage of instruction
& water level. If the temperature and pressure inside the boiler
exceeds the predefined value then the entire system is shut down. PID to control through digital or analogue input/ output values
In case of emergency different automated check valves are used and various types of machines processes. The PID controller
to release pressure, steam and inform the concerned authority calculation involves three separate parameters: the
through alarm. Boiler automation is done through PLC- PID Proportional, the Integral and also the derivative. These three
SIMULATION Delta soft and Dia view SCADA software parameters form the PID calculation. by calibration these
three constants within the PID algorithmic rule using PLC the
Keywords— Drum level,PLC,PID,SCADA,Automation management will offer control action designed for specific
method needs. The response of the controller will be
delineated in terms of the responsiveness of the controller to a
I. Introduction mistake, the degree to which the controller overshoots the set
Decades ago, the quality and demand of the products increases point and also the degree of system oscillation. It should be
in the process industry plants. In this plant we require noted that the utilization of the PID algorithmic rule for
continuous monitoring, controlling and inspection of boiler management doesn't guarantee optimal management of the
with regular intervals. In process industry large number of system or system stability.
boiling section is present. These boiling sections produce the
high temperature steam with help of boiler drum. If the supply
II. Limitations of previous system:
of the water coming to the boiler decreases due to human error, Previous systems that are conventional methods are
then steam production decreases & when water level common to produce errors in it as it is handled by human in
decreases too much then leakage of boiler tubes or damage of the data collecting and to process the collected data of the
boiler takes place. If the water level in the drum increases mathematical expressions which are manual.
above the desired upper drum level, there will be a carryover The data are maintained only in log book so there is no
of water particles(water impurities) in the dry steam flowing possibility of effective data analysis for taking preventive
to the turbine and thus the turbine blade is damage and
action leading to production loss, workman hour .So we condition In this strategy, control is based on the boiler drum
require is raw data collector systems which can process it and level measurement only[5] During start of a boiler, both the
compare it verify it and compare the data with the standard feed water and main stream flow rates are below the
values. In this conventional type of monitoring if there is a measurable ranges, and therefore the three-element control
chance of fault it can come to knowledge only after the with a level controller and flow controller is unstable. In such
occurrence of fault. cases, we effectively use single element control in which the
Steam was apply to the boiler process is manual therefor it feed water controller is bypassed and the drum level controller
provides uncontrolled steam to the boiler for process and directly controls the feed water control valve. However Single
steam wastage takes place.[4] Element Drum Level Control does not perform properly once
Previous method has bulky and complex wiring.it the boiler is fully operative.
involves lot of rework to implement changes in control logic,
the work can be started only when the takes is fully defined B .Two-Element Drum Level Control
and this leads to longer project time.

III) Drum level control:

Boiler drum level control is critical parameter for the


protection of whole plant and equipment’s safety. It applies to
maintain the equal high and low levels of water within the
boiler drum.. The purpose of the drum level controller is to
bring the drum level up to the given set point and maintain the
level at constant steam load. An intense decrease in this level
may expose boiler tubes to become overheated and damaged.
An increase in this level may cause disturbance with the
process of separating moisture from steam within the drum,
thus the efficiency of the boiler reduces and carrying moisture
into the turbine. Thus a benefit of boiler drum level control is
to maximize steam quality and Maintains proper drum level to
prevent damage to boiler. The boiler drum-level control
system maintains the constant level by means of regulating Fig2.Two element drum system
boiler feed water. The three element system is used only when
there is demand of high steam. The two element system is
used only when there is a failure in the measurement of steam Two-element system can do good job under most
flow and the single element system is used when there is need operating conditions. Two-element drum level control
of low steam measures the variables drum level and steam flow. It is a feed
forward control loop. Feed water tracks steam flow and
Different types of boiler drum level control are as follows: responds directly to changes in steam load rather than
indirectly by a change in drum level. The drum level trim
A.Single-Element Drum Level Control : algorithm uses a PID function block and adjusts feed water
flow to maintain drum level at set point. The feed water
control valve must provide a flow rate that is linear with valve
position in order to track steam mass flow. This control
method permits tighter drum level control and is more tolerant
of load changes.

Fig1. singal element drum system

The single-element system is the simplest but least


effective type used for controlling fire tube and water tube
boilers.It is mainly recommended for boilers with modest
change requirement and relatively constant feed water
C.Three element drum level control:

It can be defined as three terms, the proportional p, the


integral I and the derivative D terms are summed to calculate
the output of the PID controller.
Defining u(t) as the controller output, the final form of
the PID algorithm is:

Where, the tuning parameters are:


a. Kp: Proportional Gain - Larger Kp means faster response
since the larger the error, the larger the Proportional term
compensation. An excessively large proportional gain will
lead to process instability..
Fig3. Three element drum system b. Ki: Integral Gain - Larger Ki implies steady state errors are
eliminated quicker. The trade-off is larger overshoot: any
The control is based on measurement and control of three negative error integrated during transient response must be
parameters - mainly a) Drum level b) steam flow c) feed water integrated away by positive error before we reach steady state.
flow. This three-element controller is often referred as cascade c. Kd: Derivative Gain - Larger Kd decreases overshoot, but
controller in which a drum level control unit is cascaded into a slows down transient response and may lead to instability due
feed water flow control unit This control system is ideally to signal noise amplification in the differentiation of the
suited where a boiler plant consists of multiple boilers and error.[7]
multiple feed water pumps or feed water valve has variation in In three element control drum level is maintained by
pressure control valve. By using cascade control mechanism controlling steam flow rate of drum. PID tuning is the process
level of drum act as a primary loop and flow element act as a of finding the values of proportional, integral, and derivative
secondary loop and steam flow element act as a feed forward gains of a PID controller to achieve desired performance and
controller. Level element and steam flow element mainly meet design requirements The tuning of PID controller for
correct for unmeasured disturbances within the system such as three element is shown in fig below:
boiler blow down. Feed water flow element responds rapidly
to variations in feed water demand either from the feed water
pressure and steam flow rate of feed forward signal .

IV.PROBLEM FORMULATION
A drum of boiler is taken and the drum level control of
the boiler is achieved using PLC-PID controller and
supervised using SCADA. The analysis, study and testing of
overall system for the various combinations is taken .

PID Controller
The Proportional-Integral-Derivative (PID) controller operates
the majority of modern control systems and has applications
in many industries. A PID controller calculates an error value
as the difference between a measured process variable and a
desired set point. Fig.5.Regulation of boiler drum level using PID controller

An automated PID tuning workflow involves:


 Identifying drum level from input-output test data.
 Modelling PID controllers in PLC using PID blocks.
 Automatically tuning PID controller gains and fine-tune our
design interactively
 Tuning single-input single-output PID controllers as well as
multiloop PID controller.[8]
Fig.4.PID block diagram.
raise the level of safety: Industrial automation increases the
level of safety to personnel by substituting them with
automated machines in hazardous working conditions.
Traditionally, industrial robots are implemented in such risky
and hazardous places.

improve product quality: when automation reduces the


human participation, it will reduces of human errors. Due to
this product quality with a greater conformity can be
maintained with automation by adaptively controlling and
monitoring the industrial processes in all stages right from
inception of a product to an end product.

VI. PLC: Programmable Logic Controller:

Fig6..PID tuning wizard


Programmable Logic Controller (PLC) is used for the
automation with ability to re-programmed the logic according
to requirements of user in process industry.

DRUM
Parameter Rise Overshoot Settling Steady- Stability
Time Time State
Error

𝑲𝒑 Decrease Increase Small Decrease Degrade Input unit PLC Output


Change unit
𝑲𝒊 Decrease Increase Increase Eliminate Degrade

kd Minor Decrease Decrease No Effect Improve


Change if 𝐾𝑑 SCADA
small

Table 1: Effect of increasing parameter independently Fig7. General interfacing of PLC

V. AUTOMATION:
A]DELTA PLC:
Automation means a step further mechanization that uses Delta PLC is nothing but function of storing procedures,
a particular machinery mechanism aided human operators for handle extending principles, function of sequential/position
performing a task and replaces the human involvement with control, timed counting and mainly input/output control in
the help of logical programming commands. large process to .perform the tasks.
These automation devices include PLCs, PCs,DCS etc. Here the system analysis and control is performed by
DeltaPLC EX2 Series controller which is configured and
Advantages of Automation System: programmed by WPL Software 2.47.
The analog input module receives external 4-point
analog signal input (voltage or current) and converts it into
To increase productivity: Automation of the process
digital signal. It consist of 8DI,6DO,4AI,2AO.The
industry improves production rate with help of a better
communication between PC and PLC Can be takes place via
control of production. Also it helps to produce a greater
RS-232 communication cable. Size is small and easy to
production quality. Therefore, for a given labor input it
install. Users can select input from voltage or current via
produces a large amount of output.[2]
wiring. Voltage input range is±10V DC (resolution is 1.25
mV). Current input range is ±20 mA (resolution is 5 μA).
reduce manual operations: Automation completely reduces
the need for manual checking of various process parameters.
By taking advantage of automation technologies, industrial
processes automatically adjusts process variables to set or
desired values using closed loop control techniques.
VIII SCADA:

Fig 8.Delta PLC

B] PLC working:

It consist of scanning of a program. The scanning


process involves three basic steps:
Fig9.SCADA implementation

Step 1: checking input status SCADA stands for Supervisory Control and Data
First the PLC checks each of its input of system to see which Acquisition. As the name indicates, it is not a full control
one has status on or off. In other words it checks whether a system, but rather focuses on the supervisory level.
switch or a sensor etc., is activated or not. The information What is SCADA? It is used to monitor and control plant
that the processor thus obtains through this step is stored in or equipment. The control may be automatic or initiated by
memory in order to be used in the following steps. operator commands. The data acquisition is accomplished
firstly by the RTU’s scanning the field inputs connected to the
Step 2: execute program: RTU (it may be also called a PLC – programmable logic
Here, a PLC executes a program instruction according to controller.). This is usually at a fast rate. The central host will
instruction based on the program and based on the status of scan the PTU’s (usually at a slower rate). The data is
the input has obtained in the preceding step, and appropriate processed to detect alarm conditions, and if an alarm is
action is taken. The action might be activation of certain present, it will be displayed on special alarm lists.
outputs and the results can be put off and stored in memory to The SCADA RTU which provides intelligence in the
be retrieved later in the following steps. field, and allows the central SCADA master to communicate
with the field instruments. It is a stand-alone data acquisition
Step 3: Checking and Correction of output status: and control unit. Its function is to control process equipment
Finally, a PLC checks up output signals and adjust it has at the remote site, acquire data from the equipment, and
needed. Changes are performed based on the input status that transfer the data back to the central SCADA system.
had been read during the first step and based on the result of Dia-view software enables you to configure a system
the program execution in step two – following execution of environment that provides Supervisory control, batch
step three PLC returns a beginning of the cycle and processing, data acquisition, continuous control, and statistical
continually repeats these steps. [11] process control for industrial application

CONCLUSION
Benefits of delta PLC:
In this work, three element control using PLC-PID
 Fast programming, Auto backup functions to prevent and SCADA was designed and controlled. Different sensors
losing program and data even when the battery runs are used to measure the temperature, pressure and water level.
out. Water level can be measured with level sensors. SCADA will
 It provides 4 level password protection to save our be used to monitor the parameters and PLC to control the
program and whole operation. Delta PLC software can used to simulate the
PID & DIAVIEW software for design of drum automation
simulation.
The future research is to focus on the application [16]T.Karuppiah, Sivasankaran V, Azha , Periasamy, Muruganand
S―Embedded System Based Industrial Power Plant Boiler Automation Using
oriented implementation of remote monitoring of boiler
GSM Technology‖ IJARCCE Vol. 2, Issue 8, August 2013
Automation by SCADA internet access.

ACKNOWLEDGMENT

I would like to thank SINHAGAD College of Engineering,


Pandharpur for providing Excellent computing facilities &
Encouragement.

REFERENCES

[1] Roopal Agrawal, Umesh C. Pati, ―Design and Data Logging of Three
Element Boiler Level Control Using LabVIEW‖, National Conference on
Recent Advances in Chemical and Environmental Engineering (RACEE),
Rourkela, Jan 2012
[2]Electricaltechnologywebsiteavailablehttps://www.electricaltechnology.org/
2015/09/what-is-industrial-automation.html
[3] S.Kalaivani and M.Jagadeeswari PLC & SCADA Based Effective
Boiler Automation System for Thermal Power Plant International Journal of
Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 4 Issue 4, April 2015
[4] Patel Pratikbhai, 2Rokade Shashikant, 3 Gilbile Sameer, 4S.S.Shingare
Design and development of 3 element control of boiler Vol-2 Issue-3 2016
[5] 1Keyur Solanki, 2Jalpa Shah, 3Nishith Bhatt –‘Modeling and Simulation
of prototype of boiler drum level control’ ISSN (Print) : 2321-5747, Volume-
2, Issue-2,2014
[6] Lakshmi P M1, Dr.H.Prasanna Kumar2’’ One/Three Element Method
using PLC DCS” International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering Vol. 5, Issue 8, August 2016
[7]1Mr. J.Gnana Arun Johnson, 2Neethu P S, ‘FUZZY LOGIC BOILER
DRUM LEVEL CONTROL’ International Journal of Pure and Applied
Mathematics Volume 116 No. 23 2017, 463-469
[8] V. Pavithra, Dr. G. Mary Jansi Rani ‘Boiler Drum Level Control Using
Internal Model Controller’© 2015 IJIRT | Volume 1 Issue 12 | ISSN:
2349-6002
[9] Sayyad Rifat Arbaaz 1, Prof. W.V.Patil2 & Mr. Sunil
Panchal3“Development of Advanced Boiler Automation for Sugar
Industries” Imperial Journal of Interdisciplinary Research (IJIR) Vol-3,Issue
2017
[10] Sanjoy Kumar Chakraborty1, Nilotpal Manna2 and Surodh Dey3
“Importance of three elements boiler drum level control and its installation in
power plants” International Journal of Instrumentation and Control Systems
(IJICS) Vol.4, No.2, April 2014
[11]K. Ghousiya Begum1, D.Mercy2, H. Kiren Vedi3, M. Ramathilagam4
“An Intelligent Model Based Level Control of Boiler Drum” International
Journal of Emerging Technology and Advanced Engineer , Issue 1, January
2013
[ 12] A. Amarnath Kumaran1, M. Ponni Bala2, V. Sivaraman3International
Journal for Research in Applied Science & Engineering Technology
(IJRASET) ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 6.887
Volume 6 Issue III, March 2018-
[13] Shiji S.R1, Anish .S 2, Swapna .M ‘ Boiler Drum Level Control In
Thermal Power Plant’ International Advanced Research Journal in Science,
Engineering and Technology National Conference on Emerging Trends in
Engineering and Technology (NCETET’16)
[14] GuiLi Yuan ‘The Design for the Boiler Drum Level System
Based on Immune Control’ JOURNAL OF COMPUTERS, VOL. 7, NO. 3,
MARCH 2012
[15] K. Gowri Shankar,” Control of Boiler Operation using PLC – SCADA”
Proceedings of the international MultiConference of engineering and
Computer Scientists

You might also like