SlideShare a Scribd company logo
1 of 5
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 1044
Preclusion of High and Low Pressure in Boiler by using LabVIEW
S. Sriram1 S. Ramachandran2 P. Bhargghavi3 M. Anusha4 R. Jamuna5
1,3,4,5
Student 2
Assistant Professor
1,2,3,4,5
Department of Instrumentation & Control Engineering
1,2,3,4,5
Saranathan College of Engineering, Trichy, Tamil Nadu
Abstract— Pressure is an important physical parameter to be
controlled in process boiler, heat exchanger, nuclear reactor
and steam carrying pipeline. In the article the issue has been
face in boiler operation due to pressure is handled. In boiler,
the problem is due to maximum and minimum range of
pressure. Due to the issues there is a chance to causes the
hazop. To avoid such the problem the high and low pressure
in boiler has to control. In the paper such the problem has
sorted out by implementing ON-OFF control. Here the
proposed control action for pressure control is implemented
with the help of LabVIEW (Laboratory Virtual Instrument
Engineering Workbench) software and NI ELVIS hardware.
In the idea the boiler’s low range and high is monitored and
controlled valve desirably. And also the high range and low
range of pressure in the boiler is signified to plant operator
by alarm signal.
Key words: Pressure Control, LabVIEW, NI ELVIS, ON-
OFF Control and Hazop
I. INTRODUCTION
Pressure is one of the most important parameter that has to
be controlled in the process industries. It is defined as the
force per unit area. The force is applied perpendicular to the
surface of an object per unit area over which the force is
distributed. Gauge pressure is the pressure relative to the
atmospheric or ambient pressure. The presence of pressure
in the closed surface changes dynamically which must be
taken care of its functional behavior. The changes inside the
closed system correspond to the amount of pressure at the
inlet valve and the outlet valve. The rate of inflow and the
outflow is always monitored in plant like boiler [2] [6]
, where
the level of water in tank varies with change in output
steam. The steam in tank indicated using pressure gauge, the
pressure also comes into picture with heat exchanger. The
key function that acts as an important one that affects the
efficiency is pressure controlling, it is a necessary factor that
should be taken care in every pressure plant industries. The
base motivation is to operate the pressure in a measured
manner and to arrange the safety action if the process
misbehaves. In case of misbehavior of pressure in pressure
vessel then the necessary safety action is carried out. The
safety action is implemented with on-off control action
which is correlated with the operation of LabVIEW.
The pressure process is performed using a model
pressure control trainer kit and controlled through
simulation program using LabVIEW [3]
. During the
functioning of pressure process, the value of pressure in the
given process must be maintained within the stipulated
range, when it reaches its saturation point and goes beyond
the preset level, and then there arises the problem. This
problem may arise when the outflow pressure is less than
the input or when the inlet/outlet valve misbehaves. This
problem may sometimes lead to explosion of the plant in the
process station.
The below experimental setup is designed to
control the pressure in the plant by using on-off control
action with the help of LabVIEW [1]
. When the range of
pressure exceeds the pre-set value then the control action
makes the output controlled valve to ON or 100% open,
which is operated in the automated manner using LabVIEW
coding and NIELVIS[9]
, as ELVIS has the facility of both
acquiring and generating the signals the process dynamic
output of process variable is monitored by acquiring the
signal from pressure sensor attached along with the pressure
vessel and if set point value exceeds then the corresponding
output value is provided for the controlled output valve
through I/p converter.
II. PROCESS DESCRIPTION
The experimental approach for pressure process is done with
pressure control trainer kit. The pressure process kit is
interfaced with controller. The control action is carried out
in this experiment is on-off control action. The On-Off
control action is implemented in controlled output valve
which is operated by controller inputs. At first, the pressure
vessel is supplied with pressurized air by using high
pressure compressor air (HPC) at the input valve. The input
valve is manually controlled which made to open partially.
The pressure [7]
created inside the vessel is indicated by
pressure gauge fixed on the head of the cylinder. The
capacitive type pressure sensor attached along with the
cylinder generates current corresponding to the pressure
present in the vessel. Since current from pressure sensor is
of minimum value, the output current is converted into
voltage (I/V) with specific resistance. The output voltage
signal is then acquired the controller. The dynamic change
of voltage is considered as process variable, each voltage
value denotes its corresponding pressure value. The
controller generates voltage to get the desired output by
adjusting the control valve to perform on-off control action
(open/ close).
Fig. 1: Block diagram of complete pressure process.
The output voltage generated by the controller
which is converted into current (V/I) to operate I/P
converter. The I/P converter generates corresponding
pressure to open or close the output valve. When the output
valve should be opened/ closed is decided graphical
programming of controller. The set point is considered as
the maximum pressure level, when the process variable
Preclusion of High and Low Pressure in Boiler by using LabVIEW
(IJSRD/Vol. 3/Issue 10/2015/240)
All rights reserved by www.ijsrd.com 1045
exceeds the set point then the controlled output valve
performs on-off control action automatically which prevent
the process from damage. On-off control action undertakes
the safety issue when it exceeds the set point.
III. SOFTWARE IMPLEMENTATION
LabVIEW (Laboratory Virtual Instrument Engineering
Workbench) is a graphical programming [8]
environment
which has become prevalent throughout research labs,
academia and industry. It is a powerful versatile analysis
and instrumentation software system for measurement and
automation. Its programming language called G
Programming, which is performed using a graphical block
diagram that compiles into machine code and eliminate a lot
of syntactical details. LabVIEW offers more flexibility than
standard laboratory instruments because it is software based.
A. G- Programming
LabVIEW ties the creation of user interfaces (called front
panels) into the development cycle. LabVIEW programs or
subroutines are called virtual instruments (VIs). Each VI has
three components: a block diagram, front panel and
icon/connector panel. The front panel is built using control
palette and indicators built by function palette. Controls are
inputs – they allow a user to supply information to the VI.
Indicators in block diagram are the outputs – they indicate
or display, the results based on the inputs given to the front
panel of VI. The back panel, which is a block diagram,
contains the graphical source code. All of the objects placed
on the front panel will appear on the back panel as
terminals. The back panel also contains structures and
functions which perform operations on controls by users and
output data to indicators. The structures and functions are
found on the Functions palette and can be placed on the
back panel. Collectively controls, property nodes, indicators,
structures and functions will be referred to as nodes. Nodes
are connected with each other using wires – e.g. two
controls and an indicator can be wired to the addition
function so that the indicator displays the addition of the two
controls.
Fig. 2: A Schematic diagram of an instrument system based
on LabVIEW.
Thus a virtual instrument can either be run as a
program, with the front panel serving as an interacting
module with the users, or, when dropped as a node onto the
block diagram, the front panel defines the inputs and outputs
of the nodes through the Icon/ Connector pane. This implies
each VI can be easily examined before being embedded as a
subroutine into a main program.
The above figure is the schematic diagram of
simple data acquisition from pressure sensor used in air
conditioner, where the amount of gas is sensed. The
operation to be carried out is represented in graphical
manner.
The graphical approach also allows non-
programmers to build programs by dragging and dropping
virtual representations of lab equipment with which they are
already aware of it. The LabVIEW environment of
programming, with the included examples and
documentation, makes it simple to create basic applications.
This is a benefit on one hand, but there is also a certain
danger of underestimating the expertise programmer needed
for high-quality G programming. For difficult algorithms or
large-scale code, it is important that the programmer possess
an extensive knowledge of special LabVIEW syntax and the
topology of its memory management. The most advanced
LabVIEW development programming systems offer the
possibilities of building stand-alone applications.
Furthermore, it is possible to create distributed application,
which communicate by a client/server scheme, and are
therefore easier to implement due to the inherently parallel
execution in nature of G.
B. VI Description
LabVIEW program has built in template VI’s that include
the front panel and block diagram, control palette, and
function palette. The following procedures are to be
followed for constructing the VI.
1) The front panel is designed corresponding to
requirements of system (fig: front panel). The panel
consist of set point control, process variable and
output variable indicator, arrangement of
comparison between set point Vs process variable
(chart 1) and output variable (chart 2) in waveform
chart.
2) The pressure sensor output is acquired through
DAQ assistant, in which the acquired voltage is
continuously compared with the set point. When
the process variable exceed the set point (i.e.) the
PV is greater than SP then the output valve is set to
open to decrease the pressure.
3) In default the output valve is supplied with pressure
to remain it in closed manner. When the PV
exceeds then the DAQ assistant generate
corresponding voltage through NI ELVIS which is
converted to current to operate I/P converter.
4) The program is performed continuously within the
while loop, where the set point and process
variable, and output variable are monitored.
5) The safety monitoring VI is presented indicating
the alarm system when the pressure exceeds the set
point limit.
IV. HARDWARE IMPLEMENTATION
The hardware execution of proposed process setup is shown
in the figure 3 which gives the detailed description. As
discussed, the pressure sensor used here act as transmitter
which is fitted on the vessel. The input air pressure provided
by the compressor is manually adjusted to regulate the
inflow.
The pressure sensor output is connected to NI
ELVIS breadboard where current to voltage conversion
occurs. The voltage is acquired through analog input
channel AI 0+ and AI 0- to ground.
(a)
Preclusion of High and Low Pressure in Boiler by using LabVIEW
(IJSRD/Vol. 3/Issue 10/2015/240)
All rights reserved by www.ijsrd.com 1046
Fig. 3(a)
Fig. 3(b)
Fig. 3(a) & 3(b): Hardware Implementation of Pressure
Process through NI ELVIS
The output voltage generated from NI ELVIS
through AO 0 to the breadboard where voltage to current
conversion occurs to operate I/P converter. The pressure is
supplied to the controlled output valve corresponding to the
current given to converter. The process purely controlled
with on-off control action which is regulated by LabVIEW
software.
The experimental approach for pressure process is
done with pressure control trainer kit. The pressure process
kit is interfaced with Labview through NI ELVIS hardware
[5],
where Labview acts as a controller. The control action is
carried out in this experiment is on-off control action. The
On-Off control action is implemented in controlled output
valve which is operated by LabVIEW inputs.
At first, the pressure vessel is supplied with air by
using high pressure compressor air (HPC) at the input valve.
The input valve is manually controlled which made to open
partially. The pressure [7]
created inside the vessel is
indicated by pressure gauge fixed on the head of the
cylinder.
The capacitive type pressure sensor attached along
with the cylinder generates current corresponding to the
pressure present in the vessel. Since current is not much
compatible with NI ELVIS, the output current is converted
into voltage (I/V) with specific resistance.
The output voltage signal is then acquired through
NI ELVIS to Labview. The dynamic change of voltage is
considered as process variable, each voltage value denotes
its corresponding pressure value. The LabVIEW software
acts like controller, which further generates voltage to
operate output valve (open/close). The output voltage
generated through NI ELVIS which is converted into current
(V/I) to operate I/P converter.
Fig. 4: Schematic diagram of pressure process in ELVIS
interface.
The I/P generates corresponding pressure to open
or close the output valve. When the output valve should be
opened/ closed is decided by LabVIEW graphical
programming. The set point is considered as the maximum
pressure level, when the process variable exceeds the set
point then the controlled output valve performs on-off
control action automatically, which prevent the process from
damage. On-off control action undertakes the safety issue
when it exceeds the set point.
V. ON-OFF CONTROL OF PRESSURE PROCESS
In this process the pressure is being controlled using on-off
control action. The control valve in on-off control has only
two position either it is fully closed or fully open. This
control element does not operate at any intermediate
position, i.e. partly open or partly closed. The control system
made for controlling such elements is known as on- off
control theory [4]
. In this control system, when process
variable changes and crosses certain preset level, the output
valve of the system turns to fully opened and gives 0%
output. Generally in on- off control system, the output
causes change in process variable. Hence due to effect of
output, the process variable again starts changing in reverse
direction. During this change, the process variable regains
the predetermined level, then output valve of the system is
immediately closed and output is immediately turns to
100%. When it crosses below the preset level, the output
valve of the system is fully closed to give 100% output. This
cycle of closing and opening of output valve continues till
the system is in operation. Mechanical functioning final
control pneumatic actuator [4]
is shown in fig 6 along with
the graphical explanation of on-off control action
mechanism.
Table 5 (a)
Table 5 (b)
Preclusion of High and Low Pressure in Boiler by using LabVIEW
(IJSRD/Vol. 3/Issue 10/2015/240)
All rights reserved by www.ijsrd.com 1047
Table 5: 5(a) Tabulation for I/P pressure and pressure sensor
output. 5(b) Tabulation I/P voltage generated to regulate On-
Off control action of output valve.
The readings are noted according to the input
pressure applied manually by the user. The output voltage of
tabulation in table 5(A) is from pressure sensor through I/V
converter, and the input voltage of tabulation in table 5(B)
which is generated by the LabVIEW through NI ELVIS
hardware is given to i/P converter to regulate on-off control
action in the controlled output valve.
Fig 6: On-Off control graphical representation of pneumatic
actuator
VI. RESULT
The objective work of pressure process is being controlled
and monitored & safety issue in industrial process is
examined in a small scale with pressure control trainer kit.
The overall process is purely controlled and monitored with
LabVIEW software along with NI ELVIS hardware in an
effective manner.
Fig 7: Front panel design for On-Off control action of
pressure process
From figure 7 the design of front panel [10]
in
LabVIEW software for controlling and monitoring the
pressure process with on-off control action. The set point is
user defined which is considered as the maximum pressure
that the vessel has to be maintained within that limit. The
dynamic changes in pressure occur in the pressure vessel is
sensed by pressure sensor, where the output voltage is
considered as process variable. When the process variable
exceeds the set point then the on-off control action takes
place on the output controlled valve.
From figure 8 the design of front panel in
LabVIEW software for the safety monitoring purpose. The
process is continuously monitored, when the pressure level
is indicated in three levels. When the Boolean LED3 glows,
which indicate that the pressure is below 5 psi. If the
pressure retains in the normal level then the Boolean LED 2
glows, which indicate that the pressure is within the limit. If
the pressure exceeds the preset level then the Boolean LED
1 glow which indicates the pressure is greater than 30psi.
Fig. 8: Front panel design for safety monitoring of pressure
process.
VII. CONCLUSION
The intension of this experiment is carried out in an efficient
manner. The beginning step of this control action can be
enhanced in different manner. The proposed configuration
will be implemented as feedforward, feedback and moral
predictive control configuration in fore-coming research.
The proposed article has planned to enhance through the
LabVIEW software which can be taken up in operating the
process through Web server, setting up by sharing the data
of the system through E-mail or mobile notification to the
controller in the control room.
REFERENCES
[1] Janani Rajaraman and K.Saraswathi, “A Labview Based
Monitoring and Controlling of Various Process
Variables”, International Journal of Advanced Research
in Electrical Electronics and Instrumentation
Engineering Volume 3, Issue 10, October 2014
[2] Sanjoy Kumar Chakraborty, Nilotpal Mannaand Surodh
Dey, “Importance of three -elements boiler drum level
control and its installation in power plant”, International
Journal of Instrumentation and Control Systems (IJICS)
Volume 4, No 2, April 2014
[3] Koprda, S.; Turcani, M.; Balogh, Z., “Modelling,
simulation and monitoring with the use of LabVIEW”,
Application of Information and Communication
Preclusion of High and Low Pressure in Boiler by using LabVIEW
(IJSRD/Vol. 3/Issue 10/2015/240)
All rights reserved by www.ijsrd.com 1048
Technologies (AICT), 2012 6th International
Conference on, vol., no., pp.1,5, 17-19, Oct 2012.
[4] M. F. Rahmat, N. H Sunar Sy Najib Sy Salim, Mastura
Shafinaz Zainal Abidin, A. A Mohd Fauzi and Z. H.
Ismail, “Review on Modeling and Controller design in
pneumatic actuator control system”, International
Journal on Smart Sensing and intelligent Systems
volume 4, no 4, December 2011
[5] Prof. Hiren J. Patel, Prof. Robinson P. Paul, Prof.
Ghansyam B. Rathod, Prof. Rajvirsinh Rana, and Palak
Patel, “Temperature monitoring and control system
using NI ELVIS and LabVIEW”, International Journal
on Recent and Innovation Trends in Computing and
Communication Volume 2, Issue 7, 2011
[6] B.Hemalat, Dr. A.Vimala Juliet, N.Natarajan, “Boiler
Level Control Using Labview”, International Journal of
Computer Applications (0975 - 8887) Volume 1, No.
17, 2010
[7] J Jorstad, “Pressure assisted processes for high integrity
aluminium castings”,International Journal of
MetalcastingFTJOctober 2009
[8] Getting Started with LabVIEW, June 2013 Available
from http://www.ni.com/pdf/manuals/373427j.pdf
[9] NI ELVIS User guide,
http://www.csus.edu/indiv/d/degraffenreidw/electronics
/ELVIS.pdf
[10]Santori, M., “An instrument that isn't really (Laboratory
Virtual Instrument Engineering Workbench)”,
Spectrum, IEEE, vol 27, no 8, pp 36, 39, Aug 1990
[11]Jevoitha Jerome, “Virtual Instrumentation Using
LabVIEW”.
[12]D. Patranabis, “Instrumentation and Control”.

