AIR TRAFFIC CONFLICT NEGOTIATION AND RESOLUTION USING AN ONBOARD MULTI-AGENT SYSTEM Jie Rong, John Valasek, Shijian Geng, and Thomas R.

Size: px
Start display at page:

Download "AIR TRAFFIC CONFLICT NEGOTIATION AND RESOLUTION USING AN ONBOARD MULTI-AGENT SYSTEM Jie Rong, John Valasek, Shijian Geng, and Thomas R."

Transcription

1 AIR TRAFFIC CONFLICT NEGOTIATION AND RESOLUTION USING AN ONBOARD MULTI-AGENT SYSTEM, John Valasek, Shijian Geng, and Thomas R. Ioerger 21 st Digital Avionics Systems Conference Irvine, CA October 2002

2 GENERAL AVIATION FREE FLIGHT Primary goal is to enable free flight for General Aviation (GA) A new way of managing air traffic Departure from the highly structured system to a more flexible system Pilot allowed to change route, speed and altitude, within limits More responsibility for aircraft separation safety rested on Pilots Ultimate decision making authority lies with the air traffic controllers Modern techlogies make Free Flight possible 21 st DASC (2)

3 CONFLICT DETECTION AND RESOLUTION (CD&R) Critical factor for realizing Free Flight Detects potential conflicts, e.g.,weather, traffic, etc. Recommends pilots with optimal, conflict-free flight paths In this paper, a conceptual CD&R is proposed, using a pair-wise argument-based negotiation approach Application of Multi-agent System (MAS) techniques Collaboration among aircraft for searching multilateral acceptable conflicts resolutions Optimal resolutions with respect to certain cost functions Real-time constraints are considered Previous research on CD&R utilizing negotiation method Wangermann and Stengel s Aircraft/Airspace System Haper et. al., principle negotiation among aircraft 21 st DASC (3)

4 MULTI-AIRCRAFT AGENT SYSTEM (MAAS) MAAS Concept Weather, Traffic, Terrain Information Negotiation Aircraft Agent ADS-B Device Tracker Conflict Detection Flight Plan Management FMS + CD&R Negotiation Flight Control System Conflict Resolution 21 st DASC (4)

5 OVERALL SYSTEM DESIGN Definitions: Flight plan, Segment, and Proposal Assumption: Aircraft class: FAR 23 class GA aircraft Advanced on-board devices: ADS-B device, Flight Management System (FMS), communication suites, and data link devices 3 Degree of pilot automy Only automy level 3 are considered Mixed-Fleet Environment ATC represents aircraft lack of negotiation capacities Degree Of Pilot Automy (Harper s Definition) Different on-board devices, while same responsibilities and priorities among aircraft Agent Properties The MAAS is n-deterministic, mixed-event, dynamic All agents have incomplete kwledge, are maximizing, rational, and cooperative 1 2 Standard ATC. Pilots act as instructed by ATC Pilot is free to search for and negotiate potential solutions with other pilots of level 2 or higher and with ATC, and implement the resulting globally approved actions Pilot is free to search for and negotiate potential solutions with other pilots of level 2 or higher, and pose solutions to ATC for approval before implementation 21 st DASC (5)

6 CD&R MODULE Logic Flow Control for CD&R Module Weather, Traffic, Terrain Information Conflict Resolution Conflict Detection Conflict detected? Any traffic conflict? Deadline expires? Conflict Resolution & Negotiation Solution Approved Turn to ATC Solution created? Solution Implementation Solution provided by ATC Turn to ATC 21 st DASC (6)

7 CD&R MODULE (cont.) Conflict Detection Weather, terrain conflicts and Special Usage Airspace are represented as restricted areas in 3-D airspace Traffic conflict detection takes ADS-B vectors, determined by protected and alert zones Conflict Resolution A constraint satisfaction problem Resolution space: composed of all possible flight plans Constraints: posed by various conflicts, flight rules, aircraft configuration limits, etc. Cost functions: arrival time, fuel consumption, passenger comfort, etc. Protected Zone Alert Zone Conversion of the resolution space to a discrete, limited domain 3 maneuvers: changing headings, airspeeds, or altitudes Conflict resolution composed of discrete maneuvers with specified starting and ending times 21 st DASC (7)

8 CD&R MODULE (cont.) Argumentation-base negotiation protocol 1 Send proposal Any new proposal reduces cost? Send Acceptance Send Rejection Any new proposal satifies all constraints Proposal satisfies all constraints? Communication with other aircraft Communication with ATC 1 Initiator starting point Any acceptance Any (counter) proposal received? 2 Responder starting point 2 Logic Flow of the Negotiation Between Two Agents 21 st DASC (8)

9 CD&R MODULE (cont.) Greeting process Before the real negotiation, initiated by the aircraft first detecting the conflict Confirming conflicts, exchanging on-board devices information, and determining initiator of the negotiation Pair-wise strategy for group conflicts Difficult to determine a multilateral negotiation process in a dynamic MAS system Multi-way conflicts are resolved by a series of pair-wise negotiations ATC plays role in assuring global airspace safety A problem requires more research effort 21 st DASC (9)

10 PRELIMNARY SYSTEM IMPLEMENTATION A simple multi-agent simulation system is created Individual Aircraft Agent As described in the third slide A state-based negotiation module 0 Waiting Receiving a proposal 2 Receiving an acceptation Receiving a rejection Ready to send a proposal Ready to send an acceptation Ready to send a rejection Reaching a mutual agreement Unable to find a resolution to the conflict Simulated Squall Line Environment of MAAS Simulated severe weather conditions, terrain variations 21 st DASC (10)

