SlideShare une entreprise Scribd logo
1  sur  23
WELCOME
RAILWAY GATE AUTOMATION
 PRESENTED BY:-
PRABHJOT SALUJA
UJJWAL SHEKHAR
VINAYAK CHANDRAN
 Introduction
 History of Indian railways
 AUTOMATION
 Block diagrams
 Details of microcontroller
(AT89S52)
 C Programming processing in
AT89S52
 FUTURE ENHANCEMENT
 LAST WORDS
 In the rapidly flourishing country like ours,
accidents in rail road railings are increasing
day by day.
 The train accidents cause severe damage to
life and property
 This project deals with one of the efficient
method to avoid train accidents.
The Railway Age dawned in India on 16th. April 1853,
when the first train ran from Bombay to Thana, a
distance of 21 miles(33.81 Km.) For some years before
that the idea of building railways in India had taken
concrete shape with the Court of Directors of the East
India Company in London. In 1845, along with Sir
Jamsetjee Jejeebhoy, Hon. Jaganath
Shunkerseth(known as Nana Shankarsheth ) formed
the Indian Railway Association.
Eventually, the association was incorporated into
the Great Indian Peninsula Railway, and Jeejeebhoy and
Shankarsheth became the only two Indians among the
ten directors of the GIP railways.
As a director, Shankarsheth participated in the very
first train journey in India between Bombay and Thane
on the 16th of April, 1853
 Human error.
 Track problems or adverse weather
conditions.
 Derailment in curves and bends.
 Mis-signaling due to fog or mist.
 Collision between trains
 Oral communication through telephonic and
telegraphic conversations.
 IR sensors are also used to identify the cracks
in the railway.
 LASER Proximity Detector
 Use of satellites for communication.
 No combined solution for collision
avoidance,derailment and railway gate
control
•Automatic railway gate
control
•Micro controller(AT89S52)
•I.R. Sensor
•Servo motors
•Traffic Lights
•Buzzer
 Set of digital logic circuits integrated on
a single chip.
 Micro controller is for entire control.
 Examples:8051,89c51,PIC,motorola etc
 This report employs the 8-bit
microcontroller from ATMEL (AT89S52). The
microcontroller in our security system is
used for sending signals to the auto dialer
and buzzer alarm. A number is already
stored in the EEPROM of the
microcontroller. When a logic low signal
appears at the pin 1 of the microcontroller,
the number stored in the memory is sent to
the auto dialer.
 • Compatible
 • 8 Kbytes of In-System Reprogrammable
Flash Memory
 • Three-Level Program Memory Lock
 • 256 x 8-Bit Internal RAM
 • 32 Programmable I/O Lines
 • Programmable Serial Channel
 • Low Power Idle and Power Down Modes
 In order to overcome these dangerous accident problems we,
in this project came up with a solution for the same. Using
simple electronic components we have tried to automate the
control of railway gates. This report is a standalone
automatic unmanned railway gate control system using
AT89S52 microcontroller.
 The main aim of this project is atomizing the unmanned
railway gate. i.e., the gate is closed automatically whenever
the train comes and gate is opened after the train leaves the
railway – road crossing. The arrival of train in either direction
can be identified using this project. Use of embedded
technology makes this closed loop feedback control system
efficient and reliable. Micro controller (AT89S52) allows
dynamic and faster control. AT89S52 micro controller is the
heart of the circuit as it controls all the functions.
 The system comprises of two IR Transmitter-Receiver pairs.
One IR TX – Rx pair is located at one end of the railway gate.
The second pair is located at another end of the gate.
 Whenever any train is arriving on the track, the IR signal
gets disturbed due to the interruption of the train. Thus
the micro controller identifies the arriving of train.
Before closing the gate the microcontroller gives siren to
alert the people who are on the track. After 30 sec, the
controller will close the gate by rotating the DC motor.
 For the opening of the gate, the micro controller should
know whether the train has left the crossing or not. The
second IR pair is used for this purpose. The second IR
pair identifies the train since the IR signal gets disturbed
when it comes in between TX and RX. The
microcontroller will wait till the last compartment and
when it left the IR pair, the receiver again gets IR signal.
Hence the microcontroller knows that the train left the
gate. Till this time the gate is closed.
 Now, after the train left the crossing, the microcontroller
will open the gate by rotating the DC motor.
 In this we have used "if-else" function to
