SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
DOI : 10.5121/ijcsea.2013.3305 41
HEAT PUMP DESIGN USING PELTIER ELEMENT
FOR TEMPERATURE CONTROL OF THE FLOW CELL
Abinav Pathak1
and Vikas Goel2
1
Centre for Development of Advanced Computing, Mohali, Punjab, India
1abinavpathak@gmail.com
2
Centre for Development of Advanced Computing, Mohali, Punjab, India
Vikaskgol@gmail.com
ABSTRACT
In biochemistry analyzer the temperature play crucial role as many of the health parameters are tested at
precise temperature. In automated bio-chemistry analyzer, precise temperature control is achieved by
using the peltier device as heat pump and PID control action. The temperature is measured at the flow cell
using the LM-35 temperature sensor and set point temperature is set by using the PWM output of a
microcontroller employed for the control action. In the presented work, the temperature control is achieved
at an accuracy of ±0.10
C by controlling the design parameters of the heat pump circuit. Further, besides
controlling the temperature at desired set point, the temperature achieving rate has to made as fast as
possible. This is made by using an enhanced current source by suitable designing the peltier driving circuit.
KEYWORDS
PWM → Pulse width modulation, PID→ Proportional integral Differential, Peltier device, SPT→ Set point
temperature, Heat pump, Peltier effect, Biochemistry analyzer.
1. INTRODUCTION
In all thermal processes, maintain the certain temperature is the main requirement. In presented
work the fast thermal response is achieved by using the peltier element. Peltier element works on
the principal of Peltier Effect. It states that the passage of an electric current through the junction
of two dissimilar wires can either cool or heat the junction depending on the direction of current.
Heat generation or absorption rates are proportional to the magnitude of the current and also the
temperature of the junction. In this presented work, Set Point Temperature is achieved by using
the PWM output micro-controller followed by low pass filter. Temperature is measured at flow
cell using LM-35 temperature sensor. The set point voltage so obtained as above is compared
with the current temperature (CT) and an error signal is generated by using an operational
amplifier circuit and sends to PID algorithm to take up the necessary action. Moreover,
controlling the temperature at desired set point, the temperature achieving rate has to made as fast
as possible. This is made by using an enhanced current source by suitable designing the peltier
driving circuit.
2. SYSTEM DESCRIPTION
Proposed system comprises of various modules, these modules are explained with the help of
figure 1 and detail of modules is given below:
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
42
2.1. Microcontroller unit
The NXP P89C51RD2 is an Generic 8051 Compatible High-speed Microcontroller, having 16-bit
Timer/Counters, 256 Bytes Scratch Pad RAM, 9 Interrupt Sources with 4 Priority Levels
Integrated Power Monitor, ISP (In-System Programming) 64K Flash on-chip, 1792 bytes on-chip
XRAM, Dual Data Pointer, Serial Peripheral Interface bus, 16-bit Program counter array, Pulse
width modulation, Universal Asynchronous Receiver/Transmitter, watchdog timer.
2.2. Pulse width modulation
A Pulse Width Modulation (PWM) module in addition with a low pass filter circuit can produce
different analogue voltages. In the proposed work, this analogue voltage is used to give set point
temperature voltage. A PWM of frequency, FPWM = 1 KHz is generated using a microcontroller
Input/output port pin as shown in fig. 1. A low pass filter circuit of frequency FLP = 5 KHz, using
R = 1K and C = 1µF, gives a good quality set point temperature voltage.
2.3. Heat Pump
A heat pump is a device that transfers heat energy from a heat source to a heat sink against a
temperature gradient. Heat pumps are designed to move thermal energy opposite the direction of
spontaneous heat flow. A heat pump uses some amount of external high-grade energy to
accomplish the desired transfer of thermal energy from heat source to heat sink. While
compressor-driven air conditioners and freezers are familiar examples of heat pumps.
Figure 1. Block diagram of the presented work
2.4. Principle of operation
The basic principal of the proposed system is based on reverse of see-back effect and is known as
Peltier effect. A pettier element consists of a heat conducting material along with two wires, if the
flow of current is reversed through the wires, then the sides of the peltier device show the reverse
temperature effect. Peltier device is shown in figure 2.
Peltier elements have following features;
It is in solid state; Need no maintenance, long service life-time.
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
43
Peltier element has applications in deep space probes, microprocessor cooling, laser diode
temperature stabilization, temperature regulated flight suits and air conditioning in submarines,
Portable DC refrigerators, and automotive seat cooling/heating.
Figure 2. Peltier device
2.5. Temperature measurement
Temperature at flow through cell is measured using LM-35 temperature sensor. It gives 10 mv
per degree centigrade change of temperature. The analog output of LM-35 is also given to
Operational amplifier to compare the same with Set point. The error signal is generated thereafter
and sends to PID algorithm to take up the necessary action, shown in figure 3.
2.6. Proportional integral derivative (PID) controller
The proportional integral derivative controller is used to control temperature of the system. The
PID control is comprised of three terms proportional, integral, and derivative. These terms are
summed to calculate the output of the PID controller. Defining U (t) as the controller output, the
final form of the PID algorithm is:
Where, Kp: Proportional gain, a tuning parameter, Ki: Integral gain, a tuning parameter, Kd:
Derivative gain, a tuning parameter. Error =Set point temperature – current temperature,
t=instantaneous time (the present), T: Variable of integration; takes on values from time 0 to the
present t.
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
44
3. FLOW DIAGRAM OF THE SYSTEM
No
Yes
Figure 3. Flow chart of the presented work
4. RESULTS
Figure4: Set point temperature for 25°C output
Start
Set point
temperature
set by PWM
Measure the
temperature by
LM-35
Compare the
error
= Set point
Temperature -
Current
Temperature
Error minimize
by PID
algorithm
Control voltage
based on PID
algorithm
Switching of
power transistor
based on voltage
Power to Peltier
device
If
Error=0
Set point
Achieved
a
End
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
45
Table1: shows the result of the graph drawn between temperature and time taken
Serial no. Set Point
Temperature
Current
Temperature
Control
Temperature
Time
Taken
1 25°C 24°C 25.1°C 2 sec
2 25°C 30°C 24.9 °C 3 sec
3 25°C 40°C 25.2 °C 5 sec
Figure 5: set point temperature for 30°C
Table2. Illustrates the results of the temperature and time
Serial no. Set Point
Temperature
Current
Temperature
Control
Temperature
Time Taken
1 30 °C 25°C 30.01 °C 2 sec
2 30°C 27°C 30.2 °C 1 sec
3 30°C 40°C 29.7 °C 3 sec
Figure 6: Figure for set point temperature at 37°C
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
46
Table3. Depicts the results of the temperature and time
Serial no. Set Point
Temperature
Current
Temperature
Control
Temperature
Time Taken
1 37 °C 25°C 37.1 °C 5 sec
2 37°C 30°C 36.9 °C 3 sec
3 37°C 41°C 37.2 °C 2 sec
5. CONCLUSION
The presented system has been tested in prototype model of fully automated bio-chemistry
analyzer at C-DAC, Mohali. Attainability of the temperature within the required time limit has
been achieved to appreciable limit. The main task is only to achieve the temperature within the
permitted time period and it can further be improved by using peltier device of high current rating
if available in the required mechanical system design size. However, there is a trade-off between
the fast response and the current requirement. If fast response is desired, high current source will
be used and vice versa.
ACKNOWLEDGMENTS
I would like to express my deep appreciation to Mr.Vikas Goel Senior Project manager C-DAC
Mohali for inspiring and helping me in undertaking this project. I am particularly indebted to my
parents for motivating me to do this work.
REFERENCES
[1] Vincent, R.J.; Waldron, W.D., "A Magnetically Coupled Stirling Engine Driven Heat Pump: Design
Optimization And Operating Cost Analysis," Energy Conversion Engineering Conference, 1990. IECEC-
90. Proceedings of the 25th Intersociety, vol.2, no., pp.204, 210, 12-17 Aug 1990
[2] ChangLiang Liu; Hong Wang; Jinliang Ding; Chenggang Zhen, "An overview of modelling and simulation
of thermal power plant," Advanced Mechatronic Systems (ICAMechS), 2011 International Conference on,
vol., no., pp.86, 91, 11-13 Aug. 2011
[3] Jun-hong Yang; Xi-yan Bi, "High-precision temperature control system based on PID algorithm,"
Computer Application and System Modeling (ICCASM), 2010 International Conference on, vol.12, no.,
pp.V12-568, V12-571, 22-24 Oct. 2010
[4] Bin Feng; Gong, Guofang; Huayong Yang, "Self-tuning-parameter fuzzy PID temperature control in a
large hydraulic system," Advanced Intelligent Mechatronics, 2009. AIM 2009. IEEE/ASME International
Conference on, vol., no., pp.1418, 1422, 14-17 July 2009
[5] Inagaki, N.; Imai, R.; Shikida, M.; Okochi, M.; Honda, H.; Sato, K., "Temperature controlled miniaturized
cell in magnetic beads handling system for bio-chemical reaction," Solid-State Sensors, Actuators and
Microsystems Conference, 2009. TRANSDUCERS 2009. International, vol., no., pp.382, 385, 21-25 June
2009
[6] Ma Ya-qiang; Zhang Xiao-li; Lian Xiao-qin; Duan Zhen-gang, "Design and Implementation of the Ground
Source Heat Pump Remote Monitoring System," Intelligent Computation Technology and Automation,
2009. ICICTA '09. Second International Conference on , vol.4, no., pp.62,65, 10-11 Oct. 2009
[7] Morimitsu, H.; Katsura, S., "A method to control a peltier device based on heat disturbance observer,"
IECON 2010 - 36th Annual Conference on IEEE Industrial Electronics Society, vol., no., pp.1222, 1227, 7-
10 Nov. 2010.
[8] Li Nianping; Zhang Wenjie; Wang Lijie; Liu Qiuke; Hu Jinhua, "Experimental Study on Energy Efficiency
of Heat-source Tower Heat Pump Units in Winter Condition," Measuring Technology and Mechatronics
Automation (ICMTMA), 2011 Third International Conference on , vol.2, no., pp.135,138, 6-7 Jan. 2011
[9] Cing-Han Yang; Hsin-Wei Wang; Tsan-Huang Shih; Tun-Wen Pai, "Poster: Identification and
classification of internal repeats in proteins," Computational Advances in Bio and Medical Sciences
(ICCABS), 2011 IEEE 1st International Conference on , vol., no., pp.266,266, 3-5 Feb. 2011
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013
47
[8] Zhang, M.; Huan, Z., "Opportunities for the development of heat pump drying systems in South Africa,"
Industrial and Commercial Use of Energy Conference (ICUE), 2012 Proceedings of the 9th, vol., no.,
pp.1,6, 15-16 Aug. 2012
[9] Yambe, T.; Sumiyoshi, T.; Koga, C.; Shiraishi, Y.; Miura, H.; Sugita, N.; Tanaka, A.; Yoshizawa, M.,
"New implantable therapeutic device for the control of an atrial fibrillation attack using the Peltier
element," Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference
of the IEEE , vol., no., pp.5741,5744, Aug. 28 2012-Sept. 1 2012
[10] Fu-hua Jen; Bao Trung Mai, "Building an autonomous line tracing car with PID algorithm," Intelligent
Control and Automation (WCICA), 2012 10th World Congress on , vol., no., pp.4478,4483, 6-8 July 2012
[11] Midoro, T.; Ishida, H., "Device for determining gas source direction that uses peltier elements to collect gas
samples," Sensors, 2012 IEEE , vol., no., pp.1,4, 28-31 Oct. 2012
[12] Widyotriatmo, A.; Rauzanfiqr, S.K.; Suprijanto, S., "A modified PID algorithm for dynamic control of an
automatic wheelchair," Control, Systems & Industrial Informatics (ICCSII), 2012 IEEE Conference
[13] Jun-hung Yang and Xi-Yan-Bi., "High precision temperature control system based on PID algorithm,"
International Conference Computer application and modelling (ICCASM), Volume no., 9, 22-24 October
2010
[14] Ma Ya-qiang; Zhang Xiao-li; Lian Xiao-qin; Duan Zhen-gang, "Design and Implementation of the Ground
Source Heat Pump Remote Monitoring System," Intelligent Computation Technology and Automation,
2009. ICICTA '09. Second International Conference on, vol.4, no., pp.62, 65, 10-11 Oct. 2009
[15] Li Nianping; Zhang Wenjie; Wang Lijie; Liu Qiuke; Hu Jinhua, "Experimental Study on Energy Efficiency
of Heat-source Tower Heat Pump Units in Winter Condition," Measuring Technology and Mechatronics
Automation (ICMTMA), 2011 Third International Conference on , vol.2, no., pp.135,138, 6-7 Jan. 2011
[16] Fu-hua Jen; Bao Trung Mai, "Building an autonomous line tracing car with PID algorithm," Intelligent
Control and Automation (WCICA), 2012 10th World Congress on, vol., no., pp.4478, 4483, 6-8 July 2012
[17] Midoro, T.; Ishida, H., "Device for determining gas source direction that uses peltier elements to collect gas
samples," Sensors, 2012 IEEE, vol., no., pp.1, 4, 28-31 Oct. 2012
[18] Mingcong Deng; Yanou, A.; Tokuda, Y.; Aihui Wang, "Robust fault tolerant thermal control system design
of an aluminum plate with Peltier device," Advanced Mechatronic Systems (ICAMechS), 2012
International Conference on , vol., no., pp.223,228, 18-21 Sept. 2012
[19] Melero, A.; Astrain, D.; Vian, J.G.; Aldave, L.; Albizua, J.; Costa, C., "Application of thermoelectricity
and photovoltaic energy to air conditioning," Thermoelectric, 2003 Twenty-Second International
Conference on - ICT , vol., no., pp.627,630, 17-21 Aug. 2003
[20] Woosung Choi; Woojong Yoo; Sangchul Won, "Development of automatic temperature control system in
blast furnace," SICE-ICASE, 2006. International Joint Conference, vol., no., pp.899, 903, 18-21 Oct. 2006.
AUTHORS
Abinav Pathak is pursuing M.Tech thesis work in embedded system from CDAC Mohali.
His expertise field of interest is embedded system design and control technologies.
Mr. Vikas Goel is working as Sr. Project Manager at C-DAC, Mohali. His proficiency is in
design and development of embedded microcontroller based systems

