SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 5, Issue 6 (May. - Jun. 2013), PP 45-48
www.iosrjournals.org
www.iosrjournals.org 45 | Page
Annunciator for Hazard Prevention & Temperature Control
Prof. Ms. Manjeet G. Granthi1
, Prof. Mrs. Mohini S. Rajule2
1
Lecturer in Electronics & Telecommunication Dept. MIT College Aurangabad-431005
2
Lecturer in Electronics & Telecommunication Dept. MIT College Aurangabad-431005
Abstract: It is a microcontroller based annunciator system that detects different faulty condition and inform
operator about it. It not only informs and announces about the faulty condition but also takes an initial to
control the hazard.The system will consist of sensor which gives view of the condition to be monitored. If any
abnormal condition arises then it gives indication to microcontroller. Microcontroller is programmed by user
according to need. The Microcontroller may inform to the owner of a property about the condition abnormality
and it set the driver on to take the remedial actions.
Keywords - Annunciator, AT89C51, DTMF, EPROM
I. Introduction
Today all instrumentation system pertaining to industrial process control as well as domestic
applications, like elevator control are centralized air conditioning control; involve some type of automatic fault
finding facility. This facility detects the faulty condition of the operation towards it, enabling him to take
suitable remedial action to ensure the proper operation of the system. One such method is annunciation.
Annunciator is a device giving audible as well as visible indication of several physical parameters. Annunicator
is a pilot device. A pilot device protects the process loop from serious hazardous condition by alerting the
operator about the erroneous condition about the process. Process is a group of physical unit devices, which
acts together to get desired objectives or output. Annunciator is device in which activation of a visual or a
mechanical indicator called annunciator takes place when a remote switch or device has been activated as result
of fault in certain part of the system. An audio alarm may also be associated with annunciator.
II. SYSTEM DEVELIPMENT
A. Block Diagram
The system will consist of sensor which gives view of the condition to be monitored. If any abnormal
condition arises then it gives indication to microcontroller. Microcontroller is programmed by user according to
need. The Microcontroller may inform to the owner of a property about the condition abnormality and it set the
driver on to take the remedial actions.
It consists of microcontroller. A smoke detector detects the fire and sends to microcontroller through
signal conditiones. The signal conditioner gives the conditioned information indicated to microcontroller. The
microcontroller sends the indication to fire brigade and also inform to the other no. specified to it according to
priority through DTMF Generator. A DTMF generator is already program with the contact no. to be dialed
according to priority. It also gives indication to voice recorder for giving alarm indication and keeps record of it.
Microcontroller drives relay to control the fire.The relay turns ON and OFF to control the temperature. The relay
also turns ON and OFF,the water pumps to turn off fire. The set up can also be used to monitor temperature
continuously.
Fig1. Block Diagram
The above figure is showing the block diagram of annunciator for hazard prevention and temperature control
which consist of different blocks as Micro controller, DTMF Generator, RTC, Relay Driver, ADC, Voice
recorder, Sensor and Signal conditioner.
Annunciator for Hazard Prevention & Temperature Control
www.iosrjournals.org 46 | Page
B. Micro Controller.
The microcontroller used is 89C51. The microcontroller should have a capability to distinguish between
the condition in normal and abnormal states. It also should take quick action after detection of danger. It should
have real time so we used MCS 89C51. The features of 89C51 microcontroller are given below.
Features :
 Compatible with MCS-51 products.
 4K Bytes of In-System Reprogrammable Flash Memory
 Fully Static operation : 0 Hz to 24 MHz
 Three-level program Memory lock
 128 x 8 bit Internal RAM
 32 Programmable I/o Lines.
 Two 16 bit Timer/Counters
 Six Interrupt Sources
 Programmable Serial Channel
