VALIDATION OF AN AIR-TRAFFIC CONTROLLER BEHAVIORAL MODEL FOR FAST TIME SIMULATION

Size: px
Start display at page:

Download "VALIDATION OF AN AIR-TRAFFIC CONTROLLER BEHAVIORAL MODEL FOR FAST TIME SIMULATION"

Transcription

1 VALIDATION OF AN AIR-TRAFFIC CONTROLLER BEHAVIORAL MODEL FOR FAST TIME SIMULATION Přemysl Volf, Jan Jakubův, Lukáš Koranda, David Šišlák, Michal Pěchouček Czech Technical University, Faculty of Electrical Engineering, Department of Computer Science, Agent Technology Center, Prague, Czech Republic Stefania Mereu, Brian Hilburn, TASC, Inc., Chantilly, VA Duc N. Nguyen, Drexel University Philadelphia, PA Abstract The US National Airspace System (NAS) is incredibly complex, and consists of many specific functions. Given predicted increases in air traffic, enhancement of the current system and development of the NextGEN system are critical to maintain safe and efficient operation. Each feature of the system needs to be carefully designed, developed, tested and validated. To this end, human-in-the-loop (HITL) simulations represent one of the most powerful and realistic testing tools. HITL simulations can provide valuable feedback on how new features influence the behavior of human operators. The drawbacks of HITL simulations include limited flexibility and scalability, and high cost. Computer simulations, which involve no direct human activity, can avoid some of these potential problems, and often represent an attractive alternative (or adjunct) to HITL simulation. A crucial question underlying the use of computer models is how well the model captures the human operator (in this case, the air traffic controller). This paper presents a validation of the AgentFly system, specifically a human en-route Air Traffic Controller (ATC) behavioral model. The ATC workload model is based on Multiple Resource Theory including visual scanning, radio emulation and different kinds of uncertainty. Validation of the AgentFly system was performed by comparing model output to HITL simulation data. The AgentFly system used simulated behavior of air traffic controllers and pilots to collect similar data. Both types of output data were processed and compared based on selected metrics. Introduction Increased complexity of the National Airspace System (NAS) [1] requires the development of new air traffic management (ATM) tools, to ensure safe and efficient flight operations. New features must be tested before they can be deployed and used by air traffic controllers. Models and simulations are often used to test such tools, particularly in the earliest stages of concept development. Human-in-the-loop (HITL) simulation is a reasonably high fidelity model of real-world scenarios. HITL data are often thought to provide the strongest level reliability in testing the interaction between humans and machines, but there are obvious drawbacks to such research. Human participants tend to be relatively expensive, difficult to recruit, and prone to fatigue. In addition, HITL simulations have limited flexibility and scalability, and they are limited by the capacity of testing facility. Fast-time simulation avoids several of the potential drawbacks of HITL methods. Fast-time simulation enables flexible and rapid prototyping of new functionalities and features into the current ATM systems. It can be used for repeated, simultaneous executions of simulations with a wide range of configurations prior to live trials. Moreover, fast time simulation can lend itself to large scale simulations (such as those involving multi-sector, multi-agent scenarios). The AgentFly system, currently under development at the Czech Technical University (CTU), is an agent-based fast-time simulation that supports modeling of an air traffic controller s behavior. The AgentFly system was validated against data collected in a HITL simulation to evaluate how accurately it simulates the behavior of controller agents, especially under increased traffic scenarios. The FAA provided input and output data from a HITL simulation, and provided subject matter expert opinion on the correct parameterization of AgentFly. Drexel University performed a set of experiments /14/$ IEEE T1-1

2 running the AgentFly system under the same conditions as the HITL (sector definition, traffic data, policies, etc.) and generated the output data. TASC then processed and transformed the output data, generated appropriate metrics and compared them to the results of the HITL experiment. AgentFly ATC Behavior Model AgentFly System AgentFly [2] is a multi-agent NAS-wide simulator that supports distributed scalable, fast-time simulation with a highly modular architecture. AgentFly is designed to model both flights (aircraft performance and pilot) and the air traffic controller (simplified to include only ATC agent behavior and partially the En Route Automation Modernization (ERAM) system). Pilot agent comprises each simulated aircraft in the simulation. An airplane s characteristics are based on performance models from EUROCONTROL s Base of Aircraft Data (BADA) [3]. The pilot agent operates its radio and interacts with ATM services through the sector radio communication channel. The pilot agent is responsible for confirmation and implementation of provided ATM control clearances. The ATC agent represents the human controller providing ATM services in the sector for which it is fully responsible. ATC agents emulate possible interactions with available ATM tools and provide control to pilot agents via simulated sector radio links. Human controllers are emulated by means of the Visual, Cognitive, Auditory and Psychomotor (VCAP) workload model with limited resources [4]. The details about the model are provided in the following chapter. AgentFly combines two simulation approaches: time-stepped and event driven. The time-stepped simulation advances time by predefined equal-sized time steps. The new states of the simulation are computed after each time step, and each round of simulation begins with sensor computation and ends with agent actions. The time-stepped approach is used for the simulation of the environment, movement of airplanes, weather, etc. The rest of the simulation is based on an event-driven approach. Each event is scheduled to a certain time moment. Events scheduled for the same time moments are processed based on their mutual priorities. The use of such combined simulation makes the whole simulation fully repeatable if no changes are made in the configuration. Controlled randomness is integrated through use of a proper random seed. Human Behavior Model AgentFly s ATC agent emulates controller operations, including a model of the controller s perceived workload. The workload model is based on Multiple Resource Theory (MRT) [5]. MRT proposes that the human operator has several different pools of resources that can be tapped simultaneously. The MRT theory views performance decrement as a shortage of these different resources and describes humans as having limited capability for processing information. AgentFly uses simplified version of the MRT theory. Specifically, the integrated workload model uses four processing resources: visual, cognitive, auditory and psychomotor. The visual and auditory components in the model reflect the external stimuli that human controllers need to attend. The cognitive component describes the level of information processing required to perform specific controllers task. The psychomotor component describes the physical actions necessary to complete each task. The human controller duties are modeled as procedures with actions. Actions are organized into dependency chains and procedures. The procedures branch actions into several chains to be executed under the following circumstances. Each particular action has defined which components from the VCAP model it requires, duration, workload and priority. An action can be performed if its predecessor(s) are completed and the respective VCAP components are available at that moment. When two or more actions are ready for execution at the same time, the action with the higher priority is selected. Ready, but not selected, actions are automatically postponed until they can be processed. The duration of each action can be fixed or probabilistic model. The workload for each action is computed as a sum of static and dynamic part. The static workload is assigned to the action based on the configuration. The dynamic workload is computed based on the current state of the simulation and increases with the number of conflicts. A conflict occurs when an action T1-2

3 is being processed and another action is scheduled during this processing. AgentFly emulates controller interactions via a simulated radar display system based on ERAM (see Figure 1). Visual stimuli and psychomotor actions are sensor inputs of the controller model and are connected to ERAM model. Because of this limited interaction, controllers do not have access to the internal states and plans of other components in the system. For tasks working with the airplane flight trajectories (e.g. handoff, conflict detection, conflict resolution), the ATC agent builds an internal flight information model for each flight. The internal model is updated based on the processed external stimuli, taken and planned ATM control actions. The internal flight model integrates controller predictions and uncertainness as well. Figure 1. The ERAM Screen within AgentFly T1-3

