TCT Detailed Design Document

Size: px
Start display at page:

Download "TCT Detailed Design Document"

Transcription

1 Detailed Design Document TCT Detailed Design Document Issue: Draft 1.1 Author: Mike Vere Date: 3 January 2008 Company: Graffica Ltd Page 1 of 16

2 Table Of Contents 1 Introduction OVERVIEW SCOPE REFERENCES...3 Release Date Author Reason Changes Sep Nov 2007 Graffica (VERE) Graffica (OWEN) Initial Version TCT_WPE8.2.5_LEVEL_1_AND_LEVEL_2_FALLOUT: Update hybrid conflict issues. 2.4, 3.2, Page 2 of 16

3 1 INTRODUCTION This document provides a proposal to implement the Tactical Controller Tool (TCT) within the edep environment. It also proposes a strategy to prepare the TCT component for integration into the ACE environment and to create a new TCT service for use within the ACE platform. This proposal shall develop the framework architecture for the TCT tool, and shall produce a baseline implementation of the TCT subsystem ready for demonstration in September Given the exceptionally ambitious time scales for this task, Graffica can only commit to the development of specific elements of the TCT toolset, outlined in the task breakdown given in section Error! Reference source not found. below. Graffica shall ensure that the implementation is robust and flexible with options to configure the TCT tool features with run-time resource settings. Deleted: 6 The implementation shall where possible make use of existing edep functionality, and extend that functionality to support the new features of TCT. The implementation shall be divided into three separate phases to reflect the first two levels of operational use, outlined in the scope section 1.2 below, and the ACE wrapping task. 1.1 OVERVIEW The TCT tool has been proposed as a hybrid problem resolution tool that uses both surveillance information from radar tracks and planning information from system trajectories. It is provided as a tool for the tactical controller. 1.2 SCOPE The TCT is a tool targeted for use by the Tactical controller, with a time horizon of between 2 and eight minutes ahead of the current situation. The TCT implementation shall define three separate levels of operation dependent on the controller environment and an ACE wrapping task: 1) Level 1: Extended STCA warnings given on basis of state vectors (heading and climb) alone. 2) Level 2: In addition to level 1, tactical trajectories accounting for missed manoeuvres and detecting conflicts for the planned trajectory. 3) ACE Wrapping: Providing ACE wrappers through AEG to receive ACE system flight plan information and to provide TCT services for ACE based CWP. Note that level 3 is beyond the scope of this work plan, but shall be considered after delivery of level 1 and level 2 TCT, and ACE integration. 1.3 REFERENCES 1 EUROCONTROL DAS ATC Domain; TCT Operational Requirements, Part A Functional Requirements. Edition V0.1, dated 09/03/ EUROCONTROL DAS ATC Domain; TCT Concept Description, Near-term Conflict Resolution Project, Edition V0.7, dated 24/01/ edep TCT SRD 4 5 Page 3 of 16

4 2 USE CASES This section identifies the main use cases for the Tactical Controller Tool. These use cases cover the operation of the TCT component itself in response to the controlled traffic, and the display and input mechanisms offered to the controller through the HMI. 2.1 BASIC TCT USE CASE This use case illustrates the basic function of the TCT, which is to notify the controller of short/medium term conflict situations, notify alerts when a flight has failed to respond or manoeuvre as expected, and to propose optimised conflict resolutions. Figure 2-1 Basic TCT Use Case Deleted: STATE VECTOR USE CASE The state vector TCT use case illustrates how the TCT component generates a state vector trajectory from state vector information contained in a track, probes against other state vector based trajectories and reports any detected conflicts to the controller. Page 4 of 16

5 2.3 TACTICAL USE CASE The tactical TCT use case illustrates how the TCT component generates a tactical trajectory from flight plan information contained in a system flight plan object, SFPL, correcting for the aircraft s current location, and probes against other tactical trajectories and reports any detected conflicts to the controller. 2.4 HYBRID STATE VECTOR/TACTICAL CONFLICTS USE CASE The hybrid use case is very similar to the state vector and tactical use cases above except the state vector trajectory is conflict probed against the other flights tactical trajectories to produce conflicts between the projected state vector trajectory and a tactical trajectory. In the hybrid case, the state vector trajectory shall be probed on the tactical MTCD component, which holds a database of tactical trajectories. The hybrid conflicts are not returned to the TCT client (in the CWP) but are transformed into a MissedManoeuvreConflict. This is because: 1. The hybrid conflict may or may not mean that an aircraft has a missed manoeuvre situation in which it must perform some manoeuvre to avoid the associated StateVectorConflict 2. The two State Vector trajectories of the original StateVectorConflict may also result in a MissedManoeuvreConflict if both aircraft are heading toward each other and both have critical points at which they must act. Thus, it is the TCT server that analyses the StateVectorConflict and the hybrid Conflicts to deduce whether a critical manoeuvre miss applies, in which case a MissedManoeuvreConflict is sent back to the TCT client INSTEAD of the StateVectorConflict. Page 5 of 16

6 3 DETAILED DESIGN 3.1 OVERVIEW The TCT shall be implemented as a new component within the edep environment. It shall make use of existing services provided by the FM (system flight plans), FPM (conformance monitoring), TP (trajectory prediction) and IAS (tracks). The MTCD component shall provide conflict determination between the requisite tactical trajectory plans. The STCA component shall provide the state vector conflicts, subject to an extended time horizon commensurate with TCT operation. It is proposed to separate the TCT into a separate subsystem, using its own instances of TP, MTCD and STCA components, configured with separation thresholds appropriate to TCT operation. The conflicts produced by TCT shall be managed in the CWP entity model and associated clients in a similar way to those conflicts already produced by the existing MTCD and STCA. The TCT is likely to be computationally intensive and by factoring out the TCT into its own subsystem, it can be placed on its own dedicated machine. Figure 3-1 Proposed Separation of TCT into its own Subsystem Deleted: TCT CONTEXT Data Requirements The TCT shall be driven from existing data sources provided either by the edep ground system or through the ACE ground system APIs. The TCT has the following data requirements: State Vector information from tracks defining current position, altitude, heading and speed; System flight plan information defining the planned route and altitude constraints; Deviations between actual track position and expected plan position. Page 6 of 16

