SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2131
INDUSTRIAL DISASTER CONTROL SYSTEM USING HANGING ROBOT
A. Devi priya1, A.R. Gayathri2, U. Keerthana3, M. Selvaraj4
1,2,3Student, Department of ECE, Valliammai Engineering College, Tamilnadu, India
4Assistant Professor, Department of ECE, Valliammai Engineering College, Tamilnadu, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Industrial disasters are increased in number
causing more damage to human as well as industries. This
project is proposed to detect the abnormal changes in the
industries that causes damage so that we can prevent it at the
earliest stage. Here we design a hanging robot model system
for monitoring the industries continuously. Thehangingrobot
travels over the rope path controlled from the base station.
The sensors like gas, temperature, LDR senses and sends the
information continuously to the base station. In case, if any
unexpected sensor values are received, the alert is sent to the
authority persons and the buzzer is produced. When the
buzzer sound is produced, the fire extinguisher placed in the
ground unit is turned on. Thus preventing the industries from
occurrence of causing more damage.
Key Words: Arduino UNO, Actuator, Hanging robot,
Sensors, Zig-bee.
1. INTRODUCTION
Robots all have different kinds of structure designed to
achieve the assigned task more effectively and efficiently. In
our project we propose a hanging robot for monitoring the
industries continuously without human interruption. The
hanging robots can move from one place to another place
through the rope path with the help of motor rotation with
respect to forward and reverse direction. These hanging
robots are controlled by passing commandsthroughZig-bee
pair. The sensors like gas, temperature, LDR are used to
measure the gas level, temperature level and the light
intensity level of the environment respectively. If the gas
value and temperature value increases than the normal
value, then alert signal is automatically sent to buzzer and
the authority persons. The lightdependentlevel ismeasured
using LDR sensor in case of fire. With the help of
microcontroller, the gas, temperature and fire sensor values
will be continuously observed. If the fire (light) is detected,
the RF transmitter connected to the microcontroller sends
the signal to the RF receiver in the ground unit. When the RF
receiver receives the signal, it automatically presses the
actuator to emit the spray whichactsasthefire extinguisher.
This prevents the industries from the damage thatmayarise
due to abnormal changes in the environment. Thus the
hanging robots aredesigned mainlytopreventtheindustries
from severe damage. The reasons for the disaster are found
earlier using the hanging robots and thus prevents the
industrial damages.
2. LITERATURE SURVEY
Unmanned aerial vehicles or drones require advanced
planning and navigation algorithm s to enable themtosafely
move through and interact withtheworldaroundthem.This
paper presents anextended potential fieldcontrollerenables
an aerial robot, or drone, to safely track a dynamic target
location while simultaneously avoiding any obstacles in its
path [1]. High-voltage inspection robot can detect and
identify various obstacles while it is walking long the high-
voltage line and plan specific bypassingstrategyfordifferent
types of obstacles. In this paper vision-based obstacle
recognition algorithms are studied based on visual sensors
specifically for the unique features of 500kv high-voltage
wire [2]. Pipeline is an efficient way totransferoil,waterand
gas but recently many plants pipeline became old so wired
robots were considered to inspect but they require heavy
power supply so adapting wireless robot is meant to be
better solution. A robot that supports image transmission
with outstanding mobility was developed. This robot can
withstand many tough condition in pipeline and safety
various requirements. In this experiment it is clear that
robot can be driven as wireless communicationthencollects
some images and othersignalssuccessively[3].Inindustries,
measuring the parameters of machines is still a tedious
process which is carried out byhumanpersonnel.Thispaper
mainly focuses on the remedial measures made to reduce
human interaction with machines by using industrial
monitoring robot [4]. The development of a mobilerobot for
autonomous installation and removal of aircraft warning
spheres on overhead wires of electric power transmission
lines [5]. A mobile robot based on novel line-walking
mechanism is proposed for inspecting power transmission
lines. The novel mechanism enablesthecentroidofthe robot
to concentrate on the hip joint to minimize the drive torque
of the hip joint and keep the robot stable when only one leg
is hung on line [6]. An approach based on visual tracking
using particle filtering where the equations of motion of the
object are included in the filtering algorithm. A robotic
solution method for interaction of an industrial robot and a
free swinging object [7].
Limb mechanism robot are used to detect Grid-Like
structure and Hooking area join compliance by using foot
forcing sensor [8]. A robot which is equipped with Hybrid
camera approach real time estimation of the pose of
particular target object visual servoing in industry [9].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2132
3. PROPOSED SYSTEM
In this project, we propose hanging robot for industrial
monitoring. The hanging robots can travel from one site to
other site. The hanging robot is controlled by passing
command through Zig-bee pair. With the help of
microcontroller, the gas, temperature and fire sensor values
will be observed and the information is continuously
updated to the base station. If the sensor value for gas (CO2)
and temperature increases, then the alert signal is
automatically sent to the buzzer and authority persons. The
light dependent level is measured using LDR sensor in case
of fire. If the fire (light) is detected, the RF transmitter
automatically sends the signal to the RF receiver in the
ground unit. The receiverunitonreceivingthesignal presses
the actuator to emit spray which acts as fire extinguisher.
Thus the changes in the sensor values alerts the authority
persons to take necessary action and incase offiredetection,
the fire extinguisher is turned on. Thus the industrial
damage may be minimized to a larger extent with this
hanging robot.
3.1 Advantages
 Doesn’t harm human lives.
 Suitable for precarious sites.
 Can automatically send the sensorinformationtomore
