SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Power Electronics and Drive System (IJPEDS)
Vol. 11, No. 4, December 2020, pp. 1767~1774
ISSN: 2088-8694, DOI: 10.11591/ijpeds.v11.i4.pp1767-1774  1767
Journal homepage: http://ijpeds.iaescore.com
Real-time monitoring and control of flow rate in transportation
pipelines using matlab-based interactive GUI and PID
controller
S. Vijayalakshmi, C. Anuradha, R. C. Ilambirai, Viswanathan Ganesh
Department of Electrical and Electronics Engineering, SRM Institute of Science and Technology, India
Article Info ABSTRACT
Article history:
Received Nov 14, 2019
Revised Apr 26, 2020
Accepted Jun 26, 2020
In this paper, a Matlab based GUI and Propotinal Integral Dervative (PID)
controller is designed to automatically regulate the flow-rate of the
circulating fluid. When fluids are transported over long distances, the
pressure and flow rate have to be monitored remotely in a control room.
Using an HMI or Control Panels the flow rate can be increased or decreased
to compensate for pressure drops or disturbances. This paper attempts to
demonstrate such an Industrial Control Operation in a scaled-down
environment. A Graphical User Interface or GUI is constructed which
enables the Operator to monitor, as well as control an electronically actuated
Control Valve which can efficiently regulate the flow-rate. Automatic
operations have also been implemented using a PID controller algorithm,
which tries to track the Set-point in Real-time.
Keywords:
Actuator
Control Valve
GUI
Matlab
PI Controller
Transportation pipeline
This is an open access article under the CC BY-SA license.
Corresponding Author:
S. Vijayalakshmi,
Departement of Electrical and Electronics Engineering,
SRM Institute of Science and Technology,
SRM Nagar, Kattankulathur, Chengalpattu Dsitrict, 601203, Tamil Nadu, India.
Email: shiviji2017@gmail.com
1. INTRODUCTION
Globally when transporting large volumes of fluids over long distances, pipeline provides the most
commercially and economically sustainable solution for transportation. They find widespread adoption across
all industries, from petroleum and fuels, to sewage and slurry, as well as clean water for irrigation or drinking
purposes. Only requiring a pump for providing the pressure at one end, effortless transportation from remote
locations become possible with very little additional manpower and monitoring. Thus, pipeline transportation
beats traditional options such as trucks, or the railroad, with prices of the former being 2-3 times lesser. The
only downside with pipelines is detecting the location of leaks, which are often very small and hard to track-
down. But with the current generation of highly precise sensing equipment, and machine-learning aided
tools, even that problem is being effectively tackled. An ultrasonic type flow meter is used along with linear
array transducer for metal pipe sytem [1]. However, concentration of bubble has an effect due to ultrasonic.
Proportional integral derivative (PID) is used to control flow of liquid and verified with lypanpuu stability
analysis [2]. Comprehensive control for micro fluid is implemented using fabrication techniques [3]. An
analytical numerical method is developed for finding error in flow of fluid when it crosses the bends for
dufferent diameters of pipe [4]. Outlet pressure of pipe is controlled with PID controller using LabView
software tool [5]. Time dependent method for different porous material for transportation of fluid
is presented [6]. A reduction algorithm is introduced for ultrasound detection of flow rate [7].
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774
1768
PID controller is used for oil pipe line control and the flow conrol is monitored [8]. A macro
distributed control system using Pump, PLC and RCC layers are designed to control the pressure oil in
Centrifugal Pumps [8]. Review is conducted on micropaper fluid controls which are easy to control the fluid
flow [10]. Centrifugal pump is designed using Hardware -In – Loop (HIL) is developed. Pressure inside the
Pipe is controlled using HIL during static and dynamic mode [11]. Fuzzy Logic Controller (FLC) and PID
controller monitors and controls the flow rate of petrol [12]. Vector matrix control based pressure control is
applied variable speed drives [13]. In [14] a least cost sizing is adopted for reducing pipe size.
The cost of transportation through pipelines decreases drastically as the flow-rate is increased which
are illustrated in the Figure 1. Companies in the pipeline transportation business thus try to maintain the
shighest possible flow-rates, and invest in pipes of larger diameter as that helps to reduce costs. But increase
in flow-rate pressure too increases quite dramatically, especially if the diameter of the pipeline is smalleras
shown in Figure 2. This increases the chances of leakages, or in worst cases explosions which might damage
large portions of the pipeline network. To remedy this, systems are installed that monitor the flow-rate in real
time and regulate it when the pressure values reach unsafe limits, and to reduce large fluctuations in the flow-
rate from the source end.
Figure 1. Cost of transportation versus flow-rate Figure 2. Pipeline pressure versus flow-rate
Regulation of the flow-rate parameter is usually done using electronically actuated control
valves [15-17]. PID controller provides the effective flow control therby increase the performance
the system [18-23]. This gives the operator the benefits of both manual as well as automatic operations. Since
the actual equipments are located remotely, they are interfaced using computer based systems. An HMI or
Human Machine Interface is a type of touch-screen device which runs a GUI in real time and allows control
and monitoring operations. The GUI can also directly be run on a computer. The GUI is constructed in
Matlab with virtual dials and knobs and buttons that are interfaced with field equipments [24, 25].
2. PID CONTROLER
One of the most commonly used closed-loop control algorithms used for Industrial Automation
worldwide is the PID algorithm [25]. A PID controller is implemented by basically calculating three separate
parameters such as the Proportional, the Integral and the Derivative gain constants in real time, and
generating a Control signal which a function of these gain values. The controller measures the value of a
system variable, known as the Process Variable (PV), and compares it with the desired value, known as the
Set Point (SP). The difference between the two is the error signal, denoted by e(t). This error term is
multiplied with the path gain constants (Kp, Kd and Ki) to determine the Output Response.
The task of the Controls Engineer is to tune the controller, so as to get the most suitable
performance from the system. The Proportional Gain kp determines how aggressively, or conservatively the
controller with respond to an input. A large kp makes the system faster, but with increased Overshoot. And a
P-controller with only Proportional Gain will always have a large non-zero steady state error. This means the
System can never fully reach the Set point (SP) value. This is where the Integral gain comes in. Working
alone it is very slow and unusable, but a PI - controller with properly tuned kp and kp value is incredibly
robust, and will ensure zero steady state error. But this improved performance comes at a price of increased
overshoot and system oscillations. Thus the derivative Gain kd is required, which doesn't actually consider the
value of the error signal, and instead works on the Rate of change of the e(t) term. It provides minimal
impetus, when PV = SP, and the derivative of the e(t) term is almost zero.
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi)
1769
Figure 3. Response of PV to step change
But during initial operations, when PV is lesser than SP, the Derivative Controller tries to flatten the
e(t) curve by damping the force applied. This essentially eliminates the overshoot, which is but a decaying
Sinusoid function as shown in Figure 3. Figure 4 shows block diagram of PID controller.
Figure 4. Block diagram of PID controller
In certain systems where the Plant Model is known, traditional lead-lag compensators are known to
provide much better performance, when compared to poorly tuned PID controllers. Since the controller
focuses on the feedback loop, and no strict knowledge of the system is required, from a Control Systems
standpoint, the performance remains strictly reactive, and that is a big compromise in certain critical
applications. Poorly tuned controllers are known for high overshoot, slow reaction times, or even horrible
oscillations that can actually damage the actuating member.
3. RESULTS AND ANALYSIS
The first stage of this multi-disciplinary project involved using the tools available in
Matlab/Simulink to create a simplified model of the system, and test the behaviour of the various parameters.
Two sets of models were constructed and tested.
One was without the PI controller, and therefore no corrections to the position of the actuating
member, and the other one with a proper controller implementation. The simulated output is depicted in
Figure 5. In the first model there is no feedback controller to correct the position of the actuator when it
deviates from the Set point value and thus the Output Response fails to accurately track the Set point. Also,
there is a large overshoot at the middle of the curve, which is to be avoided as shown in Figure 6. Now a PID
Controller is implemented.
It is obvious from the simulation results that the controller helps to eliminate errors and the system
performs optimally as illustrated in the Figure 7. The Variable Set point was being tracked by the actuator.
There are actually two controller loops in the model. The inner loop controls the position of the actuator,
while the outer loop controls the pressure and flow-rate of the circulating fluid. The main PID controller runs
on the outer loop. The constant values of parameters kp and ki were determined using the Matlab Linearized
Tuning Toolbox.
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774
1770
Figure 5. Simscape fluids modelled with actuator and controller
Figure 6. System responses with no PID controller Figure 7. System response with PID controller
3.1. Hardware design
The electronics is mounted on a panel that is physically separated from the pipeline, to protect them
from any leaks. The motor is connected to the Control Valve using a simple gear-based coupling assembly. A
dedicated AC to DC power adapter is also provided, which connects to the Motor Driver module which
supplies the motor which has a full-load current draw of about 3 Amps. Figure 8 shows the hardware design
of the system.
Water is chosen as the circulating fluid for the sake of simplicity. Its flowing through a pipeline and
it passes through a digital flow-rate sensor that operates on the principle of Hall Effect. This sensor outputs
the value to a Arduino microcontroller. The Arduino is interfaced with, and is programmed using the Matlab
GUI backend platform. It enables us to control both the User Interface and also program the Arduino from
the same set of rich tools. The Arduino also controls a high power Motor Driver Circuit that takes in 20 V of
DC power and drives a high-torque geared-dc servo motor, which is shown in Figure 9.
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi)
1771
Figure 8. Hardware model of pipeline Figure 9. Basic pipeline model
3.2. Hardware results
Electronic hardware circuit is depicted in Figure 10. The operator interacts with the system by using
this GUI Control Panel as shown in Figure 11. The Toggle switch puts the system in either open-loop or
Manual Mode, where the Discrete Knob gives users direct control of the actuator, or Automatic or closed-
loop mode where the user has to only select the Set point using the Flow-rate Control Knob, and the PID
algorithm does all the work. The Gauge displays the value, which is measured by the Flow Sensor. The two
Arduinos communicate with each other to exchange Analog data using a basic RC filter based DAC that
converts the PWM output of the Arduino to Analog signals.
Figure 10. Electronics hardware frit zing circuit Figure 11. GUI implementation
3.2.1.Open Loop Response
The system is operated in open-loop or Manual Mode initially. Here the operator has direct control
of the actuator, and controls the Percentage Opening of the Control Valve. But in open-loop mode the system
cannot react to disturbances and the operator has to manually control the flow-rate which is illistrated in
the Figure 12.
The operator can switch to the Automatic or closed loop control mode by flipping the Toggle switch
in the GUI. The PID algorithm runs in the field side Arduino device and it receives the Setpoint value from
the Remote side Arduino, and the real-time PV values from the Flow Sensor. Ten it does Setpoint Tracking
and Disturbance Rejection in real-time. Figure 13 shows the closed loop response.
Initially it is established that the system performs as expected with a constant Set point value, set
using the Matlab based GUI. It can even reject small disturbances in flow-rate introduced by varying the
source pressure. After this a typical step input was given to the system by changing the Set point from about
11 L/min to 23 L/min, and even then the system performs as expected. The large overshoot is a result of
imperfect tuning of the controller, and can be easily eliminated by even finer tuning which is depicted in
the Figure 14.
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774
1772
Figure 12. Open loop system response Figure 13. Closed loop system response
Figure 14. System response with step input
3.2.2.Comparisons with PLC Simulation
PLC ladder logic was built and tested using the Siemens Logosoft PLC Simulator software.
Since industries demand more robust solutions, PLCs are preferred over microcontrollers. As a
proof-of-concept the Disturbance Rejection and Setpoint tracking concepts of this project were implemented
in the Simulator. PLC ladder logic is shown in the Figure 15. The simulator response matches the response of
the actual System Hardware as it demonstrated automatic Set point tracking, but not without the limitations
of the Demo version of the Logosoft software.
The true application of this easily scalable project lies in implementing a SCADA based GUI that
can communicate with a PLC and associated analog IO components in the field. Figure 16 shows the setpoint
tracking in PLC simulator.
Figure 15. PLC ladder logic Figure 16. Setpoint tracking in PLC simulator
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi)
1773
4. CONCLUSION
A completely automated closed-loop flow-rate control system is implemented using open-source
Arduino microcontroller, and a Matlab based GUI is built to interact with the system. A electro-mechanical
actuator is designed that acts as a motorized flow-control valve and can regulate the flow-rate of pipelines in
real-time, whilst providing remote Monitoring capabilities using the GUI. The scalable nature of the project
makes it a desirable in a larger Industrial Setup. Also, this project has provided the involved students with
great learning opportunities in a wide variety of topics, including Actuator Design, GUI backend
programming, PID Controllers and tuning fundamentals, as well as basics of Global Pipeline Transportation.
REFERENCES
[1] Nguyen, T. H. L., & Park, S, “Multi-Angle Liquid Flow Measurement Using Ultrasonic Linear Array Transducer,”
Sensors, vol. 20, no. 2, pp 388, 2020.
[2] Razvarz, Sina, Cristóbal Vargas-Jarillo, Raheleh Jafari, and Alexander Gegov. "Flow control of fluid in pipelines
using PID controller." IEEE Access, vol. 7, pp. 25673-25680, 2019.
[3] Lim, Hosub, Ali Turab Jafry, and Jinkee Lee, “Fabrication, Flow Control, and Applications of Microfluidic Paper-
Based Analytical Devices,” Molecules, vol. 24, no. 16, pp. 2869, 2019.
[4] Songsong Zhang, Baohuan Su, Jianmin Liu, Xuemin Liuc, Guoli Qi, Yajun Ge, “Analysis of flow characteristics
and flow measurement accuracy of elbow with different diameters,” IOP Conf. Series: Earth and Environmental
Science, vol. 113, no. 1, pp. 012231, 2018.
[5] Entezari, Ahmad, and Ahmad Afifi. “A PID for needle valve output pressure control based on servo motor &
LabVIEW,” International Conference on Knowledge-Based Engineering and Innovation (KBEI), pp. 0151-0155.
IEEE, 2017.
[6] Cummins, Brian M., Rukesh Chinthapatla, Frances S. Ligler, and Glenn M. Walker. “Time-dependent model for
fluid flow in porous materials with multiple pore sizes,” Analytical chemistry, vol. 89, no. 8, pp. 4377-4381, 2017.
[7] Zhou, Quan, et al. “Research on mud flow rate measurement method based on continuous Doppler ultrasonic
wave,” International Journal of Optics, 2017.
[8] E.B. Priyanka and C. Maheswari, “Parameter Monitoring and Control During Petrol Transportation Using PLC
Based PID Controller,” Journal of Applied Research and Technology, vol. 4, no. 2, pp. 125-131, 2016.
[9] Ning Wei, Xiaochun Li, Qian Wang, Shuai Gao, “Budget-type techno-economic model for onshore CO2 pipeline
transportation in China,” International Journal of Greenhouse Gas Control, vol. 51, pp. 176-192, 2016.
[10] Jeong, Seong-Geun, Jongmin Kim, Si Hyung Jin, Ki-Su Park, and Chang-Soo Lee. “Flow control in paper-based
microfluidic device for automatic multistep assays: A focused minireview,” Korean Journal of Chemical
Engineering, vol. 33, no. 10, pp. 2761-2770, 2016.
[11] Levon Gevorkov, Valery Vodovozov, Tonu Lehtla and Zoja Raud., “PLC-Based Hardware-in-the-Loop Simulator
of a Centrifugal Pump,” International Conference on Power Engineering, Energyand Electric Drives, IEEE, pp.
491-496, 2015.
[12] Bhandare, Deepa Shivshant, and N. R. Kulkarni, “Performances evaluation and comparison of PID controller and
fuzzy logic controller for process liquid level control,” 2015 15th International Conference on Control, Automation
and Systems (ICCAS), pp. 1347-1352. IEEE, 2015.
[13] Valery Vodovozov, Zoja Raud and Levon Gevorkov, “PLC-Based Pressure Control in Multi-Pump Applications,”
in Electrical, Control and Communication Engineering, Vol. 9, No. 1, pp 23-29, 2015.
[14] Taimoor Asim, Rakesh Mishra, Suman Pradhan and and Kuldip Ubbi, “A Study on Optimal Sizing of Pipeline
Transporting Equi-sized Particulate Solid-Liquid Mixture,” Journal of Physics: Conference Series, vol. 364, no. 1,
pp. 012072, 2012.
[15] Ahmad Entezari, and Ahmad Afifi, “A PID for Needle Valve Output Pressure Control Based on Servo Motor &
LabVIEW,” International Conference on Knowledge-Based Engineering and Innovation (KBEI), pp. 0151-0155.
IEEE, 2017.
[16] Jagdish B. Mandhare and Sharad P. Jadhav, “LabView based PI Controller for a Level Control System,”
International Conference on Advanced Computing, 2014.
[17] So-Nam Yun, Young-Bog Ham and Haeng-Bong Shin, “Proportional Fuel Flow Control Valve for Diesel
Vehicle,” 2008 International Conference on Control, Automation and Systems, IEEE, pp. 94-98, 2008.
[18] Saleem, Ashraf, Hisham Soliman, Serein Al-Ratrout, and Mostefa Mesbah. "Design of a fractional order PID
controller with application to an induction motor drive," Turkish Journal of Electrical Engineering & Computer
Sciences, vol. 26, no. 5, pp. 2768-2778, 2018.
[19] Patil, N. A., and G. V. Lakhekar, “Design of PID controller for cascade control process using genetic algorithm,"
International Conference on Intelligent Computing and Control Systems (ICICCS), pp. 1089-1095. IEEE, 2017.
[20] Xu, Ling, and Feng Ding, “Design of the PID controller for industrial processes based on the stability margin,”
Chinese Control and Decision Conference (CCDC), pp. 3300-3304. IEEE, 2016.
[21] Matin, Farzin, Hamid Cheraghi, Nasim Sobhani, Farzin Piltan, and Maryam Rahmani, “Research on PID-Based
Minimum Rule Base Fuzzy Controller in Active Joint Dental Automation,” International Journal of Grid and
Distributed Computing, vol. 9, no. 6, pp. 315-338, 2016.
[22] Nishant Kumar, Nitin Sharma, “Improve Performance of PV System by PID Controller,” International Journal of
Science, Engineering and Technology, vol. 2, no. 4, 2016.
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774
1774
[23] Kadu, C. B., and C. Y. Patil, "Design and Implementation of Stable PID Controller for Interacting Level Control
System," Procedia Computer Science, vol. 79, pp. 737-746, 2016.
[24] Sahaj Saxena, Palak Anmol, Yogesh V. Hote, “User-Friendly Matlab Based Graphical User Interface for
Performance Analysis of Control System,” 2015 International Conference on Computer and Computational
Sciences, pp. 26-31, 2015.
[25] Y. Peng, J. Luo, J. Zhuang, C. Wu, "Model reference fuzzy adaptive PID control and its applications in typical
industrial processes,” 2008 IEEE International Conference on Automation and Logistics, IEEE, pp. 896-90l, 2008.
BIOGRAPHIES OF AUTHORS
S. Vijayalakshmi received her Bachelor of Engineering Degree in Electrical and Electronics
Engineering from Madras University in the year 2000, Master of Engineering in Power
Electronics and Industrial Drives in the year 2006 and completed her Ph.D in 2019. She is
currently working as an Assistant Professor in the Department of Electrical and Electronics
Engineering, SRM Institute of Science and Technology, Tamilnadu, India. She has published
many papers in International journals. Her area of interest is Power Electronics and Renewable
energy systems.
C.Anuradha received her Bachelor of Engineering Degree in Electrical and Electronics
Engineering from Madras University in the year 2004 and Master of Engineering in Power
Electronics and Drives in the year 2010. She is currently working as an Assistant Professor in the
Department of Electrical and Electronics Engineering, SRM Institute of Science and
Technology, Tamilnadu, India. She is currently pursuing her Ph.D. in DC to DC converter. Her
area of interest is Electrical Drives and Electric vehicles.
R.C.Ilambirai received her Master degree in 2004, from SASTRA University, Tamilnadu and
Bachelor’s degree in 2002 from Madras Univeristy, Tamilnadu, India. She is currently working
as an Assistant Professor in the Department of Electrical and Electronics Engineering, SRM
Institute of Science and Technology, Tamilnadu, India. Currently she is pursuing her research in
the field of dc-dc power converters. Her other fields of interest includes renewable energy
resources, dc drives and hybrid power converters.
Viswanathan Ganesh is a Student currently studying B. Tech EEE in SRM Institute of Science
and Technology, Kattankulathur, Tamilnadu, India. He has also participated in many
International Conferences and also published papers in many International Journals. His
Research interests are Smart grid, Energy Management, Power Systems, Electrical Machines.