11 TAMU FLIGHT SIMULATION LAB Fixed-base: Rockwell Commander 700; AV-8A Harrier SGI Onyx Reality II sim engine Networked bank of PC s Center stick; sidestick 155 o projected field of view 30 Hz refresh rate Head Up Display (HUD) 21 st DASC (11)

12 TAMU FLIGHT SIMULATION LAB (cont.) Head Down Displays (HDD) Reconfigurable CRT; touchscreen LCD Autopilot Glide slope capture Heading Altitude Pitch attitude Flight Management System (FMS) Jeppesen data base Pre-flight planning and enroute updating Moving map display 21 st DASC (12)

13 NUMERICAL EXAMPLE Head-on CD&R sim B (a) Before Conflict (a) sim A (b) (b) Starting Avoidance (c) Conflict Resolved (d) Back to Original Path (c) (d) 21 st DASC (13)

14 NUMERICAL EXAMPLE (cont.) Head-On Conflict Negotiation Process sim_b: I suggested a conflict exists between sim_a and me sim_a: sim_b suggested a conflict exists sim_a: sim_b has conflict resolution module sim_a: I do have conflict resolution module, I may propose first sim_a: I suggested a conflict exists between sim_b and me sim_b: sim_a suggested a conflict exists sim_b: sim_a will propose first sim_b: I confirmed the conflict with sim_a, and sim_a will go on proposing a avoidance plan sim_a: sim_b confirmed the conflict, and I will go on proposing a avoidance plan sim_a: I propose a conflict avoidance plan to sim_b sim_b: sim_a proposed an conflict avoidance plan sim_b: I accept sim_a's proposed plan sim_a: sim_b accepted my proposed plan sim_a: I confirmed sim_b's acception of the plan sim_b: sim_a confirmed my acception of the plan 21 st DASC (14)

15 NUMERICAL EXAMPLE (cont.) If Both Aircraft Without Conflict Resolution Capability sim_b: I suggested a conflict exists between sim_a and me sim_a: sim_b suggested a conflict exists sim_a: sim_b has conflict resolution module sim_a: I do t have conflict resolution module either,turn to ATC sim_a: I confirmed the conflict with sim_b, but I am t able to propose a plan either sim_b: sim_a confirmed the conflict, but it is t able to propose a plan either, turn to ATC 21 st DASC (15)

16 CONCLUSIONS A multi aircraft agent system is proposed for GA free flight environment CD&R for each agent is solved as a constraint satisfaction problem A pair-wise, argument-based negotiation approach is established searching for multilaterally acceptable conflict resolutions A simple multi-aircraft simulation system demonstrate the proposed inter-agent negotiation method to be a promising candidate for CD&R Only conceptual and preliminary efforts is presented More advanced air traffic scenarios More complicated mixed fleet environment More types of vehicle systems 21 st DASC (16)

Introduction to the iefis Explorer

Introduction to the iefis Explorer Introduction to the iefis Explorer A brief primer to the new iefis Explorer from MGL Avionics The Explorer EFIS introduces a custom developed touch pressure sensitive LCD screen aimed exclusively at the

More information

ILS Replacement. ACI World Safety Seminar. 18 19 November 2008 Kempinski Hotel Beijing Lufthansa Centre

ILS Replacement. ACI World Safety Seminar. 18 19 November 2008 Kempinski Hotel Beijing Lufthansa Centre ILS Replacement Xiaosong Xiao, PhD Tetra Tech, Inc. Orlando, USA Contents: Ground-Based Navigation ILS Approach GNSS/SBAS Approach Comparisons between ILS and GNSS Example: Cost Analysis Between LAAS and

More information

A Dynamic Programming Approach for 4D Flight Route Optimization

A Dynamic Programming Approach for 4D Flight Route Optimization A Dynamic Programming Approach for 4D Flight Route Optimization Christian Kiss-Tóth, Gábor Takács Széchenyi István University, Győr, Hungary IEEE International Conference on Big Data Oct 27-30, 2014 Washington

More information

Performance-based Navigation and Data Quality

Performance-based Navigation and Data Quality ICAO APAC AAITF/8 Performance-based Navigation and Data Quality A Commercial Data Supplier View Bill Kellogg International Relations May 6-10, 2013 Ulaanbaatar, Mongolia Jeppesen Proprietary - Copyright

More information

Flight information that keeps pilots a step ahead.

Flight information that keeps pilots a step ahead. Integrated Flight Information system Flight information that keeps pilots a step ahead. At Rockwell Collins, we re ushering in the era of the truly paperless flight deck while providing a higher level

More information

INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM

INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM INITIAL TEST RESULTS OF PATHPROX A RUNWAY INCURSION ALERTING SYSTEM Rick Cassell, Carl Evers, Ben Sleep and Jeff Esche Rannoch Corporation, 1800 Diagonal Rd. Suite 430, Alexandria, VA 22314 Abstract This

More information

Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research

Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research Benefits of Highly Predictable Flight Trajectories in Performing Routine Optimized Profile Descents: Current and Recommended Research Environmental Working Group Operations Standing Committee 2009 Annual

More information

WHICH AIR TRAFFIC CONTROLLER TO CONTACT