7 3.2.2 Data Produced The TCT produces two types of system flight plan derived from track and ground plan information. First it produces a state vector trajectory, projecting the current aircraft location forwards by 8 minutes along its current heading, secondly it produces a tactical trajectory from the current state vector location, but redirected back to the planned route. From these two trajectories, the TCT calculates state vector and tactical conflicts as described in the TCT output summary below: State vector trajectory derived from projecting current state vector; Tactical trajectory derived by projecting current state vector forwards by nominal time and merging with existing flight plan; State Vector Conflict conflict arising from proximity of points on state vector trajectories; Tactical conflict conflict arising from proximity of points on tactical trajectories. MissedManoeuvreConflict produced when there exists a StateVectorConflict that will normally be avoided if the aircraft follow their planned trajectories. The level 3 version of TCT shall provide suggested resolution advisories for the controller. These shall take the form of a resolution trajectory, from which a set of manoeuvre advisories shall be derived and presented to the controller. Each resolution shall have an associated cost included as part of the TP calculation. The following information shall be provided in the level 3 implementation. Resolution Trajectory suggested resolution option. 3.3 TCT COMPONENT FUNCTIONALITY The TCT functionality is divided into three levels of operation, each configured for the environment defined by the given controller position. This work plan shall only detail level 1 and level 2 functionality. The new functionality defined by each of the levels is detailed in the following paragraphs. The TCT shall generate conflicts from the tactical trajectory and the state vector trajectory to produce two new types of conflict, the extended state vector conflict, and the tactical conflict TCT Level 1 TCT Level 1 shall generate standard STCA alerts, but with modified thresholds to look ahead up to ten minutes, rather than the standard seconds. These alerts shall be determined by projecting the current aircraft track forwards by the look ahead time to form a state vector trajectory TCT Level 2 TCT Level 2 shall generate MTCD type conflict alerts, but using the tactical trajectory derived by merging the current track and the system plan trajectory, with modified thresholds to look ahead ten minutes, rather than the standard 20 minutes of MTCD. 3.4 TCT INTERFACE The TCT server shall provide a standard GSDK interface by implementing a component controller object. This shall provide access to the tactical and state vector flight details, held as system flight plan objects. The TCT component shall offer the following API to clients. public interface TCTController implements ComponentController { /** * Registers interest in a TacticalConflict message. */ public SubscriptionID subscribetacticalconflictmessage( EventListener action )) throws RemoteException; /** * Registers interest in a StateVectorConflict message. */ public SubscriptionID subscribestatevectorconflictmessage( EventListener action ) throws RemoteException; Page 7 of 16

8 /** * Registers interest in a HybridConflictMessage. */ public SubscriptionID subscribemissedmanoeuvreconflictmessage( EventListener action ) throws RemoteException; /** * Registers interest in a ResolutionTrajectory message. */ public SubscriptionID subscriberesolutiontrajectorymessage( EventListener action ) throws RemoteException; /** * Registers interest in a TentativeTrajectory message. */ public SubscriptionID subscribetentativetrajectorymessage( EventListener action ) throws RemoteException; } // End interface TCTController 3.5 TCT ENTITY MODEL Overview The TCT shall define its own entity model to manage the conflicts, critical alerts and the resolutions produced within the TCT server. The TCT Flight entity shall store the constraints and trajectory data for current state vector and tactical trajectories in the form of SFPL objects, with the trajectory tags TACTICAL and STATE_VECTOR. The TCT server stores the conflicts returned from the TACTICAL and STATE VECTOR conflict probes. This results in two main type of Conflict in the TCT server and the TCT client. TACTICAL on TACTICAL similar to MTCD STATE VECTOR on STATE VECTOR similar to STCA The TACTICAL Conflicts are returned back to the (CWP) client where they are also stored in the Entity database. Each STATE VECTOR Conflict is further analysed to see if there is a critical manoeuvre for one of the aircraft which will avoid the conflict. If there isn't one then the STATE VECTOR Conflict is sent back to the (CWP) client. If there is one then the STATE VECTOR Conflict is not sent back to the client, but instead a MISSED MANOEUVRE Conflict is sent back and stored in its own database. Thus the client has a third type of Conflict database (in addition to the others), which is calculated by the server: MISSED MANOEUVRE The following diagram illustrates the state vector trajectory, projected forward using the aircraft track and current speed, and showing a conflict with another aircraft s state vector trajectory. Page 8 of 16

9 State Vector Conflict System Plan Trajectory State Vector Trajectory Critical Manoeuvre Figure 3-2 Typical Scenario showing State Vector and Tactical Situation Deleted: 4 Tactical Trajectory System Plan Trajectory Aircraft Off Plan Tactical Conflict Figure 3-3 Typical Scenario showing Off Plan Flight and Tactical Conflict Deleted: Entity Objects The TCT shall introduce the following entity objects into the edep system. TCTFlight o Includes a tactical and a state vector trajectory o References the tactical, state vector and hybrid conflicts Tactical Conflict State Vector Conflict Missed Manoeuvre conflict Page 9 of 16

10 3.6 TCT WRAPPING FOR ACE Note that the TCT shall conform to the Java 1.4 run-time standard, and shall not employ any language or run time features added for the 1.5 or 1.6 releases. This is necessary to retain compatibility with the ACE build, which remains at JDK ACE Environment Classes The TCT shall be wrapped using standard ACE middleware elements to define the following Java interface classes: CDL Definition IDL Generation Build Scripts Component Building Main Component Development The main component shall include software from the existing AEG elements, FM, FPM, IAS and IFPL Flight Path Monitoring, MONA The AEG currently does not support an interface to the ACE flight path monitoring services, MONA. To support the TCT functionality, either the TCT subsystem shall include a local edep FPM component, providing MONA flight path monitoring services, or the AEG must be extended to include the ACE service. It is proposed that the AEG may be extended to include the additional service, which shall be provided through an FPM proxy component. Page 10 of 16

11 4 CHANGES TO CORE SOFTWARE 4.1 CHANGES TO GSDK MODULE A number of minor enhancements to the GSDK package are proposed to improve accessibility and handling of resources Launcher Improvements A new package has been developed within the TCT to provide an improved, standardised launcher facility. This defines standard command line arguments to provide resource files and run settings to the GSDK system, and a flexible approach to adding additional panels to the launcher window. It also includes options to run without the launcher window, and to start the clock automatically. This package has been developed at Graffica s expense and shall be moved in due course into the GSDK package for general use Change to GSDK Class The improved launcher requires a default constructor that initialises the GSDK system through resources only. Command line arguments are processed by the launcher, and no flags are set to load and start the system automatically. Eventually, all systems should be run using the default constructor, with the command line arguments processed in the launcher. Also the System Parameters class should be removed. However, this is beyond the scope of this work package Change to Resources The Resource class shall be changed to define a convenience method to create a new property from two String objects containing the text of the property name and the text of the property value. The launcher shall also make use of a new method to clear all resources from the static resource table, in order to load a fresh set of resources Change to Middleware Options The middleware setting option preferences shall be extended to include convenience methods to set the resources for discovery port, host and server run options Change to Position Class The Position class in the GSDK geometry package shall include a project method, to enable the calculation of a new Point2D object, projected backwards or forwards for a given time interval, given the current values of the position object s heading and speed. 4.2 CHANGES TO ATC MODULE A number of minor changes shall be made to the ATC module to improve the flexibility of access to specific servers. At present, most servers are hard-wired to their corresponding services. To allow multiple servers of the same type to run and be accessed specifically by a selected service, the connection configuration must be fully parameterised, allowing a service to access the specific server of choice IAS Server Changes The track class on the client side shall be improved to include an entity change event whenever the track updates with new positional information. The existing track object does not currently raise an entity change event when update occurs, but this is a convenient mechanism to be used by the TCT component FM Server Changes The FM controller API shall be rationalised to include a separate SFPL service, to allow servers like MTCD to access a simplified interface to provide flight plan and related information only. The existing FM controller Page 11 of 16

