furnace control with the help of temp

Upload: mukesh-bharti

Post on 04-Jun-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 Furnace Control With the Help of Temp

    1/16

    AUTOMATIC

    TEMPERATURE

    CONTROL OF FURNACE

  • 8/13/2019 Furnace Control With the Help of Temp

    2/16

    INTRODUCTION

  • 8/13/2019 Furnace Control With the Help of Temp

    3/16

    INTRODUCTION

    In Industry & mills, the fuel which is feeded to the

    furnace is controlled manually. So there is loss of

    fuel energy and the extra fuel generated is

    wasted. It may be controlled by controlling the

    feeder or belt.

    The solution to this problem is AUTOMATIC

    TEMPRATURE CONTROL OF FUNACE. It is

    very useful to managing and controlling of the

    temperature of furnace.

  • 8/13/2019 Furnace Control With the Help of Temp

    4/16

    AIM OF THE PROJECT

  • 8/13/2019 Furnace Control With the Help of Temp

    5/16

    The main aim of this project is save the fuel which

    is feeded to the furnace. This is main done by the

    controlling the temperature of furnace. By

    analyzing the temperature, our system controls

    the feeding system.

    Here we use a temperature sensor which

    can sense the temperature of the furnace ,on

    sensing temperature it will forward the measured

    temperature to the microcontroller which controlthe entire operation of controlling temperature.

  • 8/13/2019 Furnace Control With the Help of Temp

    6/16

    Hardware requirements:

    PIC Microcontroller 16F72

    LM7805 Regulator

    Power Supply

    ResistorsCapacitors

    Transistors

    ConnectorsFunction numeric display(FND)

    Light emitting diode(LED)

    Temperature sensor

    RELAY

  • 8/13/2019 Furnace Control With the Help of Temp

    7/16

    WORK ING OF THE PROJECT

  • 8/13/2019 Furnace Control With the Help of Temp

    8/16

    Here we have used a temperature sensor which will sense the

    temperature of the boiler, on sensing temperature it will forward

    the measured temperature to the microcontroller which control theentire operation of controlling temperature.

    Controller used here is a PIC controller which has

    inbuilt ADC using the ADC function the received signal is

    processed.The microcontroller compares the sensed temperature with

    the reference temperature which is either maximum or minimum

    temperature of the furnace and thus controls it.

    If the temperature of furnace increases the maximum limit,the furnace is automatically OFF by relay. If the temperature is

    less then the minimum limit then the furnace is automatically ON.

    Thus the fuel has been saved.

  • 8/13/2019 Furnace Control With the Help of Temp

    9/16

    BLOCK DIAGRAM

  • 8/13/2019 Furnace Control With the Help of Temp

    10/16

  • 8/13/2019 Furnace Control With the Help of Temp

    11/16

    CIRCUIT

    DIAGRAM

  • 8/13/2019 Furnace Control With the Help of Temp

    12/16

    PCB METER 1.0

    METER

    WWW.TECHNOWAVE.CO.IN

    B

    1 1Thursday, December 02, 2010

    Title

    Size Document Number Rev

    Date: Sheet of

    VCC

    C12C EL10

    1000M/35V

    U1LM7805H

    1

    2

    3

    VCC

    U2

    PIC16F72

    1

    2

    3

    4

    5

    6

    7

    9

    10

    11

    12

    13

    14

    15

    16

    17

    18

    21

    22

    23

    24

    25

    26

    27

    28/MCLR

    RA0/AN0

    RA1/AN1

    RA2/AN2

    RA3/AN3/VREF

    RA4/T0CK1

    RA5/AN4/SS

    OSCI

    OSCO

    RC0

    RC1

    RC2

    RC3

    RC4

    RC5

    RC6

    RC7

    INT/RB0

    RB1

    RB2

    RB3

    RB4

    RB5

    RB6

    RB7

    D3

    1N4007

    12V

    RC4

    C7C CER0M1

    R2R1K

    VS

    Y1XTALH

    4MHz

    R39R4K7

    +5V

    VCC

    Q8BD139

    C2 C CER

    22PF

    VCC

    C3

    C CER 22PF

    RA0

    C5C EL510M/63V

    RC4

    C4C EL5

    10M/63VD4

    1N4007

    R16

    R 1%1M

    D2

    1N4007

    R37R2K2

    J2

    RLMT 04(M)

    1234

    J3

    RLMT 02(M)

    12

    D5

    1N4007

    +5V

    C1C CER104PF

    12V

    GND

    R17

    R 1%100K

    J1

    RLMT 03(M)

    123

    D6

    1N4007

    R1

    R

    470E

    VCC

    C6C EL510M/63V

    R18R 1%22K

    RA0

    R38

    R

    1K5

    VSSD1

    LED

  • 8/13/2019 Furnace Control With the Help of Temp

    13/16

    MICROCONTROLLER

    PIC16F72)The basic criteria for choosing a microcontroller suitable for theapplication are:1) The first and foremost criterion is that it must meet the task at hand

    efficiently and cost effectively. In analyzing the needs of a

    microcontroller-based project, it is seen whether an 8- bit, 16-bit or

    32-bit microcontroller can best handle the computing needs of the

    task most effectively. Among the other considerations in this

    category are:

    2) The second criterion in choosing a microcontroller is how easy it isto develop products around it. Key considerations include the

    availability of an assembler, debugger, compiler, technical support.3) The third criterion in choosing a microcontroller is its ready

    availability in needed quantities both now and in the future.

  • 8/13/2019 Furnace Control With the Help of Temp

    14/16

    PROGRAMMINGDEFINE PIC16F72.MC

    MAINMAINLOOP

    GOTO MAINLOOP INTR_AD

    NOP MOVF ADRES,W MOV FND,ADRES MOVWF TEMPERATURE L_CJNL TEMPERATURE,.60,D6 BSF PORTC,4

    D6 L_CJNG TEMPERATURE,.65,D4 BCF PORTC,4 GOTO D3

    D4 D3 RETURN

  • 8/13/2019 Furnace Control With the Help of Temp

    15/16

    CONCLUSION

    We Have Successfully Completed The Project Of furnaceController . Through this Project We Conclude That The

    Temperature Of The furnace Can Control AutomaticallyUsing Temperature Sensor And Microcontroller.

    Microcontroller Successfully Control The Feeding OfFuel For furnace And Thus Save Fuel As Well As Control Its

    Temperature

  • 8/13/2019 Furnace Control With the Help of Temp

    16/16