WHICH AIR TRAFFIC CONTROLLER TO CONTACT WHICH AIR TRAFFIC CONTROLLER TO CONTACT 1. Introduction This article is written in order to explain to all beginners in the IVAO network the basics for any pilot to contact the correct air traffic controller.

More information

Air Medical Transport Planning Good planning can save lives. Planning for air medical transport

Air Medical Transport Planning Good planning can save lives. Planning for air medical transport Chapter 1 2 15 Air Medical Transport Planning Good planning can save lives. Planning for air medical transport is important to maximize efficiency and safety; it helps create the best care for patients.

More information

While flight plan calculations are necessary for safety and regulatory compliance, they also provide airlines with an opportunity for cost

While flight plan calculations are necessary for safety and regulatory compliance, they also provide airlines with an opportunity for cost While flight plan calculations are necessary for safety and regulatory compliance, they also provide airlines with an opportunity for cost optimization. Effective Flight Plans Can Help Airlines Economize

More information

SYSTEM GLOBAL NAVIGATION SATELLITE SYSTEM LANDING TECHNOLOGY/PRODUCT DEVELOPMENT

SYSTEM GLOBAL NAVIGATION SATELLITE SYSTEM LANDING TECHNOLOGY/PRODUCT DEVELOPMENT GLOBAL NAVIGATION SATELLITE SYSTEM LANDING SYSTEM The aviation industry is developing a new positioning and landing system based on the Global Navigation Satellite System (GNSS). The GNSS landing system

More information

Safety Verification of the Small Aircraft Transportation System Concept of Operations

Safety Verification of the Small Aircraft Transportation System Concept of Operations Safety Verification of the Small Aircraft Transportation System Concept of Operations Victor Carreño 1 NASA Langley Research Center, Hampton, Virginia, 23681 César Muñoz 2 National Institute of Aerospace,

More information

Trends in Aeronautical Information Management

Trends in Aeronautical Information Management Trends in Aeronautical Information Management AIXM 5 Public Design Review February 7-8, 2006 Washington DC 1 Our objective in this briefing is to tell you about an emerging standard for aeronautical data

More information

NAMIBIAN RADIO LICENSE VALIDATION

NAMIBIAN RADIO LICENSE VALIDATION NAMIBIAN RADIO LICENSE VALIDATION Introduction This procedure is provided as a guide for applicants wishing to complete a Namibian Radio license validation, a requirement of a Namibian Pilot License Validation.

More information

Management Efficiency Assessment on Aviation Activities in the USDA Forest Service. Executive Summary

Management Efficiency Assessment on Aviation Activities in the USDA Forest Service. Executive Summary Management Efficiency Assessment on Aviation Activities in the USDA Forest Service The Department of the Interior (DOI) has reviewed this assessment and concurs with the findings and recommendations. Executive

More information

Background on Airspace

Background on Airspace Background on Airspace There are six classifications of airspace in the United States; A, B, C, D, E, and G. Class A is the most restrictive and Class G the least restrictive. They can be categorized as:

More information

2014 NIFA CRM Contestant Briefing Guide San Diego, California

2014 NIFA CRM Contestant Briefing Guide San Diego, California 2014 NIFA CRM Contestant Briefing Guide San Diego, California Region 2 SAFECON 2014 November 12 15 This document supports the 2014 NIFA Collegiate Cockpit Resource Management Simulation and is not for

More information

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS 1. INTRODUCTION Navigation technologies with precision approach and landing systems, for civilian and military purposes, enable aircrafts to perform their

More information

A new dimension in infotainment

A new dimension in infotainment Cabin & IFE Inventions 3-D moving map system niceview A new dimension in infotainment Fly where you want to fly, see what you want to see Do you like to know where you are going and how you got there?

More information

Traffic Flow Management. December 2010

Traffic Flow Management. December 2010 Traffic Flow Management December 2010 TRAFFIC MANAGEMENT CENTERS 2 3 CFMU (EUROCONTROL) 4 CCFMEX 5 BOGOTA ATFM 6 BRAZIL ATFM 7 JAPAN ATFM 8 9 Evolution of Traffic Flow Management 1960 s Ground stop programs

More information

SESAR Air Traffic Management Modernization. Honeywell Aerospace Advanced Technology June 2014

SESAR Air Traffic Management Modernization. Honeywell Aerospace Advanced Technology June 2014 SESAR Air Traffic Management Modernization Honeywell Aerospace Advanced Technology June 2014 Honeywell in NextGen and SESAR Honeywell active in multiple FAA NextGen projects ADS-B Surface Indicating and

More information

Jeppesen Mobile FliteDeck

Jeppesen Mobile FliteDeck Jeppesen Mobile FliteDeck Frequently Asked Questions Introduction and How to Get Mobile FliteDeck Q. What is Jeppesen Mobile FliteDeck? A: Jeppesen Mobile FliteDeck provides pilots who subscribe to Jeppesen

More information

FLIGHT TEST SCHEDULE. Pagina 1 of 5. Examiner(s): TRAINING/SKILL TEST/PROFICIENCY CHECK. single pilot aeroplanes (except HPA complex aeroplanes)

FLIGHT TEST SCHEDULE. Pagina 1 of 5. Examiner(s): TRAINING/SKILL TEST/PROFICIENCY CHECK. single pilot aeroplanes (except HPA complex aeroplanes) A SECTION 1 1 Departure 1.1 Pre-flight including: Documentation ass and Balance Weather briefing NOTA 1.2 Pre-start checks P 1.2.1 External P# P 1.2.2 Internal P 1.3 Engine starting: Normal alfunctions