12 interface shall inherit from the SFPL subset, and the FM implementation shall remain unchanged. This split shall allow TCT to implement only a small subset of FM functionality to allow it to interact with its dedicated conflict servers. The System Plan service subset shall include: public SystemFlightPlan getsystemflightplan( Flight flight, String tag ); public void getsystemflightplan( Flight flight, String tag, EventListener callback ); public SubscriptionID registerforsystemflightplanevent( EventListener action, String tag ); public SubscriptionID registerforsfpldeletedevent( EventListener action ); public SubscriptionID registerforsfpldeletedevent( EventListener action, String tag ); public SubscriptionID registerforflightdeletedevent( EventListener action ); A new System Plan Service class shall be created to support the client side of the split of the FM API. The existing Flight Service interface shall extend the System Plan Service interface. When the service is created, the name of the target server shall be defined by a new resource, <context>.fm.server, which shall default to FM as before. This allows the System Plan service to connect to the TCT from the MTCD server. Additional null checks shall be added when creating an SFPL description as the sector crossing and clearance elements may be missing MTCD Server Changes The Conflict Service shall be modified to include an additional constructor to enable it to be connected to a selected server. The server shall be determined by resource, and supplied from the client application. This enables the client to select the server required to process a particular data set. The server configuration resources shall be of the form <context>.<type>.server <Server Name>, where <context> identifies the name of the host component <type> defines the type of service offered. For example, in the TCT component, the tactical trajectory conflict service would locate its tactical trajectory MTCD server with the following resource setting: TCT.TTCD.SERVER TCT_TTCD The MTCD server shall selectively determine the type of trajectory it accesses to determine conflicts. Only one trajectory type shall be stored with each server. Conflicts between one type and a specific instance of another type must be performed using the synchronous MTCD interface probeforconflicts. The MTCD defaults shall have a method to access a resource to specify the SFPL tag to use, and the MTCD controller shall use this tag to make subscriptions to the provider of SFPL data, using the new System Plan service defined by the FM component, but for this project, implemented by the TCT component. When using multiple MTCD servers, the client-side service must selectively process the common MTCD Update Event by setting the topic string to the name of the MTCD server in the event to determine which server source has produced the conflict Coordination Server Changes The coordination server shall be modified to provide support for an improved handover implementation. The present implementation uses the full unit crossing list to determine the handover sectors, but in practice, the server should only consider the current unit location of the flight, the current controlling unit, and the units in which the flight has been activated (generally only the next unit). Units that are orientated vertically shall take account of the possibility of clipping an uninterested unit whilst climbing between the current controlled unit and the next controlling unit. This is illustrated in Figure 4-1 below. Deleted: Figure 5-1 Page 12 of 16

13 Altitude Clipped Unit Next Unit Current Unit Distance Figure 4-1 Typical Clipping a Not Concerned Unit in Climb To Next Unit Deleted: 5 This issue is not correctly handled by the existing coordination server and shall be improved in the second phase of the work plan. Page 13 of 16

14 5 COMPONENT TESTS 5.1 OVERVIEW The TCT shall be tested using the scripted component test strategy adopted for the core edep platform. Each element of TCT functionality identified from the requirements shall be tested through a scripted test, that defines platform configuration and scenario details including the traffic sample, and airspace requirements. The following paragraphs describe individual test cases to exercise each of the requirements detailed in the TCT software requirements document, Ref TEST PLAN Test Case: Trajectory Generation Test Case ID Objective Test Items Input Specifications Output Specifications Test Criterion Environment Requirements Test Dependencies STP_TCT_GEN_010 Verify that the TCT shall generate both state vector and tactical trajectories and make them available for the CWP. edep platform, FASTI module and TCT subsystem A scenario shall be created with a conflict between two flights to illustrate the generation of the tactical and state vector conflicts. Flights shall be chosen to display the trajectories. State vector trajectory. Tactical trajectory. CWP PVD Flight Legs, VAW Check the displayed flight legs conform to the expected trajectory for state vector and tactical trajectory calculations. State vector trajectory shall show a forward projection for a nominal configurable time. Tactical trajectory: when on plan shall show the planning trajectory with nominal look ahead time: when off plan shall show a short forward projection followed by a smooth rejoin to planning trajecrtory. Airspace, Traffic, Configuration TCT_TCT_GEN_ Test Case: Conflict Detection Test Case ID Objective Test Items STP_TCT_GEN_011 Verify that the TCT shall generate both state vector and tactical conflicts and make them available for the CWP. edep platform, FASTI module and TCT subsystem Page 14 of 16

15 Input Specifications Output Specifications Test Criterion Environment Requirements Test Dependencies A scenario shall be created with a conflict between two flights to illustrate the generation of the tactical and state vector conflicts. Flights shall be chosen to display the conflicts on the flight legs and within the flight label and extended label. State vector conflict Tactical conflict CWP PVD Flight Legs, VAW Check the displayed flight legs show the expected conflicts for state vector and tactical conflict detection calculations. Airspace, Traffic, Configuration TCT_TCT_GEN_010 STP_TCT_GEN_ Test Case: Trajectory Change Filtering Test Case ID Objective Test Items Input Specifications Output Specifications Test Criterion Environment Requirements Test Dependencies STP_TCT_TAT_010 Verify that the TCT shall only generate trajectories for the CWP when there is a conflict detect from at least one of the trajectory types. edep platform, FASTI module and TCT subsystem A scenario shall be created with a pair of flights with no conflicts a state vector conflict between a pair of flights and a tactical conflict between a third pair to illustrate the generation of the tactical and state vector trajectories only when required. Flights shall be selected to display the trajectory flight legs. CWP PVD Flight Legs, VAW Check the displayed trajectory flight legs show the expected conflicts for state vector and tactical conflict detection calculations. Airspace, Traffic, Configuration TCT_TCT_TAT_050 STP_TCT_GEN_ Test Case: Critical Miss Test Case ID Objective Test Items STP_TCT_CRM_010 Verify that the TCT shall generate conflicts defining critical manoeuvres and make them available for the CWP. edep platform, FASTI module and TCT subsystem Page 15 of 16

