SlideShare a Scribd company logo
1 of 19
Anti Collision Detection for Trains
Introduction
 In this research, an anti collision detection system is
developed and implemented for a train.
 To develop the anti collision detection system, the
original throttle system and braking system of the train
have to be modified.
 The original throttle valve which is controlled by a cable
from the accelerator pedal is modified to the drive-by-
wire system by using a dc motor with a position control
algorithm.
 Anti Collision Detection system has been developed to
assist the driver for driving in long distance on railway
lines.
3/30/2024 2
 At congested traffic, the conventional cruise control
system becomes less useful.
 Anti Collision Detection system is developed to cope up
with this situation.
 The conventional cruise control has one mode of
control, velocity control.
 On the other hand, Anti Collision Detection system has
two modes of control, velocity and distance control.
 Anti Collision Detection system assists driver in the
congested traffic by acting as a longitudinal control pilot.
3/30/2024 3
Literature survey
 Current Technologies used/ proposed to prevent
collision:
◦ The Anti-Collision Device (ACD) is a self-acting
microprocessor-based data communication device designed
and developed by Konkan Railway [5].
◦ The system consists of Loco ACD with a console (message
display) for the driver (in each Loco Engine), Guard ACD with
remote (fitted in Guard Van), Station ACD with console (fitted
in Station Masters' Cabin), Manned and Unmanned Gates
ACD with hooters and flashers (in each location) and Repeater
ACDs (fitted at locations having obstructions in radio
communication such as hilly areas) which work in concert to
prevent the following kinds of collisions and accidents like-
Head on collisions ,Rear end collisions ,Collisions due to
derailment, Collisions at the level crossing gates.
3/30/2024 4
System Specifications-
Hardware Specifications
◦ Atmega 328p
◦ RF Encoder
◦ RF Decoder
◦ Switch
◦ Battery
◦ RF Transmitter
◦ RF Receiver
◦ H- Bridge
◦ Motor
◦ LCD
◦ Buzzer
3/30/2024 5
System Specifications-
Software Specifications
◦ Arduino IDE
◦ Embedded
3/30/2024 6
Block diagram- Transmitter
3/30/2024 7
RF
Encoder
SW
RF
Transmitter
Block Diagram- Receiver
3/30/2024 8
A
T
3
2
8
RF
Receiver
RF
Decoder
LCD
Buzze
r
Relay Motor
Power
Supply
Block diagram description
 A measurement is initiated via the send button. When first
depressed the 40kHz pulse is sent out through the transmitter.
 After the LPC2148 has completed the transmission pulse the
receiver stage is entered.
 The receiver stage waits a certain amount of time before
checking for signal reception.
 The receiver stage of the code waits for a specified amount of
time based on the mask value.
 This wait period is to ensure that the receiver does not
register the transmission signal as the return signal and also
to ignore the return signal bounced back from small
obstructions that are between the device and the object that a
measurement is being made to.
3/30/2024 9
 If the mask is set to zero then the minimum default wait
period is performed. This period of time is the time it takes
for the transmitted signal to travel 1 ft and to return.
 Given the speed of sound, 1125 ft/s, and an actual distance
of 2 ft this wait time is approximately 1.8ms. If the mask is
greater than 0 then the wait period is the time that it takes for
sound to travel 2 meters times the mask.
 This serves to make the mask value the
approximate distance in meters below which a return signal
will be ignored. This time period is approximately 5.8ms.
 After the wait period has elapsed the LPC2148 clears any
interrupt flags and begins looking for an interrupt triggered by
the reception of the signal.
 The LPC2148 goes through a loop checking for the return
signal and if it is not detected then a counter is incremented.
3/30/2024 10
 This loop is repeated until either the counter is full or the
signal is received. If the counter becomes full then the value
of 0 meters is displayed.
 Otherwise the calculation phase is entered.
 Anti Collision Detection system automatically adjusts train’s
speed and distance to a preceding train, thus enhancing
driver comfort and safety.
 Previous studies have shown that Anti Collision Detection
system induces positive behavioral adaptation by drawing
consistency in driving speed and headway-time regardless
of driving styles.
 However, the studies have also shown that the drivers'
reliance on the system induced negative adaptation
including reduced lane keeping ability and reduced attention
3/30/2024 11
Hardware Design- Circuit Design
3/30/2024 12
Software Design
 Switch on the power supply of transmitter section.
 Switch on the power supply of receiving section.
 Move the train forward, reverse, right , left. By using switches which are given on
the transmitter section.
 We get notification of the transmitted signal on the on the receiver end by glowing
LED.
 When the obstacle is detected, he sensed signals are given to the microcontroller
as an interrupt INT0 & INT1 on port 3 as the signals receive.
 The distance between two trains i.e, obstacle is displayed on the LCD .
 As the distance between two trains decreases, at that time led will glow and buzzer
will give the indication that distance is low.
 If the distance is very low than that of the predefined value (15ft) train speed will
decrease slowly before collision to the obstacle.
 In our system, we are using DC motors so that h-bridge IC we are using it encode
and decode the signal when obstacle is detected signals are given to the DC
motors are cut by h-bridge ic and buzzer will on .
 Hence, we get the notification that obstacle is detected.
3/30/2024 13
Advantages
 Free from wear adjustment.
 Reduce the manual work
 Less skill technicians is sufficient to operate.
 Installation is simplified very much
3/30/2024 14
Application
 Fisheries
2) Echo sounding,
3) Net location,
4) Ship velocity measurement,
5) ROV and UUV,
3/30/2024 15
Result
3/30/2024 16
Conclusion
 This study investigated the effect of negative