More Related Content

What's hot

Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control systemNilesh Bhaskarrao Bahadure
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelIAEME Publication
 
Level Control of Tank System Using PID Controller-A Review
Level Control of Tank System Using PID Controller-A ReviewLevel Control of Tank System Using PID Controller-A Review
Level Control of Tank System Using PID Controller-A ReviewIJSRD
 
Application of control system
Application of control systemApplication of control system
Application of control systemAvijit Adhikary
 
Control system and flowchart
Control system and flowchartControl system and flowchart
Control system and flowchartsjdc777
 
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...ISA Interchange
 
Control system basics, block diagram and signal flow graph
Control system basics, block diagram and signal flow graphControl system basics, block diagram and signal flow graph
Control system basics, block diagram and signal flow graphSHARMA NAVEEN
 
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENT
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENTEHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENT
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENTcsandit
 
Instruments - Introduction
Instruments - IntroductionInstruments - Introduction
Instruments - IntroductionPranavAutomation
 
Simulation of Automatic Water Level Control System by using Programmable Logi...
Simulation of Automatic Water Level Control System by using Programmable Logi...Simulation of Automatic Water Level Control System by using Programmable Logi...
Simulation of Automatic Water Level Control System by using Programmable Logi...ijtsrd
 
Feedback control: Handout1
Feedback control: Handout1Feedback control: Handout1
Feedback control: Handout1Wat Chayaprasert
 