16 Input Specifications Output Specifications Test Criterion Environment Requirements Test Dependencies A scenario shall be created with a conflict between two flights to illustrate the generation of the critical manoeuvre conflicts. Flights shall be chosen to display the conflicts showing critical manoeuvre on the flight legs and within the flight label and extended label. State vector conflict Tactical conflict CWP PVD Flight Legs, VAW Check the displayed flight legs show the expected conflicts for state vector and tactical conflict detection calculations. Airspace, Traffic, Configuration TCT_TCT_GEN_010 STP_TCT_GEN_010 Page 16 of 16

TCAS User Guide

TCAS User Guide TCAS 2004 User Guide Issue: Draft 0.6 Author: Graffica Date: 21 June 2004 Company: Graffica Ltd Page 1 of 18 Table Of Contents 1 Introduction...3 1.1 Version History...3 1.2 References...3 1.3 Abbreviations...3

More information

edep Development Project edep Controller Working Position (CWP) DETAILED DESIGN DOCUMENT

edep Development Project edep Controller Working Position (CWP) DETAILED DESIGN DOCUMENT edep Development Project edep Controller Working Position (CWP) DETAILED DESIGN DOCUMENT Page 1 of 54 Document Change Log Release Author Date of the release Description of the release 0.1 Robert 8 April

More information

Relative Significance of Trajectory Prediction Errors on an Automated Separation Assurance Algorithm

Relative Significance of Trajectory Prediction Errors on an Automated Separation Assurance Algorithm Relative Significance of Trajectory Prediction Errors on an Automated Separation Assurance Algorithm Todd Lauderdale Andrew Cone Aisha Bowe NASA Ames Research Center Separation Assurance Automation Should

More information

ATCoach Air Traffic Control Simulator

ATCoach Air Traffic Control Simulator A ATCoach TCoach is an advanced, multi-purpose, real-time system from UFA. In a single package, ATCoach provides functionality for both stand-alone and embedded simulation environments that support a wide

More information

Founded in 1981 Hometown Stockholm Focus on Air Traffic Management Si ATM own products

Founded in 1981 Hometown Stockholm Focus on Air Traffic Management Si ATM own products Founded in 1981 Hometown Stockholm Focus on Air Traffic Management Si ATM own products Operational ATM systems Simulators ATM related tools Christer Schörling Managing Director Moscow ATC centre, the 80

More information

Dynamic Service Definition in the future mixed Surveillance environment

Dynamic Service Definition in the future mixed Surveillance environment Dynamic Service Definition in the future mixed Surveillance environment Dr. Christos M. Rekkas Jean-Marc Duflot Pieter van der Kraan Surveillance Unit EUROCONTROL Rue de la Fusée 96, Brussels 1130, Belgium

More information

NATS Service Development Strategy

NATS Service Development Strategy NATS Service Development Strategy Mark Watson CNS/ATM Research NATS Ltd ATN 2005 slide 1 Contents NATS Strategy to meet future demand Impact on NATS Systems Consequence On Implementation of Data link services

More information

STORIA Technical Document TRS ANNEX STORIA OUTSOURCING

STORIA Technical Document TRS ANNEX STORIA OUTSOURCING Page : i EXPERIMENTAL CENTER Brétigny-sur-Orge, FRANCE STORIA Technical Document Issue date: 15 October 2004 The information contained in this document is the property of the Agency and no part should

More information

Faster Simulations of the National Airspace System

Faster Simulations of the National Airspace System Faster Simulations of the National Airspace System PK Menon Monish Tandale Sandy Wiraatmadja Optimal Synthesis Inc. Joseph Rios NASA Ames Research Center NVIDIA GPU Technology Conference 2010, San Jose,

More information

ACAS PROGRAMME ACASA

ACAS PROGRAMME ACASA ACAS PROGRAMME ACASA ACAS/ACASA/02-020 Edition : 1 Edition Date : March 2002 Status : Released Issue Class : EATMP Version 1.1 Page i DOCUMENT IDENTIFICATION SHEET DOCUMENT DESCRIPTION Document Title ACAS

More information

MANUAL ON DETAILED TECHNICAL SPECIFICATIONS FOR THE AERONAUTICAL TELECOMMUNICATION NETWORK (ATN) using ISO/OSI standards and protocols

MANUAL ON DETAILED TECHNICAL SPECIFICATIONS FOR THE AERONAUTICAL TELECOMMUNICATION NETWORK (ATN) using ISO/OSI standards and protocols Doc 9880-AN/466 PART IIA MANUAL ON DETAILED TECHNICAL SPECIFICATIONS FOR THE AERONAUTICAL TELECOMMUNICATION NETWORK (ATN) using ISO/OSI standards and protocols PART IIA GROUND-GROUND APPLICATIONS ATS INTERFACILITY

More information

EUROCONTROL Guidance Material for Short Term Conflict Alert Appendix C: Cost Framework for the Standardisation of STCA

EUROCONTROL Guidance Material for Short Term Conflict Alert Appendix C: Cost Framework for the Standardisation of STCA EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL Guidance Material for Short Term Conflict Alert Appendix C: Cost Framework for the Standardisation of STCA Edition Number

More information

A survey of the NARSIM C/S middleware

A survey of the NARSIM C/S middleware Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laborator y NLR NLR A survey of the NARSIM C/S middleware R.W.F.J. Michiels DOCUMENT CONTROL SHEET ORIGINATOR'S REF. U SECURITY CLASS. Unclassified

More information

Sense and Avoid: Software Architecture version 1.0

Sense and Avoid: Software Architecture version 1.0 Sense and Avoid: Software Architecture version 1.0 Team No Scrubs Computer Science Department California Polytechnic State University San Luis Obispo, CA November 11, 2015 Contents Contents Revision History

More information

Database code in PL-SQL PL-SQL was used for the database code. It is ready to use on any Oracle platform, running under Linux, Windows or Solaris.

Database code in PL-SQL PL-SQL was used for the database code. It is ready to use on any Oracle platform, running under Linux, Windows or Solaris. Alkindi Software Technology Introduction Alkindi designed a state of the art collaborative filtering system to work well for both largeand small-scale systems. This document serves as an overview of how

More information

EUROCAE ED-122 / RTCA DO-306 Oceanic SPR Standard

EUROCAE ED-122 / RTCA DO-306 Oceanic SPR Standard Oceanic SPR Standard ICAO NAT PBCS Workshop, Feb 2013 Presented by Jerome CONDIS RTCA SC-214 / EUROCAE WG-78 Co-chair 1 History SC189 / WG53 1 2 3 4 ED100 / DO 258 : Interoperability Requirements for ATS

More information

SURVEILLANCE DATA EXCHANGE. Part 1. All Purpose Structured Eurocontrol Surveillance Information Exchange (ASTERIX)

SURVEILLANCE DATA EXCHANGE. Part 1. All Purpose Structured Eurocontrol Surveillance Information Exchange (ASTERIX) EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL STANDARD DOCUMENT FOR SURVEILLANCE DATA EXCHANGE Part 1 All Purpose Structured Eurocontrol Surveillance Information Exchange

More information

Eurocontrol ATN Trials End System