Mais conteúdo relacionado

Mais procurados

temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollerDeepak Yadav
 
Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorEdgefxkits & Solutions
 
IRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET Journal
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettleIJECEIAES
 
Fuji tu dong hoa catalog frenic-hvac-dienhathe.org
Fuji tu dong hoa catalog frenic-hvac-dienhathe.orgFuji tu dong hoa catalog frenic-hvac-dienhathe.org
Fuji tu dong hoa catalog frenic-hvac-dienhathe.orgDien Ha The
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fanRifatkhasru009
 
DATA LOGER GSM MODULATOR
DATA LOGER GSM MODULATORDATA LOGER GSM MODULATOR
DATA LOGER GSM MODULATORsikandar8233
 
Cascade control of superheated steam temperature with neuro PID controller
Cascade control of superheated steam temperature with neuro PID controllerCascade control of superheated steam temperature with neuro PID controller
Cascade control of superheated steam temperature with neuro PID controllerISA Interchange
 
Sontex Supercal 539 Heat Meter - Spec Sheet
Sontex Supercal 539 Heat Meter - Spec SheetSontex Supercal 539 Heat Meter - Spec Sheet
Sontex Supercal 539 Heat Meter - Spec SheetThorne & Derrick UK
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllereSAT Journals
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLERTarek Erin
 