The AT89C51 is a low power, high-performance CMOS 8-bit micro Computer with 4K bytes of Flash
programmable and erasable read only memory (EPROM). The device is manufactured using Atmel's high density
nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set and pin out.
The on-chip Flash allows the program memory to be reprogrammed in system or by a Conventional non volatile
memory programmer. By combining a versatile 8 bit CPU with flash on a monolithic chip, the Atmel AT89C51 is
a powerful microcomputer, which provides a highly flexible and cost-effective solution to many embedded
control applications.
II. PERFORMANCE ANALYSIS
In the automated place, the system performance can be done by providing a direct software interface
between the fire Alarm system and all other elements of the automation system. All large industries have
annunciator panels for various alarms. Indeed some fire departments can display floor plans of building in the
command center at a fire. It is logical next step to plug these displays into the alarm system to see the current
status of place and then make a prediction of next five minutes. Performance analysis involves gathering formal
and informal data to help customers and sponsors define and achieve their goals. Performance analysis uncovers
several perspectives on a problem or opportunity, determining any and all drivers towards or barriers to
successful performance, and proposing a solution system based on what is discovered. Performance analysis is
the front end of the front end. It's what we do to figure out what to do. Some synonyms are planning, scoping,
auditing, and diagnostics.
A. System Testing
System Testing is a critical element of measure of quality assurance and it represents the ultimate
review of specifications and design. The system is tested during the above methods by verification of the results
obtained by different methods. A number of both public-domain and commercial performance tools, explaining
how each is used to collect and display performance data. While the tools exhibit important differences, there
are also many similarities, and frequently our choice of tool will be driven more by availability than by the
features provided.
Paragraph is a portable trace analysis and visualization package developed at Oak Ridge National
Laboratory for message-passing programs. It was originally developed to analyze traces generated by a
message-passing library called the Portable Instrumented Communication Library (PICL) but can in principle be
used to examine any trace that complies to its format. Like many message-passing systems, PICL can be
instructed to generate execution traces automatically, without programmer intervention. Paragraph is an
interactive tool. Having specified a trace file, the user instructs Paragraph to construct various displays
concerning processor utilization, communication, and the like. The trace files consumed by Paragraph include,
by default, time-stamped events for every communication operation performed by a parallel program. Paragraph
performs on-the-fly data reduction to generate the required images. Users also can record events that log the
start and end of user-defined ``tasks.'' Paragraph's processor utilization displays allow the user to distinguish
time spent computing, communicating, and idling. Communication time represents time spent in system
communication routines, while idle time represents time spent waiting for messages. These displays can be used
to identify load imbalances and code components that suffer from excessive communication and idle time costs.
which shows a Gantt chart (top part) and a space time diagram (bottom part) for a parallel climate model
executing on 64 Intel DELTA processors. In the space-time diagram, the color of the lines representing
communications indicates the size of the message being transferred. The climate model is a complex program
with multiple phases. Initially, only processor 0 is active. Subsequently, the model alternates between
Annunciator for Hazard Prevention & Temperature Control
www.iosrjournals.org 47 | Page
computation and communication phases. Some of the communication phases involve substantial idle time,
which should be the subject of further investigation.
Communication displays can be used both to obtain more detailed information on communication
volumes and communication patterns and to study causal relationships, The communication matrix on the left
and the circle on the right both show instantaneous communication patterns. The colors in the communication
matrix indicate communication volume, as defined by the scale above the matrix. Most matrix entries are on the
diagonal, which indicates mostly nearest-neighbor communication. Another display in the top right presents
cumulative data on processor utilization.
A disadvantage of Paragraph is that the relationship between performance data and program source is
not always clear. This problem can be overcome in part by explicitly logging events that record the start and end
of ``tasks'' corresponding to different phases of a program's execution. Paragraph provides task Gantt and task
histogram displays to examine this information. Of the portable tools described here, Paragraph is probably the
simplest to install and use. Because it operates on automatically generated traces, it can be used with little
programmer intervention. Paragraph displays are particularly intuitive, although the inability to scroll within
display windows can be frustrating. Upshot is a trace analysis and visualization package developed at Argonne
National Laboratory for message-passing programs. It can be used to analyze traces from a variety of message-
passing systems: in particular, trace events can be generated automatically by using an instrumented version of
MPI. Alternatively, the programmer can insert event logging calls manually. Upshot's display tools are designed
for the visualization and analysis of state data derived from logged events. A state is defined by a starting and
ending event. (For example, an instrumented collective communication routine can generate two separate
events on each processor to indicate when the processor entered and exited the routine.) The Upshot Gantt chart
display shows the state of each processor as a function of time. States can be nested, thereby allowing multiple
levels of detail to be captured in a single display. States can be defined either in an input file or interactively
during visualization.
B. Calibration
Table 1. Calibration of analog input voltage in accordance with temperature in degree centigrade.
Reference voltage
(mv)
Temp in deg
Celsius
10 1
20 2
50 5
100 10
200 20
300 30
400 40
500 50
C. Theoretical Computations:
Vref-The reference voltage
Vin – input voltage set to 5V
Tout – output temperature
Output temp. is given by
Tout = (Vin X 2.56)/ Vref
For e.g. Vin = 5V and Vref = 387mV, then Tout will be
Tout =( 5 X 2.56)/387
Tout = 33o
C
Table 2 Comparison of Computational and experimental methods
Computational
output temp. (o
C)
Experimental
output temp (o
C)
%
Error
33 32.5 1.5
39 39.5 -1.5
54 53 1.85
58 57.9 0.17
72 71.6 0.5
Annunciator for Hazard Prevention & Temperature Control
www.iosrjournals.org 48 | Page
80 80.1 0.12
90 89.8 1.66
102 102.7 0.29
107 106.5 0.37
123 123.1 0.48
131 130 0.76
Comparison of computational and experimental
analysis
-20
0
20
40
60
80
100
120
140
1 2 3 4 5 6 7 8 9 10 11
%Error
Temp.indegcelsius
Computational output
temp. (oC)
Experimental output temp
(oC)
% Error
Fig.2 Comparison of Computational and Experimental Analysis
D. Justification for error:
The error introduced is due to loading effect of potentiometer used for temperature measurement. Since
the system is a wide range system which is to be used for large varying temperatures and the voltages, therefore
the care needs to be taken during the selection of the critical devices used , with regards to their operational
ranges and the input provided in order to get the precise output with respect to the input.
III. CONCLUSION
In today's complex design needs and more efficient integration and reliability and lower cost devices. In
the era of globalization and free economy everyday a new product is being launched in the market. Gone are the
days when a particular brand was having monopoly in Indian markets. In the present scenario when competition
is the keyword in the market, quality and minimum price is the mantra of success.
The automation is playing a vital role in the global world keeping the human needs in focus. The life is
becoming fully atomized and safety is given first priority with help of advance products and services of the
same which are made available at your doorstep. The economy is also changed according to the human needs
and therefore quality products and innovative products are also gearing their importance in changing technology
everyday the world has come at our door with full information through internet engines. The idea has struck to
mind that at various parts of industries, offices, banks, big malls, and educational institute etc, there is a big
problem of the security and safety from the fire hazards which will destroy and damage the properties of the
above mentioned organizations. This tends to think and use goods and products, which saves time and also save
unnecessary cost. The designing of Annunciator for Hazard Prevention & Temperature Control has come to
reality by developing the product through appropriate software and hardware.
REFERENCES
[1] Kenneth J Ayala, " The 8051 microcontroller" Architecture, programming & applications, 2nd Edition, penram international
publishing (India).
[2] Ajay V Deshmukh, " Microcontroller” Theory & applications, Tata Mc Graw Hill publishing company ltd., New Delhi.
[3] Muhammad Ali Mazidi, Janice Gillispie Mazidi," The 8051 Microcontroller & Embedded Systems" Pearson Education.
[4] AK Sawhney, " Electrical & Electronic measurements & instrumentation, 7th edition, Dhanpat Rai & Co. (p) Ltd., pp. 975-1000
[5] H.S.Kalsi, " Electronic instrumentation," Second edition, The Mcgraw- Hill Companies pp. 22-60,
[6] http://www.google.com.
[7] Manual of “Fire Alarm System”, by Photain Control System pp. 13-27
[8] Security Standard Technical Specification Manual pp. 110-128. http://www.allfirealarms.com.

