SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1805
A TESTBED FOR REAL TIME WATER LEVEL CONTROL SYSTEM
1.1 Background of Study
In Nigeria and most of the developing countries, engineering education is facing unprecedented challenges and opportunities
in modern times because engineering students are not adequately exposed to the practical aspects of engineering in higher
institutions of learning due to insufficient equipment in school laboratories.
The design and development of a testbed for real time process control system is used to develop a platform where students
can quickly test run the algorithm of their real time process control system and know whether it will work or not before the
detailed implementation. Many different algorithms are used in the implementation of a process control system. The designed
approach used by the testbed starts with an algorithm state machine (ASM), which is converted into State transition Table
(STT), then is fully expanded and burnt into a Rom structure. The designed testbed is very simple and user friendly such that
students need not use an external guide but simply follow the procedures as prompted by the system. The universal control
software was deliberately chosen with the aim of teaching the students on how to use universal single software to control
different process.
1.2 Statement of the Problem
Engineering students are not adequately exposed to the practical aspects of engineering in higher institutions of learning in
Nigeria due to insufficient equipment in engineering laboratories. Quite often, final year students are faced with equipment–
related challenges while developing degree project design. In most cases, students contract out their project development for
lack of equipment within their departments and thereby lose the benefits of experience which a “do-it–yourself” approach
makes possible. Some who try hard to develop their projects by themselves despite the lack of equipment end up with either a
project that does not work at all or one that functions for a short time and fails, all because of under-design or lack of adequate
functionality testing. A real–time testbed will definitely mitigate these problems.
1.3 Aims and Objectives:
The aim of this research paper work is to design and develop an affordable testbed for process control experiment using the
algorithmic state machine (ASM) chart approach.
The objectives of this research work are to:
 Provide students with a means to rapidly test a process control algorithm before
detailed implementation.
 Automate the conversion of a state transition table (STT) which ROM storage requires.
1Department of Computer Engineering, Madonna University, Akpugo Campus, Enugu State, Nigeria
2Department of Computer Engineering Enugu State University of Science and Technology, Enugu, Nigeria
Obianyo Obianuju R1, Orji E.Z2
---------------------------------------------------------------------------------***-----------------------------------------------------------------------------
ABSTRACT- A testbed for real time process control system that serves as a platform for experimental set up, testing and
proving of a process concept has been developed in the course of this research paper work. The idea is to provide a platform
where students can quickly test run the algorithm of their real- time process control design and know whether it is workable
or not before the detailed implementation. The design approach supported by the testbed starts with an algorithmic state
machine which is converted into a state transition table, then fully expanded and burnt into a Read Only Memory (ROM)
structure. It was designed to be simple and user friendly such that students need not use an external guide but simply follow
the procedures as prompted by the system. The testbed is built with locally available materials and devices with local digital
experience. It can serve as a cheap and flexible platform for real–time process control experiments in higher institutions of
learning.
Keywords: Process control System, Testbed, Algorithm State Machine (ASM), State Transition Table (STT), fully expanded
State Transition Table, and Control Software.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1806
 Expose students to real time process control experiments
 To provide a platform for teaching the undergraduate students in the field of electronic engineering and other related
fields.
1.4 Literature review
A testbed is defined as any venue or setup used for experimentation, testing and proving a concept. It is a platform on which
assortment of experimental tools and products may be deployed and allowed to interact in real time. Process control is a term
used to describe any condition natural or artificial by which a physical quantity such as temperature, pressure, flow rate,
water level is regulated. The basic objective in process control is to regulate the value of some quantity which means to
maintain that quantity at some desired value regardless of external influence. The desired value is called the reference value or
the set point [1]. A Process control system can be a closed loop or an open loop system. A process control is typically a
sequential logic system whose control algorithm can be represented in the form of a flow chart called an algorithmic state
machine (ASM) chart [2] or in the form of State Transition Diagram (STD) [7].
1.5 Methodology
In this research paper work, the micro-coded ROM-based method is used and the state transition table is fully expanded and
instruction codes (program) were developed using a top-down design approach. This gives a lot of flexibilities as well as
enough room for further modifications.
1.6 Analysis
The testbed is designed to test liquid level process control system (water) using an ASM chart. The water level control system
algorithm operation is as follows:
 When the water level in the upper tank falls to the lower threshold point, a valve is opened to let water into the upper