number of places using Zig-bee mesh network.
 Earliest detection offire, emitsspray(fire extinguisher)
causing less damage.
3.2 Block Diagram
Fig -1: Transmitter unit
Fig -2: Receiver unit
Fig -3: Ground unit
3.3 Hardware Requirements
 Arduino Uno
 DC Motor
 Relay
 Buzzer
 Power supply
 Gas sensor
 Temperature sensor
 Fire sensor
 UART
 ZigBee
 Actuator
 RF TX and RX
3.4 Software Requirements
 Arduino IDE
 Embedded C
 Proteus
4. COMPONENTS OF THE SYSTEM
4.1 Arduino Uno
An Arduino is actually a microcontroller based kit which is
used in communications and in controlling or operating
many devices. It features the ATmega8U2 programmed as a
USB-to-serial converter. The power for Arduino board is
obtained by connecting it to a computer through USB or
through a battery.
4.2 Relay
Relays are switches which consists of an electromagnet and
also a set of contacts. The electromagnet is used to perform
Gas sensor
(MQ4)
Temperature
sensor
(LM34)
Fire sensor
(LDR)
ARDUINO
Relay DC
Motor
Relay DC
Motor
Robot model
Buzzer
UART Zig-bee
RFTX
Power supply
Base station UART Zigbee module
RF RX Actuator Spray
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2133
switching mechanism in relays. There are also other
operating principles for its working. But they differ
according to their applications. Most of the devices have the
application of relays.
4.3 DC Motor
DC motors were the first type widely used, since they could
be powered from existing current lighting power
distribution systems. A DC motor’s speed can be controlled
over a wide range, using either a variable supply or by
changing the strength of current in its field windings.
4.4 Buzzer
A buzzer or beeper is a signaling device, the word “buzzer”
comes from the rasping noise that buzzers made when they
were electromechanical devices, operated from stepped-
down AC line voltage at 50 or 60 cycles. A Piezo electric
buzzer can be driven by an oscillating electronic circuit or
other audio signal source.
4.5 UART
The Universal Asynchronous Receiver/Transmitter (UART)
is used for serial communication. UART is also a common
integrated feature in most microcontrollers. The data is
transmitted as bits in sequence and at receiver end the bits
are reassembled into original data. This method is cost
effective than parallel transmission of data. Communication
can be “full duplex” (both send and receive at thesametime)
or “half duplex” (devices take turns transmitting and
receiving).
4.6 Zig-Bee
ZigBee is a mesh network specification for low power
wireless local area networks(WLANs)thatcovera largearea.
High data throughput is obtained with the help of ZigBee.
ZigBee has low power consumption.Itispowered bybattery.
ZigBee operates on the IEEE 802.15.4 physical radio
specification and in unlicensed radio frequency bands,
including 2.4GHz, 900MHz and 868MHz.
4.7 RF TX and RX
RF transmitter and receiver are used to transmitandreceive
signals over 433MHz frequency. When logic zero is sent, no
power is drawn by transmitter and carrier is fully
suppressed. When logic one is sent carrier is fully on to
about 4.5mA with a 3volts power supply. The information is
communicated between transmitter and receiver.
Transmitter and the receiver are duly interfaced to two
microcontrollers for data transfer. It covers the range of 2-3
meters.
4.8 Gas sensor
Gas sensor is a chemical optical sensor utilizing the acidic
nature of CO2 for detection. It consists of a gas-permeable
membrane in which a pH-sensitive luminescence dye is
immobilized together with a buffer and an inert reference
luminescent dye. The internal pH of the buffer is changed
when CO2 gas penetrates the layer. With this changes the
luminescence of the pH-sensitive dye. Together with the
inert reference dye internal referencing is made for
detection of the luminescence lifetime of the sensor.
4.9 Temperature sensor
Temperature sensor is used to convert temperaturevalue to
an electrical value. Temperature sensor contains sensing
element and with the help of conditioning circuits, the
sensor will reflect the change ofenvironmental temperature.
In LM34 series output voltage is linearly proportional to the
Fahrenheit temperature. Thus they are more advantageous.
4.10 Fire sensor
A fire sensor is used to detect the fire or light. Thefiresensor
responds instantaneously to the fire detection. On detecting
fire, the alert is sent. A flame detector can often respond
faster and more accurately than a smoke or heat detector
due to the mechanism it uses to detect the flame.
Fig -4: Circuit diagram
Fig: simulation output of hanging robot
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2134
Table -1: Observed values
Result values observed
S.No Measuring
Parameters
Normal
Range
Abnormal
Range
1. Temperature sensor Room
temperatur
e
Above
C
2. Gas sensor 1-150 ppm Above
150ppm
3. Fire sensor 0-3 MΩ Above
3 MΩ
5. CONCLUSION
In industries to reduce manual overhead we have
implemented a system using ZIGBEE in industry to monitor
as well as to inform the responsible person to take
appropriate measures. The hanging robot is a real-time
monitoring system developed with simple hardware which
simplifies the possibility of error free security system. Thus
industrial monitoring robot used to monitor the abnormal
conditions and parameters of the industry. A new RF for
transfer of parameters from robot to base station. The
actuator presses the fire extinguisherincaseoffiredetection
in industries. Thus prevents the industries from severe
damage.
REFERENCES
1) Alexander c. woods and hung m. la, senior
member,”A novel potential field controller for use
on aerial robots”,ieee transactionsonsystems,man,
and cybernetics: systems July 2017.
2) Yanhuan Zhu, Xin wang* and Bo Xu.” Design of
visionbased obstacle crossing of high-voltage line
inspection robot”, ieee international conference on
cyber technology in automation, control and
intelligent systems June 19-22, 2016.
3) “Defect identification in pipelines using inspection
robot” D. Jayakumar, RJaganath, R. Selvarasu 2 6.
4) “Design and implementation of hanging robot for
industry monitoring and safety Measurements”,
Sheela.G, Priya.S, Suresh.A, IEEE 2018.
5) Mario F. M. Campos, Member, IEEE, Guilherme A. S.
Pereira, Member, IEEE, Samuel R. C.Vale, Alexandre
Q. Bracarense, Gustavo A. Pinheiro, and Maurício P.
Oliveira,”A Robot for Installation and Removal of
Aircraft Warning Spheres on Aerial Power
Transmission Lines”, IEEE Transactions on power
delivery, VOL. 18, NO. 4, October 2003.
6) Ludan Wang, Fei Liu, Zhen Wang, Shaoqiang Xu,
Sheng Cheng, and Jianwei Zhang, Development of a
Practical Power Transmission Line Inspection
Robot Based on a Novel Line Walking Mechanism,
IEEE/RSJ International Conference on Intelligent
Robots and Systems October 18-22, 2010.
7) Askew a. Transeth applied cybernetics sintef ict,
“loading of hanging trolleys on overhead conveyor
with industrial robots”, IEEE transactions on
systems ©2015 IEEE.
8) Kenji Inoue, Taisuke Tsurutani, Tomohito Takubo,
Tatsuo Arai, “Omni-directional gait of limb
mechanism robot hanging from grid-likestructure”,
international conference on intelligent robots and
systems, October 2006.
9) v. lippiello, b. siciliano, and l. villani,“position-based
visual servoing in industrial multirobotcellsusinga
hybrid camera configuration,” ieee transactions on
robotics, vol. 23, no. 1, pp. 73–86, 2007.
10) Geetesh Chaudhari, Sudarshan Jadhav, Sandeep
Batule, Sandeep Helkar, “Industrial Automation
Using sensing based application for Internet of
Things”, IARJSET,Vol.3, Issue 3, March 2 6.
11) Ashwini Deshpande, Prajakta Pitale,Sangita Sanap”,
“Industrial Automation using Internet of
Things(IOT)”, IJARCET, Volume 5, Issue 2, February
2016.
12) Dr.V.Ramya, G. Thirumalai Rajan, “Raspberry Pi
Based Energy Efficient Industrial Automation
System”, IJIRCSE, Volume 2, Issue , January 2016.
13) Ayman Sleman and Reinhard Moeller, “Integration
of Wireless Sensor Network Service into other
Home and Industrial Networks”, IEEE paper, April
2008.