The application of Self-adaptive Fuzzy PID control the evaporator superheat
The application of Self-adaptive Fuzzy PID control the evaporator superheatThe application of Self-adaptive Fuzzy PID control the evaporator superheat
The application of Self-adaptive Fuzzy PID control the evaporator superheatIJRES Journal
 
Sontex Supercal 531 Multifunctional Integrator - Brochure
Sontex Supercal 531 Multifunctional Integrator - BrochureSontex Supercal 531 Multifunctional Integrator - Brochure
Sontex Supercal 531 Multifunctional Integrator - BrochureThorne & Derrick UK
 

Mais procurados (20)

40620130101001
4062013010100140620130101001
40620130101001
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontroller
 
A43010109
A43010109A43010109
A43010109
 
Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulator
 
IRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM Controller
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettle
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Fuji tu dong hoa catalog frenic-hvac-dienhathe.org
Fuji tu dong hoa catalog frenic-hvac-dienhathe.orgFuji tu dong hoa catalog frenic-hvac-dienhathe.org
Fuji tu dong hoa catalog frenic-hvac-dienhathe.org
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fan
 
DATA LOGER GSM MODULATOR
DATA LOGER GSM MODULATORDATA LOGER GSM MODULATOR
DATA LOGER GSM MODULATOR
 