tank. The signal that opens the valve can also be used to turn ON the water pump if anyone is in use.
 The water level lower threshold is monitored after a specified time. If there is no change in the lower threshold level
an error message is displayed in the liquid crystal Display (LCD) and it will wait in that state until there is button
pressed to return the system to state O. An alarm can also sound to call the attention of the process controller in case
he is at a far distance.
 But if after the specified time, the lower threshold has changed, it will be monitored until it is well above the lower
threshold, then it will enter state 2.
 At state 2, the water level upper threshold will be monitored until it is reached and the system will automatically
return to state 0.
1.7 System design Specifications
The digital integrated circuits used in the design and the development of a testbed for real time process control system
include: the AT89C52 microcontroller, the ADC0808CCN, 555 timer, the 74HC245 driver. The voltage requirement for each of
them is +5v.This +5v was supplied to each of the ICs from the power supply circuit with a7805 regulator IC. For the solid state
relays that are used in the output interface, the voltage required to switch them on is +9v, which is from the battery.
1.8 Hardware Subsystem Design
The hardware subsystem is made up of the following; input interface; the multiplexer, the functional codes and command
control which include exit and enter command.
The output interface is the liquid Crystal Display (LCD) and thecontrol system is the brain of the testbed
1.9 Design Calculations of the testbed
Oscillator Calculation
Duty Cycle = 60%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1807
Duty Cycle (D) = R1+R2 ---- (1)
R1+ 2R2
R1+R2 = 60% --------- (2)
R1+ 2R2
Therefore, 0.6 (R1+2R2) = R1+R-----(3)
1.2R2 –R2 = R1 - 0.6R1- -----------(4)
0.2R2 =0.4R1, ------ (5)
Therefore, R2=2R1 ---------- (6)
R1+2R2 =10k,
Therefore, R1+2(2R1) =10k ---- (7) R1+4R1 =10k,
Therefore, R=2k
Now,
R2=2xR1 = 2x2k =4k
Note that the period of the output,
T= 0.693(R1+R2) C ---------- (8)
But F = 1/T
Therefore, F = 1.44
(R1+2R2) C ------------ (9)
F = 1.44 = 100 kHz ----- (10)
(R1+2R2) C
C = 1.44
(R1+2R2) 100k
C =1.44nf
B. Calculation for the output drive transistor and resistors
Load current = 700mA
β > 5 x load current
Max Chip output current
Max chip output current= 35mA
Therefore,
β > 5 x 700mA =100 ----(11)
=35mA Assume β=120
I β = Ic = 700mA = 5.83mA
β 120
Chip Output Voltage = 5v =Vo
V0 =IBRB + VBE ; VBE = 0.7V----- (12)
RB =737.6Ω
Preferred Value = 730Ω
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1808
2.0 Discussion
Every ASM chart has an equivalent tabular representation known as a State Transition Table (STT). An ASM chart can be fully
described in terms of the link paths comprising it. A state machine such as is represented by an ASM chart attempts to change
state (that is transits from the present state to the next) when a clock pulse occurs.
A link path is a path followed from the present state back to itself or to another state when the clock pulse arrives. When there
is an input qualifier between the present state and another, the logic level of the qualifier determines the next State the
machine goes at the clock pulse. If there is no qualifier between the present state and the next, the machine must conditionally
transit from its present state to the adjacent state in the forward direction, when a clock pulse arrives.
Table 1.0: Fully Expanded State Transition Table
Hex Address Link path Lth Mth Uth B A Present State Code B1 A1 Next StateCode HV1 HV2 Location Content
00
08
L1
L1
0 0 0 00
00
0 0
0 0
0 0
0 0
0 0
0 00 1 0
10
14
18
1C
L2
L2
L2
L2
1 0 0 00
00
00
00
0 1
0 1
0 1
0 1
0 0
0 0
0 0
0 0
0 4
0 4
0 4
0 4
1 0 1
1 1 0
1 1 1
04
0C
L3
L3
0 0 1 00
00
1 1
1 1
0 0
0 0
0 C
0 C0 1 1
01
11
05
11
L4
L4
L4
L4
0 0 0 01
01
01
0 1
0 1
0 1
1 0
1 0
1 0
0 6
0 6
0 6
1 0 1
0 0 1
1 0 0 01 0 1 1 0 0 6
05
15
19
1D
L5
L5
L5
L5
0 1 0 01
01
01
01
0 0
0 0
0 0
0 0
1 0
1 0
1 0
1 0
0 2
0 2
0 2
0 2
0 1 1
1 1 0
1 1 1
03
07
13
17
L6
L6
L6
L6
0 0 0 11
11
11
11
1 1
1 1
1 1
1 1
0 1
0 1
0 1
0 1
0 D
0 D
0 D
0 D
0 0 1
1 0 0
1 0 1
0B
0F
1F
1B
L7
L7
L7
L7
0 1 0 11
11
11
11
0 0
0 0
0 0
0 0
0 1
0 1
0 1
0 1
0 1
0 1
0 1
0 1
0 1 1
1 1 0
1 1 1
To burn the fully expanded STT into Rom, the qualifiers and present state code together constitute the address bits to the ROM
while the next state code and output bits constitute the corresponding ROM content for each location.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1809
2.1 Conclusion
The designed testbed will enable easy learning of process control system in the classroom using algorithms as well as making
it possible to transfer theoretical work to practical reality are necessity in higher institutions of learning. Hence, it is an
educational tool. When mass produced, it will go a long way to improve the quality and standard of education in higher
institution of learning.
REFERENCES
1. Curtis D Johnson, Process Control Instrumentation Technology,8thEdition,2006,Prentice –Hall Inc. pp 1-10
2. Inyiama H.C, Okezie C.C, Designing of microcontroller -based universal process control systems, volume 2 number 2
(electroscope), November 2007. Department of Electronics Engineering, Nnamdi Azikiwe University, Awka.
3. Clare. C.R, Designing logic system using state machines (U.K, Mac Graw-Hill, 1937) pp1-108.
4. Micheal J. Point, Embedded C, 2002, Pearson Education Limited, pp17-34.
5. Atmel Corporation, Microcontrollers MCS - 51 family of product literature 2325 Orchard Parkway ,San Jose, CA
95131,USA.
6. B. Wittenmark, K.J. Astron and K.E Arzen(2003)”Computer Control: An Overview”. Department of Automatic Control,
Lund Institute of Technology, Sweden. (www.Control .lth.se/kursdr/fac pdf.)
7. Dennis Wixom Roth System Analysis &Design.
8. Mazidi M.A, Mazidi J.C, The microcontroller and Embedded Systems, 2000, Prentice-hall, Inc, Pearson Education, pp
28.
9. Dogan Ibrahim, Microcontroller projects in embedded C for the 8051, 2000, Biddles ltd Guidford and King`s Lynn pp
108.
10. Walter G. Jung IC timer cookbook (4300 west 82nd st .Indianapolis 48258 USA, Howard W. Sams &Co Inc 1977) pp 1-
36
11. Thomas L Floyd, Digital Fundamentals Tenth Edition 2009, Prentice –Hall, Inc Pearson Education, pp 390-396.
12. A. Aspinal and E. Dagles, Introduction to Microprocessor (College of Swansea, Department of Electrical/Electronic
Engineering, University, 1976) pp 1-50.
13. Bertram J.E: The Concept of state in the analysis of Discrete Time Control System, 1962, Joint AUTOM .Control Conf.
New York University (June 27 -29), Paper N0 11-1.
14. Mano, M., M., & Kime, C., R., Logic and computer design fundamentals. 3rded. Upper Saddle River, N.J.: Pearson
Education, 2004.
15. Owen. B. Beginner`s Guide to Electronics, 4thEdition, 1995. A Newness Technical Book, McGraw-Hill Companies inc.
New York, N.Y USA.
16. Roger L. Tokheim, Digital electronics principles and applications, fifth Edition, 1996, Glencoe/McGraw–Hill Companies
pp 158. 17-34
17. Horowitz, P and Winfield, H. The Art of Electronics, 2nd edition2002.CambrigdeUniversty, Press Cambridge, UK, pp 63-
66
18. Faissler, B. l, An introduction to modern Electronics, 1991, Willey, New York, NY, USA.