set the output for each input but my MCU
(AT89S52) does not produce any output for
the left and right "if-else" loop. However, it
produced outputs for forward and backward
"if-else".
*/L=signal for road user
B=buzzer
W=weight sensor
SG=signals for train
M=motor for
gates
int L,B,W,SG,M;
if(((R1 == 0)||(R2==0))&&((v1==1)||(v2==1)))
{
B=1; //BUZZER ACTIVATED
L=0 ; //RED
if(w==0)
{
M=1; //close
}
Else
{
Continue;
}
if(M==1)
{
SG=1; //green
B=0;
}
if((R3==1)&&(R4==1))
{
L=1; //green
M=0; //Gate open
SG=0
}
}
The idea of automating the process of railway gate
operation in level crossings has been undertaken. As the
system is completely automated, it avoids manual errors
and thus provides ultimate safety to road users. By this
mechanism presence of a gatekeeper is not necessary
and automatic operation of the gate through the motor
action is achieved. Microcontroller 89S52 performs the
complete operation i.e., sensing ,gate closing and
opening operation is done by software coding written for
the controller. The mechanism works on a simple
principle and there is not much of complexity needed in
the circuit.
 www.collision-avoidance.org
 www.wikipedia.com
 www.konkanrailway.com
 www.faadooengineers.com
Simple Railway gate automation

Contenu connexe

Tendances

Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
Atchyuth Sonti
 
Automatic railway gate control using microcontroller
Automatic railway gate control using microcontrollerAutomatic railway gate control using microcontroller
Automatic railway gate control using microcontroller
pukeshwar harmukh
 

Tendances (20)

AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
 
automatic railway gate control system using arduino
automatic railway gate control system using arduinoautomatic railway gate control system using arduino
automatic railway gate control system using arduino
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
Automatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877aAutomatic railway gate using pic 16f877a
Automatic railway gate using pic 16f877a
 
automatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorautomatic railway gate controll using ir sensor
automatic railway gate controll using ir sensor
 
Automatic railway gate control using microcontroller
Automatic railway gate control using microcontrollerAutomatic railway gate control using microcontroller
Automatic railway gate control using microcontroller
 
Automatic railway gate controller AUP
Automatic railway gate controller AUPAutomatic railway gate controller AUP
Automatic railway gate controller AUP
 
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLINGADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
ADVANCED AUTOMATIC RAILWAY GATE CONTROLLING
 
Vehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on HighwaysVehicle Over Speed Detection on Highways
Vehicle Over Speed Detection on Highways
 
Railway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety MeasureRailway Accident Avoiding System: A Safety Measure
Railway Accident Avoiding System: A Safety Measure
 
Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
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
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 
Railway Security Project .
Railway Security Project .Railway Security Project .
Railway Security Project .
 
RAILWAY LEVEL CROSSING ACCIDENTS PREVENTER - SAHAYA JUSTUS ANTONY.S
RAILWAY LEVEL CROSSING ACCIDENTS PREVENTER - SAHAYA JUSTUS ANTONY.SRAILWAY LEVEL CROSSING ACCIDENTS PREVENTER - SAHAYA JUSTUS ANTONY.S
RAILWAY LEVEL CROSSING ACCIDENTS PREVENTER - SAHAYA JUSTUS ANTONY.S
 
Automatic Train collision and Accident Avoidance system
Automatic Train collision and Accident Avoidance systemAutomatic Train collision and Accident Avoidance system
Automatic Train collision and Accident Avoidance system
 
density based traffic monitoring system
density based traffic monitoring system density based traffic monitoring system
density based traffic monitoring system
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
 

En vedette

Rail road crossing safety jn
Rail road crossing safety jnRail road crossing safety jn
Rail road crossing safety jn
John Nichols
 
Hospitality and tourism 100k pyramid gacte
Hospitality and tourism 100k pyramid gacteHospitality and tourism 100k pyramid gacte
Hospitality and tourism 100k pyramid gacte
mygmea
 
Implementation of automatic railway platform
Implementation of automatic railway platformImplementation of automatic railway platform
Implementation of automatic railway platform
jeevansaral
 

En vedette (13)

Un manned railway gate
Un manned railway gateUn manned railway gate
Un manned railway gate
 
ORing 2015 new products
ORing 2015 new productsORing 2015 new products
ORing 2015 new products
 
Warning System for Unmanned Railway Crossings
Warning System for Unmanned Railway CrossingsWarning System for Unmanned Railway Crossings
Warning System for Unmanned Railway Crossings
 
Indian railways
Indian railwaysIndian railways
Indian railways
 
Rail road crossing safety jn
Rail road crossing safety jnRail road crossing safety jn
Rail road crossing safety jn
 
Automatic railway gate control
Automatic railway gate controlAutomatic railway gate control
Automatic railway gate control
 
Railway gate controlling using ir & laser
Railway gate controlling using ir & laserRailway gate controlling using ir & laser
Railway gate controlling using ir & laser
 