behavioral adaptation to Anti Collision Detection
using a full-scale driving simulator.
 We used the driving simulator to create virtual Anti
Collision Detection failure situations and measured
drivers‘ reaction time, magnitude of brake and
steering input, and distance between trains, to
investigate the effect of behavioral adaptation on
drivers' driving and control ability.
3/30/2024 17
References
[1] Indian railway vision 020.Government of India, Ministry of Railway, (Railway Board)
December 2009.
[2] A concept for reducing railway accidents. H Ben Brown, Jr. Gregg Podnar, Mel
Siegel, February, 2005.
[3] “Safety as Key Business Theme! -Indian Railways Perspective”, P. C. Sharma &
Amitabh, International Railway Safety Conference, 2004, Perth, Australia.White Paper-
Safety on Indian Railways, April 2003, Govt. of India, Ministry of Railways.
[4] Indian Railways Corporate Safety Plan (2003-13), August 2003, Govt. of India,
Ministry of Railways.
[5] Channel model for train to train communication using the 400 MHZ band Christina
rico Garcia, Andréa Lehner, institute of communication and navigation 82230Wessling
Germany
[6] Railway crossing collision avoidance system. Shirley et al. - September, 2001
[7] Wireless Communication for Signaling in Mass Transit Larcenous, Regis, Siemens
Transportation Systems, 26 Sept, 2003. This presentation describes Siemens efforts
to develop advanced data radio systems for RATP and NYCT.
[8] Quantification of the business benefits of positive train control Prepared for the
Federal Railroad Administration, Revised March 15, 2004.
3/30/2024 18
THANK YOU..
FOR GIVING US YOUR VALUABLE
TIME…
3/30/2024 19

More Related Content

Similar to Anti Collision For Train using RF PPT.pptx

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- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET Journal
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line CrossingsIRJET Journal
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection Systemijtsrd
 
Adaptive cruise control
Adaptive cruise controlAdaptive cruise control
Adaptive cruise controlVIBHOR RATHI
 
Automatic braking system
Automatic braking systemAutomatic braking system
Automatic braking systemPuneet Kulyana
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMJOLLUSUDARSHANREDDY
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack LocatorIRJET Journal
 
Ijett v5 n1p108
Ijett v5 n1p108Ijett v5 n1p108
Ijett v5 n1p108Athulya MB
 