More Related Content

What's hot

Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
IRJET Journal
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...ijsrd.com
 
Aplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unitAplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unit
Emerson Exchange
 
A Distributed Time Triggered Control for a Feedback Control System
A Distributed Time Triggered Control for a Feedback Control SystemA Distributed Time Triggered Control for a Feedback Control System
A Distributed Time Triggered Control for a Feedback Control System
IRJET Journal
 
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
ijics
 
[IJET-V1I3P18] Authors :Galal Ali Hassaan.
[IJET-V1I3P18] Authors :Galal Ali Hassaan.[IJET-V1I3P18] Authors :Galal Ali Hassaan.
[IJET-V1I3P18] Authors :Galal Ali Hassaan.
IJET - International Journal of Engineering and Techniques
 
Process Education on Demand
Process Education on Demand Process Education on Demand
Process Education on Demand
Emerson Exchange
 
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
IOSR Journals
 
Interfacing delta v to motorized actuators addressing control applications
Interfacing delta v to motorized actuators addressing control applications Interfacing delta v to motorized actuators addressing control applications
Interfacing delta v to motorized actuators addressing control applications
Emerson Exchange
 
Application of kalman filtering in delta v
Application of kalman filtering in delta vApplication of kalman filtering in delta v
Application of kalman filtering in delta v
Emerson Exchange
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
Priya Hada
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16
John Todora
 