More Related Content

What's hot

Scada
ScadaScada
ScadaTribi
 
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...ASHOKKUMAR RAMAR
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...paperpublications3
 
Task 1.3 – human machine interface (hmi) definition. (by graphitech)
Task 1.3 – human machine interface (hmi) definition. (by graphitech)Task 1.3 – human machine interface (hmi) definition. (by graphitech)
Task 1.3 – human machine interface (hmi) definition. (by graphitech)SLOPE Project
 
Power system automation
Power system automationPower system automation
Power system automationsatyam11
 
Scada systems basics winnie mbau
Scada systems basics winnie mbauScada systems basics winnie mbau
Scada systems basics winnie mbauwinnie15
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADAMohseen1234
 
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONAUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONkamal soni
 
Tikam ppt 8 sem
Tikam ppt 8 semTikam ppt 8 sem
Tikam ppt 8 semTIKAMVANOT
 
OVERVIEW OF PLC AND SCADA
OVERVIEW OF PLC AND SCADAOVERVIEW OF PLC AND SCADA
OVERVIEW OF PLC AND SCADASandeep Sahu
 
Scada For G Mgt
Scada For G MgtScada For G Mgt
Scada For G MgtAnil Patil
 
Scada system architecture, types and applications
Scada system architecture, types and applicationsScada system architecture, types and applications
Scada system architecture, types and applicationsUchi Pou
 