cascade and ratio control word doc
cascade and ratio control word doccascade and ratio control word doc
cascade and ratio control word docUmer Farooq
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controllerijtsrd
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Controlrahulmonikasharma
 

What's hot (20)

Introduction to control systems
Introduction to control systemsIntroduction to control systems
Introduction to control systems
 
Control system basics_open and closed loop control system
Control system basics_open and closed loop control systemControl system basics_open and closed loop control system
Control system basics_open and closed loop control system
 
C045051318
C045051318C045051318
C045051318
 
Control system
Control systemControl system
Control system
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and level
 
Level Control of Tank System Using PID Controller-A Review
Level Control of Tank System Using PID Controller-A ReviewLevel Control of Tank System Using PID Controller-A Review
Level Control of Tank System Using PID Controller-A Review
 
Application of control system
Application of control systemApplication of control system
Application of control system
 
Control system and flowchart
Control system and flowchartControl system and flowchart
Control system and flowchart
 
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...
Simultaneous gains tuning in boiler turbine pid-based controller clusters usi...
 
Control system basics, block diagram and signal flow graph
Control system basics, block diagram and signal flow graphControl system basics, block diagram and signal flow graph
Control system basics, block diagram and signal flow graph
 
Pid controller
Pid controllerPid controller
Pid controller
 
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENT
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENTEHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENT
EHR ATTRIBUTE-BASED ACCESS CONTROL (ABAC) FOR FOG COMPUTING ENVIRONMENT
 