More information

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com

Truck Automation for the Ready Mixed Concrete Industry. Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Truck Automation for the Ready Mixed Concrete Industry Michael J. Hoagland (205) 879-3282 ext. 1164 mhoagland@commandalkon.com Session Agenda What is GPS and How does it work? Auto Signaling Explained

More information

CITY OF ORILLIA ENERGY MANAGEMENT PLAN

CITY OF ORILLIA ENERGY MANAGEMENT PLAN CITY OF ORILLIA ENERGY MANAGEMENT PLAN Date: June, 2014 Introduction The City of Orillia Energy Management Plan is the path for the municipality to realize its goals and objectives as they relate to energy

More information

ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground.

ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground. ADS-B is intended to transform air traffic control by providing more accurate and reliable tracking of airplanes in flight and on the ground. New Air Traffic Surveillance Technology Air traffic service

More information

Airline Schedule Development

Airline Schedule Development Airline Schedule Development 16.75J/1.234J Airline Management Dr. Peter Belobaba February 22, 2006 Airline Schedule Development 1. Schedule Development Process Airline supply terminology Sequential approach

More information

Aviation Academy MAGNET PROGRAM Course Guide

Aviation Academy MAGNET PROGRAM Course Guide DENBIGH HIGH SCHOOL & Aviation Academy MAGNET PROGRAM Course Guide Aviation Academy 902-B Bland Blvd. Newport News, VA 23602 757-886-2745 http://avi.nn.k12.va.us Dr. Aaron L. Smith Program Director aaron.smith@nn.k12.va.us

More information

Light Sport West Standard Flight Training Procedures for N110GX (Remos GX, 100 H.P.)

Light Sport West Standard Flight Training Procedures for N110GX (Remos GX, 100 H.P.) Light Sport West Standard Flight Training Procedures for N110GX (Remos GX, 100 H.P.) Welcome to Light Sport West! Thank you for giving us the opportunity to provide all of your flight training needs. Our

More information

BOEING 1. Copyright 2015 Boeing. All rights reserved.

BOEING 1. Copyright 2015 Boeing. All rights reserved. Maintenance Prognostics Digital solutions to optimize maintenance operations Juan D. Lopez Program Manager, Fleet and Maintenance Solutions September 2015. The statements contained herein are based on

More information

BEFORE YOU GET STARTED

BEFORE YOU GET STARTED is a small highly professional flight training organisation operating from the at Albion Park just 15 mins South of Wollongong City. is the Premier Flight Training Organisation on the NSW South Coast.

More information

Automatic Dependent Surveillance Broadcast (ADS-B)

Automatic Dependent Surveillance Broadcast (ADS-B) Automatic Dependent Surveillance Broadcast () Surveillance development for Air Traffic Management As air traffic is predicted to increase steadily over the coming years, there is a clear need to ensure

More information

Departure Efficiency Benefits of Terminal RNAV Operations at Dallas-Fort Worth International Airport

Departure Efficiency Benefits of Terminal RNAV Operations at Dallas-Fort Worth International Airport Efficiency Benefits of Terminal RNAV Operations at Dallas-Fort Worth International Airport Dr. Ralf H. Mayer * Center for Advanced Aviation System Development, The MITRE Corporation, McLean, Virginia 2212

More information

Training program for S2 (TWR) rating

Training program for S2 (TWR) rating Training program for S2 (TWR) rating Introduction This is the official Vatsim Scandinavia training program for students training for the TWR (S2) Rating. Each mentor is expected to take his student through

More information

Key Points from CMAC/FUA Related Seminar/Workshop

Key Points from CMAC/FUA Related Seminar/Workshop Key Points from CMAC/FUA Related Seminar/Workshop LIU Song Regional Officer ATM( AOM-FUA) Bangkok/Feb.29,2016 Introduction Assisting States in Civil/Military Cooperation (including Flexible Use Airspace)

More information

Cisco Change Management: Best Practices White Paper

Cisco Change Management: Best Practices White Paper Table of Contents Change Management: Best Practices White Paper...1 Introduction...1 Critical Steps for Creating a Change Management Process...1 Planning for Change...1 Managing Change...1 High Level Process

More information

Area Navigation (RNAV) and Required Navigation Performance (RNP)

Area Navigation (RNAV) and Required Navigation Performance (RNP) Area Navigation (RNAV) and Required Navigation Performance (RNP) Program Overview Presented to: CDA Workshop By: Bruce Tarbert RNAV and RNP Group Date: January 19,2006 Roadmap for Performance-Based Navigation

More information

Paper presented at ISASI 2014 Seminar, October 2014, Adelaide, Australia. Safety Management; Reversing the False Glide Slope Myth

Paper presented at ISASI 2014 Seminar, October 2014, Adelaide, Australia. Safety Management; Reversing the False Glide Slope Myth Safety Management; Reversing the False Glide Slope Myth Kas Beumkes Senior Air Safety Investigator/Project Manager Michiel Schuurman Senior Air Safety Investigator/Technical Investigation Dutch Safety

More information

Engineering Air Traffic

Engineering Air Traffic Provided by TryEngineering - Lesson Focus Lesson focuses on the engineering behind air traffic control systems. Teams of students explore principles of radar and how engineered equipment is compiled to

More information

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Copyright 2015, Smart Projects Holdings Ltd Contents Preface... 2 Drone connection and first run... 2 Before you begin... 2 First run... 2 Connecting

