Sie sind auf Seite 1von 6

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)

Automation in Air Traffic Control using ZigBee and


Ultrasonic Radar
Nandini Ammanagi1, Yogesh Prajapati2, Hardeep Purswani3, Milesh Janyani4, Atharva Nandurdikar5
1
Assistant Professor, 2,3,4,5 UG Student, Department of Electronics and Telecommunication Engineering,
Vivekanand Education Society Institute of Technology, Chembur, Maharashtra, India
Abstract— This paper is mainly proposed for automation in
monitoring system of air traffic and avoidance of aircraft
avionic accidents. In recent years, lots of air-plane crashes
were happened because of poor weather conditions, false
Degree of Freedom[9] and miscommunication between
ground station operator and pilot. Therefore to replace
human intervention by introducing automated system to
provide safety and secure runway along with advanced
monitoring system this prototype has been developed[2].

Keywords— Air Traffic Control (ATC), Accelerometer


sensor, Degree of freedom, Light dependent resistors (LDRs),
Micro-controller, Thermistor, Ultrasonic radar sensor, Visual
basic, ZigBee.

I. INTRODUCTION
The Air Traffic Control (ATC) tower is located in or Figure 1: Degree of Freedom [10].
near the aerodrome and usually has visual contact with
aircraft. Tower may consist of a local controller, a ground • Imagine three lines running through an airplane and
control and a clearance delivery. The local controller is intersecting at right angles at the airplane’s center of
responsible for all traffic within the control zone and on the gravity.
runways, the ground controller for all traffic on the • Rotation around the front-to-back axis is called roll.
taxiways. In case no delivery exists ground takes up this • Rotation around the side-to-side axis is called pitch.
duty. If there is only a local controller he has all duties • Rotation around the vertical axis is called yaw[9].
including clearance delivery and ground control. On non- Therefore, to observe the body axis force ie.,yaw, roll,
controlled airports the tower is normally called Info. Info is and pitch accelerometer is used and also to make the
not allowed to instruct pilots, but may provide all kind of maximum data available at the base station controller using
information and especially traffic information to the pilot. intelligent wireless system which reduces the manpower
In certain cases there are many avionic accidents and air traffic congestion this paper has been proposed[3].
because of bad weather, temperature variation around the Thus, by making use of wireless technologies like Zigbee
aircraft, false degree of freedom and also due to to transmit and receive the signals from both plane and
miscommunication between the base station operator and ground station. Ultrasonic RADAR is used to analyze and
pilot which results into big air crash accidents. This can be detect the signals coming from the plane and to detect the
due to lack of training, poor radio protocol, insufficient obstacle providing the details of clearance area an
availability of parameters about running aircrafts and due automated system is achieved[1].
to squelched messages or wrong information which may
also cause runway incursions while landing[1]. The degree II. NETWORK ARCHITECTURE
of freedom also known as critical flight dynamics which
includes yaw, roll and pitch is explained in the figure The entire prototype can be divided into two modules:
 Aircraft module
 Base or Ground Station Controller (ATC) module

287
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)
The Aircraft module consists of the circuit to be The on-chip Flash allows the program memory to be
mounted on the aircraft along with various sensors and its reprogrammed in-system or by a conventional nonvolatile
block diagram is shown below memory programmer.

Figure 2: Block Diagram of Aircraft module

The block diagram of base station controller module is


shown below:

Figure 3: PIN Diagram of 89s51[8].

B. VISIBILTY
For the visibility purpose LDRs are used. The LDR
(light sensor) is connected so that the plane LED lights
when the LDR is in darkness. The variable resistor adjusts
the brightness at which the transistor switches on and off.
This basically shows the principle of how to detect the
Figure3: Block Diagram of Ground station controller (ATC).
presence of fog and poor weather conditions [5].
III. DESCRIPTION OF BLOCK DIAGRAM C. Power Supply
A. AT89s51 There are many types of power supply. Most are
The whole system is microcontroller-based and we have designed to convert high voltage AC mains electricity to a
used microcontroller AT89s51. The AT89S51 is a low- suitable low voltage supply for electronic circuits and other
power, high-performance CMOS 8-bit microcontroller with devices with rectified output. For AT89s51 to work which
4K bytes of In System Programmable Flash memory[8]. has an operating voltage of 4- 5.5 V.The output of this
The device is manufactured using Atmel’s high-density power supply is given to the rectifier circuit to adjust the
nonvolatile memory technology and is compatible with the polarity used through the rectified circuit to obtain a
industry- standard 80C51 instruction set and pin out. constant DC supply of 5V.