Instruments - Introduction
Instruments - IntroductionInstruments - Introduction
Instruments - Introduction
 
Control Systems
Control SystemsControl Systems
Control Systems
 
Pi dcontroller
Pi dcontrollerPi dcontroller
Pi dcontroller
 
Simulation of Automatic Water Level Control System by using Programmable Logi...
Simulation of Automatic Water Level Control System by using Programmable Logi...Simulation of Automatic Water Level Control System by using Programmable Logi...
Simulation of Automatic Water Level Control System by using Programmable Logi...
 
Feedback control: Handout1
Feedback control: Handout1Feedback control: Handout1
Feedback control: Handout1
 
cascade and ratio control word doc
cascade and ratio control word doccascade and ratio control word doc
cascade and ratio control word doc
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Control
 

Similar to Real-time monitoring and control of flow rate in transportation pipelines using Matlab-based interactive GUI and PID controller

IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET 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
 
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
 
Step variation studies of arm7 microcontroller based fuzzy logic
Step variation studies of arm7 microcontroller based fuzzy logicStep variation studies of arm7 microcontroller based fuzzy logic
Step variation studies of arm7 microcontroller based fuzzy logicIAEME Publication
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET Journal
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET Journal
 
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELPLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELIAEME Publication
 
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 BottlesIRJET Journal
 
Automatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAAutomatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAijtsrd
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemIaetsd Iaetsd
 
Control and Monitoring of Hydro Power Plants A Review
Control and Monitoring of Hydro Power Plants A ReviewControl and Monitoring of Hydro Power Plants A Review
Control and Monitoring of Hydro Power Plants A Reviewijtsrd
 
Implementation of closed loop control technique for improving the performance...
Implementation of closed loop control technique for improving the performance...Implementation of closed loop control technique for improving the performance...
Implementation of closed loop control technique for improving the performance...IJERA Editor
 
Design of Controllers for Liquid Level Control
Design of Controllers for Liquid Level ControlDesign of Controllers for Liquid Level Control
Design of Controllers for Liquid Level ControlIJERA Editor
 
Implementation of sequential design based water level monitoring and controll...
Implementation of sequential design based water level monitoring and controll...Implementation of sequential design based water level monitoring and controll...
Implementation of sequential design based water level monitoring and controll...IJECEIAES
 
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET Journal
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerIRJET Journal
 
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlAutomated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlIRJET Journal
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controllerIJCSES Journal
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET Journal
 

Similar to Real-time monitoring and control of flow rate in transportation pipelines using Matlab-based interactive GUI and PID controller (20)

IRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLCIRJET- Automatic Drip Irrigation System Using PLC
IRJET- Automatic Drip Irrigation System Using PLC
 
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...
 
Step variation studies of arm7 microcontroller based fuzzy logic
Step variation studies of arm7 microcontroller based fuzzy logicStep variation studies of arm7 microcontroller based fuzzy logic
Step variation studies of arm7 microcontroller based fuzzy logic
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
 
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELPLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
 
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
 
Automatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADAAutomatic Water Storage and Distribution System using Reliance SCADA
Automatic Water Storage and Distribution System using Reliance SCADA
 
iaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation systemiaetsd A novel approach towards automatic water conservation system
iaetsd A novel approach towards automatic water conservation system
 
Control and Monitoring of Hydro Power Plants A Review
Control and Monitoring of Hydro Power Plants A ReviewControl and Monitoring of Hydro Power Plants A Review
Control and Monitoring of Hydro Power Plants A Review
 
Implementation of closed loop control technique for improving the performance...
Implementation of closed loop control technique for improving the performance...Implementation of closed loop control technique for improving the performance...
Implementation of closed loop control technique for improving the performance...
 
Design of Controllers for Liquid Level Control
Design of Controllers for Liquid Level ControlDesign of Controllers for Liquid Level Control
Design of Controllers for Liquid Level Control
 
Implementation of sequential design based water level monitoring and controll...
Implementation of sequential design based water level monitoring and controll...Implementation of sequential design based water level monitoring and controll...
Implementation of sequential design based water level monitoring and controll...
 
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLCIRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
 
Bj4301341344
Bj4301341344Bj4301341344
Bj4301341344
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
 
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem ControlAutomated Drip Irrigation System using Water Pump Control with GSM Modem Control
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controller
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 

More from International Journal of Power Electronics and Drive Systems

More from International Journal of Power Electronics and Drive Systems (20)

Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Comparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farmsComparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farms
 
Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
Generator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion systemGenerator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion system
 
Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Prospect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in BangladeshProspect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in Bangladesh
 
A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...
 
Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
 
Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...
 
Short and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverterShort and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverter
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
 
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
 
Comparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converterComparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converter
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 