Cascade control of superheated steam temperature with neuro PID controller
Cascade control of superheated steam temperature with neuro PID controllerCascade control of superheated steam temperature with neuro PID controller
Cascade control of superheated steam temperature with neuro PID controller
 
Instrumentation
Instrumentation Instrumentation
Instrumentation
 
Sontex Supercal 539 Heat Meter - Spec Sheet
Sontex Supercal 539 Heat Meter - Spec SheetSontex Supercal 539 Heat Meter - Spec Sheet
Sontex Supercal 539 Heat Meter - Spec Sheet
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controller
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLER
 
350619 634044039582135000
350619 634044039582135000350619 634044039582135000
350619 634044039582135000
 
The application of Self-adaptive Fuzzy PID control the evaporator superheat
The application of Self-adaptive Fuzzy PID control the evaporator superheatThe application of Self-adaptive Fuzzy PID control the evaporator superheat
The application of Self-adaptive Fuzzy PID control the evaporator superheat
 
A Fuzzy PID Controller for Induction Heating Systems with LLC Voltage Source ...
A Fuzzy PID Controller for Induction Heating Systems with LLC Voltage Source ...A Fuzzy PID Controller for Induction Heating Systems with LLC Voltage Source ...
A Fuzzy PID Controller for Induction Heating Systems with LLC Voltage Source ...
 
Lm35
Lm35Lm35
Lm35
 
Sontex Supercal 531 Multifunctional Integrator - Brochure
Sontex Supercal 531 Multifunctional Integrator - BrochureSontex Supercal 531 Multifunctional Integrator - Brochure
Sontex Supercal 531 Multifunctional Integrator - Brochure
 

