SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 271
Design and Implementation of Automatic Traction System
KUNAL DHAYAGUDE1, AMRUTA AMBAVANE2, AMEY SAWANT3, PRASAD BIDRE4, ROHIT G. RAMTEKE5
-----------------------------------------------------------------------***--------------------------------------------------------------------
Abstract— In this Modern era, technology plays a vital
significant role in the overall development of the country.
With the recent development, automation is being
introduced in the traction system as well. Locomotives plays
an important role in the development and growth of
country, it has become essential to have the most efficient
and reliable traction system with more energy saving
techniques. The earliest traction systems had no signal
systems, so station employees had to use hand gestures to
train drivers indicating whether to stop or go on. Due to
which train collisions occurs because of drivers missed or
ignored the hand signals due to human error. To avoid such
errors, we have the new concept of automatic traction
system. Automatic name implies that our system will be
driverless, we have achieved speed control with the help of
Pulse width modulation (PWM) which is used to vary speed
of motor.
Keywords: Traction, Automatic, Train, Control, Sensor,
Emergency, Energy Saving.
1. INTRODUCTION
Over the years, technology has revolutionized our world.
Technology has created amazing tools and resources,
putting useful information at our fingertips. Modern
technology has made it possible for the discovery of many
multi-functional devices in almost all aspects of our life
including transportation. With all of these revolutions,
technology has also made our lives easier, faster, and better.
But even the technologies are growing faster, the population
is growing that fastertoo.
The population growth in India is of great vertical extent.
This trend means that public transport is in vogue like never
before. More than half the planet’s population lives in cities
and over the next 40 years that number is likely to reach
6bn, with the largest cities in emerging markets growing the
fastest.
Railway is a largest means of transportation in India and it is
ranked in the world as fourth largest railway network. So,
the existing metro system needs to be modernized and
equipped with automatic train control and safety system in
order to make them more efficient. This paper proposed the
development of driverless metro trainsystem.
The operation of the driverless metro train is controlled by a
central processor unit like Arduino controller. The speed of
the train is controlled by a H- Bridge. The operation of the
train is fully automatic i.e. there will be no operator or train
attendant for operating the train. The functions of the train
are carried out by fetching the programs in the Arduino by
usingthe Arduino IDE software.
Some other devices like vibration sensor, ultrasonic
sensor, PID sensor, night camera sensor, IR sensor, LDR
sensor, emergency brake button, LCD display to give
messages to the passenger, alarms to give indication to the
passenger for LCD messages and for indication of door
operation will also be included in the paper.
2. COMPARISON OF DIFFERENT GRADES OF
AUTOMATION
The Driverless Metro Train System works with different
types of automation as shown in Fig-1 below
Fig-1: Comparison of different Grades of Automation
GOA-1 is operating with automatic train protection. It
will require a driver for starting and stopping the train
as well as for operation of the door and for operating in
case of emergencies.
GOA-2 is operating with Automatic Train Operation
(ATO) and Automation Train Protection (ATP). In this
grade of automation, the train will set in motion and will
stop automatically but a driver is needed for door
operation as well as operating in the event of
emergencies.
GOA-3 is known for driverless operation the train. In
this, the starting stopping will be done automatically
but a train attendant is required for door operation as
well as operating in the event of emergencies.
GOA-4 is called as Unattended Train Operation (UTO).
In this, everything will be fully automatic. There is no
need for driver or train attendant for any operation.
3. BLOCK DIAGRAM
The Block Diagram for automatic traction system is shown
in Fig-2.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 272
Fig-2 Block Diagram
A. Raspberry Pi 3
The Raspberry Pi 3 Model B is not like our typical
machine, in its cheapest form it is simply a credit-card
sized electronic board. It is used in many applications
like home automation system, to launch lightweight
Web Server, Build and control awesome robots and
many more.
B. Arduino Mega
Arduino Mega is used as a main controller of the system.
The operation of the train is performed using this
controller by fetching programs into it. Various
sensors are connected to this controller which
sends information to it in case of emergencies to take
necessary action or to stop the train.
C. DC Motor
DC Motor is used for driving the wheels of the train. We
are going to use DC series motor because the series
motor has the highest starting torque for a given power
rating, easiest control and fast braking.
D. Stepper Motor
The Stepper Motor is used to rotate the motor through a
fixed angular step in response to each input current
pulse received by its controller. The applications of
stepper motor include Small robotics, Gaming machines,
Printing presses, etc We are going to use Stepper Motor
to control the operation of the doors i.e. opening and
closing.
E. LCD display
It is used to display messages during departure and
arrival of the train on the station. Also it will display
warning messages in case of emergencies.
F. Buzzer
It is used to give an indication about the LCD messages
and will also ring on the operation of the door opening
or closing.
G. Smoke Sensor
The Smoke Sensor is a device used to detect Smoke
and Fires. It will sense the smoke if in case there is
sudden problem in the train or any short circuit which
took place and immediately give a command to the
control system to open the doors and if the smoke
continues to exist after the opening of the doors, then
there will be a command to stop the train
immediately.
H. PIR Sensor
A Passive Infrared (PIR) Sensor is an electronic sensor
that measures infrared light radiating from objects in
its field of view. PIR sensors detect general movement,
but do not give information on who or what moved.
For that purpose, an active IR sensor is required.
I. LDR Sensor
A light-dependent resistor (LDR) is a light- controlled
variable resistor. The resistance of a photoresistor
decreases with increasing incident light intensity; in
other words, it exhibits photoconductivity.
J. Ultrasonic Sensor
Ultrasonic sensors emit short, high-frequency sound
pulses at regular intervals. Ultrasonic sensor will
detect that any object is over crossing in front of the
train and will provide a feedback to the control system
to stop the train immediately. It emits an ultrasound at
40 000 Hz which travels through the air and if there is
an object or obstacle on its path It will bounce back to
the module.
K. Night Camera Sensor
We are going to use Night Camera Sensor for detecting
the signals. If the signal is red then it means that the
train should stop and if the signal is green means the
train should start moving.
L. Vibration Sensor
Vibration sensor will come into action if the train’s
vibration due to some problem exceed its predefined
value. This sensor will sense these vibrations and will
send a signal to Arduino to take the action regarding it
immediately for the safety of the passengers.
4. PROPOSEDMETHODOLOGY
Fig. 3 shows the proposed state diagram for arrival and
departure of train between the stations. The main
controller in our project work will be Arduino Mega. The
components used for various operations of the train are
connected to this Arduino.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 273
Fig-3 State Diagram of the train during arrival and
Departure
While departing from the station, the train will first get
supply from a source and it will be in a position to move or to
depart from the station. Till the time of departing, the doors
of the train will be open. Then the LCD will display that
“Train is departing in few minutes from the station” with a
buzzer ringing and after few seconds as per the
programming code the LCD will display that “Doors are
closing. Be aware! ”. The buzzer will ring for every operation
of the LCD. Once the doors are closed, the motor switches to
ON state and train departs from the station. While arriving
on the station, there will be a message indicating that “The
Train is arriving in few minutes on the Station.” with buzzer
operation. The motor state will change from ON state to OFF
state once the train arrives at the station. The LCD will then
display that “The Doors are opening”. Once the doors are
opened the passengers can safely come out of the train. We
are going to use Image Processing for signaling system and
for starting and stopping operation the train.
We have often seen people lying near the doors of the train
and jumping out on the platform during arrival on the
stations which is often dangerous. So to avoid this, we are
going to implement Automatic Door Operation. The greatest
advantage that lies in automatic door operation is safety of
the passengers travelling in the train.
This paper will include many other safety features that will
act in the event of disruptions during the interval between
which the train is travelling between the stations. It includes
ultrasonic sensor which will detect that any object is over
crossing in front of the train and will provide a feedback to
the control system to stop the train immediately. Also there
will be a smoke detector sensor for the purpose of
protection. If in case there is any sudden problem in the train
or any short circuit, then smoke will be produced, which will
then be detected by the smoke sensor and a signal will be
provided to arduino to stop the train and open the doors.
Likewise many protection sensors will be used which will
provide full safety to the passengers and an overall safe
operation.
5. EXPECTED OUTCOMES
The Automatic Traction System which we are going to
build is expected to be fully driverless at the first stage
.Then it should fulfil the below mentioned needs or
expectations.
(i) It should have the capability of starting and stopping
without human intervention.
(ii) The opening and closing of the doors should be
properly managed while departing and arriving on
the stations.
(iii) The LCD Display should display the messages about
the same without fail.
(iv)The buzzer should ring when the LCD messages are
displayed and also while the doors are opening or
closing.
(v) All the sensors which are equipped for various
purposes as disscussed above should work as per
their functions and must have the capability to send
the signal to the arduino in case ofemergencies.
(vi)The Speed control of the train is to done accurately.
(vii) The Emergency button when pushed should
immediately stop the Train in case of emergencies.
REFERENCES
1. Divyang Kaka, Harshad Sonawane, Hemang Jani,
Abhishek Patel, “Driverless Metro Train”,
International Research Journal of Engineering
and Technology, Vol. 05, Issue 03, Mar 2018.
2. M.D.Anil, Sangeetha.S, Divya.B, Niranjana.B,
Shruthi.K.S, “Advanced Railway Accident
Prevention System Using Sensors Network”,
International Journal of Advanced Research in
Computer and Communication Engineering, Vol.
03, Issue 05, May 2014.
3. S.Bhuvaneshwari, M.Hariprabhu, R.Deepika,
“Automatic Railway System Using Wireless
Sensor Network”, International Journal for
Research in Applied Science and Engineering
Technology, Vol. 03, Issue 11, November 2015.
4. Manoj Kumar.M, Hemavathi.R, H.Prasanna Kumar,
“Driverless Metro Train Shuttle between the
Stations using Lab VIEW”, International Journal of
Trend in Scientific Research and Development,
Vol. 02, Issue 01, Nov-Dec 2017.
5. Naga Swetha R, Yashwanth Badri, Mahesh,
Rabbani Basha, “Auto Metro Train To Shuttle
Between Stations”, International Journal Of
Current Engineering and Scientific Research, Vol.
05, Issue 04, 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 274
6. K.S.Shilpashree, Lokesha.H, Hadimani Shuvkuamr,
“Implementation of Image Processing on Raspberry
Pi”, International Journal of Advanced Research in
Computer and Communication Engineering, Vol. 04,
Issue 05, May 2015.
7. G.Senthilkumar, K.Gopalkrishnan, V.Sathish Kumar,
“Embedded Image Capturing System Using
Raspberry Pi System”, International Journal of
Emerging Trends and Technology in Computer
Science, Vol. 03, Issue 02, April 2014.