4 Validation Methodology To validate the accuracy of the AgentFly enroute controller, AgentFly simulation output was compared to the results obtained in a human-in-theloop (HITL) simulation of the same scenario. The performance of AgentFly was evaluated over the same scenarios and conditions used in the Separation Management II (SepMan2) study [6] conducted at FAA s Research Development and Human Factors Lab (RDHFL) with the aim of evaluating proposed modifications to the En Route Automation Modernization (ERAM) system. The study was selected because it tested many features implemented by AgentFly. The dataset included the simulation specifics and human performance data for a total of ten participants, tested individually. Six of these participants were tested in one flight scenario (scenario B) and four of them were tested in an alternative flight scenario (scenario D). AgentFly was tested in both scenarios B and D using same input data (flights, policies). AgentFly was configured (in terms of initial parameterization) in cooperation with air traffic controller Subject Matter Experts (SMEs). We obtained workload ratings for each of the VCAP modalities. Data were collected through an online questionnaire we compiled. Before giving the ratings, two SMEs were debriefed over the phone and questions were answered as they arose. The questionnaire included 27 questions, one for each of the parameters associated with a specific ATC action within AGENTFLY. SMEs were asked to indicate, on a scale of 1 to 7, effort by modality for each given task. Scores were averaged and used as needed by CTU to replace missing values in the system. This section summarizes the validation methodology, the gathered metrics and data analysis approach. A full description of the methodology and results are outlined in the final report [7]. Data Sources The team used human performance data from the SepMan2 HITL study, and SME input on controller behavior to compare with output from AgentFly. Participants in the SepMan2 study completed a 45-minute, high traffic flight scenario. Data were recorded from various communication sources within the simulation. Same data were generated using the AgentFly s output, so that they could be compared to those generated using the HITL output Several behavioral measures were collected as part of SepMan 2 experimental protocol. The rich dataset consisted of several files relevant to the validation effort, including but not limited to workload, aircraft count, handoffs and the complete set of actions performed by the participants on the aircraft included in the scenario. Of great importance for the evaluation, were the measures obtained using the Air Traffic Workload Input Technique (ATWIT), which required participants to press one of seven buttons to indicate instantaneous workload during the simulation. ATWIT workload data were collected every two minutes. Metrics There are several measurement issues that must be considered in selecting metrics. These include whether a metric is reliable (repeatable), valid (meaningful), and in fact even measurable. Measured metrics was selected from the list of metrics created by FAA and EUROCONTROL, including their collaborative work in the Action Plan 9 (AP9) effort to agree a common set of ATM research metrics. Given the ambiguity and overlap among metrics lists, we used the following preliminary criteria for identifying candidate metrics: 1) Must be focused on en route, as opposed to terminal or ground; 2) Must be a metric or method from which a specific measurement procedure and measurement units could be inferred; and 3) Must be non-redundant in terms of measurement units (e.g. aircraft per hour, per day, and per 15 minutes were all seen as the same metric: aircraft per unit time). The final set included two main types of metrics: Human performance and system performance. The human performance constructs include workload, taskload, coordination, effectiveness and efficiency. System performance constructs include sector capacity, safety, and cost. Data Analysis Approach The richness of the available dataset allowed us to perform several analyses, which included subjective evaluation of the output, correlation between the outputs (when possible) and testing of the difference between means (e.g., t-test and T1-4

5 ANOVA). Bayesian statistical methods were used where appropriate. Accordingly, when a hypothesis test did not allow us to reject the null hypothesis that the difference between the AgentFly s output and HITL data equals zero we used Bayesian estimation to assess the credibility of the null hypothesis. From the Bayesian analyses, we report the 95% highdensity interval (HDI), which indicates the interval of most credible hypotheses regarding the difference between the two simulations [8]. An HDI distributed around zero indicates that no difference between the simulations is a highly credible hypothesis. It is necessary to make some assumptions when studying such complex phenomena. Like any simulation, some simplification is required (certainly in the area of human behavior). Second, some assumptions were made in order to be able to compare different sets of data, some of which were not necessarily collected with the purpose of being compared to human behavior. Results The following section presents results from a variety of gathered metrics. The full validation study focused on results from two separate scenarios representing slightly different air traffic in the same sector. This paper presents results from a single scenario, because results in both scenarios are very similar. The results are categorized by human performance and system performance. Workload AgentFly workload output was compared to the workload ratings of SepMan2 HITL participants. Ratings were averaged across runs and subjects, and compared separately for each scenario. Because HITL and AgentFly data used different scales, the outputs were standardized as z scores to enable comparison. Results showed a significant correlation between AgentFly and participant ratings over time (r = 0.81; p <.001; Figure 2). Figure 2. Workload as Subjectively Perceived by Participants (HITL) and as Predicted by Agentfly of the Simulation Simplified Dynamic Density To estimate a more objective workload rating, the validation effort gathered and measured the Simplified Dynamic Density (SDD) metric as developed by [9]. SDD is a simplified version of Dynamic Density (DD) [10], which has been under development for over 15 years as an accurate and robust indicator of sector traffic complexity. In its original form, DD was defined as a measure of control related workload that is a function of the number of aircraft in the complexity of traffic patterns in a volume of airspace. DD, however, has been criticized as unwieldy. SDD was computed as the weighted sum of the following seven parameters, in order of weighting: traffic density, occupancy counts, sector boundary crossing, proximities (4 levels), altitude changes, heading variance, and speed variance. A parameter was sampled every 300 seconds of the simulation for both AgentFly and SepMan2 in the scenarios used for this validation. Subsequently we computed the correlation, across each simulation (i.e., AgentFly and HITL). Results (Figure 3) show that the SDD values obtained in AgentFly correlated highly with those obtained in SepMan2, (rs= 0.98; p < 0.001). T1-5