More information

THE GLOBAL AIRLINE INDUSTRY

THE GLOBAL AIRLINE INDUSTRY THE GLOBAL AIRLINE INDUSTRY List of Contributors Series Preface Notes on Contributors Acknowledgements xiii xv xvii xxiii 1 Introduction and Overview, t 1 Peter P. Belobaba and Amedeo Odoni 1.1 Introduction:

More information

The Art of Aeronautical Decision-Making Course Table of Contents

The Art of Aeronautical Decision-Making Course Table of Contents Federal Aviation Administration The Art of Aeronautical Decision-Making Course Table of Contents Introduction Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 What is ADM? 3-P Model

More information

With all of the new hype the

With all of the new hype the T E C H N O L O G Y All About MODE S TRANSPONDERS B Y T O N Y B A I L E Y Air Traffic Control Radio Beacon System (ATCRBS) With all of the new hype the past few months concerning Elementary Surveillance

More information

Integration of Drones in Civil Airspace

Integration of Drones in Civil Airspace Integration of Drones in Civil Airspace «Game of Drones» Catherine Ronflé-Nadaud February 2016 www.developpement-durable.gouv.fr DGAC /DSNA /DTI French Air Navigation Service Provider is responsible for

More information

Fuel Performance Management

Fuel Performance Management O P E R AT I O N A L P E R F O R M A N C E Fuel Performance Management FUEL PERFORMANCE MANAGEMENT Boeing delivers LIFECYCLE SOLUTIONS, including products, services, and support that maximize the value

More information

FINAL INVESTIGATION REPORT Loss of Altitude during cruise of M/s Jet Airways B777-300ER aircraft VT-JEL on 08.08.2014

FINAL INVESTIGATION REPORT Loss of Altitude during cruise of M/s Jet Airways B777-300ER aircraft VT-JEL on 08.08.2014 FINAL INVESTIGATION REPORT Loss of Altitude during cruise of M/s Jet Airways B777-300ER aircraft VT-JEL on 08.08.2014 1. Aircraft Type : Boeing Model : B777-300ER Nationality : Indian Registration : VT-JEL

More information

Electronic Flight Instrument System (EFIS)

Electronic Flight Instrument System (EFIS) Electronic Flight Instrument System (EFIS) An electronic flight instrument system (EFIS) is a flight deck instrument display system in which the display technology used is electronic rather than electromechanical.

More information

MACS Data Collection and Data Analysis. Joey Mercer & James Wong

MACS Data Collection and Data Analysis. Joey Mercer & James Wong MACS Data Collection and Data Analysis Joey Mercer & James Wong Outline Data Collection Setup panel Types of Logs Location of MACS Data Other Influencing Factors Real-Time Analysis Tools Post-Processing

More information

IMPACT OF ADS-B ON CONTROLLER WORKLOAD: RESULTS FROM ALASKA S CAPSTONE PROGRAM

IMPACT OF ADS-B ON CONTROLLER WORKLOAD: RESULTS FROM ALASKA S CAPSTONE PROGRAM IMPACT OF ADS-B ON CONTROLLER WORKLOAD: RESULTS FROM ALASKA S CAPSTONE PROGRAM Arthur P. Smith and Anand D. Mundra, The MITRE Corporation, McLean, VA Abstract The Capstone program introduced avionics in

More information

AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION

AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION AVIATION INVESTIGATION REPORT A07A0025 LOSS OF SEPARATION SERCO FACILITIES MANAGEMENT INC. GOOSE BAY, NEWFOUNDLAND AND LABRADOR 13 MARCH 2007 The Transportation Safety Board of Canada (TSB) investigated

More information

6 th Edition. FLYHT Aerospace Solutions And IOSA Compliance

6 th Edition. FLYHT Aerospace Solutions And IOSA Compliance 6 th Edition FLYHT Aerospace Solutions And IOSA Compliance Please Note: All the material below are ISARPs that have been copied directly from the IOSA Standards manual, and are areas where our FLYHT solutions

More information

FAA / NAA DISPATCHER CERTIFICATE TRAINING PROGRAM

FAA / NAA DISPATCHER CERTIFICATE TRAINING PROGRAM FAA / NAA DISPATCHER CERTIFICATE TRAINING PROGRAM FAA Dispatcher Certificate Training Level 2 The primary objective of the Jeppesen Flight Operations Management - Level 2 program is to prepare applicants

More information

Communication Management Unit : Single Solution of Voice and Data Routing Unit

Communication Management Unit : Single Solution of Voice and Data Routing Unit Defence Science Journal, Vol. 63, No. 2, March 2013, pp. 181-185, DOI: 10.14429/dsj.63.4261 2013, DESIDOC SHORT COMMUNICATION Communication Management Unit : Single Solution of Voice and Data Routing Unit

More information

Air Traffic Management

Air Traffic Management Air Traffic Management Transforming Air Traffic Management T rans f orming A ir Today s airspace users are grappling with the air traffic control system s inability to manage an ever-growing amount of

More information

Evolution in Regional Aircraft Avionics

Evolution in Regional Aircraft Avionics Evolution in Regional Aircraft Avionics November, 2008 Agenda Evolution in Requirements from Takeoff to Touchdown Flight Deck Evolution Overview Communication Navigation Surveillance Displays and Situational

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

SPORT PILOT TRAINING SYLLABUS