Plc report
Plc reportPlc report
Plc report
Priya Hada
 
Boot camp advanced tools and techniques
Boot camp   advanced tools and techniquesBoot camp   advanced tools and techniques
Boot camp advanced tools and techniques
Emerson Exchange
 
IRJET- Design and Implementation of High Speed FPGA Configuration using SBI
IRJET- Design and Implementation of High Speed FPGA Configuration using SBIIRJET- Design and Implementation of High Speed FPGA Configuration using SBI
IRJET- Design and Implementation of High Speed FPGA Configuration using SBI
IRJET Journal
 
Utilizing DeltaV Advanced Control Innovations to Improve Control Performance
Utilizing DeltaV Advanced Control Innovations to Improve Control PerformanceUtilizing DeltaV Advanced Control Innovations to Improve Control Performance
Utilizing DeltaV Advanced Control Innovations to Improve Control Performance
Emerson Exchange
 
Plc & Scada report 4
Plc & Scada report 4Plc & Scada report 4
Plc & Scada report 4
Lakshminarayan Solanki
 
Plc project report
Plc project reportPlc project report
Plc project report
Umair Rashid
 
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbusOn an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
ISA Interchange
 
Control loop_foundation_overview
 Control  loop_foundation_overview Control  loop_foundation_overview
Control loop_foundation_overview
Emerson Exchange
 

What's hot (20)

Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
Level control of Conical Tank Process using ANFIS based Model Reference Adapt...
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
 
Aplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unitAplication of on line data analytics to a continuous process polybetene unit
Aplication of on line data analytics to a continuous process polybetene unit
 
A Distributed Time Triggered Control for a Feedback Control System
A Distributed Time Triggered Control for a Feedback Control SystemA Distributed Time Triggered Control for a Feedback Control System
A Distributed Time Triggered Control for a Feedback Control System
 
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...Integrating fault tolerant scheme with feedback control scheduling algorithm ...
Integrating fault tolerant scheme with feedback control scheduling algorithm ...
 
[IJET-V1I3P18] Authors :Galal Ali Hassaan.
[IJET-V1I3P18] Authors :Galal Ali Hassaan.[IJET-V1I3P18] Authors :Galal Ali Hassaan.
[IJET-V1I3P18] Authors :Galal Ali Hassaan.
 
Process Education on Demand
Process Education on Demand Process Education on Demand
Process Education on Demand
 
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
Model-based Approach of Controller Design for a FOPTD System and its Real Tim...
 
Interfacing delta v to motorized actuators addressing control applications
Interfacing delta v to motorized actuators addressing control applications Interfacing delta v to motorized actuators addressing control applications
Interfacing delta v to motorized actuators addressing control applications
 
Application of kalman filtering in delta v
Application of kalman filtering in delta vApplication of kalman filtering in delta v
Application of kalman filtering in delta v
 
Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16
 
Plc report
Plc reportPlc report
Plc report
 
Boot camp advanced tools and techniques
Boot camp   advanced tools and techniquesBoot camp   advanced tools and techniques
Boot camp advanced tools and techniques
 
IRJET- Design and Implementation of High Speed FPGA Configuration using SBI
IRJET- Design and Implementation of High Speed FPGA Configuration using SBIIRJET- Design and Implementation of High Speed FPGA Configuration using SBI
IRJET- Design and Implementation of High Speed FPGA Configuration using SBI
 