More Related Content

What's hot

18 digital
18 digital18 digital
18 digital
sm0302
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
IRJET Journal
 
Rf controlled fire fighting robot
Rf controlled fire fighting robotRf controlled fire fighting robot
Rf controlled fire fighting robot
PRADEEP Cheekatla
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
IRJET Journal
 
IRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-IntimationIRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-Intimation
IRJET Journal
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
IRJET Journal
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
IRJET Journal
 
Safety Helmet for Coal Miners
Safety Helmet for Coal MinersSafety Helmet for Coal Miners
Safety Helmet for Coal Miners
Associate Professor in VSB Coimbatore
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET Journal
 
Hioki data logger selection
Hioki data logger selectionHioki data logger selection
Hioki data logger selection
NIHON DENKEI SINGAPORE
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Utkarsh Chaubey
 
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
IRJET Journal
 
Security Robot
Security RobotSecurity Robot
Security Robot
diego5wh
 
Ir remote control dimmer..
Ir remote control dimmer..Ir remote control dimmer..
Ir remote control dimmer..
Akshay Mishra
 
Meter SCADA
Meter SCADAMeter SCADA
Meter SCADA
IRJET Journal
 
IRJET- Radiosonde Payload for Weather Balloons
IRJET-  	  Radiosonde Payload for Weather BalloonsIRJET-  	  Radiosonde Payload for Weather Balloons
IRJET- Radiosonde Payload for Weather Balloons
IRJET Journal
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET Journal
 
Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passw
IAEME Publication
 
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
IRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
IRJET Journal
 