More Related Content

What's hot

Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Amol Dudhate
 
Basic Control System unit1
Basic Control System unit1Basic Control System unit1
Basic Control System unit1Asraf Malik
 
Basics instrumentation and control
Basics instrumentation and control Basics instrumentation and control
Basics instrumentation and control islam deif
 
Process control 5 chapter
Process control 5 chapterProcess control 5 chapter
Process control 5 chapterSrinivasa Rao
 
Instrumentation and process control fundamentals
Instrumentation and  process control fundamentalsInstrumentation and  process control fundamentals
Instrumentation and process control fundamentalshossam hassanein
 
Electropneumatic Valve Positioner
Electropneumatic Valve PositionerElectropneumatic Valve Positioner
Electropneumatic Valve PositionerInstrumentation Jo
 
Inst. & process control gtp
Inst. & process control gtpInst. & process control gtp
Inst. & process control gtphossam hassanein
 
Industrial process control
Industrial process controlIndustrial process control
Industrial process controlMohamed A Hakim
 
Instrumentation positioner presentation
Instrumentation positioner presentationInstrumentation positioner presentation
Instrumentation positioner presentationSANGRAM PATNAIK
 
Cascade control system
Cascade control systemCascade control system
Cascade control systemVedant Patel
 
Basic Control System unit2
Basic Control System unit2Basic Control System unit2
Basic Control System unit2Asraf Malik
 
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
 