6 The overall average traffic count (i.e., number of aircraft simultaneously both within sector and under control) was and for HITL and AgentFly, respectively. Over session time, AgentFly was also able to closely match the HITL traffic. As shown in Figure 5, AgentFly-derived traffic count generally fell within the range of HITL values (notice the dashed minimum and maximum lines around the HITL average. ure 3. SDD: AgentFly vs. HITL Fig Number of Aircraft under Control Traffic load is known to be one of the prime drivers of task load (and workload) in ATC. Everything else equal, the more aircraft under control, the higher the task load. Given the fundamental role of traffic level, we were therefore interested in first confirming that AgentFly could reasonably reproduce the traffic levels experienced under SepMan2. For each of the 10 HITL participants, maximum instantaneous traffic load (i.e., the maximum number of aircraft simultaneously under sector control) was computed over successive two-minute intervals. These interval values were then averaged across all 10 participants. Traffic load increased steadily over the 45 minute HITL sessions. Average maximum traffic load ranged from 8.9 aircraft (at the very beginning of the scenarios) to 25.3 aircraft (at the end). There was a strong positive correlation between HITL and AgentFly, in terms of aircraft under-sectorcontrol count (r=0.95, p<0.001). This is shown below in the scatterplot of Figure 4. AGENTFLY Aircraft count Figure 5. Number of Aircraft-Under-Control Over Time Handoffs Handoffs are an important part of the simulation as they need a lot of ATC s attention. Both HITL and AgentFly use semi-automatic handoffs, where ATC manually initiates or accepts the handoff, but the message is transmitted automatically through ERAM. Coordination requirements in HITL were captured by the number of handoffs accepted into and out of the sector. In all cases the main simulation sector interacted with the same six nearby sectors. On average, HITL participants accepted 58.3 handoffs into the sector, and handed off 38 aircraft out of the sector. This works out to a rate of 1.3 inbound handoffs per minute, and 0.84 outbound handoffs per minute. Table 1 shows that the handoff rate was similar across participants. Again, AgentFly results showed very slight variability over runs, and averaged 1.07 (sd = 0.01) handoffs inbound, and.89 (sd = 0.001) handoffs outbound, per minute. Figure 4. Aircraft-Under-Sector-Control Count, HITL vs AgentFly (r=.95, p<.001). T1-6

7 Table 1. Incoming/Outgoing Handoffs per Minute (Average and SD) In Out HITL 1.30 (.06).84 (.08) AgentFly 1.07 (.01).89 (.001) Aircraft Mix, Climbing and Descending In addition to traffic load, flight attitude (whether aircraft are climbing, descending or level) is known to influence the controller s task load. Everything else equal, a traffic scenario consisting of many climbing and descending aircraft is more difficult to handle than one in which all aircraft are level in cruise. We therefore identified the mix of flight attitudes, as an important traffic flow characteristic that the AgentFly model should ideally capture. For HITL data, this mixture was defined (for each participant) as the respective percentage of all under-sector-control flight time (summed across aircraft) that represented ascending, descending, or level flight (Figure 6). positive correlation (r = 0.58; p < 0.001) between the use of altitudes in AgentFly and HITL. After noticing that most of the difference occurred at the lowest altitudes (i.e., up to ft), we repeated the analysis using only altitudes higher than ft. This also showed a significant positive correlation (r = 0.87; p < 0.001), suggesting an improvement in AgentFly s ability to predict which altitudes are going to be used the most. Overall, this result suggests that AgentFly is able to predict which altitudes controllers will use in comparable traffic conditions. Figure 7. Cleared Altitudes Percentage Usage Figure 6. Flight Attitude Time, HITL vs. AgentFly Flight Level (FL) Occupancy Rate The percentage of times each altitude was sampled across participants was calculated and compared to the percentage of times each altitude was sampled across the AgentFly runs. The percentage was calculated together after verifying there were no differences between the two. Figure 7 shows the percentage of time each altitude was in use during the AgentFly and SepMan2 HITL simulations. Results revealed a significant Results: System Performance System performance metrics aimed to determine the impacts of air-traffic controller behaviors on the flights. Two metrics, aircraft sector flight time, and minimum separation distance (between aircraft), were studied and are presented below. Average Sector Flight Time Transit time, which was defined as the time that each aircraft spent in sector, was calculated for each aircraft in the scenarios. It considers only aircraft that at some point in the simulation entered the sector under the participant s control. The sector flight times for each aircraft were calculated across the scenarios and are shown in Figure 8. Average timein-sector for SepMan2 (M=73.28 seconds; SE=2.25) was significantly lower than the AgentFly average (M=92.95 seconds; SE=2.93). T1-7

8 Figure 8. Average Time That Aircraft Spent in Sector, HITL vs AgentFly Transit time across a sector was calculated for each aircraft in each scenario. A very high positive correlation was found between HITL and AgentFly flight time (r=0.92; p<0.001) (See Figure 9). Figure 9. Transit Time (Sec.) for Each Aircraft in One Scenario, AgentFly vs HITL Minimum Separation Distance Minimum separation was calculated for both vertical and horizontal distance. In addition, an analysis on the Minmax ratio was also performed. Neither AgentFly nor SepMan2 differed across scenarios (p>0.05), which were therefore collapsed. Levene s test indicated inequality of variance in all three metrics (all ps<0.001); therefore, the degrees of freedom in the t-test were adjusted accordingly. The t-test did not reveal differences between SepMan2 and AgentFly on either the average minimum horizontal separation, t(9.18) = 0.43, p < 0.1, or the MinMax ratio, t(9.29) = -1.71, p < 0.1. However, it revealed that the average minimum vertical separation in AgentFly (M = ; SE = 2.17) was significantly higher than the one in SepMan2 (M = ; SE = 2.17), t(9.07) = -9.83, p < To confirm the similarity between the two simulations, we also performed a Bayesian t-test for the horizontal separation and the MinMax ratio. Results indicate that credible values for the difference in means fell between 0.64 and 0.9 (95% HDI) for the horizontal separation and between 0.03 and (95% HDI) for the MinMax ratio, suggesting in both cases that no difference between AgentFly s output and the human participants data is the most likely hypothesis. Conclusions The main goal of this validation was to assess how well AgentFly could predict human behavior, based on previous HITL data. One of the most important metrics we evaluated in this validation effort was workload. AgentFly demonstrated an excellent ability to predict controller workload. As discussed in the introduction, workload is a useful construct in light of current predictions of increasing future traffic. AgentFly could be used by the FAA for budgeting the hire of new controllers, by determining what traffic levels keep the workload rating acceptable or for assigning the appropriate task load to currently employed controllers. Determining those standards by using HITL simulations might be expensive and time consuming, as well as unsustainable in the long run (especially given the likelihood of dramatically new air traffic scenarios over the coming years). Therefore, having a fast time simulation capability, able to calculate workload in these scenarios using low-cost, low-impact methods might be important. AgentFly seems an excellent candidate for a fast-time workload prediction method. We observed a high correlation comparing other metrics SDD, number of airplanes in the sector, aircraft mix transit time, and minimum separation distance simulated by AgentFly and those observed in SepMan2, suggesting that AgentFly adequately replicates behavior related to these metrics. Results also show that AgentFly s behavior model was similar to the behavior of (HITL) controllers. One of the variables that showed great T1-8

9 similarity with controllers was the choice of altitudes for the aircraft involved in the simulation. The Flight Level occupancy rate used by AgentFly was very similar to that of altitudes used by ATC, with the exception of the relatively lower altitudes (in the range used within this simulation). This difference might depend in a number of factors, including parameter specification in AgentFly or specific instruction given to the participants of SepMan2. In addition, the average time in sector differed between the HITL and AgentFly. Specifically, the average time flight spent in the sector within the HITL experiment was shorter than the average time predicted by AgentFly. Understanding the specific causes for this difference would, however, require further investigation and it falls outside of the scope of this paper. In conclusion, it is clear that AgentFly is an excellent candidate for modeling aspects of the human controller (especially workload), and its use would likely be most apparent under early phases of research. In the end, it is important to keep in mind the rationale for using computer modeling. Any computer model necessarily involves some degree of simplification in terms of the tasks and underlying processes. In a sense, the question to be asked is not does the model perfectly predict HITL results? but rather does it predict well enough to add value? Acknowledgements The work has been supported by the Federal Aviation Administration (FAA) under project numbers DTFACT-12-C and DTFACT-12-A Authors would like to thank Albert Schwarz (FAA) for his great support of the AgentFly development. The views and conclusions contained herein are those of the author and should not be interpreted as representing the official policies or endorsements, either expressed or implied, of the Federal Aviation Administration. References [1] Nolan, M. S Fundamentals of Air Traffic Control. Belmont, CA, USA: Thomson Brooks/Cole, 4th edition. [2] Sislak, D, P. Volf, D. Pavlicek, M. Pechoucek, 2012, NAS-Wide En-Route Air-Traffic Controller Modeling, Integrated Communications, Navigation and Surveillance Conference. [3] Nuic, A., C. Poinsot, M. Iagaru, E. Gallo, F. Navarro, C. Querejeta, Advanced Aircraft Performance Modelling for ATM: Enhancements to the BADA model, Digital Avioncs System Conference, Washington, DC. [4] McCracken, J. H., T.B. Aldrich, Analyses of Selected Lhx Mission Functions: Implications for Operator Workload and System Automation Goals. Technical Report ASI , U.S. Army Research Institute Aviation Research and Development Activity. [5] Wickens, C. D., 1984, Varieties of attention. New York: Academic Press. Chapter Processing Resources in Attention, [6] Zingale, C. M., Willems, B., Schulz, K., & Higgins, J. S., 2012, Separation Management (SepMan2): Human Factors Evaluations of Conflict Probe Location and Format and Workstation Display Alternatives, Springfield, VA, National Technical Information Service (NTIS). [7] TASC, 2013, Air Traffic Control/Technical Operations Human Factors Program Support: Validation Report, Egg Harbor, NJ, Federal Aviation Administration Technical Center. [8] Kruschke, J. K., 2012, Bayesian Estimation Supersedes the t test, Journal of Experimental Psychology: General, 142(2), [9] Leiden, K., P. Kopardekar, S.M. Green, 2003, Controller Workload Analysis Methodology to Predict Increases in Airspace Capacity. ATIO, Denver, Colorado. [10] Laudeman, I. V., S.G. Shelden, R. Branstrom, C.L. Brasil, 1998, Dynamic Density: an Air Traffic Management Metric (NASA/TM ). Moffett Field, CA: NASA Ames Integrated Communications Navigation and Surveillance (ICNS) Conference April 8-10, 2014 T1-9

A Conflict Probe to Provide Early Benefits for Airspace Users and Controllers

A Conflict Probe to Provide Early Benefits for Airspace Users and Controllers A Conflict Probe to Provide Early Benefits for Airspace Users and Controllers Alvin L. McFarland Center for Advanced Aviation System Development, The MITRE Corporation, USA 08/97 The MITRE Corporation

More information

Controller and Pilot Evaluation of a Datalink-Enabled Trajectory-Based. Eric Mueller

Controller and Pilot Evaluation of a Datalink-Enabled Trajectory-Based. Eric Mueller Controller and Pilot Evaluation of a Datalink-Enabled Trajectory-Based Operations Concept Eric Mueller 1 Outline Background Objectives Trajectory-Based Operations Concept Simulation Plan Results Conclusions

More information

Identification of Air Traffic Control Sectors with Common Structural Features

Identification of Air Traffic Control Sectors with Common Structural Features Identification of Air Traffic Control Sectors with Common Structural Features The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

RELATIONSHIP OF MAXIMUM MANAGEABLE AIR TRAFFIC CONTROL COMPLEXITY AND SECTOR CAPACITY

RELATIONSHIP OF MAXIMUM MANAGEABLE AIR TRAFFIC CONTROL COMPLEXITY AND SECTOR CAPACITY 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES RELATIONSHIP OF MAXIMUM MANAGEABLE AIR TRAFFIC CONTROL COMPLEXITY AND SECTOR CAPACITY Parimal Kopardekar*, Jessica Rhodes**, Albert Schwartz**,

More information

CORPORATE CAPABILITIES

CORPORATE CAPABILITIES Shaping the Future Through Technology CORPORATE CAPABILITIES Information Technology Systems Engineering Software Development Human Factors Test & Evaluation Project Management www.sst-it.com Corporate

More information

Future Enhancements to the U.S. Federal Aviation

Future Enhancements to the U.S. Federal Aviation Future Enhancements to the U.S. s (FAA) En Route Automation Modernization (ERAM) Program and the Next Generation Air Transportation (NextGen) System Presented at Reliable Software Technologies Ada-Europe

More information

Analysis of Multi-Sector Planner Concepts in U.S. Airspace

Analysis of Multi-Sector Planner Concepts in U.S. Airspace Analysis of Multi-Sector Planner Concepts in U.S. Airspace Kevin Corker, Paul Lee, Tom Prevot, Eromi Guneratne, Lynne Martin, Nancy Smith, Savvy Verma, Jeffrey Homola, and Joey Mercer San Jose State University

More information

PREDICTING AIR TRAFFIC CONTROL STUDENT SUCCESS AND IMPROVING PLACEMENT THROUGH SKILL APTITUDE TESTING

PREDICTING AIR TRAFFIC CONTROL STUDENT SUCCESS AND IMPROVING PLACEMENT THROUGH SKILL APTITUDE TESTING PREDICTING AIR TRAFFIC CONTROL STUDENT SUCCESS AND IMPROVING PLACEMENT THROUGH SKILL APTITUDE TESTING Kerry Hutson The MITRE Corporation McLean, VA Keith Baldwin The MITRE Corporation McLean, VA Susan

More information

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL EXPERIMENTAL CENTRE Conflict Detection Tools Impact on Controller Taskload - Fast time study Issued: June 2010 The information

More information

Some Trends in Next Generation Air Traffic Management

Some Trends in Next Generation Air Traffic Management Some Trends in Next Generation Air Traffic Management Ruy Brandao and Mike Jackson Presented by Pam Binns National Workshop on Research Directions for High Confidence Transportation CPS: Aerospace 19 November

More information

PREDICTING SECTOR CAPACITY FOR TFM

PREDICTING SECTOR CAPACITY FOR TFM PREDICTING SECTOR CAPACITY FOR TFM Lixia Song, Craig Wanke, Daniel Greenbaum The MITRE Corporation, lixia@mitre.org, McLean, VA Abstract A novel approach to sector capacity prediction for airspace congestion

More information

Improvement on the Acceptance of a Conflict Resolution System by Air Traffic Controllers. R. Flicker, Technical University Berlin

Improvement on the Acceptance of a Conflict Resolution System by Air Traffic Controllers. R. Flicker, Technical University Berlin Improvement on the Acceptance of a Conflict Resolution System by Air Traffic Controllers R. Flicker, Technical University Berlin Outline 1. Background 1. Multi-Sector-Planning 2. Development of Conflict

More information

Sector Workload Model for Benefits Analysis and Convective Weather Capacity Prediction

Sector Workload Model for Benefits Analysis and Convective Weather Capacity Prediction Sector Workload Model for Benefits Analysis and Convective Weather Capacity Prediction J.D. Welch, J.Y.N. Cho, N.K. Underhill, and R.A. DeLaura 1 June 213 This work is sponsored by the Federal Aviation

More information

RESULTS OF THE PD/1++ TRIAL

RESULTS OF THE PD/1++ TRIAL RESULTS OF THE PD/1++ TRIAL APPENDIX D D1. INTRODUCTION This technical Appendix presents the results from the Programme for Harmonised ATM Research in Eurocontrol (PHARE) Demonstration 1++ (PD/1++) relating

More information

An Analysis Mechanism for Automation in Terminal Area

An Analysis Mechanism for Automation in Terminal Area NASA/CR-2001-211235 ICASE Report No. 2001-32 An Analysis Mechanism for Automation in Terminal Area Stavan M. Parikh University of Virginia, Charlottesville, Virginia ICASE NASA Langley Research Center

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title Airborne Full 4D Trajectory Management Project Number 9.02 Project Manager Marianne MOLLER Deliverable Name Final Project Report Deliverable ID D07

More information

HUMAN PERFORMANCE MODELING FOR DISCRETE-EVENT SIMULATION: WORKLOAD. John Keller

HUMAN PERFORMANCE MODELING FOR DISCRETE-EVENT SIMULATION: WORKLOAD. John Keller Proceedings of the 2002 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. HUMAN PERFORMANCE MODELING FOR DISCRETE-EVENT SIMULATION: WORKLOAD John Keller Micro

More information

Case study: Influences of Uncertainties and Traffic Scenario Difficulties in a Human-In-The-Loop Simulation

Case study: Influences of Uncertainties and Traffic Scenario Difficulties in a Human-In-The-Loop Simulation Case study: Influences of Uncertainties and Traffic Scenario Difficulties in a Human-In-The-Loop Simulation Nancy Bienert, Joey Mercer, Jeffrey Homola, and Susan Morey Airspace Operations Laboratory San

More information

Keywords: separation provision, conflict resolution strategy, conflict geometry, ATC

Keywords: separation provision, conflict resolution strategy, conflict geometry, ATC 27 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES EVALUATION OF SEPARATION PROVISION FOR EN- ROUTE SECTOR Ella Pinska-Chauvin *, Brian Hickling * Barry Kirwan* * EUROCONTROL F 91222 Brétigny sur

More information

International Civil Aviation Organization AIR TRAFFIC MANAGEMENT REQUIREMENTS AND PERFORMANCE PANEL (ATMRPP) TWENTY SIXTH WORKING GROUP MEETING

International Civil Aviation Organization AIR TRAFFIC MANAGEMENT REQUIREMENTS AND PERFORMANCE PANEL (ATMRPP) TWENTY SIXTH WORKING GROUP MEETING International Civil Aviation Organization ATMRPP-WG/WHL/4-WP/ ATMRPP-WG/26-WP/632.././06 27/06/14 WORKING PAPER AIR TRAFFIC MANAGEMENT REQUIREMENTS AND PERFORMANCE PANEL (ATMRPP) TWENTY SIXTH WORKING GROUP

More information

Lessons Learned In Cognitive Systems Engineering AMY PRITCHETT GEORGIA TECH JULY 5, 2016

Lessons Learned In Cognitive Systems Engineering AMY PRITCHETT GEORGIA TECH JULY 5, 2016 Lessons Learned In Cognitive Systems Engineering AMY PRITCHETT GEORGIA TECH JULY 5, 2016 Cognitive Engineering Circa 1951 Fitts PM (ed) (1951) Human engineering for an effective air navigation and traffic

More information

RNP RNAV ARRIVAL ROUTE COORDINATION

RNP RNAV ARRIVAL ROUTE COORDINATION RNP RNAV ARRIVAL ROUTE COORDINATION Paul V. MacWilliams, Arthur P. Smith, Dr. Thomas A. Becher The MITRE Corporation, McLean, VA Abstract Current terminal operations are changing as more terminal Area

More information

PD/1 FINAL REPORT Annex C Results

PD/1 FINAL REPORT Annex C Results DOC 96-70-24 PD/1 FINAL REPORT Annex C Results PHARE/NATS/PD1-10.2/SSR;1.1 EUROCONTROL 96 rue de la Fusée B-1130 BRUXELLES Prepared by: D Hudson S Kay D Marsh Date: January 1997 C-2 REVISION HISTORY June

More information

Flight Data Management : includes tasks of loading, preparing and discarding flight progress strips, etc., and also includes computer updates.

Flight Data Management : includes tasks of loading, preparing and discarding flight progress strips, etc., and also includes computer updates. 1 ATC TASKS The specification and definition of tasks in the RAMS simulator is inherent to the tool s simulation event philosophy. The RAMS simulator is, in fact, an ATC event generator that reports its

More information

A System Concept for Facilitating User Preferences in En Route Airspace

A System Concept for Facilitating User Preferences in En Route Airspace NASA Technical Memorandum 4763 A System Concept for Facilitating User Preferences in En Route Airspace R. A. Vivona, M. G. Ballin, S. M. Green, R. E. Bach, and B. D. McNally November 1996 National Aeronautics

More information

Wildlife Surveillance Concept (WiSC)

Wildlife Surveillance Concept (WiSC) Wildlife Surveillance Concept (WiSC) Human-in-the-Loop Investigation of Avian Threat Information Displays for Air Traffic Controllers Presented to: By: Date: Bird Strike Conference 2016 Mark Hale, CSSI,

More information

A Systematic Approach to Performance Evaluation

A Systematic Approach to Performance Evaluation A Systematic Approach to Performance evaluation is the process of determining how well an existing or future computer system meets a set of alternative performance objectives. Arbitrarily selecting performance

More information

Safety Related Considerations in Autonomy

Safety Related Considerations in Autonomy Safety Related Considerations in Autonomy Dr. Guillaume Brat Intelligent Systems Division NASA Ames Research Center NASA ARMD Airspace Operations and Safety Program Presented at the OPTICS Workshop: FROM

More information

Airspace structure, future ATC systems, and controller complexity reduction

Airspace structure, future ATC systems, and controller complexity reduction Airspace structure, future ATC systems, and controller complexity reduction The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation

More information

Evaluating effects of workload on trust in automation, attention allocation and dual-task performance

Evaluating effects of workload on trust in automation, attention allocation and dual-task performance Proceedings of the Human Factors and Ergonomics Society 2017 Annual Meeting 1799 Evaluating effects of workload on trust in automation, attention allocation and dual-task performance Meng Yuan Zhang and

More information

EVALUATION OF CONCEPTUAL CHANGES IN AIR TRAFFIC CONTROL USING TASK-BASED WORKLOAD MODELS

EVALUATION OF CONCEPTUAL CHANGES IN AIR TRAFFIC CONTROL USING TASK-BASED WORKLOAD MODELS 27 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES EVALUATION OF CONCEPTUAL CHANGES IN AIR TRAFFIC CONTROL USING TASK-BASED WORKLOAD MODELS Stephan Herr DFS Deutsche Flugsicherung GmbH, 63225 Langen,

More information

Federal Aviation Administration The NextGen Vision of Future Safety

Federal Aviation Administration The NextGen Vision of Future Safety The NextGen Vision of Future Safety Presented to: OPTICS Conference By: Maria Di Pasquantonio Date: December 17, 2014 Agenda Challenges for Aviation Safety Examples of NextGen Improvements / Programs NextGen

More information

Not all or nothing, not all the same: classifying automation in practice

Not all or nothing, not all the same: classifying automation in practice Not all or nothing, not all the same: classifying automation in practice by Dr Luca Save Different Levels of Automation Since the seminal work of Sheridan & Verplanck 39 it has become apparent that automation

More information

En Route Sector Capacity Model Final Report

En Route Sector Capacity Model Final Report Project Report ATC-426 En Route Sector Capacity Model Final Report J.D. Welch 15 August 2015 Lincoln Laboratory MASSACHUSETTS INSTITUTE OF TECHNOLOGY LEXINGTON, MASSACHUSETTS Prepared under Air Force Contract

More information

W911NF Project - Mid-term Report

W911NF Project - Mid-term Report W911NF-08-1-0041 Project - Mid-term Report Agent Technology Center, Czech Technical University in Prague Michal Pechoucek 1 Accomplishments for the First 6 Months 1.1 Scenario and Demos During the first

More information

Usability Evaluation of the Spot and Runway Departure Advisor (SARDA) Concept in a Dallas/Fort Worth Airport Tower Simulation

Usability Evaluation of the Spot and Runway Departure Advisor (SARDA) Concept in a Dallas/Fort Worth Airport Tower Simulation Usability Evaluation of the Spot and Runway Departure Advisor (SARDA) Concept in a Dallas/Fort Worth Airport Tower Simulation Miwa Hayashi, Ty Hoang, Yoon Jung NASA Ames Research Center Gautam Gupta, Waqar

More information

User Request Evaluation Tool (URET) Interfacility Conflict Probe Performance Assessment

User Request Evaluation Tool (URET) Interfacility Conflict Probe Performance Assessment User Request Evaluation Tool (URET) Interfacility Conflict Probe Performance Assessment William C. Arthur Dr. Michael P. McLaughlin The MITRE Corporation Center for Advanced Aviation System Development

More information

Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment

Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment Marko Radanovic, Miquel Angel Piera, Thimjo Koca UAB Christian Verdonk, Francisco Javier Saez

More information

En Route Operational Errors: Transfer of Position Responsibility as a Function of Time on Position

En Route Operational Errors: Transfer of Position Responsibility as a Function of Time on Position DOT/FAA/AM-08/16 Office of Aerospace Medicine Washington, DC 20591 En Route Operational Errors: Transfer of Position Responsibility as a Function of Time on Position Larry Bailey Julia Pounds Alfretia

More information

Computer Aided Drafting, Design and Manufacturing Volume 27, Number 1, March 2017, Page 50

Computer Aided Drafting, Design and Manufacturing Volume 27, Number 1, March 2017, Page 50 Computer Aided Drafting, Design and Manufacturing Volume 27, Number 1, March 2017, Page 50 CADDM A method for measuring pilot workload based on task analysis Liu Sichao, Tian Ling, Huang Zhongshan Digital

More information

A Multi-Objective Approach for 3D Airspace Sectorization: A Study on Singapore Regional Airspace

A Multi-Objective Approach for 3D Airspace Sectorization: A Study on Singapore Regional Airspace A Multi-Objective Approach for D Airspace Sectorization: A Study on Singapore Regional Airspace Cheryl Wong Sze Yin School of Computer Science and Engineering Nanyang Technological University Singapore

More information

Measuring En Route Separation Assurance Performance. Ella Pinska, Brian Hickling

Measuring En Route Separation Assurance Performance. Ella Pinska, Brian Hickling EUROCONTROL Safety R&D Seminar 2009, Munich, Germany Measuring En Route Separation Assurance Performance Ella Pinska, Brian Hickling Eurocontrol Experimental Centre Bretigny sur Orge, France ella.pinska-chauvin@eurocontrol.int

More information

The Effects of Performance Feedback on Air Traffic Control Team Coordination: A Simulation Study

The Effects of Performance Feedback on Air Traffic Control Team Coordination: A Simulation Study DOT/FAA/AM-00/25 Office of Aviation Medicine Washington, D.C. 20591 The Effects of Performance Feedback on Air Traffic Control Team Coordination: A Simulation Study Larry L. Bailey Richard C. Thompson

More information

Development of a NERL CO 2 term for CP3

Development of a NERL CO 2 term for CP3 Development of a NERL CO 2 term for CP3 Presentation Outline chronology of development of a NERL flight metric, including SES II timetable criteria and analysis of candidate metrics roadmap approach and

More information

TWELFTH AIR NAVIGATION CONFERENCE

TWELFTH AIR NAVIGATION CONFERENCE International Civil Aviation Organization 9/5/12 WORKING PAPER TWELFTH AIR NAVIGATION CONFERENCE Montréal, 19 to 30 November 2012 Agenda Item 4: Optimum capacity and efficiency through global collaborative

More information

What we know about Human Factors that applies to Certifying and Operating UASs in the NAS. Beth Lyall Research Integrations Inc.

What we know about Human Factors that applies to Certifying and Operating UASs in the NAS. Beth Lyall Research Integrations Inc. What we know about Human Factors that applies to Certifying and Operating UASs in the NAS Beth Lyall Research Integrations Inc. Overview What do we want to know? What do (don t) we know? 3 What do we want

More information

A COMPARISON OF TWO TAKEOFF AND CLIMB OUT FLAP RETRACTION STANDARD OPERATING PROCEDURES

A COMPARISON OF TWO TAKEOFF AND CLIMB OUT FLAP RETRACTION STANDARD OPERATING PROCEDURES A COMPARISON OF TWO TAKEOFF AND CLIMB OUT FLAP RETRACTION STANDARD OPERATING PROCEDURES Houda Kerkoub Kourdali, Lance Sherry, Center for Air Transportation Systems Research (CATSR) at George Mason University

More information

USING DISCRETE-EVENT SIMULATION TO MODEL HUMAN PERFORMANCE IN COMPLEX SYSTEMS

USING DISCRETE-EVENT SIMULATION TO MODEL HUMAN PERFORMANCE IN COMPLEX SYSTEMS Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. USING DISCRETE-EVENT SIMULATION TO MODEL HUMAN PERFORMANCE IN COMPLEX SYSTEMS

More information

THE COMPLEXITY CONSTRUCT IN AIR TRAFFIC CONTROL: A REVIEW AND SYNTHESIS OF THE LITERATURE. July 1995 DOT/FAA/CT-TN95/22

THE COMPLEXITY CONSTRUCT IN AIR TRAFFIC CONTROL: A REVIEW AND SYNTHESIS OF THE LITERATURE. July 1995 DOT/FAA/CT-TN95/22 THE COMPLEXITY CONSTRUCT IN AIR TRAFFIC CONTROL: A REVIEW AND SYNTHESIS OF THE LITERATURE July 1995 DOT/FAA/CT-TN95/22 TABLE OF CONTENTS Page EXECUTIVE SUMMARY v 1. INTRODUCTION 1 1.1. Purpose 2 1.2. Method

More information

SATCAS Standard Air Traffic Control Automation System

SATCAS Standard Air Traffic Control Automation System SATCAS Standard Air Traffic Control Automation System SATCAS (Standard Air Traffic Control Automation System) is the latest generation of Selex ES ATC Systems, which integrates a wide range of products

More information

Guidance for Modeling Noise for Non-Standard Aircraft Profiles

Guidance for Modeling Noise for Non-Standard Aircraft Profiles ACRP Problem Statement No. 14-02-34 Recommended Allocation: $300,000 Guidance for Modeling Noise for Non-Standard Aircraft Profiles ACRP Staff Comments: Several ACRP studies are focused on enhancing the

More information

Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System

Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System From: HCI-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System

More information

A collision detection and resolution multi agent approach using utility functions

A collision detection and resolution multi agent approach using utility functions A collision detection and resolution multi agent approach using utility functions George Valkanas, Pantelis Natsiavas, Nick Bassiliades Department of Informatics Aristotle University of Thessaloniki Thessaloniki,

More information

Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem

Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem www.thalesgroup.com Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem Tenth USA/Europe Seminar on ATM R&D Chicago, IL, USA Gaétan Marceau Caron Marc Schoenauer

More information

Improving Software Cost and Schedule Estimating Within the FAA

Improving Software Cost and Schedule Estimating Within the FAA Improving Software Cost and Schedule Estimating Within the FAA Administration 2009 Joint International Annual Conference Society of Parametric Analysts (ISPA) / Society of Cost Estimating & Analysis (SCEA)

More information

HPC ATM simulator for the performance assessment of TBO

HPC ATM simulator for the performance assessment of TBO HPC ATM simulator for the performance assessment of TBO L.Camargo, R.Dalmau, S.Ruiz and X.Prats Presenter: Dr. Sergio Ruiz Introduction Theoretical background HPC-ATM Simulator Test case: ATM case Agenda

More information

METHODOLOGY FOR SAFETY RISK ASSESSMENT IN FUTURE AIR TRAFFIC MANAGEMENT CONCEPT OF OPERATIONS

METHODOLOGY FOR SAFETY RISK ASSESSMENT IN FUTURE AIR TRAFFIC MANAGEMENT CONCEPT OF OPERATIONS METHODOLOGY FOR SAFETY RISK ASSESSMENT IN FUTURE AIR TRAFFIC MANAGEMENT CONCEPT OF OPERATIONS BOJANA MIRKOVIĆ 1, TATJANA KRSTIĆ SIMIĆ 2, FEĐA NETJASOV 3, OBRAD BABIĆ 4 University of Belgrade - Faculty

More information

Separation Assurance in the Future Air Traffic System

Separation Assurance in the Future Air Traffic System ENRI International Workshop on ATM/CNS. Tokyo, Japan. (EIWAC 2009). Separation Assurance in the Future Air Traffic System H. Erzberger Adjunct Professor of Electrical Engineering University of California,

More information

Evaluation of a Model of Expert Decision Making in Air Traffic Control

Evaluation of a Model of Expert Decision Making in Air Traffic Control Evaluation of a Model of Expert Decision Making in Air Traffic Control Stefan Lehmann (Stefan.Lehmann@nicta.com.au) National ICT Australia, Queensland Research Laboratory, Level 1, McElwain Building (24A),

More information

Capacity Planning and Assessment Additional considerations

Capacity Planning and Assessment Additional considerations Capacity Planning and Assessment Additional considerations Air Traffic Services System Capacity Seminar/Workshop Nairobi, Kenya, 8 10 June 2016 Raffaele Russo EUROCONTROL Operations Planning Summary Winter

More information

FAA Office of. Environment and Energy Operations Research Projects. Federal Aviation Administration

FAA Office of. Environment and Energy Operations Research Projects. Federal Aviation Administration FAA Office of Environment and Energy Operations Research Projects Presented to: By: JPDO Environmental Working Group Operations Standing Committee 2009 Annual Workshop Lasantha Wedande Office of Environment

More information

THE USE OF FUNCTIONAL NEAR INFRARED SPECTROSCOPY (FNIRS) TO ASSESS COGNITIVE WORKLOAD OF AIR TRAFFIC CONTROLLERS

THE USE OF FUNCTIONAL NEAR INFRARED SPECTROSCOPY (FNIRS) TO ASSESS COGNITIVE WORKLOAD OF AIR TRAFFIC CONTROLLERS THE USE OF FUNCTIONAL NEAR INFRARED SPECTROSCOPY (FNIRS) TO ASSESS COGNITIVE WORKLOAD OF AIR TRAFFIC CONTROLLERS Hyun Woo¹, Ben Willems¹, Joshua Harrison², Kurtulus Izzetoglu², Sehchang Hah¹, & Hasan Ayaz²

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title CWP prototyping Project Number 10.10.03 Project Manager THALES Deliverable Name Final Project Report Deliverable ID D37 Edition 00.02..00 Template

More information

MODELLING WITH THE INTEGRATED PERFORMANCE MODELLING ENVIRONMENT (IPME)

MODELLING WITH THE INTEGRATED PERFORMANCE MODELLING ENVIRONMENT (IPME) MODELLING WITH THE INTEGRATED PERFORMANCE MODELLING ENVIRONMENT (IPME) Anna M. Fowles-Winkler Micro Analysis and Design, Inc. 4949 Pearl East Circle, Suite 300 Boulder, CO, USA 80301 E-mail: awinkler@maad.com

More information

GAO NEXT GENERATION AIR TRANSPORTATION SYSTEM. FAA and NASA Have Improved Human Factors Research Coordination, but Stronger Leadership Needed

GAO NEXT GENERATION AIR TRANSPORTATION SYSTEM. FAA and NASA Have Improved Human Factors Research Coordination, but Stronger Leadership Needed GAO August 2010 United States Government Accountability Office Report to the Committee on Science and Technology, House of Representatives NEXT GENERATION AIR TRANSPORTATION SYSTEM FAA and NASA Have Improved

More information

Improving ATC Efficiency through an Implementation of a Multi Sector Planner Position

Improving ATC Efficiency through an Implementation of a Multi Sector Planner Position Improving ATC Efficiency through an Implementation of a Multi Sector Planner Position Almira Williams, Mark D. Rodgers, Stéphane Mondoloni CSSI, Inc., Washington, DC, USA Diana Liang FAA, Washington, DC,

More information

Stevens Institute of Technology & Systems Engineering Research Center (SERC)

Stevens Institute of Technology & Systems Engineering Research Center (SERC) Stevens Institute of Technology & Systems Engineering Research Center (SERC) Modeling an Acquisition Decision-Making Process for the FAA NextGen Systems of Systems Presented to: NDIA 2012 By: Dr. Mark

More information

THE ROADMAP FOR DELIVERING HIGH PERFORMING AVIATION FOR EUROPE. European ATM Master Plan

THE ROADMAP FOR DELIVERING HIGH PERFORMING AVIATION FOR EUROPE. European ATM Master Plan THE ROADMAP FOR DELIVERING HIGH PERFORMING AVIATION FOR EUROPE European ATM Master Plan Executive Summary for ANSPs Edition 2015 EUROPEAN ATM MASTER PLAN EXECUTIVE VIEW EDITION 2015 EUROPEAN ATM MASTER

More information

Federal Aviation Administration FPAW Weather Integration Into NextGen

Federal Aviation Administration FPAW Weather Integration Into NextGen FPAW Weather Integration Into NextGen Date: October 12, 2011 Presented By: Shirley Burgess Chief System Engineer En Route and Oceanic Services PMO Update ATO Program Management Organization (PMO) Congressional

More information

Appendix 1. Analysis of ADREP data for management factors

Appendix 1. Analysis of ADREP data for management factors Appendix 1. Analysis of ADREP data for management factors ICAO ADREP system had been established by the 1974 ICAO Accident Investigation and Prevention. The ICAO offers a standard report format, which

More information

Modelling Human Reliability in Air Traffic Management

Modelling Human Reliability in Air Traffic Management Modelling Human Reliability in Air Traffic Management J. Daams, H.A.P. Blom and H.B. Nijhuis Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR Modelling Human Reliability in

More information

The Selection of Individuals for the Profession of Air Traffic Controllers David Langr a

The Selection of Individuals for the Profession of Air Traffic Controllers David Langr a The Selection of Individuals for the Profession of Air Traffic Controllers David Langr a a Ing. David Langr, Faculty of Military Technology, University of Defence, Ph. D. student, Brno, Czech Republic.

More information

NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design

NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design Approved for Public Release: 12-0370. Distribution Unlimited. NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design Gareth O. Coville, MITRE Corporation Billy

More information

P Final Project Report

P Final Project Report P 09.24.00 Final Project Report Document information Project Title ADS-B In/Out for military aircraft Project Number 09.24.00 Project Manager Alenia Aermacchi Deliverable Name P.09.24.00 Final Project

More information

Transforming Risk Management

Transforming Risk Management Transforming Risk Management 1 Transforming Risk Management Understanding the Challenges of Safety Risk Measurement 2 Transforming Risk Management The challenge of safety risk measurement is threefold:

More information

9. Verification, Validation, Testing

9. Verification, Validation, Testing 9. Verification, Validation, Testing (a) Basic Notions (b) Dynamic testing. (c) Static analysis. (d) Modelling. (e) Environmental Simulation. (f) Test Strategies. (g) Tool support. (h) Independent Verification

More information

I-AM-SAFE Feasibility Study Report

I-AM-SAFE Feasibility Study Report I-AM-SAFE Feasibility Study Report IAPA ASARP Methodology for Safety net Assessment Feasibility Evaluation I-AM-SAFE Project Drafted by: Beatrice Raynaud Authorised by: Thierry Arino on 21-03-2007 EUROCONTROL

More information

Topic areas for the PEGASAS COE Summer Experience for 2018

Topic areas for the PEGASAS COE Summer Experience for 2018 Topic areas for the PEGASAS COE Summer Experience for 2018 1) Terminal Area Safety, Software and Systems Branch Overview: Seeking an engineer or mathematician to assist with research for the Terminal Area