Utilizing DeltaV Advanced Control Innovations to Improve Control Performance
Utilizing DeltaV Advanced Control Innovations to Improve Control PerformanceUtilizing DeltaV Advanced Control Innovations to Improve Control Performance
Utilizing DeltaV Advanced Control Innovations to Improve Control Performance
 
Plc & Scada report 4
Plc & Scada report 4Plc & Scada report 4
Plc & Scada report 4
 
Plc project report
Plc project reportPlc project report
Plc project report
 
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbusOn an LAS-integrated soft PLC system based on WorldFIP fieldbus
On an LAS-integrated soft PLC system based on WorldFIP fieldbus
 
Control loop_foundation_overview
 Control  loop_foundation_overview Control  loop_foundation_overview
Control loop_foundation_overview
 

Similar to IRJET- A Testbed for Real Time Water Level Control System

Controller Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank SystemController Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank System
Associate Professor in VSB Coimbatore
 
IRJET- Automatic Bottle Filling and Capping System using PLC
IRJET- Automatic Bottle Filling and Capping System using PLCIRJET- Automatic Bottle Filling and Capping System using PLC
IRJET- Automatic Bottle Filling and Capping System using PLC
IRJET Journal
 
IRJET- Advanced Control Strategies for MIMO System
IRJET-  	  Advanced Control Strategies for MIMO SystemIRJET-  	  Advanced Control Strategies for MIMO System
IRJET- Advanced Control Strategies for MIMO System
IRJET Journal
 
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET Journal
 
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET Journal
 
Minor_Project_Report
Minor_Project_ReportMinor_Project_Report
Minor_Project_ReportVansh Kumar
 
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
IRJET Journal
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET Journal
 
Improving continuous process operation using data analytics delta v applicati...
Improving continuous process operation using data analytics delta v applicati...Improving continuous process operation using data analytics delta v applicati...
Improving continuous process operation using data analytics delta v applicati...
Emerson Exchange
 
PSO based NNIMC for a Conical Tank Level Process
PSO based NNIMC for a Conical Tank Level ProcessPSO based NNIMC for a Conical Tank Level Process
PSO based NNIMC for a Conical Tank Level Process
IRJET Journal
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
IJERA Editor
 
IRJET - Augmented Tangible Style using 8051 MCU
IRJET -  	  Augmented Tangible Style using 8051 MCUIRJET -  	  Augmented Tangible Style using 8051 MCU
IRJET - Augmented Tangible Style using 8051 MCU
IRJET Journal
 
resume(Cheah Yaw Wah)
resume(Cheah Yaw Wah)resume(Cheah Yaw Wah)
resume(Cheah Yaw Wah)Yaw Wah Cheah
 
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02NNfamily
 
Runtime performance evaluation of embedded software
Runtime performance evaluation of embedded softwareRuntime performance evaluation of embedded software
Runtime performance evaluation of embedded softwareMr. Chanuwan
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras Singhal
PARAS SINGHAL
 
AUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLCAUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLC
IRJET Journal
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
IRJET Journal
 
Real Time System
Real Time SystemReal Time System
Real Time System
Suman Astani
 

Similar to IRJET- A Testbed for Real Time Water Level Control System (20)

Controller Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank SystemController Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank System
 
IRJET- Automatic Bottle Filling and Capping System using PLC
IRJET- Automatic Bottle Filling and Capping System using PLCIRJET- Automatic Bottle Filling and Capping System using PLC
IRJET- Automatic Bottle Filling and Capping System using PLC
 
IRJET- Advanced Control Strategies for MIMO System
IRJET-  	  Advanced Control Strategies for MIMO SystemIRJET-  	  Advanced Control Strategies for MIMO System
IRJET- Advanced Control Strategies for MIMO System
 
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
 
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
 
RESUME
RESUMERESUME
RESUME
 
Minor_Project_Report
Minor_Project_ReportMinor_Project_Report
Minor_Project_Report
 
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
IRJET- Interlooping Process of Diode Continuity Clamping Voltage Checking Mac...
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
 
Improving continuous process operation using data analytics delta v applicati...
Improving continuous process operation using data analytics delta v applicati...Improving continuous process operation using data analytics delta v applicati...
Improving continuous process operation using data analytics delta v applicati...
 
PSO based NNIMC for a Conical Tank Level Process
PSO based NNIMC for a Conical Tank Level ProcessPSO based NNIMC for a Conical Tank Level Process
PSO based NNIMC for a Conical Tank Level Process
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
 