3.plant instrumentation and control theory
3.plant instrumentation and control theory3.plant instrumentation and control theory
3.plant instrumentation and control theoryNoor Azman Muhammad
 
Session 24 - Control Systems
Session 24 - Control SystemsSession 24 - Control Systems
Session 24 - Control SystemsVidyaIA
 
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
 

What's hot (19)

Process control ch 1
Process control ch 1Process control ch 1
Process control ch 1
 
Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.Report of Auctioneering Control For Temperature Using LabVIEW.
Report of Auctioneering Control For Temperature Using LabVIEW.
 
Basic Control System unit1
Basic Control System unit1Basic Control System unit1
Basic Control System unit1
 
Basics instrumentation and control
Basics instrumentation and control Basics instrumentation and control
Basics instrumentation and control
 
Process control 5 chapter
Process control 5 chapterProcess control 5 chapter
Process control 5 chapter
 
Instrumentation and process control fundamentals
Instrumentation and  process control fundamentalsInstrumentation and  process control fundamentals
Instrumentation and process control fundamentals
 
Electropneumatic Valve Positioner
Electropneumatic Valve PositionerElectropneumatic Valve Positioner
Electropneumatic Valve Positioner
 
Inst. & process control gtp
Inst. & process control gtpInst. & process control gtp
Inst. & process control gtp
 