SPORT PILOT TRAINING SYLLABUS Checked out from the Members Only Library Page 1 of 13 Society of Aviation and Flight Educators www.safepilots.0rg SPORT PILOT TRAINING SYLLABUS LESSON ONE: INTRODUCTORY FLIGHT TIME: 1 hour Ground Instruction;

More information

Flight database services for Pro Line 4 and Pro Line 21

Flight database services for Pro Line 4 and Pro Line 21 Flight database services for Pro Line 4 and Pro Line 21 1 Flight database services Pro Line 4 and Pro Line 21 Database Options Welcome to Rockwell Collins Flight Database Services. Below you will find

More information

English. Trapeze Rail System. www.trapezegroup.com

English. Trapeze Rail System. www.trapezegroup.com English Trapeze Rail System www.trapezegroup.com Trapeze Rail System Enabling future railway, tram and metro transport The worldwide growth in demand for travel and increasing competition between all modes

More information

Using Incident Investigation Tools Proactively for Incident Prevention.

Using Incident Investigation Tools Proactively for Incident Prevention. Using Incident Investigation Tools Proactively for Incident Prevention. Joanne De Landre General Manager, Safety Wise Solutions ANZSASI 2006 - Melbourne Introduction Reducing Error Investigative Tools

More information

Sperry Marine Fleet Management Enterprise Solution

Sperry Marine Fleet Management Enterprise Solution Sperry Marine Fleet Management Enterprise Solution Performance Based Navigation (PBN) Fuel Navigator Module Alan Aitken Canadian Regional Manager Definition Fleet Management A way of managing infrastructure

More information

Using STK To Visualize Air Traffic

Using STK To Visualize Air Traffic Using STK To Visualize Air Traffic Kathy Stacy, Del Croom, Tom Evans, & Joey Ponthieux May 2003 Pg 1 of 26 Introduction Aeronautics Blueprint Summer 2001 NASA was asked to participate in the production

More information

Area Navigation (RNAV)/Wide Area Augmentation System (WAAS) Instrument Approach Procedures (IAP s) and the New Charting Format.

Area Navigation (RNAV)/Wide Area Augmentation System (WAAS) Instrument Approach Procedures (IAP s) and the New Charting Format. PURPOSE. Area Navigation (RNAV)/Wide Area Augmentation System (WAAS) Instrument Approach Procedures (IAP s) and the New Charting Format. [REVISED 1/5/00] Instrument procedures in the first half of the

More information

Cirrus Owners & Pilots Association (COPA) Integrating COPA with Cirrus Training Network

Cirrus Owners & Pilots Association (COPA) Integrating COPA with Cirrus Training Network Cirrus Owners & Pilots Association (COPA) Rick Beach Safety Liaison & CPPP Chair Integrating COPA with Cirrus Training Network Ultimate Goal:! Fewer fatalities, Fewer accidents Interim Goal:! Expand the

More information

LONDON SOUTHEND AIRPORT AIRSPACE CHANGE PROPOSAL. Executive Summary and About the Consultation Documents and Document Contents

LONDON SOUTHEND AIRPORT AIRSPACE CHANGE PROPOSAL. Executive Summary and About the Consultation Documents and Document Contents LONDON SOUTHEND AIRPORT AIRSPACE CHANGE PROPOSAL Introduction of Standard Instrument Departure Procedures to Routes in the London Terminal Control Area Sponsor Consultation 2016 Executive Summary and About

More information

Minimum Safety Requirements for Helicopter Landing Areas used on Regular basis.

Minimum Safety Requirements for Helicopter Landing Areas used on Regular basis. GOVERNMENT OF INDIA OFFICE OF DIRECTOR GENERAL OF CIVIL AVIATION TECHNICAL CENTRE, OPP SAFDARJANG AIRPORT, NEW DELHI CIVIL AVIATION REQUIREMENTS SECTION 4 AERODROME STANDARDS & LICENSING SERIES 'B' PART

More information

PF3 ATC at its best Version History

PF3 ATC at its best Version History The latest version of this document and the PF3 User Guide can always be found in the...\pf3\help folder after any update. 30 th May 2016 Version 3.1.18 FIXED a problem that could occur if an emergency

More information

Pilot Briefing for Helsinki-Vantaa Real Flight Event

Pilot Briefing for Helsinki-Vantaa Real Flight Event Pilot Briefing for Helsinki-Vantaa Real Flight Event INTRODUCTION It is finally time for the Helsinki Real Flight Event. This event will simulate the real operations and flights that go on every day at

More information

Using Tactical Unmanned Aerial Systems to Monitor and Map Wildfires

Using Tactical Unmanned Aerial Systems to Monitor and Map Wildfires Using Tactical Unmanned Aerial Systems to Monitor and Map Wildfires Michael Tranchitella, Stephen Fujikawa, Tzer Leei Ng, David Yoel, Don Tatum IntelliTech Microsystems, Inc. Bowie, Maryland Philippe Roy,

More information

Aurora Air Traffic Management System

Aurora Air Traffic Management System redefining the way people work, learn and live Aurora Air Traffic Management System White Paper ADACEL: 2013 Adacel TM Inc. Information in this document is subject to change without notice. This document

More information

THE SESAR CONCEPT AND SWIM. David Bowen Head of ATM Operations & Systems SESAR Joint Undertaking

THE SESAR CONCEPT AND SWIM. David Bowen Head of ATM Operations & Systems SESAR Joint Undertaking THE SESAR CONCEPT AND SWIM David Bowen Head of ATM Operations & Systems SESAR Joint Undertaking 1 Satellite based Communication & Navigation Advanced Flexible Use of Airspace Integrated Departure & Arrival