Semelhante a Heat pump design using peltier element For temperature control of the flow cell

Temperature based speed control of fan
Temperature based speed control of fanTemperature based speed control of fan
Temperature based speed control of fanÇdh Suman
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
comparative analysis of pid and narma l2 controllers for shell and tube heat...
 comparative analysis of pid and narma l2 controllers for shell and tube heat... comparative analysis of pid and narma l2 controllers for shell and tube heat...
comparative analysis of pid and narma l2 controllers for shell and tube heat...INFOGAIN PUBLICATION
 
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...IJCI JOURNAL
 
Automatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessorAutomatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessorsubhradeep mitra
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Long term temperature stability of thermal cycler developed using low profil...
Long term temperature stability of thermal cycler developed  using low profil...Long term temperature stability of thermal cycler developed  using low profil...
Long term temperature stability of thermal cycler developed using low profil...IJECEIAES
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNAn Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNidescitation
 
Best of breed control of platinum reactors
Best of breed control of platinum reactorsBest of breed control of platinum reactors
Best of breed control of platinum reactorsRotimi Agbebi
 
Automatic Temperature Controlled Air Cooler Design, Assembly and Testing
Automatic Temperature Controlled Air Cooler Design, Assembly and TestingAutomatic Temperature Controlled Air Cooler Design, Assembly and Testing
Automatic Temperature Controlled Air Cooler Design, Assembly and Testingijtsrd
 
Mecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxMecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxhailegebreselassie24
 
A fuzzy-PID controller in shell and tube heat exchanger simulation modeled f...
A fuzzy-PID controller in shell and tube heat exchanger  simulation modeled f...A fuzzy-PID controller in shell and tube heat exchanger  simulation modeled f...
A fuzzy-PID controller in shell and tube heat exchanger simulation modeled f...nooriasukmaningtyas
 
Precision Cooling System
Precision Cooling SystemPrecision Cooling System
Precision Cooling SystemRamMohan Pandey
 
Fuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processFuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processeSAT Publishing House
 

Semelhante a Heat pump design using peltier element For temperature control of the flow cell (20)

Temperature based speed control of fan
Temperature based speed control of fanTemperature based speed control of fan
Temperature based speed control of fan
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
comparative analysis of pid and narma l2 controllers for shell and tube heat...
 comparative analysis of pid and narma l2 controllers for shell and tube heat... comparative analysis of pid and narma l2 controllers for shell and tube heat...
comparative analysis of pid and narma l2 controllers for shell and tube heat...
 
Fulltext 1005224
Fulltext 1005224 Fulltext 1005224
Fulltext 1005224
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...
TEMPERATURE SENSOR WITH BUFFER-CHAIN BASED TIME-TO-DIGITAL CONVERTER FOR ULTR...
 
Ic2414251429
Ic2414251429Ic2414251429
Ic2414251429
 
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
Design an Automatic Temperature Control System for Smart Electric Fan Using PICDesign an Automatic Temperature Control System for Smart Electric Fan Using PIC
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
 
Automatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessorAutomatic temperature control using 8085 microprocessor
Automatic temperature control using 8085 microprocessor
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Long term temperature stability of thermal cycler developed using low profil...
Long term temperature stability of thermal cycler developed  using low profil...Long term temperature stability of thermal cycler developed  using low profil...
Long term temperature stability of thermal cycler developed using low profil...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNAn Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
 
Best of breed control of platinum reactors
Best of breed control of platinum reactorsBest of breed control of platinum reactors
Best of breed control of platinum reactors
 
Automatic Temperature Controlled Air Cooler Design, Assembly and Testing
Automatic Temperature Controlled Air Cooler Design, Assembly and TestingAutomatic Temperature Controlled Air Cooler Design, Assembly and Testing
Automatic Temperature Controlled Air Cooler Design, Assembly and Testing
 
Mecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptxMecha-Lec-1-Introducing Mechatronics.pptx
Mecha-Lec-1-Introducing Mechatronics.pptx
 
A fuzzy-PID controller in shell and tube heat exchanger simulation modeled f...
A fuzzy-PID controller in shell and tube heat exchanger  simulation modeled f...A fuzzy-PID controller in shell and tube heat exchanger  simulation modeled f...
A fuzzy-PID controller in shell and tube heat exchanger simulation modeled f...
 
Precision Cooling System
Precision Cooling SystemPrecision Cooling System
Precision Cooling System
 
Fuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature processFuzzy based control using lab view for miso temperature process
Fuzzy based control using lab view for miso temperature process
 