Industrial process control
Industrial process controlIndustrial process control
Industrial process control
 
Instrumentation positioner presentation
Instrumentation positioner presentationInstrumentation positioner presentation
Instrumentation positioner presentation
 
Calibracion de presion
Calibracion de presionCalibracion de presion
Calibracion de presion
 
Cascade control system
Cascade control systemCascade control system
Cascade control system
 
Class 40 final control elements - control valves
Class 40   final control elements - control valvesClass 40   final control elements - control valves
Class 40 final control elements - control valves
 
Compressor deltav
Compressor deltavCompressor deltav
Compressor deltav
 
Basic Control System unit2
Basic Control System unit2Basic Control System unit2
Basic Control System unit2
 
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...
 
3.plant instrumentation and control theory
3.plant instrumentation and control theory3.plant instrumentation and control theory
3.plant instrumentation and control theory
 
Session 24 - Control Systems
Session 24 - Control SystemsSession 24 - Control Systems
Session 24 - Control Systems
 
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
 

Viewers also liked

Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelIJSRD
 
C.W. Moore resume December, 2015
C.W. Moore resume December, 2015C.W. Moore resume December, 2015
C.W. Moore resume December, 2015Chonda Walden
 
Osama-Ahmed-Hassan
Osama-Ahmed-HassanOsama-Ahmed-Hassan
Osama-Ahmed-Hassanosama ahmed
 
Introduction to feature subset selection method
Introduction to feature subset selection methodIntroduction to feature subset selection method
Introduction to feature subset selection methodIJSRD
 
Especificaciones tarea 22
Especificaciones tarea 22Especificaciones tarea 22
Especificaciones tarea 22mikahakki44
 
Publiser Tabs
Publiser TabsPubliser Tabs
Publiser Tabsjom1987
 
Tutorial on Parallel Computing and Message Passing Model - C4
Tutorial on Parallel Computing and Message Passing Model - C4Tutorial on Parallel Computing and Message Passing Model - C4
Tutorial on Parallel Computing and Message Passing Model - C4Marcirio Chaves
 
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADO
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADONESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADO
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADOerwin_magistrado
 

Viewers also liked (11)

Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
 
C.W. Moore resume December, 2015
C.W. Moore resume December, 2015C.W. Moore resume December, 2015
C.W. Moore resume December, 2015
 
Osama-Ahmed-Hassan
Osama-Ahmed-HassanOsama-Ahmed-Hassan
Osama-Ahmed-Hassan
 
Introduction to feature subset selection method
Introduction to feature subset selection methodIntroduction to feature subset selection method
Introduction to feature subset selection method
 
Especificaciones tarea 22
Especificaciones tarea 22Especificaciones tarea 22
Especificaciones tarea 22
 
Publiser Tabs
Publiser TabsPubliser Tabs
Publiser Tabs
 
Rick resume 2016
Rick resume 2016Rick resume 2016
Rick resume 2016
 
Tutorial on Parallel Computing and Message Passing Model - C4
Tutorial on Parallel Computing and Message Passing Model - C4Tutorial on Parallel Computing and Message Passing Model - C4
Tutorial on Parallel Computing and Message Passing Model - C4
 