Eurocontrol ATN Trials End System ATNP/WG3/WP 24 October 1997 EUROCONTROL AERONAUTICAL TELECOMMUNICATION NETWORK PANEL WORKING GROUP 3 (APPLICATIONS AND UPPER LAYERS) Redondo Beach, USA, 27-30 October 1997 Eurocontrol ATN Trials End System

More information

Component-based software engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 19 Slide 1

Component-based software engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 19 Slide 1 Component-based software engineering Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 19 Slide 1 Objectives To explain that CBSE is concerned with developing standardised components and

More information

Alberta Reliability Standard Cyber Security Incident Reporting and Response Planning CIP-008-AB-5

Alberta Reliability Standard Cyber Security Incident Reporting and Response Planning CIP-008-AB-5 A. Introduction Consultation Draft April 5, 2016 1. Title: 2. Number: 3. Purpose: To mitigate the risk to the reliable operation of the bulk electric system as the result of a cyber security incident by

More information

ANIMS-Phase 2. IntuiLab Intactile DESIGN. Eurocontrol CARE INO II programme

ANIMS-Phase 2. IntuiLab Intactile DESIGN. Eurocontrol CARE INO II programme ANIMS-Phase 2 IntuiLab Intactile DESIGN Eurocontrol CARE INO II programme Introduction The ANIMS project is carried out in collaboration between the Eurocontrol agency, researchers in user interfaces from

More information

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL SUMMARY OF RESPONSES (SOR) DOCUMENT FOR THE

EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL SUMMARY OF RESPONSES (SOR) DOCUMENT FOR THE EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL SUMMARY OF RESPONSES (SOR) DOCUMENT FOR THE Draft Specification for Airspace Management (ASM) Support System Requirements supporting the

More information

MDS1 SESAR. The Single European Sky Programme DG TREN

MDS1 SESAR. The Single European Sky Programme DG TREN MDS1 SESAR The Single European Sky Single Industrial and European Technological Sky ATM Research Programme Slide 1 MDS1 Marco De Sciscio; 21/01/2006 Europe facing development challenges Air Traffic in

More information

Cooperative Traffic Management

Cooperative Traffic Management European ATFCM towards Enhanced Time-based Operations Pascal Hop Project Leader CTM March 2016 Network Strategic Developments Network Strategy Plan, RP2 target focus Efficiently exploit available network

More information

Predicting flight routes with a deep neural network in the Air Traffic Flow and Capacity Management system. Herbert Naessens, 11 October 2018

Predicting flight routes with a deep neural network in the Air Traffic Flow and Capacity Management system. Herbert Naessens, 11 October 2018 Predicting flight routes with a deep neural network in the Air Traffic Flow and Capacity Management system Herbert Naessens, 11 October 2018 In this presentation Who is EUROCONTROL Maastricht UAC ATC to

More information

Base of Aircraft Data (BADA) EUROCONTROL s Aircraft Performance Model

Base of Aircraft Data (BADA) EUROCONTROL s Aircraft Performance Model Base of Aircraft Data (BADA) EUROCONTROL s Aircraft Performance Model 1 What is BADA? BADA - Base of Aircraft DAta is an Aircraft Performance Model (APM) developed and maintained by EUROCONTROL through

More information

Techniques for the unambiguous specification of software

Techniques for the unambiguous specification of software Formal Techniques for the unambiguous of software Objectives To explain why formal techniques help discover problems in system requirements To describe the use of algebraic techniques for interface To

More information

Innovative concepts in SDP Facing new challenges in aircraft position tracking and prediction

Innovative concepts in SDP Facing new challenges in aircraft position tracking and prediction Surveillance Services Info Days Brussels, 6-7 December 2017 Innovative concepts in SDP Facing new challenges in aircraft position tracking and prediction Johannes De Haan SDDS Service Manager TLP: GREEN

More information

SURVEILLANCE DATA EXCHANGE

SURVEILLANCE DATA EXCHANGE EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL STANDARD DOCUMENT FOR SURVEILLANCE DATA EXCHANGE Part 1 All Purpose Structured Eurocontrol Surveillance Information Exchange

More information

exo Product Maintenance Program

exo Product Maintenance Program exo Product Maintenance Program Overview exo s subscription customers benefit from the exo product maintenance program, according to the coverage specified in their subscription contract. The program provides

More information

Broker Clusters. Cluster Models

Broker Clusters. Cluster Models 4 CHAPTER 4 Broker Clusters Cluster Models Message Queue supports the use of broker clusters: groups of brokers working together to provide message delivery services to clients. Clusters enable a Message

More information

Implementation of Process Networks in Java

Implementation of Process Networks in Java Implementation of Process Networks in Java Richard S, Stevens 1, Marlene Wan, Peggy Laramie, Thomas M. Parks, Edward A. Lee DRAFT: 10 July 1997 Abstract A process network, as described by G. Kahn, is a

More information

Managing Jurisdictional Risks for Public Cloud Services

Managing Jurisdictional Risks for Public Cloud Services Managing Jurisdictional Risks for Public Cloud Services Version 1.0 July 2017 1 Contents Executive summary 3 Definitions 4 Assessing jurisdictional risk 5 Commonly-used jurisdictions 8 2 Executive summary

More information

Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS)

Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS) Page 1 of 6 Service Description: Advanced Services Fixed Price Cisco Data Center Accelerated Deployment Service for Nexus 9000 (ASF-DCV1-NEX-ADS) This document describes Advanced Services Fixed Price:

More information

Data update on the Public Portal by mid-2016

Data update on the Public Portal by mid-2016 Data update on the Public Portal by mid-2016 Document information Project Title Project Number Project Manager Deliverable Name Administrate ATM Master Plan Updates C.01. Edition 00.00.01 Task contributors

More information

ASPASIA Project Presentation

ASPASIA Project Presentation Aeronautical Surveillance & Planning by Advanced Satellite-Implemented Applications ASPASIA Project Presentation AGCFG4 and NexSAT9 Meeting Brussels, 13 th and 14 th September 2007 Antonio Paradell, Atos

More information

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks

Chapter 3 A New Framework for Multicast Mobility in WiFi Networks Chapter 3 A New Framework for Multicast Mobility in WiFi Networks 3.1 Introduction This chapter presents the designed framework that was produced during this research. The chapter describes about network

More information

Standard Development Timeline

Standard Development Timeline Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Description of Current Draft

More information

Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE)

Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE) Page 1 of 9 Service Description: Advanced Services Fixed Price Cisco WebEx Advise and Implement Service (0-5,000 Users) (ASF- WBXS-UC-PDIBSE) This document describes Advanced Services Fixed Price Cisco

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 0B0-105 Title : BEA8.1 Certified Architect:Enterprise Architecture Vendors

More information

LINK Programme. Generic Interop Test Plan for Avionics - Part 1 Upper Layers and CM/CPDLC applications. Cooperative Network Design