More Related Content

What's hot

Automatic railway gate controller AUP
Automatic railway gate controller AUPAutomatic railway gate controller AUP
Automatic railway gate controller AUPMasoom Khan
 
A new method to prevent accidents in railways using microcontroller based on
A new method to prevent accidents in railways using microcontroller based onA new method to prevent accidents in railways using microcontroller based on
A new method to prevent accidents in railways using microcontroller based onIAEME Publication
 
Implementation of automatic railway platform
Implementation of automatic railway platformImplementation of automatic railway platform
Implementation of automatic railway platformjeevansaral
 
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...Tarun Khaneja
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
Anti Collision Railways System
Anti Collision Railways SystemAnti Collision Railways System
Anti Collision Railways SystemAnkit Singh
 
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...IOSR Journals
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control systemsahithipechetti
 
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...Tarun Khaneja
 
Unmanned railway tracking and anti collision system using gsm
Unmanned railway tracking and anti collision  system  using gsmUnmanned railway tracking and anti collision  system  using gsm
Unmanned railway tracking and anti collision system using gsmvmohankumar5
 
Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...IJAAS Team
 
Automatic Train Collision and Accidence Avoidance system
Automatic Train Collision and Accidence Avoidance systemAutomatic Train Collision and Accidence Avoidance system
Automatic Train Collision and Accidence Avoidance systemPradeepRaj
 