More information

Testing Air Traffic Controllers Cognitive Complexity Limits. Design Proposal Fall Author: Howard Kleinwaks

Testing Air Traffic Controllers Cognitive Complexity Limits. Design Proposal Fall Author: Howard Kleinwaks Testing Air Traffic Controllers Cognitive Complexity Limits Design Proposal 16.621 Fall 2001 Author: Howard Kleinwaks Advisor: R. John Hansman Partner: Blake Gottlieb December 11, 2001 1 Table of Contents

More information

APPLICATIONS OF STATISTICALLY DEFENSIBLE TEST AND EVALUATION METHODS TO AIRCRAFT PERFORMANCE FLIGHT TESTING REAGAN K. WOOLF EDWARDS AFB, CA

APPLICATIONS OF STATISTICALLY DEFENSIBLE TEST AND EVALUATION METHODS TO AIRCRAFT PERFORMANCE FLIGHT TESTING REAGAN K. WOOLF EDWARDS AFB, CA AFFTC-PA-111038 APPLICATIONS OF STATISTICALLY DEFENSIBLE TEST AND EVALUATION METHODS TO AIRCRAFT PERFORMANCE FLIGHT TESTING A F F T C REAGAN K. WOOLF AIR FORCE FLIGHT TEST CENTER EDWARDS AFB, CA 15 December