Hospitality and tourism 100k pyramid gacte
Hospitality and tourism 100k pyramid gacteHospitality and tourism 100k pyramid gacte
Hospitality and tourism 100k pyramid gacte
 
Travel and Tourism Managment Solution
Travel and Tourism Managment SolutionTravel and Tourism Managment Solution
Travel and Tourism Managment Solution
 
Telecommunication networks for railways
Telecommunication networks for railwaysTelecommunication networks for railways
Telecommunication networks for railways
 
GATE AUTOMATION PPT
GATE AUTOMATION PPTGATE AUTOMATION PPT
GATE AUTOMATION PPT
 
Implementation of automatic railway platform
Implementation of automatic railway platformImplementation of automatic railway platform
Implementation of automatic railway platform
 
#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery Workshop#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery Workshop
 

Similaire à Simple Railway gate automation

FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.tech
afzal usmani
 
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
PoojaBan
 
Presentationatchyuth 120413063530-phpapp02
Presentationatchyuth 120413063530-phpapp02Presentationatchyuth 120413063530-phpapp02
Presentationatchyuth 120413063530-phpapp02
Smiley Sowjanya
 
railway gate using servo and arduino uno
railway gate using servo and arduino unorailway gate using servo and arduino uno
railway gate using servo and arduino uno
Hamed Raza
 
railway gate using arduino uno and servo motors
railway gate using arduino uno and servo motorsrailway gate using arduino uno and servo motors
railway gate using arduino uno and servo motors
Hamed Raza
 
automatic railway gate control system
automatic railway gate control system automatic railway gate control system
automatic railway gate control system
GManojkumar11
 
Advance Signalling System-Rajbansh
Advance Signalling System-RajbanshAdvance Signalling System-Rajbansh
Advance Signalling System-Rajbansh
Rom!el Rajbansh
 

Similaire à Simple Railway gate automation (20)

automatic railway platform-mini project
automatic railway platform-mini projectautomatic railway platform-mini project
automatic railway platform-mini project
 
FINAL REPORT_B.tech
FINAL REPORT_B.techFINAL REPORT_B.tech
FINAL REPORT_B.tech
 
Collision Avoidance of Trains Using Arm7
Collision Avoidance of Trains Using Arm7Collision Avoidance of Trains Using Arm7
Collision Avoidance of Trains Using Arm7
 
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
 
IRJET- Automatic Inspection Trolley for Railway Track Crack Detection wit...
IRJET-  	  Automatic Inspection Trolley for Railway Track Crack Detection wit...IRJET-  	  Automatic Inspection Trolley for Railway Track Crack Detection wit...
IRJET- Automatic Inspection Trolley for Railway Track Crack Detection wit...
 
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPTAUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
AUTOMATIC RAILWAY GATE DETECTION SYSTEM PPT
 
INTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY SYSTEMINTELIGENT RAILWAY SYSTEM
INTELIGENT RAILWAY 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...
 
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...
 
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 - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoT
 
Presentationatchyuth 120413063530-phpapp02
Presentationatchyuth 120413063530-phpapp02Presentationatchyuth 120413063530-phpapp02
Presentationatchyuth 120413063530-phpapp02
 
Project
ProjectProject
Project
 
railway gate using servo and arduino uno
railway gate using servo and arduino unorailway gate using servo and arduino uno
railway gate using servo and arduino uno
 
IRJET- Design and Implementation of Automatic Traction System
IRJET-  	  Design and Implementation of Automatic Traction SystemIRJET-  	  Design and Implementation of Automatic Traction System
IRJET- Design and Implementation of Automatic Traction System
 
railway gate using arduino uno and servo motors
railway gate using arduino uno and servo motorsrailway gate using arduino uno and servo motors
railway gate using arduino uno and servo motors
 
automatic railway gate control system
automatic railway gate control system automatic railway gate control system
automatic railway gate control system
 
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
 
Advance Signalling System-Rajbansh
Advance Signalling System-RajbanshAdvance Signalling System-Rajbansh
Advance Signalling System-Rajbansh
 