288
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)
This power supply is also used to provide for ZigBee G. ADC 0808
module which is mounted on the aircraft through which the The ADC0808, ADC0809 data acquisition component is
serial data transmission takes place towards the ZigBee of a monolithic CMOS device with an 8-bit analog-to-digital
the base station and the reception of data is done. converter, 8-channel multiplexer and microprocessor
D. ACCELEROMETER SENSOR compatible control logic. The 8-bit A/D converter uses
successive approximation as the conversion technique. The
Accelerometer sensor measures static (earth’s gravity) or
converter features a high impedance chopper stabilized
dynamic acceleration in all three axes. Accelerometer
comparator, a 256R voltage divider with analog switch tree
sensor measures level of acceleration where it is mounted
and a successive approximation register. The 8-channel
this enable us to measure acceleration of object like
multiplexer can directly access any of 8-single-ended
aircrafts or tilt of a platform with respected to earth axis[9].
analog signals.
F. ZIGBEE
Xbee24b ZigBee is a specification for a suite of high-
level communication protocols used to create personal area
networks built from small, low-power digital radios.ZigBee
is based on an IEEE 802.15 standard[10]. Though its low
power consumption limits transmission distances to 10–100
meters line-of-sight, depending on power output and
environmental characteristics. ZigBee devices can transmit
data over long distances by passing data through a mesh
network of intermediate devices to reach more distant ones.
Figure 4: Accelerometer Sensor[9]

E. THERMISTOR
A thermistor is a type of resistor with resistance varying
according to its temperature It will be used to determine the
temperature around the aircraft surrounding.
F. ULTRASONIC SENSOR
It is also called as Distance sensor. Used to identify
whether the runway is safe before landing the flight. It
consists of a set of ultrasonic receiver and transmitter
which operate at the same frequency. When something
moves in the area covered by the circuit the circuit’s fine
balance is disturbed and the alarm is triggered and obstacle Figure 6: ZigBee Module
is detected[7].
IV. SOFTWARES PACKAGES
After the hardware is ready there needs to be software to
control the working of the hardware and to show the display
.Two software packages that were used for the project are
described below.
A. PL2303 USB-to-Serial Prolific Driver
PL2303TA provides a convenient solution for
connecting an RS232-like full-duplex asynchronous
serial device to any Universal Serial Bus (USB) capable
Figure 5: Ultrasonic Radar Sensor[7] host. PL2303TA highly compatible drivers could simulate
the traditional COM port on most operating systems
allowing the existing applications based on COM port to
easily migrate and be made USB ready without having to
rewrite the COM port software application.

289
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)
By taking advantage of USB bulk transfer mode, large V. WORKING PRINCIPLE
data buffers, and automatic flow control, PL2303TA is A. Aircraft Module
capable of achieving higher throughput compared to
traditional UART (Universal Asynchronous Receiver The circuited mounted on the aircraft consists of IC
Transmitter) ports. When real RS232 signaling is not 89S51 which serves as a controller for the whole circuit.
required, baud rate higher than 115200 bps could be used The other important parts of the aircraft module are ADC
for even higher performance. The flexible baud rate for clock generation, Zigbee for data transmission and
generator of PL2303TA could be programmed to generate reception, and LCD display for displaying performance
any rate between 75 bps and 6M bps. parameters. Proper connections to the pins and other major
circuitry leads to optimized performance of the system.
B. Visual Basics This air plane module consists of four sensors viz,
This software enables to have display unit at the base Accelerometer, Thermistor, Visibility sensor and Tacho-
station on computer system. Making proper GUI (Graphic generator etc[2]. The accelerometer gives information
User Interface) will help us to display all the parameters about performance parameters of aero plane which are
and also to display any warning messages in case of any confined in three categories Roll, pitch, and Yaw. Visibility
parameter getting exceeded out of its desired range. sensor states the visibility condition for the aero plane. It
Programming in VB is a combination of visually arranging senses the weather condition and gives appropriate reading.
components or controls on a form, specifying attributes and Tacho-generator is for the measurement of speed of the
actions of those components, and writing additional lines of aero plane. The aero plane’s speed while landing can be
code for more functionality. A programmer can put measured with the help of Tacho-generator. All these
together an application using the components provided with sensors fetch runtime values from the airplane module.
Visual Basic itself. Programs written in Visual Basic can These values are then sent to ADC for binary conversion.
also use the Windows API, but doing so requires external Binary data is processed by micro controller 89S51. This
function declarations. data is displayed on the LCD display after proper
The GUI of Visual Basics for ATC is shown in figure calibration and then sent to the base station by the
below and it will also plot the real time graph for better and transmitter Zigbee module. Also a buzzer circuit is also
convenient understanding to the base station operator provided for emergency purpose. Suppose if any sensor
detects parameter value which has exceeded a threshold
value, then the buzzer immediately starts blowing. This
sound along with a blinking LCD indicates a warning
message to the pilot.
B. Ground Station Controller Module
The base station consists of the RS232 serial port USB
connection joined to the computer. This USB port is
equipped with a receiver Zigbee module. The receiver
fetches the signal transmitted by the aircraft module. This
signal is then converted to a suitable format in the USB
itself. These signals are sent to computer where the Visual
Basic software classifies the data sent by different sensors
in a separate fashion. The VB application displays all the
runtime parameter values on the computer and plots them
with respect to time. Similarly, there is one more sensor
present at the base station which is nothing but ultrasonic
Figure 7: GUI of ATC in VB. proximity sensor. This sensor is used for aircraft landing
system. When the aircraft is about to land on the port, this
We need to select the proper com port for both radar and sensor gives information of whether the runway is vacant
data. Once the PL2303 prolific driver has been installed, or not. It also gives the distance of airplane from the
this com port can be identified by opening the device
nearest obstacle lying in its path[7].
manager and checking the serial-to-usb port and select the
com port number between 1 to 4 different for both radar
and data[4].