More information

First European Air traffic controller Selection Test (FEAST) package. Information to Candidates applying as Student Air Traffic Controllers

First European Air traffic controller Selection Test (FEAST) package. Information to Candidates applying as Student Air Traffic Controllers Information on the First European Air traffic controller Selection Test (FEAST) package Information to Candidates applying as Student Air Traffic Controllers Introduction You have applied for a position

More information

ATC BASIC. Learning outcomes. Why study this course? Aim. ICAO Code 051

ATC BASIC. Learning outcomes. Why study this course? Aim. ICAO Code 051 ATC BASIC ICAO Code 051 6 weeks Trainee ATCs (Maximum 12 per course) This course forms the prerequisite for all other Air Traffic Control Courses. trainee will have demonstrated competency with regards

More information

Chapter 15: Asset Management System

Chapter 15: Asset Management System Chapter 15: Asset Management System In this section, the phrase asset management system refers neither to an organization, a set of procedures, or a logical structure, but to software, that is, a tool

More information

CENA PD/3 FINAL REPORT Annex A: Experimental Design and Methods

CENA PD/3 FINAL REPORT Annex A: Experimental Design and Methods DOC 99-70-01 VOLUME 2 OF 4 PART 2 OF 2 ANNEXES CENA PD/3 FINAL REPORT Annex A: Experimental Design and Methods EUROCONTROL 96 rue de la Fusée B-1130 BRUXELLES Prepared by: C.Chabrol, B.Donnette Version:

More information

COMMITTEE ON AVIATION ENVIRONMENTAL PROTECTION (CAEP)

COMMITTEE ON AVIATION ENVIRONMENTAL PROTECTION (CAEP) International Civil Aviation Organization INFORMATION PAPER CAEP/7-IP/24 25/1/07 English only COMMITTEE ON AVIATION ENVIRONMENTAL PROTECTION (CAEP) SEVENTH MEETING Montréal, 5 to 16 February 2007 Agenda

More information

REAL TIME SIMULATION OF INTEGRATION OF UAV'S INTO AIRSPACE

REAL TIME SIMULATION OF INTEGRATION OF UAV'S INTO AIRSPACE 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES REAL TIME SIMULATION OF INTEGRATION OF UAV'S INTO AIRSPACE Dirk-Roger Schmitt, Sven Kaltenhäuser, Bernd Keck Deutsches Zentrum für Luft- und Raumfahrt

More information

Episode 3 D FTS on 4D trajectory management and complexity reduction - Experimental Plan EPISODE 3

Episode 3 D FTS on 4D trajectory management and complexity reduction - Experimental Plan EPISODE 3 EPISODE 3 Single European Sky Implementation support through Validation Document information Programme Sixth framework programme Priority 1.4 Aeronautics and Space Project title Episode 3 Project N 037106