LINK Programme. Generic Interop Test Plan for Avionics - Part 1 Upper Layers and CM/CPDLC applications. Cooperative Network Design Edition 2.3 Author: LINK Test Facility Edition date: 15.06.2010 Reference nr: LINK2000+/LIT/Avionics Test Plan LINK 2000+ Programme Generic Interop Test Plan for Avionics - Part 1 Upper Layers and CM/CPDLC

More information

5/4/2016 ht.ttlms.com

5/4/2016 ht.ttlms.com Order Template Screen 1 Free Form Lesson Overview 2 Free Form Performance Based CNS Requirements 3 Free Form Performance Based CNS Requirements 4 Single Answer Knowledge Check 5 Free Form Related ICAO

More information

System Wide Information Management (SWIM) PENS Symposium Brussels, 17 October 2012

System Wide Information Management (SWIM) PENS Symposium Brussels, 17 October 2012 System Wide Information Management (SWIM) PENS Symposium Brussels, 17 October 2012 THIS PRESENTATION IS ABOUT Introduction Principles & Definition Governance Logical models Technical infrastructure Open

More information

MEMORANDUM OF UNDERSTANDING FOR THE INTERCONNECTION OF THE AUTOMATED SYSTEMS OF AAA AND BBB

MEMORANDUM OF UNDERSTANDING FOR THE INTERCONNECTION OF THE AUTOMATED SYSTEMS OF AAA AND BBB FOR THE INTERCONNECTION OF THE AUTOMATED SYSTEMS OF AAA AND BBB -2- Effective date: 17 SEP 2009 Pages: 2 of 24 Preface This document defines the Memorandum of Understanding that will allow AAA and BBB

More information

Version 1.4 Paribus Discovery for Microsoft Dynamics CRM User Guide

Version 1.4 Paribus Discovery for Microsoft Dynamics CRM User Guide Version 1.4 Paribus Discovery for Microsoft Dynamics CRM User Guide Document Version 1.3 Release Date: September 2011 QGate Software Limited D2 Fareham Heights, Standard Way, Fareham Hampshire, PO16 8XT

More information

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. Preface p. xiii Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p. 5 Client-Side JavaScript: Executable Content

More information

SCRIPT: An Architecture for IPFIX Data Distribution

SCRIPT: An Architecture for IPFIX Data Distribution SCRIPT Public Workshop January 20, 2010, Zurich, Switzerland SCRIPT: An Architecture for IPFIX Data Distribution Peter Racz Communication Systems Group CSG Department of Informatics IFI University of Zürich

More information

Sixth Meeting of CNS/MET Sub-Group of APANPIRG

Sixth Meeting of CNS/MET Sub-Group of APANPIRG CNS/MET/SG/6-IP/32 International Civil Aviation Organization Sixth Meeting of CNS/MET Sub-Group of APANPIRG Bangkok, Thailand, 15-19 July 2002 Agenda Item 3: ATN transition planning TECHNICAL DOCUMENT

More information

Service Schedule BT Web Manager

Service Schedule BT Web Manager 1. SERVICE DESCRIPTION Service Overview 1.1 The Service includes the construction and hosting of a business website as further described in this Service Schedule. It does not include the provision of any

More information

Embedded Resource Manager (ERM)

Embedded Resource Manager (ERM) Embedded Resource Manager (ERM) The Embedded Resource Manager (ERM) feature allows you to monitor internal system resource utilization for specific resources such as the buffer, memory, and CPU ERM monitors

More information

Info 408 Distributed Applications Programming Exercise sheet nb. 4

Info 408 Distributed Applications Programming Exercise sheet nb. 4 Lebanese University Info 408 Faculty of Science 2017-2018 Section I 1 Custom Connections Info 408 Distributed Applications Programming Exercise sheet nb. 4 When accessing a server represented by an RMI

More information

INCEPTION IMPACT ASSESSMENT. A. Context, Problem definition and Subsidiarity Check

INCEPTION IMPACT ASSESSMENT. A. Context, Problem definition and Subsidiarity Check TITLE OF THE INITIATIVE LEAD DG RESPONSIBLE UNIT AP NUMBER LIKELY TYPE OF INITIATIVE INDICATIVE PLANNING December 2017 ADDITIONAL INFORMATION - INCEPTION IMPACT ASSESSMENT Governmental Satellite Communications

More information

INTEGRATION OF DOWNLINK AIRCRAFT PARAMETERS IN A FRENCH EN ROUTE ATC CONTROLLER WORKING POSITION

INTEGRATION OF DOWNLINK AIRCRAFT PARAMETERS IN A FRENCH EN ROUTE ATC CONTROLLER WORKING POSITION INTEGRATION OF DOWNLINK AIRCRAFT PARAMETERS IN A FRENCH EN ROUTE ATC CONTROLLER WORKING POSITION Vincent Kapp DSNA Toulouse, France Sous Direction pour les Etudes et la Recherche formerly CENA vincent.kapp@aviation-civile.gouv.fr

More information

PRC Coordination of Protection Systems for Performance During Faults

PRC Coordination of Protection Systems for Performance During Faults PRC-027-1 Coordination of Protection Systems for Performance During Faults A. Introduction 1. Title: Coordination of Protection Systems for Performance During Faults 2. Number: PRC-027-1 3. Purpose: To

More information

NX electrical and mechanical routing

NX electrical and mechanical routing electrical and mechanical routing Accelerating design of electrical and mechanical routed systems in complex assemblies Electrical routing benefits Re-uses logical design eliminates redundant data creation

More information

En Route Automation Infrastructure In Transition

En Route Automation Infrastructure In Transition En Route Automation Infrastructure In Transition Presented at NEXTOR s NAS Infrastructure in Transition Conference Reza Eftekari June 13, 2006 1 2006 The MITRE Corporation. All rights reserved. From NAS

More information

NMCS2 MIDAS Outstation Algorithm Specification

NMCS2 MIDAS Outstation Algorithm Specification traffic systems and signing TR 2177 Issue H NMCS2 MIDAS Outstation Algorithm Specification Crown Copyright 2009 First published 1994 Printed and published by the Highways Agency Page 1 NOTE: This document

More information

Deployment is underway!

Deployment is underway! Deployment is underway! 15 September 2015 Scandic Hotel Roskilde, Denmark CODECS has received funding from the European Union s Horizon 2020 research and innovation programme under Grant Agreement No 653339.

More information

MINIMUM EQUIPMENT LIST REGISTRATION: SERIAL #:

MINIMUM EQUIPMENT LIST REGISTRATION: SERIAL #: 23 COMMUNICATIONS 23-1 -05-1 Radio Management Unit (RMU) (Honeywell Equipped Aircraft Only) -10-1 Communications System (VHF & UHF) -10-2 High Frequency (HF) Communication System C 2 1 (O) One may be inoperative

More information