Geometriske figurer
Geometriske figurerGeometriske figurer
Geometriske figurer
 
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADO
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADONESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADO
NESTLE WELLNESS ACCOMPLISHMENT REPORT 2016 BY: ERWIN PRAXIDES MAGISTRADO
 
aaaQA_Dir. SteveCVQ216
aaaQA_Dir. SteveCVQ216aaaQA_Dir. SteveCVQ216
aaaQA_Dir. SteveCVQ216
 

Similar to Preclusion of High and Low Pressure In Boiler by Using LABVIEW

INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROL
INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROLINSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROL
INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROLno suhaila
 
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentationSeminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentationAPJ ABDUL KALAM TECHNICAL UNIVERSITY
 
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...IAEME Publication
 
Project Report - Spring 2014
Project Report - Spring 2014Project Report - Spring 2014
Project Report - Spring 2014Garret Stec
 
ME401 Experimental Design Lab Report
ME401 Experimental Design Lab ReportME401 Experimental Design Lab Report
ME401 Experimental Design Lab ReportKristopher Saladin
 
Liquid Flow Control by Using Fuzzy Logic Controller
Liquid Flow Control by Using Fuzzy Logic ControllerLiquid Flow Control by Using Fuzzy Logic Controller
Liquid Flow Control by Using Fuzzy Logic Controllerijtsrd
 
A software based gain scheduling of pid controller
A software based gain scheduling of pid controllerA software based gain scheduling of pid controller
A software based gain scheduling of pid controllerijics
 
PROCESS CONTROL.pdf
PROCESS CONTROL.pdfPROCESS CONTROL.pdf
PROCESS CONTROL.pdfeldoctol
 
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
 
Automated process control and CAM
Automated process control and CAMAutomated process control and CAM
Automated process control and CAMAnoop Singh
 
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
 
Controlling power plant boiler and draft fan using
Controlling power plant boiler and draft fan usingControlling power plant boiler and draft fan using
Controlling power plant boiler and draft fan usingeSAT Publishing House
 
Ch. 5 Control Task Basics 1 Chapter 5 Control Task Basi.docx
 Ch. 5  Control Task Basics 1 Chapter 5  Control Task Basi.docx Ch. 5  Control Task Basics 1 Chapter 5  Control Task Basi.docx
Ch. 5 Control Task Basics 1 Chapter 5 Control Task Basi.docxaryan532920
 
Microprocessor controlled injection molding machine
Microprocessor controlled injection molding machineMicroprocessor controlled injection molding machine
Microprocessor controlled injection molding machineAvinashKumar1564
 
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsHow to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsJim Cahill
 
Maximizing the return on your control investment meet the experts sessions part2
Maximizing the return on your control investment meet the experts sessions part2Maximizing the return on your control investment meet the experts sessions part2
Maximizing the return on your control investment meet the experts sessions part2Emerson Exchange
 
Types of Controllers PID PD I PD
Types of Controllers PID PD I PDTypes of Controllers PID PD I PD
Types of Controllers PID PD I PDAnaseem Hanini
 

Similar to Preclusion of High and Low Pressure In Boiler by Using LABVIEW (20)

INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROL
INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROLINSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROL
INSTRUMENTATION AND PROCESS CONTROL - BOILER CONTROL
 
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentationSeminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
Seminar INDUSTRIAL AUTOMATION & CONTROL THROUGH PLC AND LABVIEW presentation
 
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...
DEVELOPMENT OF MULTI INPUT MULTI OUTPUT COUPLED PROCESS CONTROL LABORATORY TE...
 
Project Report - Spring 2014
Project Report - Spring 2014Project Report - Spring 2014
Project Report - Spring 2014
 
ME401 Experimental Design Lab Report
ME401 Experimental Design Lab ReportME401 Experimental Design Lab Report
ME401 Experimental Design Lab Report
 
Liquid Flow Control by Using Fuzzy Logic Controller
Liquid Flow Control by Using Fuzzy Logic ControllerLiquid Flow Control by Using Fuzzy Logic Controller
Liquid Flow Control by Using Fuzzy Logic Controller
 
I1102025660
I1102025660I1102025660
I1102025660
 
A software based gain scheduling of pid controller
A software based gain scheduling of pid controllerA software based gain scheduling of pid controller
A software based gain scheduling of pid controller
 
PROCESS CONTROL.pdf
PROCESS CONTROL.pdfPROCESS CONTROL.pdf
PROCESS CONTROL.pdf
 
finalpaper.doc
finalpaper.docfinalpaper.doc
finalpaper.doc
 
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
 
Automated process control and CAM
Automated process control and CAMAutomated process control and CAM
Automated process control and CAM
 
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...
 
Controlling power plant boiler and draft fan using
Controlling power plant boiler and draft fan usingControlling power plant boiler and draft fan using
Controlling power plant boiler and draft fan using
 
Ch. 5 Control Task Basics 1 Chapter 5 Control Task Basi.docx
 Ch. 5  Control Task Basics 1 Chapter 5  Control Task Basi.docx Ch. 5  Control Task Basics 1 Chapter 5  Control Task Basi.docx
Ch. 5 Control Task Basics 1 Chapter 5 Control Task Basi.docx
 
Microprocessor controlled injection molding machine
Microprocessor controlled injection molding machineMicroprocessor controlled injection molding machine
Microprocessor controlled injection molding machine
 
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward SignalsHow to Setup and Adjust the Dynamic Compensation of Feedforward Signals
How to Setup and Adjust the Dynamic Compensation of Feedforward Signals
 
Maximizing the return on your control investment meet the experts sessions part2
Maximizing the return on your control investment meet the experts sessions part2Maximizing the return on your control investment meet the experts sessions part2
Maximizing the return on your control investment meet the experts sessions part2
 
Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...Real-time monitoring and control of flow rate in transportation pipelines usi...
Real-time monitoring and control of flow rate in transportation pipelines usi...
 