SCADA PPT-21.08.2016 (Revised)
SCADA PPT-21.08.2016 (Revised)SCADA PPT-21.08.2016 (Revised)
SCADA PPT-21.08.2016 (Revised)Virendra Bharadwaj
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET Journal
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminarMayank Verma
 

What's hot (20)

Scada
ScadaScada
Scada
 
Samiullah final ppt sacda
Samiullah final ppt sacdaSamiullah final ppt sacda
Samiullah final ppt sacda
 
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
 
Scada System
Scada  SystemScada  System
Scada System
 
SCADA
SCADASCADA
SCADA
 
Task 1.3 – human machine interface (hmi) definition. (by graphitech)
Task 1.3 – human machine interface (hmi) definition. (by graphitech)Task 1.3 – human machine interface (hmi) definition. (by graphitech)
Task 1.3 – human machine interface (hmi) definition. (by graphitech)
 
What is SCADA system? SCADA Solutions for IoT
What is SCADA system? SCADA Solutions for IoTWhat is SCADA system? SCADA Solutions for IoT
What is SCADA system? SCADA Solutions for IoT
 
Power system automation
Power system automationPower system automation
Power system automation
 
Scada systems basics winnie mbau
Scada systems basics winnie mbauScada systems basics winnie mbau
Scada systems basics winnie mbau
 
PPT of PLC and SCADA
PPT of PLC and SCADAPPT of PLC and SCADA
PPT of PLC and SCADA
 
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONAUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
 
Scada & hmi
Scada & hmiScada & hmi
Scada & hmi
 
Tikam ppt 8 sem
Tikam ppt 8 semTikam ppt 8 sem
Tikam ppt 8 sem
 
OVERVIEW OF PLC AND SCADA
OVERVIEW OF PLC AND SCADAOVERVIEW OF PLC AND SCADA
OVERVIEW OF PLC AND SCADA
 
Scada For G Mgt
Scada For G MgtScada For G Mgt
Scada For G Mgt
 
Scada system architecture, types and applications
Scada system architecture, types and applicationsScada system architecture, types and applications
Scada system architecture, types and applications
 
SCADA PPT-21.08.2016 (Revised)
SCADA PPT-21.08.2016 (Revised)SCADA PPT-21.08.2016 (Revised)
SCADA PPT-21.08.2016 (Revised)
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminar
 

Viewers also liked

Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...IOSR Journals
 
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...IOSR Journals
 
Uncompressed Image Steganography using BPCS: Survey and Analysis
Uncompressed Image Steganography using BPCS: Survey and AnalysisUncompressed Image Steganography using BPCS: Survey and Analysis
Uncompressed Image Steganography using BPCS: Survey and AnalysisIOSR Journals
 
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...IOSR Journals
 
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...IOSR Journals
 
Convolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesConvolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesIOSR Journals
 
Information Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectInformation Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectIOSR Journals
 
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...IOSR Journals
 
Penetrating Windows 8 with syringe utility
Penetrating Windows 8 with syringe utilityPenetrating Windows 8 with syringe utility
Penetrating Windows 8 with syringe utilityIOSR Journals
 