<Insert Picture Here>

<Insert Picture Here> The Other HPC: Profiling Enterprise-scale Applications Marty Itzkowitz Senior Principal SW Engineer, Oracle marty.itzkowitz@oracle.com Agenda HPC Applications

More information

Copyright. Restricted Rights Legend. Trademarks or Service Marks. Copyright 2003 BEA Systems, Inc. All Rights Reserved.

Copyright. Restricted Rights Legend. Trademarks or Service Marks. Copyright 2003 BEA Systems, Inc. All Rights Reserved. Version 8.1 SP4 December 2004 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation is subject to and made available only pursuant to

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR ADVANCED JAVA PROGRAMMING CIS1870 3 Credit Hours Student Level: This course is open to students on the college level in either freshman

More information

Programming with the Service Control Engine Subscriber Application Programming Interface

Programming with the Service Control Engine Subscriber Application Programming Interface CHAPTER 5 Programming with the Service Control Engine Subscriber Application Programming Interface Revised: July 28, 2009, Introduction This chapter provides a detailed description of the Application Programming

More information

Guidelines for Handling Addressing Changes in the AMHS Network

Guidelines for Handling Addressing Changes in the AMHS Network EUR AMHS Documentation AMHS Addressing Change Guidance Guidelines for Handling Addressing Changes in the AMHS Network Document Reference: Author: EUR AMHS Documentation, AMHS Addressing Change Guidance

More information

TARIFF DISTRIBUTION. DATE: January 20, 2012

TARIFF DISTRIBUTION. DATE: January 20, 2012 FILE PACKAGE NO.: KY-11-0086 TARIFF DISTRIBUTION DATE: January 20, 2012 STATE: KENTUCKY EFFECTIVE DATE: 01/19/2012 TYPE OF DISTRIBUTION: Approved PURPOSE: VoIP TARIFF SECTION PAGE NUMBER PAGE REVISION

More information

Programming with the Service Control Engine Subscriber Application Programming Interface

Programming with the Service Control Engine Subscriber Application Programming Interface CHAPTER 5 Programming with the Service Control Engine Subscriber Application Programming Interface Revised: November 20, 2012, Introduction This chapter provides a detailed description of the Application

More information

Service Discovery Gateway

Service Discovery Gateway The feature enables multicast Domain Name System (mdns) to operate across Layer 3 (L3) boundaries. An mdns gateway will be able to provide transport for service discovery across L3 boundaries by filtering,

More information

02 Features of C#, Part 1. Jerry Nixon Microsoft Developer Evangelist Daren May President & Co-founder, Crank211

02 Features of C#, Part 1. Jerry Nixon Microsoft Developer Evangelist Daren May President & Co-founder, Crank211 02 Features of C#, Part 1 Jerry Nixon Microsoft Developer Evangelist Daren May President & Co-founder, Crank211 Module Overview Constructing Complex Types Object Interfaces and Inheritance Generics Constructing

More information

DISTRIBUTED SIMULATION AND CONTROL: THE FOUNDATIONS. Wayne J. Davis

DISTRIBUTED SIMULATION AND CONTROL: THE FOUNDATIONS. Wayne J. Davis Proceedings of the 2001 Winter Simulation Conference B. A. Peters, J. S. Smith, D. J. Medeiros, and M. W. Rohrer, eds. DISTRIBUTED SIMULATION AND CONTROL: THE FOUNDATIONS Wayne J. Department of General

More information

AMSC/CMSC 664 Final Presentation

AMSC/CMSC 664 Final Presentation AMSC/CMSC 664 Final Presentation May 9, 2017 Jon Dehn Advisor: Dr. Sergio Torres, Leidos Corporation Project Goal Build a framework for testing compute-intensive algorithms in air traffic management First

More information

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski

APM. Object Monitor. Object Lab. Richard Hayton & Scarlet Schwiderski APM POSEIDON HOUSE CASTLE PARK CAMBRIDGE CB3 0RD UNITED KINGDOM +44 1223 515010 Fax +44 1223 359779 Email: apm@ansa.co.uk URL: http://www.ansa.co.uk Object Lab Object Monitor Richard Hayton & Scarlet Schwiderski

More information

PowerShell for System Center Configuration Manager Administrators

PowerShell for System Center Configuration Manager Administrators Course 55133A: PowerShell for System Center Configuration Manager Administrators - Course details Course Outline Module 1: Review of System Center Configuration Manager Concepts This module explains the

More information

Architectural Design. Topics covered. Architectural Design. Software architecture. Recall the design process

Architectural Design. Topics covered. Architectural Design. Software architecture. Recall the design process Architectural Design Objectives To introduce architectural design and to discuss its importance To explain the architectural design decisions that have to be made To introduce three complementary architectural

More information

AviationSimNet Specification

AviationSimNet Specification MP 06W 0000131 AviationSimNet Specification Release Date: June 2010 Version: 2.2 Authored by the AviationSimNet Standards Working Group Published by The MITRE Corporation Sponsor: The MITRE Corporation

More information

Product Versioning and Back Support Policy

Product Versioning and Back Support Policy Effective March 18, 2016 to Feb 1, 2017 Product Versioning and Back Support Policy Definitions Semantic Versioning Date Based Versioning Standard Support Extended Support End of Life Support Critical Security

More information

Service Schedule BT Web Starter

Service Schedule BT Web Starter 1. SERVICE DESCRIPTION Service Overview 1.1 The Service includes the construction and hosting of a business website as further described in this Service Schedule. It does not include the provision of any

More information

SURVEILLANCE DATA EXCHANGE. Part 16: Category 23

SURVEILLANCE DATA EXCHANGE. Part 16: Category 23 EUROPEAN ORGANISATION FOR THE SAFETY OF AIR NAVIGATION EUROCONTROL EUROCONTROL STANDARD DOCUMENT FOR SURVEILLANCE DATA EXCHANGE Part 16: Category 23 CNS/ATM Ground Station CNS/ATM Ground Station Service

More information

Wrapping a complex C++ library for Eiffel. FINAL REPORT July 1 st, 2005

Wrapping a complex C++ library for Eiffel. FINAL REPORT July 1 st, 2005 Wrapping a complex C++ library for Eiffel FINAL REPORT July 1 st, 2005 Semester project Student: Supervising Assistant: Supervising Professor: Simon Reinhard simonrei@student.ethz.ch Bernd Schoeller Bertrand

More information

: EUROCONTROL Specification. Surveillance Data Exchange ASTERIX Part 4 Category 048 Monoradar Target Reports Appendix A: Reserved Expansion Field

: EUROCONTROL Specification. Surveillance Data Exchange ASTERIX Part 4 Category 048 Monoradar Target Reports Appendix A: Reserved Expansion Field EUROCONTROL Specification for Surveillance Data Exchange ASTERIX Part 4 Category 048 Monoradar Target Reports Appendix A: Reserved Expansion Field DOCUMENT IDENTIFIER : Edition Number : 1.9 Edition Date