What's hot (20)

18 digital
18 digital18 digital
18 digital
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
Rf controlled fire fighting robot
Rf controlled fire fighting robotRf controlled fire fighting robot
Rf controlled fire fighting robot
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 
IRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-IntimationIRJET - Smart Energy Meter with Multi-Intimation
IRJET - Smart Energy Meter with Multi-Intimation
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
 
Safety Helmet for Coal Miners
Safety Helmet for Coal MinersSafety Helmet for Coal Miners
Safety Helmet for Coal Miners
 
IRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoTIRJET- Smart Energy Meter Theft Detection using IoT
IRJET- Smart Energy Meter Theft Detection using IoT
 
Hioki data logger selection
Hioki data logger selectionHioki data logger selection
Hioki data logger selection
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle DetectionHand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
 
Security Robot
Security RobotSecurity Robot
Security Robot
 
Ir remote control dimmer..
Ir remote control dimmer..Ir remote control dimmer..
Ir remote control dimmer..
 
Meter SCADA
Meter SCADAMeter SCADA
Meter SCADA
 
IRJET- Radiosonde Payload for Weather Balloons
IRJET-  	  Radiosonde Payload for Weather BalloonsIRJET-  	  Radiosonde Payload for Weather Balloons
IRJET- Radiosonde Payload for Weather Balloons
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 
Design and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passwDesign and implementation of advanced security system based on one time passw
Design and implementation of advanced security system based on one time passw
 
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...IRJET-  	  Development of Intelligent Accelerometer and its Implementation wi...
IRJET- Development of Intelligent Accelerometer and its Implementation wi...
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 

