+ All Categories
Home > Documents > Final Project Seminar

Final Project Seminar

Date post: 07-Apr-2018
Category:
Upload: dulalmanna10
View: 222 times
Download: 0 times
Share this document with a friend

of 29

Transcript
  • 8/3/2019 Final Project Seminar

    1/29

    Presented byNABANITA CHATTERJEE

    Dept. Electrical and Electronics EngineeringNATIONAL INSTITUTE OF SCIENCE AND TECHNOLOGY

    BERHAMPUR

  • 8/3/2019 Final Project Seminar

    2/29

    Introduction The aim of the project is to develop a microcontroller

    based Air Heater System.

    The entire work can be divided into four parts

    1. Hardware development

    2. Hardware interface with PC3. Parameter Identification

    4. Control of process parameter

  • 8/3/2019 Final Project Seminar

    3/29

    Design and Implementation The air is drawn from the atmosphere by a blowing fan.

    The air is then heated as it is passed through an electricheater.

    The temperature of air should be at a desired level.

    The entire setup mainly consists of

    1. One heater

    2. Three temperature sensors3. Blowing fan

    4. PIC microcontroller

  • 8/3/2019 Final Project Seminar

    4/29

    Functional Blocks of the system

    An electric heater is placed within a blowing tube

    A four pin blowing fan is fitted at that end near the electric heater

    Three LM35 temperature sensors are placed at equal distance to sense thetemperature of the air

    PCBSensor input

    PC

    Controller and display unit

    fan

    Airinflow

  • 8/3/2019 Final Project Seminar

    5/29

    LM35 TEMPERATURE SENSORWhy LM35 ?

    Precision integrated circuit temperature sensor

    Output voltage is linearly proportional to the celsius temperature

    It does not require any external calibration to provide typical accuracies

    It is rated to operate over -55 degree C to +150 degree C

  • 8/3/2019 Final Project Seminar

    6/29

    Electric Heater One heater is used for heating the air flowing through the

    blowing duct

    The supplied power is controlled by a PWM controlarrangement

  • 8/3/2019 Final Project Seminar

    7/29

    4 PIN CPU FAN

    The fan is placed at that end of the blowing pipe where the heater is

    placed

    The fan is required for the cooling purpose

    PWM control arrangement is used for the fan speed control

  • 8/3/2019 Final Project Seminar

    8/29

    PIC18F2550 (28 PIN DIP) PIC is referred to as Peripheral Interface Controller

    PIC is Harvard Architecture Microcontroller where instructions anddata come from separate sources

    USB Features USB V2.0 compliant

    On chip USB transceiver with on chip voltage regulator

    Support up to 32 endpoints(16 bidirectional)

    Wide operating voltage range(2.0 v to 5.5 v)

  • 8/3/2019 Final Project Seminar

    9/29

    COMPLETE CIRCUIT DIAGRAM

  • 8/3/2019 Final Project Seminar

    10/29

    Pictorial View of Real Time System

    BLOWING DUCT SYSTEM

    Printed Circuit Board

  • 8/3/2019 Final Project Seminar

    11/29

    System Modeling

    Q=q + qi

    - qo

    qt

    where

    q : rate of heat supplied by the heater

    qi : rate at which heat is carried into the volume V

    qo : rate at which heat is carried out of the volume V

    qt : heat lost from the volume V to the surroundings by radiation andconduction

    for heat balance

  • 8/3/2019 Final Project Seminar

    12/29

    Systemparameter Identification

    The entire thermal system is approximated as a first order system

    The sensors are physically located at certain distance and introduce apure time delay into the system

    H(s)=Vo(S)/Vi(S) = (Ke-ds)/(s+1)

    Using Visual Basic 6 at the PC end the heater input and the fan speed

    can be adjusted manually and so system behaves as an open loopsystem

    Process reaction curve method is used to calculate the time constantand the time delay

  • 8/3/2019 Final Project Seminar

    13/29

    Visual Basic 6 Window

  • 8/3/2019 Final Project Seminar

    14/29

    Time Constant Calculation

    Temperature profile of sensor

    Time constant =260 ms

  • 8/3/2019 Final Project Seminar

    15/29

    Time Delay Calculation (due to sensor 2 )

    Time delay =31 ms

  • 8/3/2019 Final Project Seminar

    16/29

    Time Delay Calculation (due to sensor 3 )

    Time delay =62ms

  • 8/3/2019 Final Project Seminar

    17/29

    Controller Design

    . Proportional controller is designed to control speedof the

    fan and the temperatureof the air

    One Integral action has been introduced parallel to

    proportional controller to improve the performance.

  • 8/3/2019 Final Project Seminar

    18/29

    Proportional (P) ControllerThe controller output at the nth instant is given by

    mn = Kpen + bnKp = proportional gain

    Bn = fixed biasBlock Diagram of P-Controller

    controller o/p mn = Kpen + bn

    whereKp = proportional gain

    Bn = fixed bias

  • 8/3/2019 Final Project Seminar

    19/29

    P Controller Response

    Sensor1 response

  • 8/3/2019 Final Project Seminar

    20/29

    P Controller Response

    Sensor2 response

  • 8/3/2019 Final Project Seminar

    21/29

    P Controller Response

    Sensor3 response

  • 8/3/2019 Final Project Seminar

    22/29

    PI Controller

    m = Kp e(t) + 1/Ti0t e(t).dt + b

  • 8/3/2019 Final Project Seminar

    23/29

    PI Controller Response

    Sensor1 response

  • 8/3/2019 Final Project Seminar

    24/29

    PI Controller Response

    Sensor2 response

  • 8/3/2019 Final Project Seminar

    25/29

    PI Controller Response

    Sensor3 response

  • 8/3/2019 Final Project Seminar

    26/29

    PC End Interfacing

    USB 2.0Port is connected to pin 15 and pin 16 of themicrocontroller for interfacing.

    The particular PIC microcontroller incorporate fully featured

    USB Communication module

    So USB compatible data acquisition , monitoring and control is

    possible

  • 8/3/2019 Final Project Seminar

    27/29

    Conclusion A microcontroller based air heater system is developed

    The temperature of air and speed of the blowing fan can be monitored

    and controlled both manually and automatically

    The temperature sensors sense the temperature of the air throughoutthe length of the blowing duct and monitoring and control of thecontrol parameters are done at the PC end.

    The system designed is simple, easy to operate and can be used as amodel for training and research purpose.

  • 8/3/2019 Final Project Seminar

    28/29

    Application and Future ScopeThe process air heater is used in a number of different types

    of industrial plant like food processing industry , chemical

    process plants , manufacturing plants etc.

    The range of the temperature that is monitored and controlled here

    can also be improved

    The high level language offers sufficient flexibility for developing

    control algorithms using fuzzy logic , neural networks or

    genetic algorithms

  • 8/3/2019 Final Project Seminar

    29/29

    THANK YOU


Recommended