290
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)
The warning message displayed to pilot in aircraft VIII. PRACTICAL IMPLEMENTATION
warning is also displayed on the base station software,
which shows how much an aircraft has exceeded the
desired value of its performance parameters and other
factors .Then the base station controller gives appropriate
commands to the pilot to get the plane back to its optimum
performance.

VI. CONCLUSION
Thus by encompassing all the problems of obsolete ATC
systems, the enhanced automated ATC system helps to
minimize the error and the problem although increasing the
efficiency in flight scheduling procedure, safety by
avoiding collisions, time accuracy to the Air traffics all
over the globe. Also use of Zigbee Module in Place of
heavy radar system will be helpful in reducing the
complexity as well as the maintenance of the system. Due
to the transmission of the aircraft parameters to the base
station leads to major improvement in Aircraft safety. The
use of the ground based Ultrasonic radars will help in safer
landing of the flights and thus avoiding collision.

VII. FUTURE SCOPE


Figure 8: Practical Implementation of ATC using ZigBee and
This project can be combined with the Instrument Ultrasonic radar.
Landing System for more safety while landing on runway .
The addition of new capabilities in order to support REFERENCES
improvements in efficiency and productivity by automating [1] James K. Kuchar et al, ―The Traffic Control and Collision
more functions and by introducing features that make it Avoidance System‖, Lincoln Laboratory Journal, Vol.10, No.2, pp
possible to take advantage of improvements in avionics and 277-296, 2007.
[2] Geetha, M. S., and B. S. Shivashankara. "Automated airfield
other newly available technologies. Apart from this, the use controller system for avoiding air crashes in runway."
of Satellites could also be used for aeronautical navigation [3] Reynolds, Hayley J. Davison, et al. "Human-Systems Integration and
and surveillance. Singly or in constellations, satellites with Air Traffic Control." Lincoln laboratory journal 19.1 (2012).
accurate sensors and computing capabilities can be used to [4] Shafeeq Ahameed et al, ―Design of Formal Air Traffic Control
System through Unifield Modeling Language‖, Ubquitos Computing
determine aircraft position and relay the information to the and Communication Journal, Vol.3, pp 11-20, 2008.
other aircrafts and ground stations[8]. [5] Weber, Mark, et al. "Improving air traffic management during
thunderstorms."Digital Avionics Systems Conference, 2005. DASC
2005. The 24th. Vol. 1. IEEE, 2005.

291
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 5, Issue 4, April 2015)
[6] Drumm, A. C., et al. "Remotely Piloted Vehicles in civil airspace: [8] Hsu, Chin-Ming, and Hui-Mei Chao. "Constructing µ-Controller
requirements and analysis methods for the traffic alert and collision Teaching Tool with the Integration of Hardware and Software
avoidance system (TCAS) and see-and-avoid systems." Digital Technology." New Trends in Information and Service Science, 2009.
Avionics Systems Conference, 2004. DASC 04. The 23rd. Vol. 2. NISS'09. International Conference on. IEEE, 2009.
IEEE, 2004. [9] Gosselin, Clement, and Jorge Angeles. "The optimum kinematic
[7] Borenstein, Johann, and Yoram Koren. "Obstacle avoidance with design of a planar three-degree-of-freedom parallel
ultrasonic sensors." Robotics and Automation, IEEE Journal of 4.2 manipulator." Journal of Mechanical Design 110.1 (1988): 35-41.
(1988): 213-218. [10] Sugano, Masashi, et al. "Indoor localization system using RSSI
measurement of wireless sensor network based on ZigBee
standard." Target 538 (2006): 050.

292

Das könnte Ihnen auch gefallen