Types of Controllers PID PD I PD
Types of Controllers PID PD I PDTypes of Controllers PID PD I PD
Types of Controllers PID PD I PD
 

More from IJSRD

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper PublicationIJSRD
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...IJSRD
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...IJSRD
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWIJSRD
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolIJSRD
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...IJSRD
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelIJSRD
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnIJSRD
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemIJSRD
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksIJSRD
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningIJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISIJSRD
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...IJSRD
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsIJSRD
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersIJSRD
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningIJSRD
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...IJSRD
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...IJSRD
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorIJSRD
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionIJSRD
 

More from IJSRD (20)

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV Protocol
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osn
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management System
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural Networks
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online Reviews
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data Mining
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots Prediction
 

Recently uploaded

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Preclusion of High and Low Pressure In Boiler by Using LABVIEW

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 1044 Preclusion of High and Low Pressure in Boiler by using LabVIEW S. Sriram1 S. Ramachandran2 P. Bhargghavi3 M. Anusha4 R. Jamuna5 1,3,4,5 Student 2 Assistant Professor 1,2,3,4,5 Department of Instrumentation & Control Engineering 1,2,3,4,5 Saranathan College of Engineering, Trichy, Tamil Nadu Abstract— Pressure is an important physical parameter to be controlled in process boiler, heat exchanger, nuclear reactor and steam carrying pipeline. In the article the issue has been face in boiler operation due to pressure is handled. In boiler, the problem is due to maximum and minimum range of pressure. Due to the issues there is a chance to causes the hazop. To avoid such the problem the high and low pressure in boiler has to control. In the paper such the problem has sorted out by implementing ON-OFF control. Here the proposed control action for pressure control is implemented with the help of LabVIEW (Laboratory Virtual Instrument Engineering Workbench) software and NI ELVIS hardware. In the idea the boiler’s low range and high is monitored and controlled valve desirably. And also the high range and low range of pressure in the boiler is signified to plant operator by alarm signal. Key words: Pressure Control, LabVIEW, NI ELVIS, ON- OFF Control and Hazop I. INTRODUCTION Pressure is one of the most important parameter that has to be controlled in the process industries. It is defined as the force per unit area. The force is applied perpendicular to the surface of an object per unit area over which the force is distributed. Gauge pressure is the pressure relative to the atmospheric or ambient pressure. The presence of pressure in the closed surface changes dynamically which must be taken care of its functional behavior. The changes inside the closed system correspond to the amount of pressure at the inlet valve and the outlet valve. The rate of inflow and the outflow is always monitored in plant like boiler [2] [6] , where the level of water in tank varies with change in output steam. The steam in tank indicated using pressure gauge, the pressure also comes into picture with heat exchanger. The key function that acts as an important one that affects the efficiency is pressure controlling, it is a necessary factor that should be taken care in every pressure plant industries. The base motivation is to operate the pressure in a measured manner and to arrange the safety action if the process misbehaves. In case of misbehavior of pressure in pressure vessel then the necessary safety action is carried out. The safety action is implemented with on-off control action which is correlated with the operation of LabVIEW. The pressure process is performed using a model pressure control trainer kit and controlled through simulation program using LabVIEW [3] . During the functioning of pressure process, the value of pressure in the given process must be maintained within the stipulated range, when it reaches its saturation point and goes beyond the preset level, and then there arises the problem. This problem may arise when the outflow pressure is less than the input or when the inlet/outlet valve misbehaves. This problem may sometimes lead to explosion of the plant in the process station. The below experimental setup is designed to control the pressure in the plant by using on-off control action with the help of LabVIEW [1] . When the range of pressure exceeds the pre-set value then the control action makes the output controlled valve to ON or 100% open, which is operated in the automated manner using LabVIEW coding and NIELVIS[9] , as ELVIS has the facility of both acquiring and generating the signals the process dynamic output of process variable is monitored by acquiring the signal from pressure sensor attached along with the pressure vessel and if set point value exceeds then the corresponding output value is provided for the controlled output valve through I/p converter. II. PROCESS DESCRIPTION The experimental approach for pressure process is done with pressure control trainer kit. The pressure process kit is interfaced with controller. The control action is carried out in this experiment is on-off control action. The On-Off control action is implemented in controlled output valve which is operated by controller inputs. At first, the pressure vessel is supplied with pressurized air by using high pressure compressor air (HPC) at the input valve. The input valve is manually controlled which made to open partially. The pressure [7] created inside the vessel is indicated by pressure gauge fixed on the head of the cylinder. The capacitive type pressure sensor attached along with the cylinder generates current corresponding to the pressure present in the vessel. Since current from pressure sensor is of minimum value, the output current is converted into voltage (I/V) with specific resistance. The output voltage signal is then acquired the controller. The dynamic change of voltage is considered as process variable, each voltage value denotes its corresponding pressure value. The controller generates voltage to get the desired output by adjusting the control valve to perform on-off control action (open/ close). Fig. 1: Block diagram of complete pressure process. The output voltage generated by the controller which is converted into current (V/I) to operate I/P converter. The I/P converter generates corresponding pressure to open or close the output valve. When the output valve should be opened/ closed is decided graphical programming of controller. The set point is considered as the maximum pressure level, when the process variable
  • 2. Preclusion of High and Low Pressure in Boiler by using LabVIEW (IJSRD/Vol. 3/Issue 10/2015/240) All rights reserved by www.ijsrd.com 1045 exceeds the set point then the controlled output valve performs on-off control action automatically which prevent the process from damage. On-off control action undertakes the safety issue when it exceeds the set point. III. SOFTWARE IMPLEMENTATION LabVIEW (Laboratory Virtual Instrument Engineering Workbench) is a graphical programming [8] environment which has become prevalent throughout research labs, academia and industry. It is a powerful versatile analysis and instrumentation software system for measurement and automation. Its programming language called G Programming, which is performed using a graphical block diagram that compiles into machine code and eliminate a lot of syntactical details. LabVIEW offers more flexibility than standard laboratory instruments because it is software based. A. G- Programming LabVIEW ties the creation of user interfaces (called front panels) into the development cycle. LabVIEW programs or subroutines are called virtual instruments (VIs). Each VI has three components: a block diagram, front panel and icon/connector panel. The front panel is built using control palette and indicators built by function palette. Controls are inputs – they allow a user to supply information to the VI. Indicators in block diagram are the outputs – they indicate or display, the results based on the inputs given to the front panel of VI. The back panel, which is a block diagram, contains the graphical source code. All of the objects placed on the front panel will appear on the back panel as terminals. The back panel also contains structures and functions which perform operations on controls by users and output data to indicators. The structures and functions are found on the Functions palette and can be placed on the back panel. Collectively controls, property nodes, indicators, structures and functions will be referred to as nodes. Nodes are connected with each other using wires – e.g. two controls and an indicator can be wired to the addition function so that the indicator displays the addition of the two controls. Fig. 2: A Schematic diagram of an instrument system based on LabVIEW. Thus a virtual instrument can either be run as a program, with the front panel serving as an interacting module with the users, or, when dropped as a node onto the block diagram, the front panel defines the inputs and outputs of the nodes through the Icon/ Connector pane. This implies each VI can be easily examined before being embedded as a subroutine into a main program. The above figure is the schematic diagram of simple data acquisition from pressure sensor used in air conditioner, where the amount of gas is sensed. The operation to be carried out is represented in graphical manner. The graphical approach also allows non- programmers to build programs by dragging and dropping virtual representations of lab equipment with which they are already aware of it. The LabVIEW environment of programming, with the included examples and documentation, makes it simple to create basic applications. This is a benefit on one hand, but there is also a certain danger of underestimating the expertise programmer needed for high-quality G programming. For difficult algorithms or large-scale code, it is important that the programmer possess an extensive knowledge of special LabVIEW syntax and the topology of its memory management. The most advanced LabVIEW development programming systems offer the possibilities of building stand-alone applications. Furthermore, it is possible to create distributed application, which communicate by a client/server scheme, and are therefore easier to implement due to the inherently parallel execution in nature of G. B. VI Description LabVIEW program has built in template VI’s that include the front panel and block diagram, control palette, and function palette. The following procedures are to be followed for constructing the VI. 1) The front panel is designed corresponding to requirements of system (fig: front panel). The panel consist of set point control, process variable and output variable indicator, arrangement of comparison between set point Vs process variable (chart 1) and output variable (chart 2) in waveform chart. 2) The pressure sensor output is acquired through DAQ assistant, in which the acquired voltage is continuously compared with the set point. When the process variable exceed the set point (i.e.) the PV is greater than SP then the output valve is set to open to decrease the pressure. 3) In default the output valve is supplied with pressure to remain it in closed manner. When the PV exceeds then the DAQ assistant generate corresponding voltage through NI ELVIS which is converted to current to operate I/P converter. 4) The program is performed continuously within the while loop, where the set point and process variable, and output variable are monitored. 5) The safety monitoring VI is presented indicating the alarm system when the pressure exceeds the set point limit. IV. HARDWARE IMPLEMENTATION The hardware execution of proposed process setup is shown in the figure 3 which gives the detailed description. As discussed, the pressure sensor used here act as transmitter which is fitted on the vessel. The input air pressure provided by the compressor is manually adjusted to regulate the inflow. The pressure sensor output is connected to NI ELVIS breadboard where current to voltage conversion occurs. The voltage is acquired through analog input channel AI 0+ and AI 0- to ground. (a)
  • 3. Preclusion of High and Low Pressure in Boiler by using LabVIEW (IJSRD/Vol. 3/Issue 10/2015/240) All rights reserved by www.ijsrd.com 1046 Fig. 3(a) Fig. 3(b) Fig. 3(a) & 3(b): Hardware Implementation of Pressure Process through NI ELVIS The output voltage generated from NI ELVIS through AO 0 to the breadboard where voltage to current conversion occurs to operate I/P converter. The pressure is supplied to the controlled output valve corresponding to the current given to converter. The process purely controlled with on-off control action which is regulated by LabVIEW software. The experimental approach for pressure process is done with pressure control trainer kit. The pressure process kit is interfaced with Labview through NI ELVIS hardware [5], where Labview acts as a controller. The control action is carried out in this experiment is on-off control action. The On-Off control action is implemented in controlled output valve which is operated by LabVIEW inputs. At first, the pressure vessel is supplied with air by using high pressure compressor air (HPC) at the input valve. The input valve is manually controlled which made to open partially. The pressure [7] created inside the vessel is indicated by pressure gauge fixed on the head of the cylinder. The capacitive type pressure sensor attached along with the cylinder generates current corresponding to the pressure present in the vessel. Since current is not much compatible with NI ELVIS, the output current is converted into voltage (I/V) with specific resistance. The output voltage signal is then acquired through NI ELVIS to Labview. The dynamic change of voltage is considered as process variable, each voltage value denotes its corresponding pressure value. The LabVIEW software acts like controller, which further generates voltage to operate output valve (open/close). The output voltage generated through NI ELVIS which is converted into current (V/I) to operate I/P converter. Fig. 4: Schematic diagram of pressure process in ELVIS interface. The I/P generates corresponding pressure to open or close the output valve. When the output valve should be opened/ closed is decided by LabVIEW graphical programming. The set point is considered as the maximum pressure level, when the process variable exceeds the set point then the controlled output valve performs on-off control action automatically, which prevent the process from damage. On-off control action undertakes the safety issue when it exceeds the set point. V. ON-OFF CONTROL OF PRESSURE PROCESS In this process the pressure is being controlled using on-off control action. The control valve in on-off control has only two position either it is fully closed or fully open. This control element does not operate at any intermediate position, i.e. partly open or partly closed. The control system made for controlling such elements is known as on- off control theory [4] . In this control system, when process variable changes and crosses certain preset level, the output valve of the system turns to fully opened and gives 0% output. Generally in on- off control system, the output causes change in process variable. Hence due to effect of output, the process variable again starts changing in reverse direction. During this change, the process variable regains the predetermined level, then output valve of the system is immediately closed and output is immediately turns to 100%. When it crosses below the preset level, the output valve of the system is fully closed to give 100% output. This cycle of closing and opening of output valve continues till the system is in operation. Mechanical functioning final control pneumatic actuator [4] is shown in fig 6 along with the graphical explanation of on-off control action mechanism. Table 5 (a) Table 5 (b)
  • 4. Preclusion of High and Low Pressure in Boiler by using LabVIEW (IJSRD/Vol. 3/Issue 10/2015/240) All rights reserved by www.ijsrd.com 1047 Table 5: 5(a) Tabulation for I/P pressure and pressure sensor output. 5(b) Tabulation I/P voltage generated to regulate On- Off control action of output valve. The readings are noted according to the input pressure applied manually by the user. The output voltage of tabulation in table 5(A) is from pressure sensor through I/V converter, and the input voltage of tabulation in table 5(B) which is generated by the LabVIEW through NI ELVIS hardware is given to i/P converter to regulate on-off control action in the controlled output valve. Fig 6: On-Off control graphical representation of pneumatic actuator VI. RESULT The objective work of pressure process is being controlled and monitored & safety issue in industrial process is examined in a small scale with pressure control trainer kit. The overall process is purely controlled and monitored with LabVIEW software along with NI ELVIS hardware in an effective manner. Fig 7: Front panel design for On-Off control action of pressure process From figure 7 the design of front panel [10] in LabVIEW software for controlling and monitoring the pressure process with on-off control action. The set point is user defined which is considered as the maximum pressure that the vessel has to be maintained within that limit. The dynamic changes in pressure occur in the pressure vessel is sensed by pressure sensor, where the output voltage is considered as process variable. When the process variable exceeds the set point then the on-off control action takes place on the output controlled valve. From figure 8 the design of front panel in LabVIEW software for the safety monitoring purpose. The process is continuously monitored, when the pressure level is indicated in three levels. When the Boolean LED3 glows, which indicate that the pressure is below 5 psi. If the pressure retains in the normal level then the Boolean LED 2 glows, which indicate that the pressure is within the limit. If the pressure exceeds the preset level then the Boolean LED 1 glow which indicates the pressure is greater than 30psi. Fig. 8: Front panel design for safety monitoring of pressure process. VII. CONCLUSION The intension of this experiment is carried out in an efficient manner. The beginning step of this control action can be enhanced in different manner. The proposed configuration will be implemented as feedforward, feedback and moral predictive control configuration in fore-coming research. The proposed article has planned to enhance through the LabVIEW software which can be taken up in operating the process through Web server, setting up by sharing the data of the system through E-mail or mobile notification to the controller in the control room. REFERENCES [1] Janani Rajaraman and K.Saraswathi, “A Labview Based Monitoring and Controlling of Various Process Variables”, International Journal of Advanced Research in Electrical Electronics and Instrumentation Engineering Volume 3, Issue 10, October 2014 [2] Sanjoy Kumar Chakraborty, Nilotpal Mannaand Surodh Dey, “Importance of three -elements boiler drum level control and its installation in power plant”, International Journal of Instrumentation and Control Systems (IJICS) Volume 4, No 2, April 2014 [3] Koprda, S.; Turcani, M.; Balogh, Z., “Modelling, simulation and monitoring with the use of LabVIEW”, Application of Information and Communication
  • 5. Preclusion of High and Low Pressure in Boiler by using LabVIEW (IJSRD/Vol. 3/Issue 10/2015/240) All rights reserved by www.ijsrd.com 1048 Technologies (AICT), 2012 6th International Conference on, vol., no., pp.1,5, 17-19, Oct 2012. [4] M. F. Rahmat, N. H Sunar Sy Najib Sy Salim, Mastura Shafinaz Zainal Abidin, A. A Mohd Fauzi and Z. H. Ismail, “Review on Modeling and Controller design in pneumatic actuator control system”, International Journal on Smart Sensing and intelligent Systems volume 4, no 4, December 2011 [5] Prof. Hiren J. Patel, Prof. Robinson P. Paul, Prof. Ghansyam B. Rathod, Prof. Rajvirsinh Rana, and Palak Patel, “Temperature monitoring and control system using NI ELVIS and LabVIEW”, International Journal on Recent and Innovation Trends in Computing and Communication Volume 2, Issue 7, 2011 [6] B.Hemalat, Dr. A.Vimala Juliet, N.Natarajan, “Boiler Level Control Using Labview”, International Journal of Computer Applications (0975 - 8887) Volume 1, No. 17, 2010 [7] J Jorstad, “Pressure assisted processes for high integrity aluminium castings”,International Journal of MetalcastingFTJOctober 2009 [8] Getting Started with LabVIEW, June 2013 Available from http://www.ni.com/pdf/manuals/373427j.pdf [9] NI ELVIS User guide, http://www.csus.edu/indiv/d/degraffenreidw/electronics /ELVIS.pdf [10]Santori, M., “An instrument that isn't really (Laboratory Virtual Instrument Engineering Workbench)”, Spectrum, IEEE, vol 27, no 8, pp 36, 39, Aug 1990 [11]Jevoitha Jerome, “Virtual Instrumentation Using LabVIEW”. [12]D. Patranabis, “Instrumentation and Control”.