IRJET - Augmented Tangible Style using 8051 MCU
IRJET -  	  Augmented Tangible Style using 8051 MCUIRJET -  	  Augmented Tangible Style using 8051 MCU
IRJET - Augmented Tangible Style using 8051 MCU
 
resume(Cheah Yaw Wah)
resume(Cheah Yaw Wah)resume(Cheah Yaw Wah)
resume(Cheah Yaw Wah)
 
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02
Runtimeperformanceevaluationofembeddedsoftware 100825224539-phpapp02
 
Runtime performance evaluation of embedded software
Runtime performance evaluation of embedded softwareRuntime performance evaluation of embedded software
Runtime performance evaluation of embedded software
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras Singhal
 
AUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLCAUTOMATION OF WATER TREATMENT PLANT USING PLC
AUTOMATION OF WATER TREATMENT PLANT USING PLC
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety-Critical ...
 
Real Time System
Real Time SystemReal Time System
Real Time System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 

Recently uploaded (20)

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 

IRJET- A Testbed for Real Time Water Level Control System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1805 A TESTBED FOR REAL TIME WATER LEVEL CONTROL SYSTEM 1.1 Background of Study In Nigeria and most of the developing countries, engineering education is facing unprecedented challenges and opportunities in modern times because engineering students are not adequately exposed to the practical aspects of engineering in higher institutions of learning due to insufficient equipment in school laboratories. The design and development of a testbed for real time process control system is used to develop a platform where students can quickly test run the algorithm of their real time process control system and know whether it will work or not before the detailed implementation. Many different algorithms are used in the implementation of a process control system. The designed approach used by the testbed starts with an algorithm state machine (ASM), which is converted into State transition Table (STT), then is fully expanded and burnt into a Rom structure. The designed testbed is very simple and user friendly such that students need not use an external guide but simply follow the procedures as prompted by the system. The universal control software was deliberately chosen with the aim of teaching the students on how to use universal single software to control different process. 1.2 Statement of the Problem Engineering students are not adequately exposed to the practical aspects of engineering in higher institutions of learning in Nigeria due to insufficient equipment in engineering laboratories. Quite often, final year students are faced with equipment– related challenges while developing degree project design. In most cases, students contract out their project development for lack of equipment within their departments and thereby lose the benefits of experience which a “do-it–yourself” approach makes possible. Some who try hard to develop their projects by themselves despite the lack of equipment end up with either a project that does not work at all or one that functions for a short time and fails, all because of under-design or lack of adequate functionality testing. A real–time testbed will definitely mitigate these problems. 1.3 Aims and Objectives: The aim of this research paper work is to design and develop an affordable testbed for process control experiment using the algorithmic state machine (ASM) chart approach. The objectives of this research work are to:  Provide students with a means to rapidly test a process control algorithm before detailed implementation.  Automate the conversion of a state transition table (STT) which ROM storage requires. 1Department of Computer Engineering, Madonna University, Akpugo Campus, Enugu State, Nigeria 2Department of Computer Engineering Enugu State University of Science and Technology, Enugu, Nigeria Obianyo Obianuju R1, Orji E.Z2 ---------------------------------------------------------------------------------***----------------------------------------------------------------------------- ABSTRACT- A testbed for real time process control system that serves as a platform for experimental set up, testing and proving of a process concept has been developed in the course of this research paper work. The idea is to provide a platform where students can quickly test run the algorithm of their real- time process control design and know whether it is workable or not before the detailed implementation. The design approach supported by the testbed starts with an algorithmic state machine which is converted into a state transition table, then fully expanded and burnt into a Read Only Memory (ROM) structure. It was designed to be simple and user friendly such that students need not use an external guide but simply follow the procedures as prompted by the system. The testbed is built with locally available materials and devices with local digital experience. It can serve as a cheap and flexible platform for real–time process control experiments in higher institutions of learning. Keywords: Process control System, Testbed, Algorithm State Machine (ASM), State Transition Table (STT), fully expanded State Transition Table, and Control Software.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1806  Expose students to real time process control experiments  To provide a platform for teaching the undergraduate students in the field of electronic engineering and other related fields. 1.4 Literature review A testbed is defined as any venue or setup used for experimentation, testing and proving a concept. It is a platform on which assortment of experimental tools and products may be deployed and allowed to interact in real time. Process control is a term used to describe any condition natural or artificial by which a physical quantity such as temperature, pressure, flow rate, water level is regulated. The basic objective in process control is to regulate the value of some quantity which means to maintain that quantity at some desired value regardless of external influence. The desired value is called the reference value or the set point [1]. A Process control system can be a closed loop or an open loop system. A process control is typically a sequential logic system whose control algorithm can be represented in the form of a flow chart called an algorithmic state machine (ASM) chart [2] or in the form of State Transition Diagram (STD) [7]. 1.5 Methodology In this research paper work, the micro-coded ROM-based method is used and the state transition table is fully expanded and instruction codes (program) were developed using a top-down design approach. This gives a lot of flexibilities as well as enough room for further modifications. 1.6 Analysis The testbed is designed to test liquid level process control system (water) using an ASM chart. The water level control system algorithm operation is as follows:  When the water level in the upper tank falls to the lower threshold point, a valve is opened to let water into the upper tank. The signal that opens the valve can also be used to turn ON the water pump if anyone is in use.  The water level lower threshold is monitored after a specified time. If there is no change in the lower threshold level an error message is displayed in the liquid crystal Display (LCD) and it will wait in that state until there is button pressed to return the system to state O. An alarm can also sound to call the attention of the process controller in case he is at a far distance.  But if after the specified time, the lower threshold has changed, it will be monitored until it is well above the lower threshold, then it will enter state 2.  At state 2, the water level upper threshold will be monitored until it is reached and the system will automatically return to state 0. 1.7 System design Specifications The digital integrated circuits used in the design and the development of a testbed for real time process control system include: the AT89C52 microcontroller, the ADC0808CCN, 555 timer, the 74HC245 driver. The voltage requirement for each of them is +5v.This +5v was supplied to each of the ICs from the power supply circuit with a7805 regulator IC. For the solid state relays that are used in the output interface, the voltage required to switch them on is +9v, which is from the battery. 1.8 Hardware Subsystem Design The hardware subsystem is made up of the following; input interface; the multiplexer, the functional codes and command control which include exit and enter command. The output interface is the liquid Crystal Display (LCD) and thecontrol system is the brain of the testbed 1.9 Design Calculations of the testbed Oscillator Calculation Duty Cycle = 60%
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1807 Duty Cycle (D) = R1+R2 ---- (1) R1+ 2R2 R1+R2 = 60% --------- (2) R1+ 2R2 Therefore, 0.6 (R1+2R2) = R1+R-----(3) 1.2R2 –R2 = R1 - 0.6R1- -----------(4) 0.2R2 =0.4R1, ------ (5) Therefore, R2=2R1 ---------- (6) R1+2R2 =10k, Therefore, R1+2(2R1) =10k ---- (7) R1+4R1 =10k, Therefore, R=2k Now, R2=2xR1 = 2x2k =4k Note that the period of the output, T= 0.693(R1+R2) C ---------- (8) But F = 1/T Therefore, F = 1.44 (R1+2R2) C ------------ (9) F = 1.44 = 100 kHz ----- (10) (R1+2R2) C C = 1.44 (R1+2R2) 100k C =1.44nf B. Calculation for the output drive transistor and resistors Load current = 700mA β > 5 x load current Max Chip output current Max chip output current= 35mA Therefore, β > 5 x 700mA =100 ----(11) =35mA Assume β=120 I β = Ic = 700mA = 5.83mA β 120 Chip Output Voltage = 5v =Vo V0 =IBRB + VBE ; VBE = 0.7V----- (12) RB =737.6Ω Preferred Value = 730Ω
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1808 2.0 Discussion Every ASM chart has an equivalent tabular representation known as a State Transition Table (STT). An ASM chart can be fully described in terms of the link paths comprising it. A state machine such as is represented by an ASM chart attempts to change state (that is transits from the present state to the next) when a clock pulse occurs. A link path is a path followed from the present state back to itself or to another state when the clock pulse arrives. When there is an input qualifier between the present state and another, the logic level of the qualifier determines the next State the machine goes at the clock pulse. If there is no qualifier between the present state and the next, the machine must conditionally transit from its present state to the adjacent state in the forward direction, when a clock pulse arrives. Table 1.0: Fully Expanded State Transition Table Hex Address Link path Lth Mth Uth B A Present State Code B1 A1 Next StateCode HV1 HV2 Location Content 00 08 L1 L1 0 0 0 00 00 0 0 0 0 0 0 0 0 0 0 0 00 1 0 10 14 18 1C L2 L2 L2 L2 1 0 0 00 00 00 00 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 4 0 4 0 4 0 4 1 0 1 1 1 0 1 1 1 04 0C L3 L3 0 0 1 00 00 1 1 1 1 0 0 0 0 0 C 0 C0 1 1 01 11 05 11 L4 L4 L4 L4 0 0 0 01 01 01 0 1 0 1 0 1 1 0 1 0 1 0 0 6 0 6 0 6 1 0 1 0 0 1 1 0 0 01 0 1 1 0 0 6 05 15 19 1D L5 L5 L5 L5 0 1 0 01 01 01 01 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 2 0 2 0 2 0 2 0 1 1 1 1 0 1 1 1 03 07 13 17 L6 L6 L6 L6 0 0 0 11 11 11 11 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 D 0 D 0 D 0 D 0 0 1 1 0 0 1 0 1 0B 0F 1F 1B L7 L7 L7 L7 0 1 0 11 11 11 11 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 0 1 1 1 To burn the fully expanded STT into Rom, the qualifiers and present state code together constitute the address bits to the ROM while the next state code and output bits constitute the corresponding ROM content for each location.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1809 2.1 Conclusion The designed testbed will enable easy learning of process control system in the classroom using algorithms as well as making it possible to transfer theoretical work to practical reality are necessity in higher institutions of learning. Hence, it is an educational tool. When mass produced, it will go a long way to improve the quality and standard of education in higher institution of learning. REFERENCES 1. Curtis D Johnson, Process Control Instrumentation Technology,8thEdition,2006,Prentice –Hall Inc. pp 1-10 2. Inyiama H.C, Okezie C.C, Designing of microcontroller -based universal process control systems, volume 2 number 2 (electroscope), November 2007. Department of Electronics Engineering, Nnamdi Azikiwe University, Awka. 3. Clare. C.R, Designing logic system using state machines (U.K, Mac Graw-Hill, 1937) pp1-108. 4. Micheal J. Point, Embedded C, 2002, Pearson Education Limited, pp17-34. 5. Atmel Corporation, Microcontrollers MCS - 51 family of product literature 2325 Orchard Parkway ,San Jose, CA 95131,USA. 6. B. Wittenmark, K.J. Astron and K.E Arzen(2003)”Computer Control: An Overview”. Department of Automatic Control, Lund Institute of Technology, Sweden. (www.Control .lth.se/kursdr/fac pdf.) 7. Dennis Wixom Roth System Analysis &Design. 8. Mazidi M.A, Mazidi J.C, The microcontroller and Embedded Systems, 2000, Prentice-hall, Inc, Pearson Education, pp 28. 9. Dogan Ibrahim, Microcontroller projects in embedded C for the 8051, 2000, Biddles ltd Guidford and King`s Lynn pp 108. 10. Walter G. Jung IC timer cookbook (4300 west 82nd st .Indianapolis 48258 USA, Howard W. Sams &Co Inc 1977) pp 1- 36 11. Thomas L Floyd, Digital Fundamentals Tenth Edition 2009, Prentice –Hall, Inc Pearson Education, pp 390-396. 12. A. Aspinal and E. Dagles, Introduction to Microprocessor (College of Swansea, Department of Electrical/Electronic Engineering, University, 1976) pp 1-50. 13. Bertram J.E: The Concept of state in the analysis of Discrete Time Control System, 1962, Joint AUTOM .Control Conf. New York University (June 27 -29), Paper N0 11-1. 14. Mano, M., M., & Kime, C., R., Logic and computer design fundamentals. 3rded. Upper Saddle River, N.J.: Pearson Education, 2004. 15. Owen. B. Beginner`s Guide to Electronics, 4thEdition, 1995. A Newness Technical Book, McGraw-Hill Companies inc. New York, N.Y USA. 16. Roger L. Tokheim, Digital electronics principles and applications, fifth Edition, 1996, Glencoe/McGraw–Hill Companies pp 158. 17-34 17. Horowitz, P and Winfield, H. The Art of Electronics, 2nd edition2002.CambrigdeUniversty, Press Cambridge, UK, pp 63- 66 18. Faissler, B. l, An introduction to modern Electronics, 1991, Willey, New York, NY, USA.