More information

Enhancing BoD Services based on Virtual Network Topology Control

Enhancing BoD Services based on Virtual Network Topology Control NTT Network Service Systems Laboratories Enhancing BoD Services based on Virtual Network Topology Control T. Miyamura E. Oki I. Inoue K. Shiomoto NTT Network Service Systems Labs. Today s BoD service application

More information

Airspace Change Communications and Consultation Protocol Protocol

Airspace Change Communications and Consultation Protocol Protocol Airspace Change Communications and Consultation Protocol Protocol A voluntary protocol of the aviation industry June 2015 Preface The primary duty of the aviation industry in Canada is to ensure the safety

More information

CREDIT REPORT FOR PILOT LICENCES OBTAINED DURING MILITARY SERVICE. (according to Article 10 of Commission Regulation (EU) No 1178/2011)

CREDIT REPORT FOR PILOT LICENCES OBTAINED DURING MILITARY SERVICE. (according to Article 10 of Commission Regulation (EU) No 1178/2011) CREDIT REPORT FOR PILOT LICENCES OBTAINED DURING MILITARY SERVICE (according to Article 10 of Commission Regulation (EU) No 1178/2011) 3 Contents Introduction... 6 1 National requirements for military

More information

BACHELOR OF SCIENCE, AVIATION MANAGEMENT (AVM)

BACHELOR OF SCIENCE, AVIATION MANAGEMENT (AVM) College of Applied Sciences and Arts EXTENDEDCAMPUS.SIU.EDU Palomar College Site Advisor: Aubree Delfin, (760) 744-4600 palomar@siu.edu The aviation management major is designed to build upon technical

More information

FLIGHT TRAINING (AEROPLANE) BASED ON JAR FCL - PPL(A) FLIGHT INSTRUCTION Syllabus

FLIGHT TRAINING (AEROPLANE) BASED ON JAR FCL - PPL(A) FLIGHT INSTRUCTION Syllabus FLIGHT TRAINING (AEROPLANE) BASED ON JAR FCL - PPL(A) FLIGHT INSTRUCTION Syllabus for MARSPOLAR, DUBAI UAE Exercise 1 Familiarisation with the aeroplane characteristics of the aeroplane cockpit layout

More information

Michael Harrison Aviation Management Associates Alternative PNT Public Meeting Stanford University August 10-11. Federal Aviation Administration

Michael Harrison Aviation Management Associates Alternative PNT Public Meeting Stanford University August 10-11. Federal Aviation Administration Michael Harrison Aviation Management Associates Alternative PNT Public Meeting Stanford University Suspending Current Belief Current practices for air traffic control, procedures and separation will not

More information

09 FLIGHT MANAGEMENT, NAVIGATION

09 FLIGHT MANAGEMENT, NAVIGATION Course overview N E X T G E N E R A T I O N Airplane General Air Systems Warning Systems, Communications, Ice & Rain Protection Electrical Engines, APU, Fuel System Hydraulics, Flight Controls, Landing

More information

Multiagent Control of Traffic Signals Vision Document 2.0. Vision Document. For Multiagent Control of Traffic Signals. Version 2.0

Multiagent Control of Traffic Signals Vision Document 2.0. Vision Document. For Multiagent Control of Traffic Signals. Version 2.0 Vision Document For Multiagent Control of Traffic Signals Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Bryan Nehl CIS 895 MSE Project Kansas State University Page

More information

SAFETY ADVISOR UAS IN THE USA MANNED & UNMANNED AIRCRAFT FLYING TOGETHER SAFELY

SAFETY ADVISOR UAS IN THE USA MANNED & UNMANNED AIRCRAFT FLYING TOGETHER SAFELY AIR SAFETY INSTITUTE 421 AVIATION WAY, FREDERICK, MD 21701 800.638.3103 AIRSAFETYINSTITUTE.ORG SAFETY ADVISOR A DIVISION OF THE AOPA FOUNDATION UAS IN THE USA MANNED & UNMANNED AIRCRAFT FLYING TOGETHER

More information

Visualization Tools for Free Flight Air-Traffic Management

Visualization Tools for Free Flight Air-Traffic Management Visualization Tools for Free Flight Air-Traffic Management Ronald Azuma, Howard Neely III, Michael Daily, and Ryan Geiss HRL Laboratories The United States Federal Aviation Administration (FAA) has declared

More information

Procedures related event Melbourne Airport, VIC

Procedures related event Melbourne Airport, VIC ATSB TRANSPORT SAFETY INVESTIGATION REPORT Aviation Occurrence Investigation AO-2007-055 Preliminary Procedures related event Melbourne Airport, VIC 4 November 2007 HS-TJW Boeing Company 777-2D7 ATSB

More information

ATCoach Radar Training Simulator

ATCoach Radar Training Simulator The ATCoach Radar Simulation product provides a complete turnkey solution for standalone En Route and Terminal simulation applications. The ATCoach Radar Training product is in use today for a variety

More information

Chapter 15. Airports Authority of India Manual of Air Traffic Services Part 1 15.1 EMERGENCY PROCEDURES

Chapter 15. Airports Authority of India Manual of Air Traffic Services Part 1 15.1 EMERGENCY PROCEDURES Chapter 15 15.1 EMERGENCY PROCEDURES 15.1.1 General 15.1.1.1 The various circumstances surrounding each emergency situation preclude the establishment of exact detailed procedures to be followed. The procedures