Dernier

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Simple Railway gate automation

  • 2. RAILWAY GATE AUTOMATION  PRESENTED BY:- PRABHJOT SALUJA UJJWAL SHEKHAR VINAYAK CHANDRAN
  • 3.  Introduction  History of Indian railways  AUTOMATION  Block diagrams  Details of microcontroller (AT89S52)  C Programming processing in AT89S52  FUTURE ENHANCEMENT  LAST WORDS
  • 4.  In the rapidly flourishing country like ours, accidents in rail road railings are increasing day by day.  The train accidents cause severe damage to life and property  This project deals with one of the efficient method to avoid train accidents.
  • 5. The Railway Age dawned in India on 16th. April 1853, when the first train ran from Bombay to Thana, a distance of 21 miles(33.81 Km.) For some years before that the idea of building railways in India had taken concrete shape with the Court of Directors of the East India Company in London. In 1845, along with Sir Jamsetjee Jejeebhoy, Hon. Jaganath Shunkerseth(known as Nana Shankarsheth ) formed the Indian Railway Association. Eventually, the association was incorporated into the Great Indian Peninsula Railway, and Jeejeebhoy and Shankarsheth became the only two Indians among the ten directors of the GIP railways. As a director, Shankarsheth participated in the very first train journey in India between Bombay and Thane on the 16th of April, 1853
  • 6.  Human error.  Track problems or adverse weather conditions.  Derailment in curves and bends.  Mis-signaling due to fog or mist.  Collision between trains
  • 7.  Oral communication through telephonic and telegraphic conversations.  IR sensors are also used to identify the cracks in the railway.  LASER Proximity Detector  Use of satellites for communication.  No combined solution for collision avoidance,derailment and railway gate control
  • 9. •Micro controller(AT89S52) •I.R. Sensor •Servo motors •Traffic Lights •Buzzer
  • 10.  Set of digital logic circuits integrated on a single chip.  Micro controller is for entire control.  Examples:8051,89c51,PIC,motorola etc
  • 11.  This report employs the 8-bit microcontroller from ATMEL (AT89S52). The microcontroller in our security system is used for sending signals to the auto dialer and buzzer alarm. A number is already stored in the EEPROM of the microcontroller. When a logic low signal appears at the pin 1 of the microcontroller, the number stored in the memory is sent to the auto dialer.
  • 12.  • Compatible  • 8 Kbytes of In-System Reprogrammable Flash Memory  • Three-Level Program Memory Lock  • 256 x 8-Bit Internal RAM  • 32 Programmable I/O Lines  • Programmable Serial Channel  • Low Power Idle and Power Down Modes
  • 13.
  • 14.  In order to overcome these dangerous accident problems we, in this project came up with a solution for the same. Using simple electronic components we have tried to automate the control of railway gates. This report is a standalone automatic unmanned railway gate control system using AT89S52 microcontroller.  The main aim of this project is atomizing the unmanned railway gate. i.e., the gate is closed automatically whenever the train comes and gate is opened after the train leaves the railway – road crossing. The arrival of train in either direction can be identified using this project. Use of embedded technology makes this closed loop feedback control system efficient and reliable. Micro controller (AT89S52) allows dynamic and faster control. AT89S52 micro controller is the heart of the circuit as it controls all the functions.  The system comprises of two IR Transmitter-Receiver pairs. One IR TX – Rx pair is located at one end of the railway gate. The second pair is located at another end of the gate.
  • 15.  Whenever any train is arriving on the track, the IR signal gets disturbed due to the interruption of the train. Thus the micro controller identifies the arriving of train. Before closing the gate the microcontroller gives siren to alert the people who are on the track. After 30 sec, the controller will close the gate by rotating the DC motor.  For the opening of the gate, the micro controller should know whether the train has left the crossing or not. The second IR pair is used for this purpose. The second IR pair identifies the train since the IR signal gets disturbed when it comes in between TX and RX. The microcontroller will wait till the last compartment and when it left the IR pair, the receiver again gets IR signal. Hence the microcontroller knows that the train left the gate. Till this time the gate is closed.  Now, after the train left the crossing, the microcontroller will open the gate by rotating the DC motor.
  • 16.
  • 17.  In this we have used "if-else" function to set the output for each input but my MCU (AT89S52) does not produce any output for the left and right "if-else" loop. However, it produced outputs for forward and backward "if-else".
  • 18. */L=signal for road user B=buzzer W=weight sensor SG=signals for train M=motor for gates
  • 19. int L,B,W,SG,M; if(((R1 == 0)||(R2==0))&&((v1==1)||(v2==1))) { B=1; //BUZZER ACTIVATED L=0 ; //RED if(w==0) { M=1; //close } Else { Continue;
  • 21. The idea of automating the process of railway gate operation in level crossings has been undertaken. As the system is completely automated, it avoids manual errors and thus provides ultimate safety to road users. By this mechanism presence of a gatekeeper is not necessary and automatic operation of the gate through the motor action is achieved. Microcontroller 89S52 performs the complete operation i.e., sensing ,gate closing and opening operation is done by software coding written for the controller. The mechanism works on a simple principle and there is not much of complexity needed in the circuit.
  • 22.  www.collision-avoidance.org  www.wikipedia.com  www.konkanrailway.com  www.faadooengineers.com