Anti-Collision Device(ACD)
Anti-Collision Device(ACD)Anti-Collision Device(ACD)
Anti-Collision Device(ACD)kamal soni
 
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...srinivasanece7
 
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPTAUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPTJoshnasai
 
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Arvind Srivastava
 
Power Presentation On Railway Track Fault Detector
Power Presentation On Railway Track Fault DetectorPower Presentation On Railway Track Fault Detector
Power Presentation On Railway Track Fault DetectorNEERAJ SINGH
 
innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...kalaimathi mathiyazhagan
 
Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Thanku Anna Baiju
 

What's hot (20)

Automatic railway gate controller AUP
Automatic railway gate controller AUPAutomatic railway gate controller AUP
Automatic railway gate controller AUP
 
A new method to prevent accidents in railways using microcontroller based on
A new method to prevent accidents in railways using microcontroller based onA new method to prevent accidents in railways using microcontroller based on
A new method to prevent accidents in railways using microcontroller based on
 
Implementation of automatic railway platform
Implementation of automatic railway platformImplementation of automatic railway platform
Implementation of automatic railway platform
 
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...
Seminar Report On ACD i.e. Anti collision Devices by Tarun khnaeja ( 09034406...
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
Anti Collision Railways System
Anti Collision Railways SystemAnti Collision Railways System
Anti Collision Railways System
 
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control system
 
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...
report on ACD (anti collision devices) in IEEE format by Tarun Khaneja ( 9034...
 
Unmanned railway tracking and anti collision system using gsm
Unmanned railway tracking and anti collision  system  using gsmUnmanned railway tracking and anti collision  system  using gsm
Unmanned railway tracking and anti collision system using gsm
 
Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...Implementation of anti-collision train prototype based on arduino microcontro...
Implementation of anti-collision train prototype based on arduino microcontro...
 
Presentation1
Presentation1Presentation1
Presentation1
 
Automatic Train Collision and Accidence Avoidance system
Automatic Train Collision and Accidence Avoidance systemAutomatic Train Collision and Accidence Avoidance system
Automatic Train Collision and Accidence Avoidance system
 
Anti-Collision Device(ACD)
Anti-Collision Device(ACD)Anti-Collision Device(ACD)
Anti-Collision Device(ACD)
 
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...Ieeepro techno solutions    ieee 2013 embedded project autonomous self parkin...
Ieeepro techno solutions ieee 2013 embedded project autonomous self parkin...
 
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPTAUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
 
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
 
Power Presentation On Railway Track Fault Detector
Power Presentation On Railway Track Fault DetectorPower Presentation On Railway Track Fault Detector
Power Presentation On Railway Track Fault Detector
 
innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...innovative railway track surveying with sensors and controlled by wireless co...
innovative railway track surveying with sensors and controlled by wireless co...
 
Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)
 

Similar to IRJET- Design and Implementation of Automatic Traction System

IRJET - Driverless Metro Train Shuttle between Stations
IRJET -  	  Driverless Metro Train Shuttle between StationsIRJET -  	  Driverless Metro Train Shuttle between Stations
IRJET - Driverless Metro Train Shuttle between StationsIRJET Journal
 
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations   IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations IRJET Journal
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7IRJET Journal
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7IRJET Journal
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two StationsIRJET Journal
 
IRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET Journal
 
Anti Collision For Train using RF PPT.pptx
Anti Collision For Train using RF PPT.pptxAnti Collision For Train using RF PPT.pptx
Anti Collision For Train using RF PPT.pptxPoojaBan
 
IRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET Journal
 
Automatic Ambulance Detection System in Traffic Signals Using IOT
Automatic Ambulance Detection System in Traffic Signals Using IOTAutomatic Ambulance Detection System in Traffic Signals Using IOT
Automatic Ambulance Detection System in Traffic Signals Using IOTIRJET Journal
 
Automatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877aAutomatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877avijay kumar yadav
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET Journal
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 
IRJET- Autonomous Floor Cleaning BOT
IRJET- 	  Autonomous Floor Cleaning BOTIRJET- 	  Autonomous Floor Cleaning BOT
IRJET- Autonomous Floor Cleaning BOTIRJET Journal
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual AssistantIRJET Journal
 
Smart Metro - Rail System
Smart Metro - Rail SystemSmart Metro - Rail System
Smart Metro - Rail SystemIJAEMSJORNAL
 
Accident Prevention on Public Transport Footboard
Accident Prevention on Public Transport FootboardAccident Prevention on Public Transport Footboard
Accident Prevention on Public Transport FootboardIRJET Journal
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoTIRJET Journal
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Hariharan L
 

Similar to IRJET- Design and Implementation of Automatic Traction System (20)

IRJET - Driverless Metro Train Shuttle between Stations
IRJET -  	  Driverless Metro Train Shuttle between StationsIRJET -  	  Driverless Metro Train Shuttle between Stations
IRJET - Driverless Metro Train Shuttle between Stations
 
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations   IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7
 
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET -  	  Driverless Metro Train to Shuttle between Two StationsIRJET -  	  Driverless Metro Train to Shuttle between Two Stations
IRJET - Driverless Metro Train to Shuttle between Two Stations
 
IRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road Block
 
Anti Collision For Train using RF PPT.pptx
Anti Collision For Train using RF PPT.pptxAnti Collision For Train using RF PPT.pptx
Anti Collision For Train using RF PPT.pptx
 
IRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate ControlIRJET-Solar Operated Automatic Railway Gate Control
IRJET-Solar Operated Automatic Railway Gate Control
 
Automatic Ambulance Detection System in Traffic Signals Using IOT
Automatic Ambulance Detection System in Traffic Signals Using IOTAutomatic Ambulance Detection System in Traffic Signals Using IOT
Automatic Ambulance Detection System in Traffic Signals Using IOT
 
Automatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877aAutomatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877a
 
IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoT
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 
IRJET- Autonomous Floor Cleaning BOT
IRJET- 	  Autonomous Floor Cleaning BOTIRJET- 	  Autonomous Floor Cleaning BOT
IRJET- Autonomous Floor Cleaning BOT
 
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET -  	  Self Driving Metro Train with Power Saving and Virtual AssistantIRJET -  	  Self Driving Metro Train with Power Saving and Virtual Assistant
IRJET - Self Driving Metro Train with Power Saving and Virtual Assistant
 
Y3.pptx
Y3.pptxY3.pptx
Y3.pptx
 
Smart Metro - Rail System
Smart Metro - Rail SystemSmart Metro - Rail System
Smart Metro - Rail System
 
Accident Prevention on Public Transport Footboard
Accident Prevention on Public Transport FootboardAccident Prevention on Public Transport Footboard
Accident Prevention on Public Transport Footboard
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IRJET- Design and Implementation of Automatic Traction System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 271 Design and Implementation of Automatic Traction System KUNAL DHAYAGUDE1, AMRUTA AMBAVANE2, AMEY SAWANT3, PRASAD BIDRE4, ROHIT G. RAMTEKE5 -----------------------------------------------------------------------***-------------------------------------------------------------------- Abstract— In this Modern era, technology plays a vital significant role in the overall development of the country. With the recent development, automation is being introduced in the traction system as well. Locomotives plays an important role in the development and growth of country, it has become essential to have the most efficient and reliable traction system with more energy saving techniques. The earliest traction systems had no signal systems, so station employees had to use hand gestures to train drivers indicating whether to stop or go on. Due to which train collisions occurs because of drivers missed or ignored the hand signals due to human error. To avoid such errors, we have the new concept of automatic traction system. Automatic name implies that our system will be driverless, we have achieved speed control with the help of Pulse width modulation (PWM) which is used to vary speed of motor. Keywords: Traction, Automatic, Train, Control, Sensor, Emergency, Energy Saving. 1. INTRODUCTION Over the years, technology has revolutionized our world. Technology has created amazing tools and resources, putting useful information at our fingertips. Modern technology has made it possible for the discovery of many multi-functional devices in almost all aspects of our life including transportation. With all of these revolutions, technology has also made our lives easier, faster, and better. But even the technologies are growing faster, the population is growing that fastertoo. The population growth in India is of great vertical extent. This trend means that public transport is in vogue like never before. More than half the planet’s population lives in cities and over the next 40 years that number is likely to reach 6bn, with the largest cities in emerging markets growing the fastest. Railway is a largest means of transportation in India and it is ranked in the world as fourth largest railway network. So, the existing metro system needs to be modernized and equipped with automatic train control and safety system in order to make them more efficient. This paper proposed the development of driverless metro trainsystem. The operation of the driverless metro train is controlled by a central processor unit like Arduino controller. The speed of the train is controlled by a H- Bridge. The operation of the train is fully automatic i.e. there will be no operator or train attendant for operating the train. The functions of the train are carried out by fetching the programs in the Arduino by usingthe Arduino IDE software. Some other devices like vibration sensor, ultrasonic sensor, PID sensor, night camera sensor, IR sensor, LDR sensor, emergency brake button, LCD display to give messages to the passenger, alarms to give indication to the passenger for LCD messages and for indication of door operation will also be included in the paper. 2. COMPARISON OF DIFFERENT GRADES OF AUTOMATION The Driverless Metro Train System works with different types of automation as shown in Fig-1 below Fig-1: Comparison of different Grades of Automation GOA-1 is operating with automatic train protection. It will require a driver for starting and stopping the train as well as for operation of the door and for operating in case of emergencies. GOA-2 is operating with Automatic Train Operation (ATO) and Automation Train Protection (ATP). In this grade of automation, the train will set in motion and will stop automatically but a driver is needed for door operation as well as operating in the event of emergencies. GOA-3 is known for driverless operation the train. In this, the starting stopping will be done automatically but a train attendant is required for door operation as well as operating in the event of emergencies. GOA-4 is called as Unattended Train Operation (UTO). In this, everything will be fully automatic. There is no need for driver or train attendant for any operation. 3. BLOCK DIAGRAM The Block Diagram for automatic traction system is shown in Fig-2.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 272 Fig-2 Block Diagram A. Raspberry Pi 3 The Raspberry Pi 3 Model B is not like our typical machine, in its cheapest form it is simply a credit-card sized electronic board. It is used in many applications like home automation system, to launch lightweight Web Server, Build and control awesome robots and many more. B. Arduino Mega Arduino Mega is used as a main controller of the system. The operation of the train is performed using this controller by fetching programs into it. Various sensors are connected to this controller which sends information to it in case of emergencies to take necessary action or to stop the train. C. DC Motor DC Motor is used for driving the wheels of the train. We are going to use DC series motor because the series motor has the highest starting torque for a given power rating, easiest control and fast braking. D. Stepper Motor The Stepper Motor is used to rotate the motor through a fixed angular step in response to each input current pulse received by its controller. The applications of stepper motor include Small robotics, Gaming machines, Printing presses, etc We are going to use Stepper Motor to control the operation of the doors i.e. opening and closing. E. LCD display It is used to display messages during departure and arrival of the train on the station. Also it will display warning messages in case of emergencies. F. Buzzer It is used to give an indication about the LCD messages and will also ring on the operation of the door opening or closing. G. Smoke Sensor The Smoke Sensor is a device used to detect Smoke and Fires. It will sense the smoke if in case there is sudden problem in the train or any short circuit which took place and immediately give a command to the control system to open the doors and if the smoke continues to exist after the opening of the doors, then there will be a command to stop the train immediately. H. PIR Sensor A Passive Infrared (PIR) Sensor is an electronic sensor that measures infrared light radiating from objects in its field of view. PIR sensors detect general movement, but do not give information on who or what moved. For that purpose, an active IR sensor is required. I. LDR Sensor A light-dependent resistor (LDR) is a light- controlled variable resistor. The resistance of a photoresistor decreases with increasing incident light intensity; in other words, it exhibits photoconductivity. J. Ultrasonic Sensor Ultrasonic sensors emit short, high-frequency sound pulses at regular intervals. Ultrasonic sensor will detect that any object is over crossing in front of the train and will provide a feedback to the control system to stop the train immediately. It emits an ultrasound at 40 000 Hz which travels through the air and if there is an object or obstacle on its path It will bounce back to the module. K. Night Camera Sensor We are going to use Night Camera Sensor for detecting the signals. If the signal is red then it means that the train should stop and if the signal is green means the train should start moving. L. Vibration Sensor Vibration sensor will come into action if the train’s vibration due to some problem exceed its predefined value. This sensor will sense these vibrations and will send a signal to Arduino to take the action regarding it immediately for the safety of the passengers. 4. PROPOSEDMETHODOLOGY Fig. 3 shows the proposed state diagram for arrival and departure of train between the stations. The main controller in our project work will be Arduino Mega. The components used for various operations of the train are connected to this Arduino.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 273 Fig-3 State Diagram of the train during arrival and Departure While departing from the station, the train will first get supply from a source and it will be in a position to move or to depart from the station. Till the time of departing, the doors of the train will be open. Then the LCD will display that “Train is departing in few minutes from the station” with a buzzer ringing and after few seconds as per the programming code the LCD will display that “Doors are closing. Be aware! ”. The buzzer will ring for every operation of the LCD. Once the doors are closed, the motor switches to ON state and train departs from the station. While arriving on the station, there will be a message indicating that “The Train is arriving in few minutes on the Station.” with buzzer operation. The motor state will change from ON state to OFF state once the train arrives at the station. The LCD will then display that “The Doors are opening”. Once the doors are opened the passengers can safely come out of the train. We are going to use Image Processing for signaling system and for starting and stopping operation the train. We have often seen people lying near the doors of the train and jumping out on the platform during arrival on the stations which is often dangerous. So to avoid this, we are going to implement Automatic Door Operation. The greatest advantage that lies in automatic door operation is safety of the passengers travelling in the train. This paper will include many other safety features that will act in the event of disruptions during the interval between which the train is travelling between the stations. It includes ultrasonic sensor which will detect that any object is over crossing in front of the train and will provide a feedback to the control system to stop the train immediately. Also there will be a smoke detector sensor for the purpose of protection. If in case there is any sudden problem in the train or any short circuit, then smoke will be produced, which will then be detected by the smoke sensor and a signal will be provided to arduino to stop the train and open the doors. Likewise many protection sensors will be used which will provide full safety to the passengers and an overall safe operation. 5. EXPECTED OUTCOMES The Automatic Traction System which we are going to build is expected to be fully driverless at the first stage .Then it should fulfil the below mentioned needs or expectations. (i) It should have the capability of starting and stopping without human intervention. (ii) The opening and closing of the doors should be properly managed while departing and arriving on the stations. (iii) The LCD Display should display the messages about the same without fail. (iv)The buzzer should ring when the LCD messages are displayed and also while the doors are opening or closing. (v) All the sensors which are equipped for various purposes as disscussed above should work as per their functions and must have the capability to send the signal to the arduino in case ofemergencies. (vi)The Speed control of the train is to done accurately. (vii) The Emergency button when pushed should immediately stop the Train in case of emergencies. REFERENCES 1. Divyang Kaka, Harshad Sonawane, Hemang Jani, Abhishek Patel, “Driverless Metro Train”, International Research Journal of Engineering and Technology, Vol. 05, Issue 03, Mar 2018. 2. M.D.Anil, Sangeetha.S, Divya.B, Niranjana.B, Shruthi.K.S, “Advanced Railway Accident Prevention System Using Sensors Network”, International Journal of Advanced Research in Computer and Communication Engineering, Vol. 03, Issue 05, May 2014. 3. S.Bhuvaneshwari, M.Hariprabhu, R.Deepika, “Automatic Railway System Using Wireless Sensor Network”, International Journal for Research in Applied Science and Engineering Technology, Vol. 03, Issue 11, November 2015. 4. Manoj Kumar.M, Hemavathi.R, H.Prasanna Kumar, “Driverless Metro Train Shuttle between the Stations using Lab VIEW”, International Journal of Trend in Scientific Research and Development, Vol. 02, Issue 01, Nov-Dec 2017. 5. Naga Swetha R, Yashwanth Badri, Mahesh, Rabbani Basha, “Auto Metro Train To Shuttle Between Stations”, International Journal Of Current Engineering and Scientific Research, Vol. 05, Issue 04, 2018.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 274 6. K.S.Shilpashree, Lokesha.H, Hadimani Shuvkuamr, “Implementation of Image Processing on Raspberry Pi”, International Journal of Advanced Research in Computer and Communication Engineering, Vol. 04, Issue 05, May 2015. 7. G.Senthilkumar, K.Gopalkrishnan, V.Sathish Kumar, “Embedded Image Capturing System Using Raspberry Pi System”, International Journal of Emerging Trends and Technology in Computer Science, Vol. 03, Issue 02, April 2014.