Effects of Different Home Storage Conditions and Preservation on Some Chemica...
Effects of Different Home Storage Conditions and Preservation on Some Chemica...Effects of Different Home Storage Conditions and Preservation on Some Chemica...
Effects of Different Home Storage Conditions and Preservation on Some Chemica...IOSR Journals
 
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...IOSR Journals
 
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...IOSR Journals
 
A Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesA Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesIOSR Journals
 
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesWireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesIOSR Journals
 
Effective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationEffective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationIOSR Journals
 
Impact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisImpact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisIOSR Journals
 
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterModeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterIOSR Journals
 

Viewers also liked (20)

Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...Improving the Latency Value by Virtualizing Distributed Data  Center and Auto...
Improving the Latency Value by Virtualizing Distributed Data Center and Auto...
 
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
Surfactant-assisted Hydrothermal Synthesis of Ceria-Zirconia Nanostructured M...
 
Uncompressed Image Steganography using BPCS: Survey and Analysis
Uncompressed Image Steganography using BPCS: Survey and AnalysisUncompressed Image Steganography using BPCS: Survey and Analysis
Uncompressed Image Steganography using BPCS: Survey and Analysis
 
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...
Effect of bio-finishes on designer’s naturally coloured cotton khadi stripe f...
 
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
 
Convolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their PropertiesConvolution Theorem for Canonical Cosine Transform and Their Properties
Convolution Theorem for Canonical Cosine Transform and Their Properties
 
C1302031319
C1302031319C1302031319
C1302031319
 
Information Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and ProspectInformation Security Management System: Emerging Issues and Prospect
Information Security Management System: Emerging Issues and Prospect
 
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...
Numerical Simulation and Design Optimization of Intake and Spiral Case for Lo...
 
Penetrating Windows 8 with syringe utility
Penetrating Windows 8 with syringe utilityPenetrating Windows 8 with syringe utility
Penetrating Windows 8 with syringe utility
 
Effects of Different Home Storage Conditions and Preservation on Some Chemica...
Effects of Different Home Storage Conditions and Preservation on Some Chemica...Effects of Different Home Storage Conditions and Preservation on Some Chemica...
Effects of Different Home Storage Conditions and Preservation on Some Chemica...
 
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
A Hierarchical Clustering Algorithm Based Computer Aided Molecular Modeling w...
 
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
How Cognitive Science Has Influenced the Applied Science of HCI “The evolutio...
 
A0940104
A0940104A0940104
A0940104
 
A Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spacesA Novel Approach of Text Steganography based on null spaces
A Novel Approach of Text Steganography based on null spaces
 
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum TechniquesWireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
Wireless Sensor Grids Energy Efficiency Enrichment Using Quorum Techniques
 
Effective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and ImplementationEffective Bug Tracking Systems: Theories and Implementation
Effective Bug Tracking Systems: Theories and Implementation
 
Impact of Emotion on Prosody Analysis
Impact of Emotion on Prosody AnalysisImpact of Emotion on Prosody Analysis
Impact of Emotion on Prosody Analysis
 
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy ConverterModeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
Modeling of Vortex Induced Vibration based Hydrokinetic Energy Converter
 
N010637794
N010637794N010637794
N010637794
 

Similar to Annunciator for Hazard Prevention & Temperature Control

Review of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmReview of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmiosrjce
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...Sheikh R Manihar Ahmed
 
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsHardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsZac Darcy
 
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsHardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsZac Darcy
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System cscpconf
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET Journal
 
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 ProtocolReal Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 ProtocolIJRES Journal
 
Direct Digital Control
Direct Digital ControlDirect Digital Control
Direct Digital ControlIOSR Journals
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...IRJET Journal
 
Medical remotely caring with COVID-19 virus infected people using optimized w...
Medical remotely caring with COVID-19 virus infected people using optimized w...Medical remotely caring with COVID-19 virus infected people using optimized w...
Medical remotely caring with COVID-19 virus infected people using optimized w...TELKOMNIKA JOURNAL
 

Similar to Annunciator for Hazard Prevention & Temperature Control (20)

M010629597
M010629597M010629597
M010629597
 