Similar to IRJET- Industrial Disaster Control System using Hanging Robot

IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET Journal
 
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMDESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
IRJET Journal
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
IRJET Journal
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced Sensors
IRJET Journal
 
Convolution Neural Network Based Fire Fighting Robot
Convolution Neural Network Based Fire Fighting RobotConvolution Neural Network Based Fire Fighting Robot
Convolution Neural Network Based Fire Fighting Robot
IRJET Journal
 
360 Degree Automated Fire Fighting Robotic Platform
360 Degree Automated Fire Fighting Robotic Platform360 Degree Automated Fire Fighting Robotic Platform
360 Degree Automated Fire Fighting Robotic Platform
IRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
IRJET Journal
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
IRJET Journal
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET Journal
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
IRJET Journal
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET Journal
 
Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT
IRJET Journal
 
IRJET- Landmines Detection using UAV
IRJET- Landmines Detection using UAVIRJET- Landmines Detection using UAV
IRJET- Landmines Detection using UAV
IRJET Journal
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
Iaetsd Iaetsd
 
IRJET - GSM based Fire Extinguishing System
IRJET -  	  GSM based Fire Extinguishing SystemIRJET -  	  GSM based Fire Extinguishing System
IRJET - GSM based Fire Extinguishing System
IRJET Journal
 
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoTIRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET Journal
 
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
IRJET-  	  Real Time Transformer Health Monitoring System using GSM and IoTIRJET-  	  Real Time Transformer Health Monitoring System using GSM and IoT
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
IRJET Journal
 
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET Journal
 
Machine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi FeaturesMachine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi Features
IRJET Journal
 

Similar to IRJET- Industrial Disaster Control System using Hanging Robot (20)

IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMDESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
 
RF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced SensorsRF Controlled Robot Using Advanced Sensors
RF Controlled Robot Using Advanced Sensors
 
Convolution Neural Network Based Fire Fighting Robot
Convolution Neural Network Based Fire Fighting RobotConvolution Neural Network Based Fire Fighting Robot
Convolution Neural Network Based Fire Fighting Robot
 
360 Degree Automated Fire Fighting Robotic Platform
360 Degree Automated Fire Fighting Robotic Platform360 Degree Automated Fire Fighting Robotic Platform
360 Degree Automated Fire Fighting Robotic Platform
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring System
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military Assistance
 
Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT Industrial Automation Monitor and Control using IoT
Industrial Automation Monitor and Control using IoT
 
IRJET- Landmines Detection using UAV
IRJET- Landmines Detection using UAVIRJET- Landmines Detection using UAV
IRJET- Landmines Detection using UAV
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
IRJET - GSM based Fire Extinguishing System
IRJET -  	  GSM based Fire Extinguishing SystemIRJET -  	  GSM based Fire Extinguishing System
IRJET - GSM based Fire Extinguishing System
 
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoTIRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
 
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
IRJET-  	  Real Time Transformer Health Monitoring System using GSM and IoTIRJET-  	  Real Time Transformer Health Monitoring System using GSM and IoT
IRJET- Real Time Transformer Health Monitoring System using GSM and IoT
 
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
 
Machine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi FeaturesMachine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi Features
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 

Recently uploaded (20)

Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 