More information

Future Area Control Tools Support (FACTS) Peter Whysall

Future Area Control Tools Support (FACTS) Peter Whysall 2 nd USA/EUROPE AIR TRAFFIC MANAGEMENT R&D SEMINAR Orlando,1 st - 4 th December 1998 Future Area Control Tools Support (FACTS) Peter Whysall National Air Traffic Services Bournemouth Airport, Dorset BH23

More information

Determining the Effectiveness of Specialized Bank Tellers

Determining the Effectiveness of Specialized Bank Tellers Proceedings of the 2009 Industrial Engineering Research Conference I. Dhillon, D. Hamilton, and B. Rumao, eds. Determining the Effectiveness of Specialized Bank Tellers Inder S. Dhillon, David C. Hamilton,

More information

The Design Of A Human-Centered Pilot-IMS Interface

The Design Of A Human-Centered Pilot-IMS Interface The Design Of A Human-Centered Pilot-IMS Interface An Overview of Human Factors/Cognitive Engineering Plans, Findings, and Activities 4-1 Human Factors/Cognitive Engineering Principal Investigator: Nadine

More information

Conflict detection and resolution aid to controllers. Jean-Louis Garcia, DSNA

Conflict detection and resolution aid to controllers. Jean-Louis Garcia, DSNA Conflict detection and resolution aid to controllers Jean-Louis Garcia, DSNA Objectives Improved ANS operations productivity Increased collaboration and operational predictability Enhanced safety and security