Real-time monitoring and control of flow rate in transportation pipelines using Matlab-based interactive GUI and PID controller

  • 1. International Journal of Power Electronics and Drive System (IJPEDS) Vol. 11, No. 4, December 2020, pp. 1767~1774 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v11.i4.pp1767-1774  1767 Journal homepage: http://ijpeds.iaescore.com Real-time monitoring and control of flow rate in transportation pipelines using matlab-based interactive GUI and PID controller S. Vijayalakshmi, C. Anuradha, R. C. Ilambirai, Viswanathan Ganesh Department of Electrical and Electronics Engineering, SRM Institute of Science and Technology, India Article Info ABSTRACT Article history: Received Nov 14, 2019 Revised Apr 26, 2020 Accepted Jun 26, 2020 In this paper, a Matlab based GUI and Propotinal Integral Dervative (PID) controller is designed to automatically regulate the flow-rate of the circulating fluid. When fluids are transported over long distances, the pressure and flow rate have to be monitored remotely in a control room. Using an HMI or Control Panels the flow rate can be increased or decreased to compensate for pressure drops or disturbances. This paper attempts to demonstrate such an Industrial Control Operation in a scaled-down environment. A Graphical User Interface or GUI is constructed which enables the Operator to monitor, as well as control an electronically actuated Control Valve which can efficiently regulate the flow-rate. Automatic operations have also been implemented using a PID controller algorithm, which tries to track the Set-point in Real-time. Keywords: Actuator Control Valve GUI Matlab PI Controller Transportation pipeline This is an open access article under the CC BY-SA license. Corresponding Author: S. Vijayalakshmi, Departement of Electrical and Electronics Engineering, SRM Institute of Science and Technology, SRM Nagar, Kattankulathur, Chengalpattu Dsitrict, 601203, Tamil Nadu, India. Email: shiviji2017@gmail.com 1. INTRODUCTION Globally when transporting large volumes of fluids over long distances, pipeline provides the most commercially and economically sustainable solution for transportation. They find widespread adoption across all industries, from petroleum and fuels, to sewage and slurry, as well as clean water for irrigation or drinking purposes. Only requiring a pump for providing the pressure at one end, effortless transportation from remote locations become possible with very little additional manpower and monitoring. Thus, pipeline transportation beats traditional options such as trucks, or the railroad, with prices of the former being 2-3 times lesser. The only downside with pipelines is detecting the location of leaks, which are often very small and hard to track- down. But with the current generation of highly precise sensing equipment, and machine-learning aided tools, even that problem is being effectively tackled. An ultrasonic type flow meter is used along with linear array transducer for metal pipe sytem [1]. However, concentration of bubble has an effect due to ultrasonic. Proportional integral derivative (PID) is used to control flow of liquid and verified with lypanpuu stability analysis [2]. Comprehensive control for micro fluid is implemented using fabrication techniques [3]. An analytical numerical method is developed for finding error in flow of fluid when it crosses the bends for dufferent diameters of pipe [4]. Outlet pressure of pipe is controlled with PID controller using LabView software tool [5]. Time dependent method for different porous material for transportation of fluid is presented [6]. A reduction algorithm is introduced for ultrasound detection of flow rate [7].
  • 2.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774 1768 PID controller is used for oil pipe line control and the flow conrol is monitored [8]. A macro distributed control system using Pump, PLC and RCC layers are designed to control the pressure oil in Centrifugal Pumps [8]. Review is conducted on micropaper fluid controls which are easy to control the fluid flow [10]. Centrifugal pump is designed using Hardware -In – Loop (HIL) is developed. Pressure inside the Pipe is controlled using HIL during static and dynamic mode [11]. Fuzzy Logic Controller (FLC) and PID controller monitors and controls the flow rate of petrol [12]. Vector matrix control based pressure control is applied variable speed drives [13]. In [14] a least cost sizing is adopted for reducing pipe size. The cost of transportation through pipelines decreases drastically as the flow-rate is increased which are illustrated in the Figure 1. Companies in the pipeline transportation business thus try to maintain the shighest possible flow-rates, and invest in pipes of larger diameter as that helps to reduce costs. But increase in flow-rate pressure too increases quite dramatically, especially if the diameter of the pipeline is smalleras shown in Figure 2. This increases the chances of leakages, or in worst cases explosions which might damage large portions of the pipeline network. To remedy this, systems are installed that monitor the flow-rate in real time and regulate it when the pressure values reach unsafe limits, and to reduce large fluctuations in the flow- rate from the source end. Figure 1. Cost of transportation versus flow-rate Figure 2. Pipeline pressure versus flow-rate Regulation of the flow-rate parameter is usually done using electronically actuated control valves [15-17]. PID controller provides the effective flow control therby increase the performance the system [18-23]. This gives the operator the benefits of both manual as well as automatic operations. Since the actual equipments are located remotely, they are interfaced using computer based systems. An HMI or Human Machine Interface is a type of touch-screen device which runs a GUI in real time and allows control and monitoring operations. The GUI can also directly be run on a computer. The GUI is constructed in Matlab with virtual dials and knobs and buttons that are interfaced with field equipments [24, 25]. 2. PID CONTROLER One of the most commonly used closed-loop control algorithms used for Industrial Automation worldwide is the PID algorithm [25]. A PID controller is implemented by basically calculating three separate parameters such as the Proportional, the Integral and the Derivative gain constants in real time, and generating a Control signal which a function of these gain values. The controller measures the value of a system variable, known as the Process Variable (PV), and compares it with the desired value, known as the Set Point (SP). The difference between the two is the error signal, denoted by e(t). This error term is multiplied with the path gain constants (Kp, Kd and Ki) to determine the Output Response. The task of the Controls Engineer is to tune the controller, so as to get the most suitable performance from the system. The Proportional Gain kp determines how aggressively, or conservatively the controller with respond to an input. A large kp makes the system faster, but with increased Overshoot. And a P-controller with only Proportional Gain will always have a large non-zero steady state error. This means the System can never fully reach the Set point (SP) value. This is where the Integral gain comes in. Working alone it is very slow and unusable, but a PI - controller with properly tuned kp and kp value is incredibly robust, and will ensure zero steady state error. But this improved performance comes at a price of increased overshoot and system oscillations. Thus the derivative Gain kd is required, which doesn't actually consider the value of the error signal, and instead works on the Rate of change of the e(t) term. It provides minimal impetus, when PV = SP, and the derivative of the e(t) term is almost zero.
  • 3. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi) 1769 Figure 3. Response of PV to step change But during initial operations, when PV is lesser than SP, the Derivative Controller tries to flatten the e(t) curve by damping the force applied. This essentially eliminates the overshoot, which is but a decaying Sinusoid function as shown in Figure 3. Figure 4 shows block diagram of PID controller. Figure 4. Block diagram of PID controller In certain systems where the Plant Model is known, traditional lead-lag compensators are known to provide much better performance, when compared to poorly tuned PID controllers. Since the controller focuses on the feedback loop, and no strict knowledge of the system is required, from a Control Systems standpoint, the performance remains strictly reactive, and that is a big compromise in certain critical applications. Poorly tuned controllers are known for high overshoot, slow reaction times, or even horrible oscillations that can actually damage the actuating member. 3. RESULTS AND ANALYSIS The first stage of this multi-disciplinary project involved using the tools available in Matlab/Simulink to create a simplified model of the system, and test the behaviour of the various parameters. Two sets of models were constructed and tested. One was without the PI controller, and therefore no corrections to the position of the actuating member, and the other one with a proper controller implementation. The simulated output is depicted in Figure 5. In the first model there is no feedback controller to correct the position of the actuator when it deviates from the Set point value and thus the Output Response fails to accurately track the Set point. Also, there is a large overshoot at the middle of the curve, which is to be avoided as shown in Figure 6. Now a PID Controller is implemented. It is obvious from the simulation results that the controller helps to eliminate errors and the system performs optimally as illustrated in the Figure 7. The Variable Set point was being tracked by the actuator. There are actually two controller loops in the model. The inner loop controls the position of the actuator, while the outer loop controls the pressure and flow-rate of the circulating fluid. The main PID controller runs on the outer loop. The constant values of parameters kp and ki were determined using the Matlab Linearized Tuning Toolbox.
  • 4.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774 1770 Figure 5. Simscape fluids modelled with actuator and controller Figure 6. System responses with no PID controller Figure 7. System response with PID controller 3.1. Hardware design The electronics is mounted on a panel that is physically separated from the pipeline, to protect them from any leaks. The motor is connected to the Control Valve using a simple gear-based coupling assembly. A dedicated AC to DC power adapter is also provided, which connects to the Motor Driver module which supplies the motor which has a full-load current draw of about 3 Amps. Figure 8 shows the hardware design of the system. Water is chosen as the circulating fluid for the sake of simplicity. Its flowing through a pipeline and it passes through a digital flow-rate sensor that operates on the principle of Hall Effect. This sensor outputs the value to a Arduino microcontroller. The Arduino is interfaced with, and is programmed using the Matlab GUI backend platform. It enables us to control both the User Interface and also program the Arduino from the same set of rich tools. The Arduino also controls a high power Motor Driver Circuit that takes in 20 V of DC power and drives a high-torque geared-dc servo motor, which is shown in Figure 9.
  • 5. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi) 1771 Figure 8. Hardware model of pipeline Figure 9. Basic pipeline model 3.2. Hardware results Electronic hardware circuit is depicted in Figure 10. The operator interacts with the system by using this GUI Control Panel as shown in Figure 11. The Toggle switch puts the system in either open-loop or Manual Mode, where the Discrete Knob gives users direct control of the actuator, or Automatic or closed- loop mode where the user has to only select the Set point using the Flow-rate Control Knob, and the PID algorithm does all the work. The Gauge displays the value, which is measured by the Flow Sensor. The two Arduinos communicate with each other to exchange Analog data using a basic RC filter based DAC that converts the PWM output of the Arduino to Analog signals. Figure 10. Electronics hardware frit zing circuit Figure 11. GUI implementation 3.2.1.Open Loop Response The system is operated in open-loop or Manual Mode initially. Here the operator has direct control of the actuator, and controls the Percentage Opening of the Control Valve. But in open-loop mode the system cannot react to disturbances and the operator has to manually control the flow-rate which is illistrated in the Figure 12. The operator can switch to the Automatic or closed loop control mode by flipping the Toggle switch in the GUI. The PID algorithm runs in the field side Arduino device and it receives the Setpoint value from the Remote side Arduino, and the real-time PV values from the Flow Sensor. Ten it does Setpoint Tracking and Disturbance Rejection in real-time. Figure 13 shows the closed loop response. Initially it is established that the system performs as expected with a constant Set point value, set using the Matlab based GUI. It can even reject small disturbances in flow-rate introduced by varying the source pressure. After this a typical step input was given to the system by changing the Set point from about 11 L/min to 23 L/min, and even then the system performs as expected. The large overshoot is a result of imperfect tuning of the controller, and can be easily eliminated by even finer tuning which is depicted in the Figure 14.
  • 6.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774 1772 Figure 12. Open loop system response Figure 13. Closed loop system response Figure 14. System response with step input 3.2.2.Comparisons with PLC Simulation PLC ladder logic was built and tested using the Siemens Logosoft PLC Simulator software. Since industries demand more robust solutions, PLCs are preferred over microcontrollers. As a proof-of-concept the Disturbance Rejection and Setpoint tracking concepts of this project were implemented in the Simulator. PLC ladder logic is shown in the Figure 15. The simulator response matches the response of the actual System Hardware as it demonstrated automatic Set point tracking, but not without the limitations of the Demo version of the Logosoft software. The true application of this easily scalable project lies in implementing a SCADA based GUI that can communicate with a PLC and associated analog IO components in the field. Figure 16 shows the setpoint tracking in PLC simulator. Figure 15. PLC ladder logic Figure 16. Setpoint tracking in PLC simulator
  • 7. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Real-time monitoring and control of flow rate in transportation pipelines using Matlab … (S. Vijayalakshmi) 1773 4. CONCLUSION A completely automated closed-loop flow-rate control system is implemented using open-source Arduino microcontroller, and a Matlab based GUI is built to interact with the system. A electro-mechanical actuator is designed that acts as a motorized flow-control valve and can regulate the flow-rate of pipelines in real-time, whilst providing remote Monitoring capabilities using the GUI. The scalable nature of the project makes it a desirable in a larger Industrial Setup. Also, this project has provided the involved students with great learning opportunities in a wide variety of topics, including Actuator Design, GUI backend programming, PID Controllers and tuning fundamentals, as well as basics of Global Pipeline Transportation. REFERENCES [1] Nguyen, T. H. L., & Park, S, “Multi-Angle Liquid Flow Measurement Using Ultrasonic Linear Array Transducer,” Sensors, vol. 20, no. 2, pp 388, 2020. [2] Razvarz, Sina, Cristóbal Vargas-Jarillo, Raheleh Jafari, and Alexander Gegov. "Flow control of fluid in pipelines using PID controller." IEEE Access, vol. 7, pp. 25673-25680, 2019. [3] Lim, Hosub, Ali Turab Jafry, and Jinkee Lee, “Fabrication, Flow Control, and Applications of Microfluidic Paper- Based Analytical Devices,” Molecules, vol. 24, no. 16, pp. 2869, 2019. [4] Songsong Zhang, Baohuan Su, Jianmin Liu, Xuemin Liuc, Guoli Qi, Yajun Ge, “Analysis of flow characteristics and flow measurement accuracy of elbow with different diameters,” IOP Conf. Series: Earth and Environmental Science, vol. 113, no. 1, pp. 012231, 2018. [5] Entezari, Ahmad, and Ahmad Afifi. “A PID for needle valve output pressure control based on servo motor & LabVIEW,” International Conference on Knowledge-Based Engineering and Innovation (KBEI), pp. 0151-0155. IEEE, 2017. [6] Cummins, Brian M., Rukesh Chinthapatla, Frances S. Ligler, and Glenn M. Walker. “Time-dependent model for fluid flow in porous materials with multiple pore sizes,” Analytical chemistry, vol. 89, no. 8, pp. 4377-4381, 2017. [7] Zhou, Quan, et al. “Research on mud flow rate measurement method based on continuous Doppler ultrasonic wave,” International Journal of Optics, 2017. [8] E.B. Priyanka and C. Maheswari, “Parameter Monitoring and Control During Petrol Transportation Using PLC Based PID Controller,” Journal of Applied Research and Technology, vol. 4, no. 2, pp. 125-131, 2016. [9] Ning Wei, Xiaochun Li, Qian Wang, Shuai Gao, “Budget-type techno-economic model for onshore CO2 pipeline transportation in China,” International Journal of Greenhouse Gas Control, vol. 51, pp. 176-192, 2016. [10] Jeong, Seong-Geun, Jongmin Kim, Si Hyung Jin, Ki-Su Park, and Chang-Soo Lee. “Flow control in paper-based microfluidic device for automatic multistep assays: A focused minireview,” Korean Journal of Chemical Engineering, vol. 33, no. 10, pp. 2761-2770, 2016. [11] Levon Gevorkov, Valery Vodovozov, Tonu Lehtla and Zoja Raud., “PLC-Based Hardware-in-the-Loop Simulator of a Centrifugal Pump,” International Conference on Power Engineering, Energyand Electric Drives, IEEE, pp. 491-496, 2015. [12] Bhandare, Deepa Shivshant, and N. R. Kulkarni, “Performances evaluation and comparison of PID controller and fuzzy logic controller for process liquid level control,” 2015 15th International Conference on Control, Automation and Systems (ICCAS), pp. 1347-1352. IEEE, 2015. [13] Valery Vodovozov, Zoja Raud and Levon Gevorkov, “PLC-Based Pressure Control in Multi-Pump Applications,” in Electrical, Control and Communication Engineering, Vol. 9, No. 1, pp 23-29, 2015. [14] Taimoor Asim, Rakesh Mishra, Suman Pradhan and and Kuldip Ubbi, “A Study on Optimal Sizing of Pipeline Transporting Equi-sized Particulate Solid-Liquid Mixture,” Journal of Physics: Conference Series, vol. 364, no. 1, pp. 012072, 2012. [15] Ahmad Entezari, and Ahmad Afifi, “A PID for Needle Valve Output Pressure Control Based on Servo Motor & LabVIEW,” International Conference on Knowledge-Based Engineering and Innovation (KBEI), pp. 0151-0155. IEEE, 2017. [16] Jagdish B. Mandhare and Sharad P. Jadhav, “LabView based PI Controller for a Level Control System,” International Conference on Advanced Computing, 2014. [17] So-Nam Yun, Young-Bog Ham and Haeng-Bong Shin, “Proportional Fuel Flow Control Valve for Diesel Vehicle,” 2008 International Conference on Control, Automation and Systems, IEEE, pp. 94-98, 2008. [18] Saleem, Ashraf, Hisham Soliman, Serein Al-Ratrout, and Mostefa Mesbah. "Design of a fractional order PID controller with application to an induction motor drive," Turkish Journal of Electrical Engineering & Computer Sciences, vol. 26, no. 5, pp. 2768-2778, 2018. [19] Patil, N. A., and G. V. Lakhekar, “Design of PID controller for cascade control process using genetic algorithm," International Conference on Intelligent Computing and Control Systems (ICICCS), pp. 1089-1095. IEEE, 2017. [20] Xu, Ling, and Feng Ding, “Design of the PID controller for industrial processes based on the stability margin,” Chinese Control and Decision Conference (CCDC), pp. 3300-3304. IEEE, 2016. [21] Matin, Farzin, Hamid Cheraghi, Nasim Sobhani, Farzin Piltan, and Maryam Rahmani, “Research on PID-Based Minimum Rule Base Fuzzy Controller in Active Joint Dental Automation,” International Journal of Grid and Distributed Computing, vol. 9, no. 6, pp. 315-338, 2016. [22] Nishant Kumar, Nitin Sharma, “Improve Performance of PV System by PID Controller,” International Journal of Science, Engineering and Technology, vol. 2, no. 4, 2016.
  • 8.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 11, No. 4, December 2020 : 1767 – 1774 1774 [23] Kadu, C. B., and C. Y. Patil, "Design and Implementation of Stable PID Controller for Interacting Level Control System," Procedia Computer Science, vol. 79, pp. 737-746, 2016. [24] Sahaj Saxena, Palak Anmol, Yogesh V. Hote, “User-Friendly Matlab Based Graphical User Interface for Performance Analysis of Control System,” 2015 International Conference on Computer and Computational Sciences, pp. 26-31, 2015. [25] Y. Peng, J. Luo, J. Zhuang, C. Wu, "Model reference fuzzy adaptive PID control and its applications in typical industrial processes,” 2008 IEEE International Conference on Automation and Logistics, IEEE, pp. 896-90l, 2008. BIOGRAPHIES OF AUTHORS S. Vijayalakshmi received her Bachelor of Engineering Degree in Electrical and Electronics Engineering from Madras University in the year 2000, Master of Engineering in Power Electronics and Industrial Drives in the year 2006 and completed her Ph.D in 2019. She is currently working as an Assistant Professor in the Department of Electrical and Electronics Engineering, SRM Institute of Science and Technology, Tamilnadu, India. She has published many papers in International journals. Her area of interest is Power Electronics and Renewable energy systems. C.Anuradha received her Bachelor of Engineering Degree in Electrical and Electronics Engineering from Madras University in the year 2004 and Master of Engineering in Power Electronics and Drives in the year 2010. She is currently working as an Assistant Professor in the Department of Electrical and Electronics Engineering, SRM Institute of Science and Technology, Tamilnadu, India. She is currently pursuing her Ph.D. in DC to DC converter. Her area of interest is Electrical Drives and Electric vehicles. R.C.Ilambirai received her Master degree in 2004, from SASTRA University, Tamilnadu and Bachelor’s degree in 2002 from Madras Univeristy, Tamilnadu, India. She is currently working as an Assistant Professor in the Department of Electrical and Electronics Engineering, SRM Institute of Science and Technology, Tamilnadu, India. Currently she is pursuing her research in the field of dc-dc power converters. Her other fields of interest includes renewable energy resources, dc drives and hybrid power converters. Viswanathan Ganesh is a Student currently studying B. Tech EEE in SRM Institute of Science and Technology, Kattankulathur, Tamilnadu, India. He has also participated in many International Conferences and also published papers in many International Journals. His Research interests are Smart grid, Energy Management, Power Systems, Electrical Machines.