Último

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Heat pump design using peltier element For temperature control of the flow cell

  • 1. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 DOI : 10.5121/ijcsea.2013.3305 41 HEAT PUMP DESIGN USING PELTIER ELEMENT FOR TEMPERATURE CONTROL OF THE FLOW CELL Abinav Pathak1 and Vikas Goel2 1 Centre for Development of Advanced Computing, Mohali, Punjab, India 1abinavpathak@gmail.com 2 Centre for Development of Advanced Computing, Mohali, Punjab, India Vikaskgol@gmail.com ABSTRACT In biochemistry analyzer the temperature play crucial role as many of the health parameters are tested at precise temperature. In automated bio-chemistry analyzer, precise temperature control is achieved by using the peltier device as heat pump and PID control action. The temperature is measured at the flow cell using the LM-35 temperature sensor and set point temperature is set by using the PWM output of a microcontroller employed for the control action. In the presented work, the temperature control is achieved at an accuracy of ±0.10 C by controlling the design parameters of the heat pump circuit. Further, besides controlling the temperature at desired set point, the temperature achieving rate has to made as fast as possible. This is made by using an enhanced current source by suitable designing the peltier driving circuit. KEYWORDS PWM → Pulse width modulation, PID→ Proportional integral Differential, Peltier device, SPT→ Set point temperature, Heat pump, Peltier effect, Biochemistry analyzer. 1. INTRODUCTION In all thermal processes, maintain the certain temperature is the main requirement. In presented work the fast thermal response is achieved by using the peltier element. Peltier element works on the principal of Peltier Effect. It states that the passage of an electric current through the junction of two dissimilar wires can either cool or heat the junction depending on the direction of current. Heat generation or absorption rates are proportional to the magnitude of the current and also the temperature of the junction. In this presented work, Set Point Temperature is achieved by using the PWM output micro-controller followed by low pass filter. Temperature is measured at flow cell using LM-35 temperature sensor. The set point voltage so obtained as above is compared with the current temperature (CT) and an error signal is generated by using an operational amplifier circuit and sends to PID algorithm to take up the necessary action. Moreover, controlling the temperature at desired set point, the temperature achieving rate has to made as fast as possible. This is made by using an enhanced current source by suitable designing the peltier driving circuit. 2. SYSTEM DESCRIPTION Proposed system comprises of various modules, these modules are explained with the help of figure 1 and detail of modules is given below:
  • 2. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 42 2.1. Microcontroller unit The NXP P89C51RD2 is an Generic 8051 Compatible High-speed Microcontroller, having 16-bit Timer/Counters, 256 Bytes Scratch Pad RAM, 9 Interrupt Sources with 4 Priority Levels Integrated Power Monitor, ISP (In-System Programming) 64K Flash on-chip, 1792 bytes on-chip XRAM, Dual Data Pointer, Serial Peripheral Interface bus, 16-bit Program counter array, Pulse width modulation, Universal Asynchronous Receiver/Transmitter, watchdog timer. 2.2. Pulse width modulation A Pulse Width Modulation (PWM) module in addition with a low pass filter circuit can produce different analogue voltages. In the proposed work, this analogue voltage is used to give set point temperature voltage. A PWM of frequency, FPWM = 1 KHz is generated using a microcontroller Input/output port pin as shown in fig. 1. A low pass filter circuit of frequency FLP = 5 KHz, using R = 1K and C = 1µF, gives a good quality set point temperature voltage. 2.3. Heat Pump A heat pump is a device that transfers heat energy from a heat source to a heat sink against a temperature gradient. Heat pumps are designed to move thermal energy opposite the direction of spontaneous heat flow. A heat pump uses some amount of external high-grade energy to accomplish the desired transfer of thermal energy from heat source to heat sink. While compressor-driven air conditioners and freezers are familiar examples of heat pumps. Figure 1. Block diagram of the presented work 2.4. Principle of operation The basic principal of the proposed system is based on reverse of see-back effect and is known as Peltier effect. A pettier element consists of a heat conducting material along with two wires, if the flow of current is reversed through the wires, then the sides of the peltier device show the reverse temperature effect. Peltier device is shown in figure 2. Peltier elements have following features; It is in solid state; Need no maintenance, long service life-time.
  • 3. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 43 Peltier element has applications in deep space probes, microprocessor cooling, laser diode temperature stabilization, temperature regulated flight suits and air conditioning in submarines, Portable DC refrigerators, and automotive seat cooling/heating. Figure 2. Peltier device 2.5. Temperature measurement Temperature at flow through cell is measured using LM-35 temperature sensor. It gives 10 mv per degree centigrade change of temperature. The analog output of LM-35 is also given to Operational amplifier to compare the same with Set point. The error signal is generated thereafter and sends to PID algorithm to take up the necessary action, shown in figure 3. 2.6. Proportional integral derivative (PID) controller The proportional integral derivative controller is used to control temperature of the system. The PID control is comprised of three terms proportional, integral, and derivative. These terms are summed to calculate the output of the PID controller. Defining U (t) as the controller output, the final form of the PID algorithm is: Where, Kp: Proportional gain, a tuning parameter, Ki: Integral gain, a tuning parameter, Kd: Derivative gain, a tuning parameter. Error =Set point temperature – current temperature, t=instantaneous time (the present), T: Variable of integration; takes on values from time 0 to the present t.
  • 4. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 44 3. FLOW DIAGRAM OF THE SYSTEM No Yes Figure 3. Flow chart of the presented work 4. RESULTS Figure4: Set point temperature for 25°C output Start Set point temperature set by PWM Measure the temperature by LM-35 Compare the error = Set point Temperature - Current Temperature Error minimize by PID algorithm Control voltage based on PID algorithm Switching of power transistor based on voltage Power to Peltier device If Error=0 Set point Achieved a End
  • 5. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 45 Table1: shows the result of the graph drawn between temperature and time taken Serial no. Set Point Temperature Current Temperature Control Temperature Time Taken 1 25°C 24°C 25.1°C 2 sec 2 25°C 30°C 24.9 °C 3 sec 3 25°C 40°C 25.2 °C 5 sec Figure 5: set point temperature for 30°C Table2. Illustrates the results of the temperature and time Serial no. Set Point Temperature Current Temperature Control Temperature Time Taken 1 30 °C 25°C 30.01 °C 2 sec 2 30°C 27°C 30.2 °C 1 sec 3 30°C 40°C 29.7 °C 3 sec Figure 6: Figure for set point temperature at 37°C
  • 6. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 46 Table3. Depicts the results of the temperature and time Serial no. Set Point Temperature Current Temperature Control Temperature Time Taken 1 37 °C 25°C 37.1 °C 5 sec 2 37°C 30°C 36.9 °C 3 sec 3 37°C 41°C 37.2 °C 2 sec 5. CONCLUSION The presented system has been tested in prototype model of fully automated bio-chemistry analyzer at C-DAC, Mohali. Attainability of the temperature within the required time limit has been achieved to appreciable limit. The main task is only to achieve the temperature within the permitted time period and it can further be improved by using peltier device of high current rating if available in the required mechanical system design size. However, there is a trade-off between the fast response and the current requirement. If fast response is desired, high current source will be used and vice versa. ACKNOWLEDGMENTS I would like to express my deep appreciation to Mr.Vikas Goel Senior Project manager C-DAC Mohali for inspiring and helping me in undertaking this project. I am particularly indebted to my parents for motivating me to do this work. REFERENCES [1] Vincent, R.J.; Waldron, W.D., "A Magnetically Coupled Stirling Engine Driven Heat Pump: Design Optimization And Operating Cost Analysis," Energy Conversion Engineering Conference, 1990. IECEC- 90. Proceedings of the 25th Intersociety, vol.2, no., pp.204, 210, 12-17 Aug 1990 [2] ChangLiang Liu; Hong Wang; Jinliang Ding; Chenggang Zhen, "An overview of modelling and simulation of thermal power plant," Advanced Mechatronic Systems (ICAMechS), 2011 International Conference on, vol., no., pp.86, 91, 11-13 Aug. 2011 [3] Jun-hong Yang; Xi-yan Bi, "High-precision temperature control system based on PID algorithm," Computer Application and System Modeling (ICCASM), 2010 International Conference on, vol.12, no., pp.V12-568, V12-571, 22-24 Oct. 2010 [4] Bin Feng; Gong, Guofang; Huayong Yang, "Self-tuning-parameter fuzzy PID temperature control in a large hydraulic system," Advanced Intelligent Mechatronics, 2009. AIM 2009. IEEE/ASME International Conference on, vol., no., pp.1418, 1422, 14-17 July 2009 [5] Inagaki, N.; Imai, R.; Shikida, M.; Okochi, M.; Honda, H.; Sato, K., "Temperature controlled miniaturized cell in magnetic beads handling system for bio-chemical reaction," Solid-State Sensors, Actuators and Microsystems Conference, 2009. TRANSDUCERS 2009. International, vol., no., pp.382, 385, 21-25 June 2009 [6] Ma Ya-qiang; Zhang Xiao-li; Lian Xiao-qin; Duan Zhen-gang, "Design and Implementation of the Ground Source Heat Pump Remote Monitoring System," Intelligent Computation Technology and Automation, 2009. ICICTA '09. Second International Conference on , vol.4, no., pp.62,65, 10-11 Oct. 2009 [7] Morimitsu, H.; Katsura, S., "A method to control a peltier device based on heat disturbance observer," IECON 2010 - 36th Annual Conference on IEEE Industrial Electronics Society, vol., no., pp.1222, 1227, 7- 10 Nov. 2010. [8] Li Nianping; Zhang Wenjie; Wang Lijie; Liu Qiuke; Hu Jinhua, "Experimental Study on Energy Efficiency of Heat-source Tower Heat Pump Units in Winter Condition," Measuring Technology and Mechatronics Automation (ICMTMA), 2011 Third International Conference on , vol.2, no., pp.135,138, 6-7 Jan. 2011 [9] Cing-Han Yang; Hsin-Wei Wang; Tsan-Huang Shih; Tun-Wen Pai, "Poster: Identification and classification of internal repeats in proteins," Computational Advances in Bio and Medical Sciences (ICCABS), 2011 IEEE 1st International Conference on , vol., no., pp.266,266, 3-5 Feb. 2011
  • 7. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013 47 [8] Zhang, M.; Huan, Z., "Opportunities for the development of heat pump drying systems in South Africa," Industrial and Commercial Use of Energy Conference (ICUE), 2012 Proceedings of the 9th, vol., no., pp.1,6, 15-16 Aug. 2012 [9] Yambe, T.; Sumiyoshi, T.; Koga, C.; Shiraishi, Y.; Miura, H.; Sugita, N.; Tanaka, A.; Yoshizawa, M., "New implantable therapeutic device for the control of an atrial fibrillation attack using the Peltier element," Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference of the IEEE , vol., no., pp.5741,5744, Aug. 28 2012-Sept. 1 2012 [10] Fu-hua Jen; Bao Trung Mai, "Building an autonomous line tracing car with PID algorithm," Intelligent Control and Automation (WCICA), 2012 10th World Congress on , vol., no., pp.4478,4483, 6-8 July 2012 [11] Midoro, T.; Ishida, H., "Device for determining gas source direction that uses peltier elements to collect gas samples," Sensors, 2012 IEEE , vol., no., pp.1,4, 28-31 Oct. 2012 [12] Widyotriatmo, A.; Rauzanfiqr, S.K.; Suprijanto, S., "A modified PID algorithm for dynamic control of an automatic wheelchair," Control, Systems & Industrial Informatics (ICCSII), 2012 IEEE Conference [13] Jun-hung Yang and Xi-Yan-Bi., "High precision temperature control system based on PID algorithm," International Conference Computer application and modelling (ICCASM), Volume no., 9, 22-24 October 2010 [14] Ma Ya-qiang; Zhang Xiao-li; Lian Xiao-qin; Duan Zhen-gang, "Design and Implementation of the Ground Source Heat Pump Remote Monitoring System," Intelligent Computation Technology and Automation, 2009. ICICTA '09. Second International Conference on, vol.4, no., pp.62, 65, 10-11 Oct. 2009 [15] Li Nianping; Zhang Wenjie; Wang Lijie; Liu Qiuke; Hu Jinhua, "Experimental Study on Energy Efficiency of Heat-source Tower Heat Pump Units in Winter Condition," Measuring Technology and Mechatronics Automation (ICMTMA), 2011 Third International Conference on , vol.2, no., pp.135,138, 6-7 Jan. 2011 [16] Fu-hua Jen; Bao Trung Mai, "Building an autonomous line tracing car with PID algorithm," Intelligent Control and Automation (WCICA), 2012 10th World Congress on, vol., no., pp.4478, 4483, 6-8 July 2012 [17] Midoro, T.; Ishida, H., "Device for determining gas source direction that uses peltier elements to collect gas samples," Sensors, 2012 IEEE, vol., no., pp.1, 4, 28-31 Oct. 2012 [18] Mingcong Deng; Yanou, A.; Tokuda, Y.; Aihui Wang, "Robust fault tolerant thermal control system design of an aluminum plate with Peltier device," Advanced Mechatronic Systems (ICAMechS), 2012 International Conference on , vol., no., pp.223,228, 18-21 Sept. 2012 [19] Melero, A.; Astrain, D.; Vian, J.G.; Aldave, L.; Albizua, J.; Costa, C., "Application of thermoelectricity and photovoltaic energy to air conditioning," Thermoelectric, 2003 Twenty-Second International Conference on - ICT , vol., no., pp.627,630, 17-21 Aug. 2003 [20] Woosung Choi; Woojong Yoo; Sangchul Won, "Development of automatic temperature control system in blast furnace," SICE-ICASE, 2006. International Joint Conference, vol., no., pp.899, 903, 18-21 Oct. 2006. AUTHORS Abinav Pathak is pursuing M.Tech thesis work in embedded system from CDAC Mohali. His expertise field of interest is embedded system design and control technologies. Mr. Vikas Goel is working as Sr. Project Manager at C-DAC, Mohali. His proficiency is in design and development of embedded microcontroller based systems