More information

& Systems Engineering Research Center (SERC)

& Systems Engineering Research Center (SERC) StevensInstituteof Technology & Systems Engineering Research Center (SERC) Results from Applying a Modeling and Analysis Framework to an FAA NextGen System of Systems Program Presented to: NDIA 2013 By:

More information

The Area Flow Multi-Sector Planner: A Fast-Time Study of MSP Coordination Activities. Kenny Martin ISA Software

The Area Flow Multi-Sector Planner: A Fast-Time Study of MSP Coordination Activities. Kenny Martin ISA Software The Area Flow Multi-Sector Planner: A Fast-Time Study of MSP Coordination Activities Kenny Martin ISA Software Topics MSP Concepts Modeling Approach MSP Roles & Responsibilities Modeling Platform MSP Results

More information

PROBABILISTIC CONGESTION MANAGEMENT

PROBABILISTIC CONGESTION MANAGEMENT PROBABILISTIC CONGESTION MANAGEMENT Craig Wanke, Lixia Song, Stephen Zobell, Daniel Greenbaum, and Sandeep Mulgund The MITRE Corporation, cwanke@mitre.org, McLean, VA Abstract A new approach to airspace

More information

Assuring Safety of NextGen Procedures

Assuring Safety of NextGen Procedures Assuring Safety of NextGen Procedures Prof. Nancy Leveson Cody H. Fleming M. Seth Placke 1 Outline Motivation Propose Accident Model Hazard Analysis Technique Current and Future Work 2 Motivation Air Traffic

More information

Introduction to Business Research 3

Introduction to Business Research 3 Synopsis Introduction to Business Research 3 1. Orientation By the time the candidate has completed this module, he or she should understand: what has to be submitted for the viva voce examination; what

More information

Air Traffic Management Capacity-Driven Operational Concept Through 2015

Air Traffic Management Capacity-Driven Operational Concept Through 2015 2 nd USA/EUROPE AIR TRAFFIC MANAGEMENT R&D SEMINAR Orlando,1 st - 4 th December 1998 Air Management Capacity-Driven Operational Concept Through 2015 Aslaug Haraldsdottir Robert W. Schwab Monica S. Alcabin

More information

SESAR & NextGen Working together for Aviation Interoperability

SESAR & NextGen Working together for Aviation Interoperability SESAR & NextGen Working together for Aviation Interoperability Royal Aeronautical Society Annual Conference - London April 14 th 2011 Peter Hotham Chief of Technology & Innovation SESAR Joint Undertaking

More information

Situation Awareness, Automation & Free Flight

Situation Awareness, Automation & Free Flight Situation Awareness, Automation & Free Flight Mica R. Endsley Department of Aeronautics & Astronautics Massachusetts Institute of Technology Cambridge, MA 02139 USA Keywords: Automation, Situation Awareness,

More information

NUAC Programme Definition Phase Supplementary Report

NUAC Programme Definition Phase Supplementary Report NUAC Programme Definition Phase Supplementary Report The feasibility of a joint enterprise for the carrying out of Air Navigation Services in Danish and Swedish airspace August 2007 Version: 02.00 / 2007.08.24

More information