Review of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmReview of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarm
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
 
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS RoomsHardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
 
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsHardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts rooms
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
 
PLC
PLCPLC
PLC
 
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 ProtocolReal Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
 
Direct Digital Control
Direct Digital ControlDirect Digital Control
Direct Digital Control
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
E044081720
E044081720E044081720
E044081720
 
M44096368
M44096368M44096368
M44096368
 
Transformer
TransformerTransformer
Transformer
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
 
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
IRJET- FPGA Implementation of an Improved Watchdog Timer for Safety Critical ...
 
Medical remotely caring with COVID-19 virus infected people using optimized w...
Medical remotely caring with COVID-19 virus infected people using optimized w...Medical remotely caring with COVID-19 virus infected people using optimized w...
Medical remotely caring with COVID-19 virus infected people using optimized w...
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...gragchanchal546
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 

Recently uploaded (20)

Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 

Annunciator for Hazard Prevention & Temperature Control

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 5, Issue 6 (May. - Jun. 2013), PP 45-48 www.iosrjournals.org www.iosrjournals.org 45 | Page Annunciator for Hazard Prevention & Temperature Control Prof. Ms. Manjeet G. Granthi1 , Prof. Mrs. Mohini S. Rajule2 1 Lecturer in Electronics & Telecommunication Dept. MIT College Aurangabad-431005 2 Lecturer in Electronics & Telecommunication Dept. MIT College Aurangabad-431005 Abstract: It is a microcontroller based annunciator system that detects different faulty condition and inform operator about it. It not only informs and announces about the faulty condition but also takes an initial to control the hazard.The system will consist of sensor which gives view of the condition to be monitored. If any abnormal condition arises then it gives indication to microcontroller. Microcontroller is programmed by user according to need. The Microcontroller may inform to the owner of a property about the condition abnormality and it set the driver on to take the remedial actions. Keywords - Annunciator, AT89C51, DTMF, EPROM I. Introduction Today all instrumentation system pertaining to industrial process control as well as domestic applications, like elevator control are centralized air conditioning control; involve some type of automatic fault finding facility. This facility detects the faulty condition of the operation towards it, enabling him to take suitable remedial action to ensure the proper operation of the system. One such method is annunciation. Annunciator is a device giving audible as well as visible indication of several physical parameters. Annunicator is a pilot device. A pilot device protects the process loop from serious hazardous condition by alerting the operator about the erroneous condition about the process. Process is a group of physical unit devices, which acts together to get desired objectives or output. Annunciator is device in which activation of a visual or a mechanical indicator called annunciator takes place when a remote switch or device has been activated as result of fault in certain part of the system. An audio alarm may also be associated with annunciator. II. SYSTEM DEVELIPMENT A. Block Diagram The system will consist of sensor which gives view of the condition to be monitored. If any abnormal condition arises then it gives indication to microcontroller. Microcontroller is programmed by user according to need. The Microcontroller may inform to the owner of a property about the condition abnormality and it set the driver on to take the remedial actions. It consists of microcontroller. A smoke detector detects the fire and sends to microcontroller through signal conditiones. The signal conditioner gives the conditioned information indicated to microcontroller. The microcontroller sends the indication to fire brigade and also inform to the other no. specified to it according to priority through DTMF Generator. A DTMF generator is already program with the contact no. to be dialed according to priority. It also gives indication to voice recorder for giving alarm indication and keeps record of it. Microcontroller drives relay to control the fire.The relay turns ON and OFF to control the temperature. The relay also turns ON and OFF,the water pumps to turn off fire. The set up can also be used to monitor temperature continuously. Fig1. Block Diagram The above figure is showing the block diagram of annunciator for hazard prevention and temperature control which consist of different blocks as Micro controller, DTMF Generator, RTC, Relay Driver, ADC, Voice recorder, Sensor and Signal conditioner.
  • 2. Annunciator for Hazard Prevention & Temperature Control www.iosrjournals.org 46 | Page B. Micro Controller. The microcontroller used is 89C51. The microcontroller should have a capability to distinguish between the condition in normal and abnormal states. It also should take quick action after detection of danger. It should have real time so we used MCS 89C51. The features of 89C51 microcontroller are given below. Features :  Compatible with MCS-51 products.  4K Bytes of In-System Reprogrammable Flash Memory  Fully Static operation : 0 Hz to 24 MHz  Three-level program Memory lock  128 x 8 bit Internal RAM  32 Programmable I/o Lines.  Two 16 bit Timer/Counters  Six Interrupt Sources  Programmable Serial Channel The AT89C51 is a low power, high-performance CMOS 8-bit micro Computer with 4K bytes of Flash programmable and erasable read only memory (EPROM). The device is manufactured using Atmel's high density nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in system or by a Conventional non volatile memory programmer. By combining a versatile 8 bit CPU with flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer, which provides a highly flexible and cost-effective solution to many embedded control applications. II. PERFORMANCE ANALYSIS In the automated place, the system performance can be done by providing a direct software interface between the fire Alarm system and all other elements of the automation system. All large industries have annunciator panels for various alarms. Indeed some fire departments can display floor plans of building in the command center at a fire. It is logical next step to plug these displays into the alarm system to see the current status of place and then make a prediction of next five minutes. Performance analysis involves gathering formal and informal data to help customers and sponsors define and achieve their goals. Performance analysis uncovers several perspectives on a problem or opportunity, determining any and all drivers towards or barriers to successful performance, and proposing a solution system based on what is discovered. Performance analysis is the front end of the front end. It's what we do to figure out what to do. Some synonyms are planning, scoping, auditing, and diagnostics. A. System Testing System Testing is a critical element of measure of quality assurance and it represents the ultimate review of specifications and design. The system is tested during the above methods by verification of the results obtained by different methods. A number of both public-domain and commercial performance tools, explaining how each is used to collect and display performance data. While the tools exhibit important differences, there are also many similarities, and frequently our choice of tool will be driven more by availability than by the features provided. Paragraph is a portable trace analysis and visualization package developed at Oak Ridge National Laboratory for message-passing programs. It was originally developed to analyze traces generated by a message-passing library called the Portable Instrumented Communication Library (PICL) but can in principle be used to examine any trace that complies to its format. Like many message-passing systems, PICL can be instructed to generate execution traces automatically, without programmer intervention. Paragraph is an interactive tool. Having specified a trace file, the user instructs Paragraph to construct various displays concerning processor utilization, communication, and the like. The trace files consumed by Paragraph include, by default, time-stamped events for every communication operation performed by a parallel program. Paragraph performs on-the-fly data reduction to generate the required images. Users also can record events that log the start and end of user-defined ``tasks.'' Paragraph's processor utilization displays allow the user to distinguish time spent computing, communicating, and idling. Communication time represents time spent in system communication routines, while idle time represents time spent waiting for messages. These displays can be used to identify load imbalances and code components that suffer from excessive communication and idle time costs. which shows a Gantt chart (top part) and a space time diagram (bottom part) for a parallel climate model executing on 64 Intel DELTA processors. In the space-time diagram, the color of the lines representing communications indicates the size of the message being transferred. The climate model is a complex program with multiple phases. Initially, only processor 0 is active. Subsequently, the model alternates between
  • 3. Annunciator for Hazard Prevention & Temperature Control www.iosrjournals.org 47 | Page computation and communication phases. Some of the communication phases involve substantial idle time, which should be the subject of further investigation. Communication displays can be used both to obtain more detailed information on communication volumes and communication patterns and to study causal relationships, The communication matrix on the left and the circle on the right both show instantaneous communication patterns. The colors in the communication matrix indicate communication volume, as defined by the scale above the matrix. Most matrix entries are on the diagonal, which indicates mostly nearest-neighbor communication. Another display in the top right presents cumulative data on processor utilization. A disadvantage of Paragraph is that the relationship between performance data and program source is not always clear. This problem can be overcome in part by explicitly logging events that record the start and end of ``tasks'' corresponding to different phases of a program's execution. Paragraph provides task Gantt and task histogram displays to examine this information. Of the portable tools described here, Paragraph is probably the simplest to install and use. Because it operates on automatically generated traces, it can be used with little programmer intervention. Paragraph displays are particularly intuitive, although the inability to scroll within display windows can be frustrating. Upshot is a trace analysis and visualization package developed at Argonne National Laboratory for message-passing programs. It can be used to analyze traces from a variety of message- passing systems: in particular, trace events can be generated automatically by using an instrumented version of MPI. Alternatively, the programmer can insert event logging calls manually. Upshot's display tools are designed for the visualization and analysis of state data derived from logged events. A state is defined by a starting and ending event. (For example, an instrumented collective communication routine can generate two separate events on each processor to indicate when the processor entered and exited the routine.) The Upshot Gantt chart display shows the state of each processor as a function of time. States can be nested, thereby allowing multiple levels of detail to be captured in a single display. States can be defined either in an input file or interactively during visualization. B. Calibration Table 1. Calibration of analog input voltage in accordance with temperature in degree centigrade. Reference voltage (mv) Temp in deg Celsius 10 1 20 2 50 5 100 10 200 20 300 30 400 40 500 50 C. Theoretical Computations: Vref-The reference voltage Vin – input voltage set to 5V Tout – output temperature Output temp. is given by Tout = (Vin X 2.56)/ Vref For e.g. Vin = 5V and Vref = 387mV, then Tout will be Tout =( 5 X 2.56)/387 Tout = 33o C Table 2 Comparison of Computational and experimental methods Computational output temp. (o C) Experimental output temp (o C) % Error 33 32.5 1.5 39 39.5 -1.5 54 53 1.85 58 57.9 0.17 72 71.6 0.5
  • 4. Annunciator for Hazard Prevention & Temperature Control www.iosrjournals.org 48 | Page 80 80.1 0.12 90 89.8 1.66 102 102.7 0.29 107 106.5 0.37 123 123.1 0.48 131 130 0.76 Comparison of computational and experimental analysis -20 0 20 40 60 80 100 120 140 1 2 3 4 5 6 7 8 9 10 11 %Error Temp.indegcelsius Computational output temp. (oC) Experimental output temp (oC) % Error Fig.2 Comparison of Computational and Experimental Analysis D. Justification for error: The error introduced is due to loading effect of potentiometer used for temperature measurement. Since the system is a wide range system which is to be used for large varying temperatures and the voltages, therefore the care needs to be taken during the selection of the critical devices used , with regards to their operational ranges and the input provided in order to get the precise output with respect to the input. III. CONCLUSION In today's complex design needs and more efficient integration and reliability and lower cost devices. In the era of globalization and free economy everyday a new product is being launched in the market. Gone are the days when a particular brand was having monopoly in Indian markets. In the present scenario when competition is the keyword in the market, quality and minimum price is the mantra of success. The automation is playing a vital role in the global world keeping the human needs in focus. The life is becoming fully atomized and safety is given first priority with help of advance products and services of the same which are made available at your doorstep. The economy is also changed according to the human needs and therefore quality products and innovative products are also gearing their importance in changing technology everyday the world has come at our door with full information through internet engines. The idea has struck to mind that at various parts of industries, offices, banks, big malls, and educational institute etc, there is a big problem of the security and safety from the fire hazards which will destroy and damage the properties of the above mentioned organizations. This tends to think and use goods and products, which saves time and also save unnecessary cost. The designing of Annunciator for Hazard Prevention & Temperature Control has come to reality by developing the product through appropriate software and hardware. REFERENCES [1] Kenneth J Ayala, " The 8051 microcontroller" Architecture, programming & applications, 2nd Edition, penram international publishing (India). [2] Ajay V Deshmukh, " Microcontroller” Theory & applications, Tata Mc Graw Hill publishing company ltd., New Delhi. [3] Muhammad Ali Mazidi, Janice Gillispie Mazidi," The 8051 Microcontroller & Embedded Systems" Pearson Education. [4] AK Sawhney, " Electrical & Electronic measurements & instrumentation, 7th edition, Dhanpat Rai & Co. (p) Ltd., pp. 975-1000 [5] H.S.Kalsi, " Electronic instrumentation," Second edition, The Mcgraw- Hill Companies pp. 22-60, [6] http://www.google.com. [7] Manual of “Fire Alarm System”, by Photain Control System pp. 13-27 [8] Security Standard Technical Specification Manual pp. 110-128. http://www.allfirealarms.com.