Automatic Crack Detecting system for Railway security
Automatic Crack Detecting system for Railway securityAutomatic Crack Detecting system for Railway security
Automatic Crack Detecting system for Railway securityRahul Barick
 
Final Slot Car Report
Final Slot Car ReportFinal Slot Car Report
Final Slot Car ReportKyle Avery
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET- Driverless Metro Train
IRJET- Driverless Metro TrainIRJET- Driverless Metro Train
IRJET- Driverless Metro TrainIRJET 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
 
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
 
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
 

Similar to Anti Collision For Train using RF PPT.pptx (20)

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...
 
[IJET-V1I4P10] Authers :EiEi Thwe, Theingi
[IJET-V1I4P10] Authers :EiEi Thwe, Theingi[IJET-V1I4P10] Authers :EiEi Thwe, Theingi
[IJET-V1I4P10] Authers :EiEi Thwe, Theingi
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage Follower
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
 
IJSRDV5I40109.pdf
IJSRDV5I40109.pdfIJSRDV5I40109.pdf
IJSRDV5I40109.pdf
 
Implementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection SystemImplementation of Doppler Radar Based Vehicle Speed Detection System
Implementation of Doppler Radar Based Vehicle Speed Detection System
 
Adaptive cruise control
Adaptive cruise controlAdaptive cruise control
Adaptive cruise control
 
Automatic braking system
Automatic braking systemAutomatic braking system
Automatic braking system
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
 
IRJET- Automatic Railway Crack Locator
IRJET-	 Automatic Railway Crack LocatorIRJET-	 Automatic Railway Crack Locator
IRJET- Automatic Railway Crack Locator
 
Ijett v5 n1p108
Ijett v5 n1p108Ijett v5 n1p108
Ijett v5 n1p108
 
Automatic Crack Detecting system for Railway security
Automatic Crack Detecting system for Railway securityAutomatic Crack Detecting system for Railway security
Automatic Crack Detecting system for Railway security
 
Final Slot Car Report
Final Slot Car ReportFinal Slot Car Report
Final Slot Car Report
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM technique
 
RAGU PPT
RAGU PPTRAGU PPT
RAGU PPT
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- Driverless Metro Train
IRJET- Driverless Metro TrainIRJET- Driverless Metro Train
IRJET- Driverless Metro Train
 
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
 
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...
 
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...
 

More from PoojaBan

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Design and Development of Android Based Early Childhood.pptx
Design and Development of Android Based Early Childhood.pptxDesign and Development of Android Based Early Childhood.pptx
Design and Development of Android Based Early Childhood.pptxPoojaBan
 
PPT 3 fire.pptx fire detection and extinguisher
PPT 3 fire.pptx fire detection and extinguisherPPT 3 fire.pptx fire detection and extinguisher
PPT 3 fire.pptx fire detection and extinguisherPoojaBan
 
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptx
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptxModeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptx
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptxPoojaBan
 
Torque Ripple Minimization using Fuzzy Logic
Torque Ripple Minimization using Fuzzy LogicTorque Ripple Minimization using Fuzzy Logic
Torque Ripple Minimization using Fuzzy LogicPoojaBan
 
torque Ripple Minimization of BLDC Motor
torque Ripple Minimization of BLDC Motortorque Ripple Minimization of BLDC Motor
torque Ripple Minimization of BLDC MotorPoojaBan
 
Project Presentation 1 Template Car Black Box
Project Presentation 1 Template Car Black BoxProject Presentation 1 Template Car Black Box
Project Presentation 1 Template Car Black BoxPoojaBan
 

More from PoojaBan (7)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Design and Development of Android Based Early Childhood.pptx
Design and Development of Android Based Early Childhood.pptxDesign and Development of Android Based Early Childhood.pptx
Design and Development of Android Based Early Childhood.pptx
 