More information

Information to VFR pilots

Information to VFR pilots Information to VFR pilots Information to VFR pilots This publication has been prepared by Naviair with the purpose of focusing on flight safety and clarifies topics, which are important to know for VFR

More information

Warszawy 8, 35-959 Rzeszów, Poland

Warszawy 8, 35-959 Rzeszów, Poland Solid State Phenomena Vols. 147-149 (2009) pp 231-236 Online available since 2009/Jan/06 at www.scientific.net (2009) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/ssp.147-149.231

More information

Using Big Data and GIS to Model Aviation Fuel Burn

Using Big Data and GIS to Model Aviation Fuel Burn Using Big Data and GIS to Model Aviation Fuel Burn Gary M. Baker USDOT Volpe Center 2015 Transportation DataPalooza June 17, 2015 The National Transportation Systems Center Advancing transportation innovation

More information

What is our purpose?

What is our purpose? Who we are? Since 1995 we have become one of the largest suppliers of electronic automotive accessories and telemetry devices in the Baltic States. Baltic Car Equipment is investing extensively into R&D

More information

Unmanned Aircraft Systems (UAS) Integration in the National Airspace System (NAS) Project

Unmanned Aircraft Systems (UAS) Integration in the National Airspace System (NAS) Project National Aeronautics and Space Administration Unmanned Aircraft Systems (UAS) Integration in the National Airspace System (NAS) Project Presented by: Mr. John Walker on behalf of Mr. Chuck Johnson Manager,

More information

Current Challenges in UAS Research Intelligent Navigation and Sense & Avoid

Current Challenges in UAS Research Intelligent Navigation and Sense & Avoid Current Challenges in UAS Research Intelligent Navigation and Sense & Avoid Joerg Dittrich Institute of Flight Systems Department of Unmanned Aircraft UAS Research at the German Aerospace Center, Braunschweig

More information

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2 TriMet Transit Tracker Implementation Summary Transit Tracker is a real-time bus arrival prediction system that provides information to riders at bus stops and light rail stations with a count down in

More information

ENGINE FIRE / SEVERE DAMAGE / SEPARATION ON TAKEOFF

ENGINE FIRE / SEVERE DAMAGE / SEPARATION ON TAKEOFF ENGINE FIRE / SEVERE DAMAGE / SEPARATION ON TAKEOFF According to RYANAIR Procedures PF PM REMARKS Control the aircraft (FULL T/O thrust can be manually selected) Announce «ENGINE FAILURE» or «ENGINE FIRE»

More information

Pilot Briefing Stockholm/Arlanda

Pilot Briefing Stockholm/Arlanda Pilot Briefing Stockholm/Arlanda INTRODUCTION Thank you for taking time to read the briefing for Stockholm/Arlanda Airport. The purpose of this document is not to teach pilots basic procedures and how

More information

CAUSES OF AIRCRAFT ACCIDENTS

CAUSES OF AIRCRAFT ACCIDENTS CAUSES OF AIRCRAFT ACCIDENTS 10 th Week (9.00 am 10.30 am) 3 rd Oct 2009 (Friday) COURSE : DIPLOMA IN AVIATION MANAGEMENT MODULE : AVIATION SAFETY AND SECURITY (AVS 2104) 1 LEARNING OBJECTIVES Understand

More information

Airline Disruption Management

Airline Disruption Management Airline Disruption Management In a world of crowded planes and crowded skies, and where operational problems are quickly magnified by tight systemic constraints, one of the few ways airlines can truly

More information

Preliminary Course Syllabus

Preliminary Course Syllabus Preliminary Course Syllabus Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure: Network Services Elements of this syllabus are subject to change. Key Data Course

More information

CHAPTER 4. o Hotel Results 15 CHAPTER 5. o Car Results: Matrix & Options 19. o Ground and Limo Service 21. o Trip Purchasing & Booking 23

CHAPTER 4. o Hotel Results 15 CHAPTER 5. o Car Results: Matrix & Options 19. o Ground and Limo Service 21. o Trip Purchasing & Booking 23 User Manual - CTS Table of Contents CHAPTER 1 Log In 1 CHAPTER 4 Find a Hotel 15 Home Page 2 o Navigation Toolbar 2 o Search by Airport, Search by Address o Quick Trip Search 2 o Hotel Results 15 o Welcome

More information

Cyber-hijacking Airplanes:

Cyber-hijacking Airplanes: Cyber-hijacking Airplanes: Truth or Fiction? Dr. Phil of Bloomsburg University @ppolstra http://philpolstra.com Captain Polly of University of @CaptPolly Why This Talk? Lots of bold claims concerning

More information

Performance. 13. Climbing Flight

Performance. 13. Climbing Flight Performance 13. Climbing Flight In order to increase altitude, we must add energy to the aircraft. We can do this by increasing the thrust or power available. If we do that, one of three things can happen:

More information

and Implementing Rules for Air Operations of Community Operators F. Cross Reference Tables

and Implementing Rules for Air Operations of Community Operators F. Cross Reference Tables European Aviation Safety Agency 30 Jan 2009 NOTICE OF PROPOSED AMENDMENT (NPA) NO 2009 02F DRAFT OPINIONS OF THE EUROPEAN AVIATION SAFETY AGENCY, FOR A COMMISSION REGULATION establishing the implementing

More information