IRJET- Industrial Disaster Control System using Hanging Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2131 INDUSTRIAL DISASTER CONTROL SYSTEM USING HANGING ROBOT A. Devi priya1, A.R. Gayathri2, U. Keerthana3, M. Selvaraj4 1,2,3Student, Department of ECE, Valliammai Engineering College, Tamilnadu, India 4Assistant Professor, Department of ECE, Valliammai Engineering College, Tamilnadu, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Industrial disasters are increased in number causing more damage to human as well as industries. This project is proposed to detect the abnormal changes in the industries that causes damage so that we can prevent it at the earliest stage. Here we design a hanging robot model system for monitoring the industries continuously. Thehangingrobot travels over the rope path controlled from the base station. The sensors like gas, temperature, LDR senses and sends the information continuously to the base station. In case, if any unexpected sensor values are received, the alert is sent to the authority persons and the buzzer is produced. When the buzzer sound is produced, the fire extinguisher placed in the ground unit is turned on. Thus preventing the industries from occurrence of causing more damage. Key Words: Arduino UNO, Actuator, Hanging robot, Sensors, Zig-bee. 1. INTRODUCTION Robots all have different kinds of structure designed to achieve the assigned task more effectively and efficiently. In our project we propose a hanging robot for monitoring the industries continuously without human interruption. The hanging robots can move from one place to another place through the rope path with the help of motor rotation with respect to forward and reverse direction. These hanging robots are controlled by passing commandsthroughZig-bee pair. The sensors like gas, temperature, LDR are used to measure the gas level, temperature level and the light intensity level of the environment respectively. If the gas value and temperature value increases than the normal value, then alert signal is automatically sent to buzzer and the authority persons. The lightdependentlevel ismeasured using LDR sensor in case of fire. With the help of microcontroller, the gas, temperature and fire sensor values will be continuously observed. If the fire (light) is detected, the RF transmitter connected to the microcontroller sends the signal to the RF receiver in the ground unit. When the RF receiver receives the signal, it automatically presses the actuator to emit the spray whichactsasthefire extinguisher. This prevents the industries from the damage thatmayarise due to abnormal changes in the environment. Thus the hanging robots aredesigned mainlytopreventtheindustries from severe damage. The reasons for the disaster are found earlier using the hanging robots and thus prevents the industrial damages. 2. LITERATURE SURVEY Unmanned aerial vehicles or drones require advanced planning and navigation algorithm s to enable themtosafely move through and interact withtheworldaroundthem.This paper presents anextended potential fieldcontrollerenables an aerial robot, or drone, to safely track a dynamic target location while simultaneously avoiding any obstacles in its path [1]. High-voltage inspection robot can detect and identify various obstacles while it is walking long the high- voltage line and plan specific bypassingstrategyfordifferent types of obstacles. In this paper vision-based obstacle recognition algorithms are studied based on visual sensors specifically for the unique features of 500kv high-voltage wire [2]. Pipeline is an efficient way totransferoil,waterand gas but recently many plants pipeline became old so wired robots were considered to inspect but they require heavy power supply so adapting wireless robot is meant to be better solution. A robot that supports image transmission with outstanding mobility was developed. This robot can withstand many tough condition in pipeline and safety various requirements. In this experiment it is clear that robot can be driven as wireless communicationthencollects some images and othersignalssuccessively[3].Inindustries, measuring the parameters of machines is still a tedious process which is carried out byhumanpersonnel.Thispaper mainly focuses on the remedial measures made to reduce human interaction with machines by using industrial monitoring robot [4]. The development of a mobilerobot for autonomous installation and removal of aircraft warning spheres on overhead wires of electric power transmission lines [5]. A mobile robot based on novel line-walking mechanism is proposed for inspecting power transmission lines. The novel mechanism enablesthecentroidofthe robot to concentrate on the hip joint to minimize the drive torque of the hip joint and keep the robot stable when only one leg is hung on line [6]. An approach based on visual tracking using particle filtering where the equations of motion of the object are included in the filtering algorithm. A robotic solution method for interaction of an industrial robot and a free swinging object [7]. Limb mechanism robot are used to detect Grid-Like structure and Hooking area join compliance by using foot forcing sensor [8]. A robot which is equipped with Hybrid camera approach real time estimation of the pose of particular target object visual servoing in industry [9].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2132 3. PROPOSED SYSTEM In this project, we propose hanging robot for industrial monitoring. The hanging robots can travel from one site to other site. The hanging robot is controlled by passing command through Zig-bee pair. With the help of microcontroller, the gas, temperature and fire sensor values will be observed and the information is continuously updated to the base station. If the sensor value for gas (CO2) and temperature increases, then the alert signal is automatically sent to the buzzer and authority persons. The light dependent level is measured using LDR sensor in case of fire. If the fire (light) is detected, the RF transmitter automatically sends the signal to the RF receiver in the ground unit. The receiverunitonreceivingthesignal presses the actuator to emit spray which acts as fire extinguisher. Thus the changes in the sensor values alerts the authority persons to take necessary action and incase offiredetection, the fire extinguisher is turned on. Thus the industrial damage may be minimized to a larger extent with this hanging robot. 3.1 Advantages  Doesn’t harm human lives.  Suitable for precarious sites.  Can automatically send the sensorinformationtomore number of places using Zig-bee mesh network.  Earliest detection offire, emitsspray(fire extinguisher) causing less damage. 3.2 Block Diagram Fig -1: Transmitter unit Fig -2: Receiver unit Fig -3: Ground unit 3.3 Hardware Requirements  Arduino Uno  DC Motor  Relay  Buzzer  Power supply  Gas sensor  Temperature sensor  Fire sensor  UART  ZigBee  Actuator  RF TX and RX 3.4 Software Requirements  Arduino IDE  Embedded C  Proteus 4. COMPONENTS OF THE SYSTEM 4.1 Arduino Uno An Arduino is actually a microcontroller based kit which is used in communications and in controlling or operating many devices. It features the ATmega8U2 programmed as a USB-to-serial converter. The power for Arduino board is obtained by connecting it to a computer through USB or through a battery. 4.2 Relay Relays are switches which consists of an electromagnet and also a set of contacts. The electromagnet is used to perform Gas sensor (MQ4) Temperature sensor (LM34) Fire sensor (LDR) ARDUINO Relay DC Motor Relay DC Motor Robot model Buzzer UART Zig-bee RFTX Power supply Base station UART Zigbee module RF RX Actuator Spray
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2133 switching mechanism in relays. There are also other operating principles for its working. But they differ according to their applications. Most of the devices have the application of relays. 4.3 DC Motor DC motors were the first type widely used, since they could be powered from existing current lighting power distribution systems. A DC motor’s speed can be controlled over a wide range, using either a variable supply or by changing the strength of current in its field windings. 4.4 Buzzer A buzzer or beeper is a signaling device, the word “buzzer” comes from the rasping noise that buzzers made when they were electromechanical devices, operated from stepped- down AC line voltage at 50 or 60 cycles. A Piezo electric buzzer can be driven by an oscillating electronic circuit or other audio signal source. 4.5 UART The Universal Asynchronous Receiver/Transmitter (UART) is used for serial communication. UART is also a common integrated feature in most microcontrollers. The data is transmitted as bits in sequence and at receiver end the bits are reassembled into original data. This method is cost effective than parallel transmission of data. Communication can be “full duplex” (both send and receive at thesametime) or “half duplex” (devices take turns transmitting and receiving). 4.6 Zig-Bee ZigBee is a mesh network specification for low power wireless local area networks(WLANs)thatcovera largearea. High data throughput is obtained with the help of ZigBee. ZigBee has low power consumption.Itispowered bybattery. ZigBee operates on the IEEE 802.15.4 physical radio specification and in unlicensed radio frequency bands, including 2.4GHz, 900MHz and 868MHz. 4.7 RF TX and RX RF transmitter and receiver are used to transmitandreceive signals over 433MHz frequency. When logic zero is sent, no power is drawn by transmitter and carrier is fully suppressed. When logic one is sent carrier is fully on to about 4.5mA with a 3volts power supply. The information is communicated between transmitter and receiver. Transmitter and the receiver are duly interfaced to two microcontrollers for data transfer. It covers the range of 2-3 meters. 4.8 Gas sensor Gas sensor is a chemical optical sensor utilizing the acidic nature of CO2 for detection. It consists of a gas-permeable membrane in which a pH-sensitive luminescence dye is immobilized together with a buffer and an inert reference luminescent dye. The internal pH of the buffer is changed when CO2 gas penetrates the layer. With this changes the luminescence of the pH-sensitive dye. Together with the inert reference dye internal referencing is made for detection of the luminescence lifetime of the sensor. 4.9 Temperature sensor Temperature sensor is used to convert temperaturevalue to an electrical value. Temperature sensor contains sensing element and with the help of conditioning circuits, the sensor will reflect the change ofenvironmental temperature. In LM34 series output voltage is linearly proportional to the Fahrenheit temperature. Thus they are more advantageous. 4.10 Fire sensor A fire sensor is used to detect the fire or light. Thefiresensor responds instantaneously to the fire detection. On detecting fire, the alert is sent. A flame detector can often respond faster and more accurately than a smoke or heat detector due to the mechanism it uses to detect the flame. Fig -4: Circuit diagram Fig: simulation output of hanging robot
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2134 Table -1: Observed values Result values observed S.No Measuring Parameters Normal Range Abnormal Range 1. Temperature sensor Room temperatur e Above C 2. Gas sensor 1-150 ppm Above 150ppm 3. Fire sensor 0-3 MΩ Above 3 MΩ 5. CONCLUSION In industries to reduce manual overhead we have implemented a system using ZIGBEE in industry to monitor as well as to inform the responsible person to take appropriate measures. The hanging robot is a real-time monitoring system developed with simple hardware which simplifies the possibility of error free security system. Thus industrial monitoring robot used to monitor the abnormal conditions and parameters of the industry. A new RF for transfer of parameters from robot to base station. The actuator presses the fire extinguisherincaseoffiredetection in industries. Thus prevents the industries from severe damage. REFERENCES 1) Alexander c. woods and hung m. la, senior member,”A novel potential field controller for use on aerial robots”,ieee transactionsonsystems,man, and cybernetics: systems July 2017. 2) Yanhuan Zhu, Xin wang* and Bo Xu.” Design of visionbased obstacle crossing of high-voltage line inspection robot”, ieee international conference on cyber technology in automation, control and intelligent systems June 19-22, 2016. 3) “Defect identification in pipelines using inspection robot” D. Jayakumar, RJaganath, R. Selvarasu 2 6. 4) “Design and implementation of hanging robot for industry monitoring and safety Measurements”, Sheela.G, Priya.S, Suresh.A, IEEE 2018. 5) Mario F. M. Campos, Member, IEEE, Guilherme A. S. Pereira, Member, IEEE, Samuel R. C.Vale, Alexandre Q. Bracarense, Gustavo A. Pinheiro, and Maurício P. Oliveira,”A Robot for Installation and Removal of Aircraft Warning Spheres on Aerial Power Transmission Lines”, IEEE Transactions on power delivery, VOL. 18, NO. 4, October 2003. 6) Ludan Wang, Fei Liu, Zhen Wang, Shaoqiang Xu, Sheng Cheng, and Jianwei Zhang, Development of a Practical Power Transmission Line Inspection Robot Based on a Novel Line Walking Mechanism, IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010. 7) Askew a. Transeth applied cybernetics sintef ict, “loading of hanging trolleys on overhead conveyor with industrial robots”, IEEE transactions on systems ©2015 IEEE. 8) Kenji Inoue, Taisuke Tsurutani, Tomohito Takubo, Tatsuo Arai, “Omni-directional gait of limb mechanism robot hanging from grid-likestructure”, international conference on intelligent robots and systems, October 2006. 9) v. lippiello, b. siciliano, and l. villani,“position-based visual servoing in industrial multirobotcellsusinga hybrid camera configuration,” ieee transactions on robotics, vol. 23, no. 1, pp. 73–86, 2007. 10) Geetesh Chaudhari, Sudarshan Jadhav, Sandeep Batule, Sandeep Helkar, “Industrial Automation Using sensing based application for Internet of Things”, IARJSET,Vol.3, Issue 3, March 2 6. 11) Ashwini Deshpande, Prajakta Pitale,Sangita Sanap”, “Industrial Automation using Internet of Things(IOT)”, IJARCET, Volume 5, Issue 2, February 2016. 12) Dr.V.Ramya, G. Thirumalai Rajan, “Raspberry Pi Based Energy Efficient Industrial Automation System”, IJIRCSE, Volume 2, Issue , January 2016. 13) Ayman Sleman and Reinhard Moeller, “Integration of Wireless Sensor Network Service into other Home and Industrial Networks”, IEEE paper, April 2008.