PPT 3 fire.pptx fire detection and extinguisher
PPT 3 fire.pptx fire detection and extinguisherPPT 3 fire.pptx fire detection and extinguisher
PPT 3 fire.pptx fire detection and extinguisher
 
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptx
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptxModeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptx
Modeling & Simulation of Electrical Vehicle DC Constant CC-CV Fast Charger.pptx
 
Torque Ripple Minimization using Fuzzy Logic
Torque Ripple Minimization using Fuzzy LogicTorque Ripple Minimization using Fuzzy Logic
Torque Ripple Minimization using Fuzzy Logic
 
torque Ripple Minimization of BLDC Motor
torque Ripple Minimization of BLDC Motortorque Ripple Minimization of BLDC Motor
torque Ripple Minimization of BLDC Motor
 
Project Presentation 1 Template Car Black Box
Project Presentation 1 Template Car Black BoxProject Presentation 1 Template Car Black Box
Project Presentation 1 Template Car Black Box
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
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
 
(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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
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
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
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
 
(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...
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
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
 

Anti Collision For Train using RF PPT.pptx

  • 2. Introduction  In this research, an anti collision detection system is developed and implemented for a train.  To develop the anti collision detection system, the original throttle system and braking system of the train have to be modified.  The original throttle valve which is controlled by a cable from the accelerator pedal is modified to the drive-by- wire system by using a dc motor with a position control algorithm.  Anti Collision Detection system has been developed to assist the driver for driving in long distance on railway lines. 3/30/2024 2
  • 3.  At congested traffic, the conventional cruise control system becomes less useful.  Anti Collision Detection system is developed to cope up with this situation.  The conventional cruise control has one mode of control, velocity control.  On the other hand, Anti Collision Detection system has two modes of control, velocity and distance control.  Anti Collision Detection system assists driver in the congested traffic by acting as a longitudinal control pilot. 3/30/2024 3
  • 4. Literature survey  Current Technologies used/ proposed to prevent collision: ◦ The Anti-Collision Device (ACD) is a self-acting microprocessor-based data communication device designed and developed by Konkan Railway [5]. ◦ The system consists of Loco ACD with a console (message display) for the driver (in each Loco Engine), Guard ACD with remote (fitted in Guard Van), Station ACD with console (fitted in Station Masters' Cabin), Manned and Unmanned Gates ACD with hooters and flashers (in each location) and Repeater ACDs (fitted at locations having obstructions in radio communication such as hilly areas) which work in concert to prevent the following kinds of collisions and accidents like- Head on collisions ,Rear end collisions ,Collisions due to derailment, Collisions at the level crossing gates. 3/30/2024 4
  • 5. System Specifications- Hardware Specifications ◦ Atmega 328p ◦ RF Encoder ◦ RF Decoder ◦ Switch ◦ Battery ◦ RF Transmitter ◦ RF Receiver ◦ H- Bridge ◦ Motor ◦ LCD ◦ Buzzer 3/30/2024 5
  • 6. System Specifications- Software Specifications ◦ Arduino IDE ◦ Embedded 3/30/2024 6
  • 7. Block diagram- Transmitter 3/30/2024 7 RF Encoder SW RF Transmitter
  • 8. Block Diagram- Receiver 3/30/2024 8 A T 3 2 8 RF Receiver RF Decoder LCD Buzze r Relay Motor Power Supply
  • 9. Block diagram description  A measurement is initiated via the send button. When first depressed the 40kHz pulse is sent out through the transmitter.  After the LPC2148 has completed the transmission pulse the receiver stage is entered.  The receiver stage waits a certain amount of time before checking for signal reception.  The receiver stage of the code waits for a specified amount of time based on the mask value.  This wait period is to ensure that the receiver does not register the transmission signal as the return signal and also to ignore the return signal bounced back from small obstructions that are between the device and the object that a measurement is being made to. 3/30/2024 9
  • 10.  If the mask is set to zero then the minimum default wait period is performed. This period of time is the time it takes for the transmitted signal to travel 1 ft and to return.  Given the speed of sound, 1125 ft/s, and an actual distance of 2 ft this wait time is approximately 1.8ms. If the mask is greater than 0 then the wait period is the time that it takes for sound to travel 2 meters times the mask.  This serves to make the mask value the approximate distance in meters below which a return signal will be ignored. This time period is approximately 5.8ms.  After the wait period has elapsed the LPC2148 clears any interrupt flags and begins looking for an interrupt triggered by the reception of the signal.  The LPC2148 goes through a loop checking for the return signal and if it is not detected then a counter is incremented. 3/30/2024 10
  • 11.  This loop is repeated until either the counter is full or the signal is received. If the counter becomes full then the value of 0 meters is displayed.  Otherwise the calculation phase is entered.  Anti Collision Detection system automatically adjusts train’s speed and distance to a preceding train, thus enhancing driver comfort and safety.  Previous studies have shown that Anti Collision Detection system induces positive behavioral adaptation by drawing consistency in driving speed and headway-time regardless of driving styles.  However, the studies have also shown that the drivers' reliance on the system induced negative adaptation including reduced lane keeping ability and reduced attention 3/30/2024 11
  • 12. Hardware Design- Circuit Design 3/30/2024 12
  • 13. Software Design  Switch on the power supply of transmitter section.  Switch on the power supply of receiving section.  Move the train forward, reverse, right , left. By using switches which are given on the transmitter section.  We get notification of the transmitted signal on the on the receiver end by glowing LED.  When the obstacle is detected, he sensed signals are given to the microcontroller as an interrupt INT0 & INT1 on port 3 as the signals receive.  The distance between two trains i.e, obstacle is displayed on the LCD .  As the distance between two trains decreases, at that time led will glow and buzzer will give the indication that distance is low.  If the distance is very low than that of the predefined value (15ft) train speed will decrease slowly before collision to the obstacle.  In our system, we are using DC motors so that h-bridge IC we are using it encode and decode the signal when obstacle is detected signals are given to the DC motors are cut by h-bridge ic and buzzer will on .  Hence, we get the notification that obstacle is detected. 3/30/2024 13
  • 14. Advantages  Free from wear adjustment.  Reduce the manual work  Less skill technicians is sufficient to operate.  Installation is simplified very much 3/30/2024 14
  • 15. Application  Fisheries 2) Echo sounding, 3) Net location, 4) Ship velocity measurement, 5) ROV and UUV, 3/30/2024 15
  • 17. Conclusion  This study investigated the effect of negative behavioral adaptation to Anti Collision Detection using a full-scale driving simulator.  We used the driving simulator to create virtual Anti Collision Detection failure situations and measured drivers‘ reaction time, magnitude of brake and steering input, and distance between trains, to investigate the effect of behavioral adaptation on drivers' driving and control ability. 3/30/2024 17
  • 18. References [1] Indian railway vision 020.Government of India, Ministry of Railway, (Railway Board) December 2009. [2] A concept for reducing railway accidents. H Ben Brown, Jr. Gregg Podnar, Mel Siegel, February, 2005. [3] “Safety as Key Business Theme! -Indian Railways Perspective”, P. C. Sharma & Amitabh, International Railway Safety Conference, 2004, Perth, Australia.White Paper- Safety on Indian Railways, April 2003, Govt. of India, Ministry of Railways. [4] Indian Railways Corporate Safety Plan (2003-13), August 2003, Govt. of India, Ministry of Railways. [5] Channel model for train to train communication using the 400 MHZ band Christina rico Garcia, Andréa Lehner, institute of communication and navigation 82230Wessling Germany [6] Railway crossing collision avoidance system. Shirley et al. - September, 2001 [7] Wireless Communication for Signaling in Mass Transit Larcenous, Regis, Siemens Transportation Systems, 26 Sept, 2003. This presentation describes Siemens efforts to develop advanced data radio systems for RATP and NYCT. [8] Quantification of the business benefits of positive train control Prepared for the Federal Railroad Administration, Revised March 15, 2004. 3/30/2024 18
  • 19. THANK YOU.. FOR GIVING US YOUR VALUABLE TIME… 3/30/2024 19