More information

AFTN Terminal. Architecture Overview

AFTN Terminal. Architecture Overview AFTN Terminal Architecture Overview Flight ATM Systems Ltd. Document Number AFTNTERM-ARCH Rev A0.01 Filename: GEN_AFTN_Terminal Architecture.doc Paper size: A4 Template: Flight ATM.dot persons, without

More information

Web-based Internet Information and Application Checklist

Web-based Internet Information and Application Checklist REVIEWER INFORMATION Product Name: Version #: Reviewer Name: Date: Filenames/URL: Locations: Intranet Training Academy DCMA360 Other (explain) REVIEW GUIDELINES Complete this review, using the following

More information

Request for Quotations

Request for Quotations Request for Quotations OpenCL 2.2 CTS September 2016 Notice ALL KHRONOS SPECIFICATIONS AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, MATERIALS ) ARE BEING PROVIDED AS IS. KHRONOS MAKES NO WARRANTIES, EXPRESSED,

More information

SCGC-SEU DATA REQUEST-001 SDG&E-SOCALGAS 2019 GRC A /8 SEU SUPPLEMENTAL RESPONSE DATE RECEIVED: JANUARY 23, 2018 DATE ORIGINALLY RESPONDED:

SCGC-SEU DATA REQUEST-001 SDG&E-SOCALGAS 2019 GRC A /8 SEU SUPPLEMENTAL RESPONSE DATE RECEIVED: JANUARY 23, 2018 DATE ORIGINALLY RESPONDED: DATE RECEIVED: JANUARY 23, 2018 1.4. Witness Christopher Olmsted states in Workpaper SCG-26-CWP at page 193 of 871 regarding Integrated Customer Data and Analytics ( ICDA ): ICDA is a strategic priority

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May 2018

Internet Engineering Task Force (IETF) Request for Comments: ISSN: May 2018 Internet Engineering Task Force (IETF) A. Farrel Request for Comments: 8393 J. Drake Category: Standards Track Juniper Networks ISSN: 2070-1721 May 2018 Operating the Network Service Header (NSH) with

More information

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM Glossary of Navigation Terms accelerometer. A device that senses inertial reaction to measure linear or angular acceleration. In its simplest form, it consists of a case-mounted spring and mass arrangement

More information

The Impact of the coming Standard IEC61850 on the Life-cycle of Open Communication Systems in Substations

The Impact of the coming Standard IEC61850 on the Life-cycle of Open Communication Systems in Substations The Impact of the coming Standard IEC61850 on the Life-cycle of Open Communication Systems in Substations Lars Andersson, Klaus-Peter Brand, Wolfgang Wimmer ABB Power Automation Ltd, Switzerland Abstract

More information

RNAV 1 Approval Process

RNAV 1 Approval Process RNAV 1 Approval Process JAA Temporary Guidance Material TGL 10 Published November 2000 P-RNAV meets all PBN requirements for RNAV 1 Operations using DME/DME or GNSS EASA transposing JAA guidance into AMC

More information

Improving airports throughput

Improving airports throughput Improving airports throughput RECAT EU and Approach Time-Based Vincent TREVE Introduction Analysing summer period 2012, 6 airports were congested in the sense of operating at 80% or more of their capacity

More information

Best Practices Workshop: Parts & Mesh-Based Operations

Best Practices Workshop: Parts & Mesh-Based Operations Best Practices Workshop: Parts & Mesh-Based Operations Overview What are Parts and Mesh Based Operations? Transition from Region Based Meshing Why move to Parts Based Meshing How to use Parts Based Mesh

More information

CIP Cyber Security Incident Reporting and Response Planning

CIP Cyber Security Incident Reporting and Response Planning Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Development Steps Completed

More information

Inmarsat Global Xpress. Global, Mobile, Trusted.

Inmarsat Global Xpress. Global, Mobile, Trusted. Inmarsat Global Xpress Global, Mobile, Trusted. The New Standard in Mobile Satellite Communications Global Xpress Changes Everything: Worldwide wideband coverage Seamless mobile roaming Interoperable with

More information

European Sky ATM Research (SESAR) [5][6] in Europe both consider the implementation of SWIM as a fundamental element for future ATM systems.

European Sky ATM Research (SESAR) [5][6] in Europe both consider the implementation of SWIM as a fundamental element for future ATM systems. (FIXM) and the weather information exchange model 1. INTRODUCTION With the rapid increase in local and global air traffic, the system-wide operational information exchange and life-cycle management technologies

More information

Reporting Criteria for Airspace, Energy and Environmental Performance Data

Reporting Criteria for Airspace, Energy and Environmental Performance Data Reporting Criteria for Airspace, Energy and Environmental Performance Data 2016 17 Heathrow Airport Latitude: 51.471823 Longitude: -0.465460 Contents 1. Introduction... 3 1.1 NATS statement on airspace,

More information

ISO INTERNATIONAL STANDARD. Intelligent transport systems Communications access for land mobiles (CALM) Architecture

ISO INTERNATIONAL STANDARD. Intelligent transport systems Communications access for land mobiles (CALM) Architecture INTERNATIONAL STANDARD ISO 21217 First edition 2010-04-15 Intelligent transport systems Communications access for land mobiles (CALM) Architecture Systèmes intelligents de transport Accès aux communications

More information

Datalink performances

Datalink performances Datalink performances Outcome of the Datalink Performance Monitoring activities Jacky Pouzet Head of Communication and Frequency Coordination Unit WAC Madrid, March 2018 The Big Picture EC EASA Reminder:

More information

NX electrical and mechanical routing Accelerating design of mechanical and electrical routed systems in complex assemblies

NX electrical and mechanical routing Accelerating design of mechanical and electrical routed systems in complex assemblies electrical and mechanical routing Accelerating design of mechanical and electrical routed systems in complex assemblies fact sheet www.ugs.com Summary software digital product development solutions include

More information

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure

6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure Packet Processing Software for Wireless Infrastructure Last Update: v1.0 - January 2011 Performance Challenges for Wireless Networks As advanced services proliferate and video consumes an ever-increasing

More information

Uptime and Proactive Support Services

Uptime and Proactive Support Services Uptime and Proactive Support Services We ll accelerate your journey to sustainable IT optimisation and ensure that your technology is delivering all that it can. We ll keep your IT infrastructure up and

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title CWP Human Factors Design Project Number 10.10.02 Project Manager Indra Deliverable Name Final Project Report Deliverable ID D90 Edition 01.00.00

More information

The outline of the CONOPS

The outline of the CONOPS The outline of the CONOPS CS#9 - Data Communication Services (DCS) Philippe Renaud CS9 Project Manager 25 Oct 2013 CS9 Context A/G datalink mandated by EC No 29/2009 More ANSPs to be connected More ATN/VDL

More information