DIS AND HLA: CONNECTING PEOPLE, SIMULATIONS AND SIMULATORS IN THE MILITARY, SPACE AND CIVIL DOMAINS

Size: px
Start display at page:

Download "DIS AND HLA: CONNECTING PEOPLE, SIMULATIONS AND SIMULATORS IN THE MILITARY, SPACE AND CIVIL DOMAINS"

Transcription

1 DIS AND HLA: CONNECTING PEOPLE, SIMULATIONS AND SIMULATORS IN THE MILITARY, SPACE AND CIVIL DOMAINS G.J. Jense, N.H.L. Kuijpers, and A.C.M. Dumay TNO Physics and Electronics Laboratory P.O. Box 96864, 2509 JG The Hague, The Netherlands Phone , Fax {jense kuijpers ABSTRACT During the past decade, requirements within the US defence community for simulation-based tools to support acquisition, planning, (team) training and analysis, have resulted in a standard for distributed simulation known as DIS (Distributed Interactive Simulation). The potential advantages of distributed simulation technologies are evident: increased flexibility, building on existing software and communications standards, maximisation of the use of existing simulation assets, and thus reduced costs. Although DIS was originally developed for military applications, the technology is well suited as a simulator interoperability standard for both the space domain and other civil application areas. The first international DIS experiments between space agencies have already taken place. As in other distributed computing areas, the military have expressed a need for standardisation on a higher abstraction level than the basic communication protocols such as DIS. This trend has led to a new standard, developed and supported by the US Defence Modelling and Simulation Office (DMSO) known as HLA (High Level Architecture). This paper describes three important activities: recent and current developments of the DIS and HLA standards, the potential benefits of DIS and HLA for the space domain, and issues related to spin-in, spin-off, and dual-use of distributed simulation technology and applications in the military and civil domains. Copyright 1997 by TNO Physics and Electronics Laboratory. Published by the American Institute of Aeronautics and Astronautics, Inc. with permission. Released to IAF/IAA/AIAA to publish in all forms. 1. INTRODUCTION Motivated by a requirement for simulation based tools to support acquisition, planning, training, and analysis efforts, the defence community - most notably the US Department of Defence (DoD) - has heavily invested in R&D programmes on distributed simulation. This has resulted in a suite of protocols, collectively known as DIS (Distributed Interactive Simulation) as a standard for interconnecting large numbers of heterogeneous simulators across local and wide area networks. The DIS protocols allow the combination of such diverse elements as real-time interactive human-in-the-loop simulators, computer generated autonomous agents, numerical simulations of physical processes, and live instrumented participants, to operate together in one shared synthetic environment. Several users in non-military domains have recognised the potential benefits of DIS, and have used it in their own distributed simulation applications. In order to address several shortcomings of the DIS standards, to enable the interoperability of simulators with widely different architectures, and to further promote the reuse of existing simulation assets, the US DoD has now committed to a successor of DIS, which is known as the High Level Architecture (HLA). A significant difference in the way the HLA standard is being developed, refined, and extended, as compared to the way DIS was developed, is that contributions from the civil domain are actively sought by the Defence Modelling and Simulation Office (DMSO), who are the co-ordinating agency for HLA developments. This has resulted in the use of technologies, originally developed in the civil 1

2 domain, for the implementation of HLA support software and tools, and in the early adaptation of HLA for civil applications. configuration interconnecting a number of different simulators. The remainder of this paper is organised as follows. Section 2 introduces the DIS and HLA concepts and terminology, and includes a comparison of these two interoperability standards. Section 3 describes TNO s Advanced Simulation Framework, an abstraction layer designed to facilitate the migration from DIS to HLA. Next, in Section 4, the relevance of DIS and HLA for international space programmes is indicated by presenting some possible applications and mentioning the R&D work to achieve standardised interoperability in the space domain. Finally, in Section 5, conclusions are drawn and spin-in/spin-off of the DIS/HLA technology is discussed. 2.1 The DIS approach 2. DIS AND HLA The underlying technical approach of the DIS protocols is based on the following principles 1 : Object/event architecture: all dynamic entities in the synthetic environment inform all other entities of their status and actions through the transmission of standard information packets, socalled Protocol Data Units (PDUs); Autonomy of simulation nodes: all events caused by an individual simulator are broadcast and available to all other simulators. It is the receiving simulator's responsibility to determine the effects on its own state caused by the event; Transmission of state change information only: simulators transmit only changes in the state of the entity they simulate. Continuous activities are transmitted at a reduced update rate. Each simulator locally extrapolates the last reported states of other simulators until the next state update is received. This is referred to as deadreckoning. These principles allow simulators to minimise network traffic, make optimal use of local processing power, and enter and leave the synthetic environment without disrupting it. Figure 1 shows a typical DIS Simulator 1 Scenario Manager Computer Simulation Monitor (3D Stealth) Generated Force DIS protocol Simulator 2 Logger ISDN interface Figure 1: Interconnecting simulators through DIS. 2.2 Strengths and weaknesses of DIS DIS is a proven concept and is extensively used as standard protocol for simulator interoperability. An advantage of the DIS concept is that all DIS compliant simulators can operate within one simulated exercise. Stand-alone simulators become open systems. However, DIS has some drawbacks. Three features in the underlying data transport mechanism cause problems. Firstly, messages can get lost or arrive in the wrong order due to the use of the UDP/IP protocol. Secondly, the messages sent are part of standardised, fixed-sized Protocol Data Units (PDUs), although generic PDUs exist to communicate any type of data. Finally, due to the broadcast mechanism, the scaleability is rather limited. In the case that simulation experiments have to be repeatable, reliable data transfer is crucial. However, since DIS was originally developed for training purposes, unreliability was never recognised as a problem. 2 The fixed-sized PDUs in combination with the deadreckoning algorithms are well-suited to communicate state-updates and events between simulators (short messages). However, PDUs are relatively large and entire PDUs need to be broadcast even if just one Ethernet ISDN Remote Sites 2

3 attribute is changed. Furthermore, PDUs are generally ill-suited to transfer environmental state updates, as these often involve the transfer of large amounts of data. For instance, if weather plays a role in a distributed simulation, changes in wind direction and force are broadcast as meshes of wind vectors. This has lead to the current situation where new PDUs are being defined for all kinds of data exchange. Basically, DIS is nothing more than a protocol. No requirements for the software architecture of DIS compliant simulators are defined. Software packages can be purchased which provide the programmer with primitives for DIS based communication. However, using this type of software, specific in-depth knowledge about DIS is still required. A basic software layer which takes care of the communication and with which a simulation can communicate on a higher level would be a solution for programmers who are not familiar with DIS. 2.3 The High Level Architecture Over the past years, the DIS protocol standard has provided a solid base for real-time distributed simulation. DIS has been widely accepted, both by industrial and governmental users. The Aggregate Level Simulation Protocol (ALSP), which supports event-driven simulation, has been successfully applied in the field of Wargaming. 3 In order to unify these domains and extend the scope of the existing standards, the US Defence Modelling and Simulation Office (DMSO) in 1995 initiated a development to establish a new standard for modelling and simulation. This new standard, called High Level Architecture (HLA), is currently being defined. The HLA development is targeted at two main objectives. The first is to facilitate interoperability amongst heterogeneous simulations, e.g., real-time virtual simulations, aggregate level event driven simulations, non real-time constructive and live instrumented entities. The second objective is to promote reuse of simulations and their components. HLA is an attempt to capture the best from both DIS and ALSP and provide a standard architecture for simulator software at the same time. Figure 2: Functional View of the High level Architecture.. The HLA standard promotes reuse of simulations and their components. It attempts to specify the general structure of the interfaces between simulations without making specific demands on the implementation of each simulation. The standard is being developed in a co-operative, consensus-based forum of developers. 4 In the HLA baseline documents four basic concepts are defined: 1. The Run-Time Infrastructure (RTI) is an implementation of a distributed operating system which will be the basis software layer for HLA applications. The software layer takes care of communication between all simulation models. 2. The Interface Specification is a formal, functional description of the interface between the HLA application and the Run-Time Infrastructure. 3. A set of technical rules is defined to which an HLA participant has to comply. 4. The Object Model Templates are standardised formats to define the functionality of simulation models and the interaction between models. In this way the capabilities of all simulation models are defined before the actual simulation takes place. 2.4 Differences between DIS and HLA 3

4 The following list summarises the major differences between the new HLA standard and its DIS predecessor: HLA is an architecture (allowing the use of different components, such as communication protocols), while DIS specifies one single protocol; HLA is much more scaleable than DIS, because network traffic is greatly reduced due to its declaration management facilities (publication/subscription); HLA supports a much wider range of simulations, e.g., real-time virtual (human-in-theloop) simulations, constructive (non real-time) simulations, aggregate level (event driven non real-time) simulations, and instrumented live entities, where DIS was chiefly targeted at the first category only; HLA decouples the simulation application from the underlying communication protocol. Thus, HLA simulations can be developed by experts in the application domain, rather than by DIS experts; HLA is based on efficient and reliable point-topoint communication (TCP/IP could be used) using multicast grouping, while DIS relies on broadcast communication (TCP/UDP); HLA still has to prove itself, whereas DIS already has a track record of numerous successful implementations and applications. These comparisons indicate that HLA will be a major step forward with respect to DIS, but also that the transition from DIS to HLA is going to be a gradual one. Next, we describe possible applications of DIS and HLA in international space programmes, and how TNO realises the migration from DIS to HLA in its military R&D programme for distributed simulation. 3. DIS/HLA FOR INTERNATIONAL SPACE PROGRAMMES As in the defence area, modelling and simulation are indispensable tools in the space domain. A recent paper provides an overview of the use of simulation for verification and testing tasks in space projects. 5 This paper mentions a number of tasks related to space systems engineering, such as: concept study; requirements analysis; design; system integration; system testing. In fact, the use of modelling and simulation in the space domain is increasing. This is motivated by several reasons: In the space domain there is a continuing trend toward more international collaboration, requiring the interoperability of independently developed simulation facilities as well as the distribution of project test-beds that currently are mostly centralised; Several phases of space projects rely on extensive verification and validation exercises by combining hardware-in-the-loop and software based simulation; Also in the space domain there is an increasing drive toward further cost reduction by promoting the reuse of existing simulation assets. Because of these reasons, the use of DIS and HLA technology in the space domain, and any other civil domain for which similar characteristics can be identified, should be seriously considered. On the other hand, space applications pose specific demands that are not addressed by the basic DIS and HLA standards. This would mean that additional research and development efforts are required in order for DIS and HLA to become usable in the space domain Space applications of DIS/HLA Team Training Although training to prepare for space missions usually involves only a few individuals (controllers, mission specialists, astronauts) as compared to military training of hundreds or sometimes thousands of soldiers, the fidelity requirements for the simulated environment are often higher than in defence applications. A reconfigurable project test-bed, consisting of highly accurate constructive simulations, hardware-in-theloop components, event-driven simulations as well as 4

5 real-time virtual simulations would allow the training of operational procedures. Initial training is possible at an early stage in the project, when the target space system is still in its conceptual phase. Results from these initial training exercises could feed into the requirements analysis phase. Later, as more and more components are designed and implemented, the training environment would consist of validated simulations of the final system components, including hardware. Basing the project test-bed on a standardised distributed architecture, for instance based on DIS or HLA, would in principle allow the test-bed components to be geographically dispersed, and to be easily adaptable as the project progresses. A first experiment in this area was performed in a joint exercise of ESA/ESTEC and GSTC, and has been reported in. 7 Collaborative engineering Another area where distributed simulation technology can potentially be used to great advantage is collaborative virtual environments. Collaborative VEs have been proposed for several applications, including training and design engineering. 8 A collaborative VE would allow a geographically dispersed team of engineers to use existing simulation and database assets and link them through a standard communication infrastructure. An existing distributed simulation infrastructure for the space community could also mean increased accessibility of spacecraft (subsystem) data, e.g., simulation models, while these are still at contractors sites. Spacecraft control A virtual environment for spacecraft operations would enable the monitoring of spacecraft operations by a team of ground control operators. Based upon the telemetry data that is received, the virtual environment system reflects the status, ongoing activities and changes of the spacecraft and its subsystems. Ground operators are able to monitor the spacecraft from within a shared virtual environment. The virtual environment gives each operator an appropriate view on relevant onboard subsystems that renders its status. The virtual environment enables the operator to monitor both the subsystem(s) he or she is responsible for, as well as to maintain insight in the overall status of the spacecraft and relevant environmental conditions. An architecture for a spacecraft control environment based on advanced distributed simulation concepts such as DIS or HLA, supports distribution of operators across geographically separated sites; distribution of simulation modules across geographically separated sites; separation between ground control site and space link site. 3.2 Technical issues of DIS/HLA for space applications A number of technical issues that are directly or indirectly relevant for the use of DIS and HLA technology in the space domain have already been tackled. The following descriptions provide a few examples of these issues. Dead reckoning of spacecraft entities An example of a technical issue that can be encountered in space applications of DIS is described in. 9 This paper examines the effects of using the standard DIS dead reckoning (DR) algorithms to predict the motion of satellites in orbit. Because the standard algorithms are based on linear motion in a Cartesian co-ordinate system, their accuracy for the prediction of curvilinear motion of spacecraft entities is generally not sufficient. The paper goes on to compare the accuracy of the standard DR algorithms with that of a simulation model based on orbital mechanics, and concludes with the recommendation to develop models for accurately dead reckoning spacecraft entities while conserving network bandwidth (a conclusion that was also reached by other authors. 7 ) Simulation of the space environment A second example is not related to the simulation of entities, but that of environmental aspects, i.e., processes and conditions in the space environment such as solar phenomena (sunspots, coronal mass ejections, solar flares), the interplanetary medium (solar wind), and phenomena of the earth s atmosphere (aurora, geomagnetic storms). 10 Accurate simulation of these 5

6 phenomena is required to be able to assess their influence on, e.g., propagation of communications signals, navigation systems, satellite performance, health hazards, etc. The paper also discusses the gathering of authoritative data from space monitoring services, existing space environment models, and data standards issues, and concludes with a call for more collaboration between the space, defence, and other communities on this subjects. 3.3 Future Work Based on the activities and current hot topics in the space domain that were described above, we can identify a number of steps that can be taken by the space community to take advantage of ongoing developments in the DIS/HLA arena. These steps involve both concrete technical R&D work, but also more policy oriented measures: Further development and standardisation of, e.g., dead reckoning algorithms for spacecraft entities. Some basic work has already been done for the DIS protocols DIS, and the need for additional work within the framework of the HLA has been identified. Active participation by the space community, both industry and the space agencies, in the ongoing HLA standardisation activities. This can be accomplished in various ways, e.g., by participation in the semi-annual Simulation Interoperability Workshops, but also by experimenting with a Space Federation for instance through the joint development of standard Federation Object Models and Simulation Object Models. The potential advantages of distributed simulation technologies, not limited to but including DIS and HLA, for a number of space applications are evident: increased flexibility; building on existing software and communications standards; maximisation of the use of existing simulation assets; reduced costs. Therefore, an active participation of the space community, either by using existing DIS and HLA standards and products, or by contributing to and influencing the ongoing HLA development activities is warranted. 4. DIS AND HLA IN THE CIVIL DOMAIN On the relationship between the civil and military domains in the area of distributes simulation technology, the following observation can be made. The DIS protocols were developed in the military domain, and later found various applications in the civil domain. For the development of the HLA standards, DMSO is actively seeking contributions from non-military users and technology developers. What we see here is that civil technologies are being incorporated in military standards and products, developers and end-users from the civil domain are co-steering the development of the HLA standards and the associated products, and that civil applications are much earlier adopting the HLA standards. This section describes examples of these issues, 4.1 Civil technology for military applications HLA software based on CORBA For the development of the first HLA Real Time Infrastructure (RTI) prototype, the development team employed a CORBA compliant Object Request Broker. 11 More specifically, the Orbix implementation of CORBA was used. The use of CORBA allowed the team to rapidly develop a fully functional RTI prototype, taking advantage of CORBA platform independent communication facilities. The early availability of the RTI prototype in turn allowed the concurrent development of prototype HLA federations and the verification of HLA interface specifications at an early stage. The downside of using CORBA turned out to be a performance degradation due to CORBA s communication overhead. CORBA is also being used for the development of HLA support software. The HLA Modelling and Simulation Resource Repository (MSRR) will 6

7 provide access to consistent, authoritative, and validated representation of Modelling and Simulation representations, e.g., real world operational entities, their actions and interactions, environmental aspects, etc. However, all of these resources store their data in different formats. In order to provide uniform access to these heterogeneous databases, a CORBA based framework, known as Catalyst, is being developed to support federation execution development. 12 Catalyst offers the simulation developer various means to access data, modify objects and relations, translate between data formats, etc. Services (ACTS) programme. 14 COVEN aims to develop a software platform for teleworking and virtual presence applications. Networking trials are performed between the COVEN partners, making use of the ISDN and ATM communication infrastructure. In the framework of COVEN, TNO-FEL participates in a study into the feasibility of using DIS and HLA concepts for the development of the COVEN platform. The results of the COVEN project will be relevant for a number of distributed simulation applications, including the ones mentioned in section 3.1. Use of open commercial standards for DIS/HLA applications In addition to being used for the development of distributed simulation technology, open commercial standards are also becoming increasingly important for the development of DIS/HLA applications. A recent paper reports on the use of a standard Windows/Intel platform, low cost graphics acceleration hardware, and an industrial standard Application Programmer s Interface (Microsoft s Direct3D), to produce a stealth viewing station (or Virtual reality Scene Generator). 13 In addition to the open commercial standards, the product also relies on various military modelling and simulation standards (DIS, CTDB terrain databases, the ModSAF computer generated forces (CGF) software, etc.), and this has resulted in a number of technical solutions for problems related to the combination of DIS/HLA interoperability standards and the industrial standard software. 4.2 Civil applications of DIS and HLA Simulation based design and manufacturing Design concept evaluation, an early stage in the system acquisition process, is an important application area for distributed simulation in the military domain. The use of parallel and distributed simulation, usually under the nomenclature of High Performance Computing and Networking (HPCN), have also been used for quite some time now in various civil markets. Problems related to the integration of simulations have led developers in the consumer electronics and heavy industry markets to choose an approach based on HLA. 15 There, distributed simulation in general, and DIS/HLA based simulations in particular are expected to become applicable for such diverse applications as conceptual design, assembly modelling, computational analysis, and training. After evaluating the RTI prototype implementation, which is based on CORBA (see section 4.1), the authors decided to develop their own version of the RTI, designed to meet their strict performance requirements. Collaborative Virtual Environments Currently the most advanced 3D user interfaces to collaborative distributed simulation applications are immersive virtual environments. Immersive VEs will probably pose severe communication requirements due to the nature of the generated network traffic. Additionally, there are a number of critical human factors that need to be assessed before this technology can be successfully applied. TNO-FEL is a partner in the COVEN project, carried out in the framework of the EU Advanced Communication Technology and Transport and logistics In the civil domain, transport and logistics are key elements in the overall effort to sustain a business or industrial operation. In today s modern markets, precise planning, reduced cycle times require precise planning of operations, and the trend towards global collaboration means an increase in interoperability requirements between information systems of a world-wide operating virtual company. Collaborative decision making amongst geographically dispersed business operators requires a shared situation awareness, built from 7

8 consistent, up-to-date, reliable and authoritative information. Distributed simulation facilities will play a key role in such collaborative decision aids, and DIS and HLA technology are prime candidates as supporting technologies for such applications. 16 Driving simulation The automotive industry generally recognises the potential value of driving simulation for safety enhancement, training, and as a research tool. To date however, driving simulators have mainly been employed in the last area. This is due to the reason that for almost all applications of driving simulation, vehicle control is the main focus, which puts several extremely high performance requirements on the simulator. This in turn tends to make the development (and running!) of driving simulators very expensive. In spite of this, the potential benefits of networking several driving simulators into one overall synthetic environment is being recognised. 17 Before such a distributed driving simulation can be implemented successfully, several technical issues need to be addressed. Two important issues are the development of dead-reckoning algorithms that can meet the accuracy and performance requirements of driving simulators, and the definition of scenarios that are specifically tailored to the driving task at hand. Civil Aviation Driven by its large installed base of simulators and the trend towards international collaboration, and even globalisation of the aviation industry, the civil aviation community has taken an active interest in simulator interoperability issues. The US Federal Aviation Administration (FAA) has, within the framework of its National Simulation Capability (NSC) program, developed a Formal Analysis Process (FAP, which is an analysis environment, based on HLA concepts, but adapted to meet a number of civil aviation requirements, to support R&D efforts aimed at improving traffic flow, enhancing safety, increasing capacity, and improving overall system performance. 18 One important element in the overall FAP, is the assessment of fidelity of individual simulators that are to interoperate in a particular scenario. The FAA has already developed an assessment technique that allows simulation designers to perform cost-fidelity trade-off studies. 19 In Europe, DIS has also been identified as an extremely useful technology to support the development of future Air Traffic Control concepts CONCLUSIONS We have presented an overview of the current state of the DIS standard and the development of its successor, the HLA. We have given a concise description of the major concepts behind both, and compared their strengths and weaknesses. The situation with respect to simulation in the space domain has been compared to that in the military field. In spite of there being a number of differences, several basic similarities have also been noted, including trends towards more international collaboration, the need for interoperability of heterogeneous simulators, and the drive toward cost reduction through reuse of existing simulation assets. All of these suggest an approach based on distributed simulation. Moreover, we have mentioned a number of applications in the space domain that exhibit technical characteristics and requirements that can potentially be addressed by standards for distributed simulation in some form. These similarities justify in our view a careful study of both the requirements and the capabilities of existing standards (DIS), and emerging architectures (HLA) for distributed simulation. We have also reviewed the spin-in and spin-off between the military and civil domains. The use of civil technology in the military domain and the use of DIS and HLA technology for civil applications have been illustrated by means of several examples that are currently being developed. Because of a common tradition of operating at the cutting edge of technology, and of similar requirements in applications such as team training, collaborative decision support, and project test beds, the transfer of DIS/HLA technology from the defence to the space domain seems a logical step, either through spin-in of military simulation technology or 8

9 through the development of dual-use technology. In a later stage, the exploitation of DIS/HLA technology in the space domain can serve as an example for transfer of the technology to other civil domains, and thus creating a spin-off situation. REFERENCES 1. DIS Steering Committee, The DIS Vision, A Map to the Future of Distributed Simulation, Version 1, Institute for Simulation & Training, May 1994, Orlando, Florida, USA, IST-SP Duncan C. Miller, The DOD High Level Architecture And The Next Generation Of DIS, 14th DIS Workshop on The Standards for the Interoperability of Distributed Simulation, Orlando, FL, March Weatherly, D. Seidel, and J. Weismann, Aggregate Level Simulation Protocol, Proc Summer Comp. Sim. Conf., pp , Baltimore, July Defence Modeling and Simulation Office, HLA Management Plan High Level Architecture for Modeling and Simulation, Version 1.6, 17 July DMSO homepage: 5. Melton and J.E. Miró, The role of simulation in space system verification, European Space Research and Technology Centre ESTEC, Noordwijk, The Netherlands. 6. Hans Jense and Nico Kuijpers, DIS - The Next Generation: A perspective for European space programmes, Proc. 4 th ESA Workshop on Simulators for European Space Programmes, Noordwijk, October Vankov et.al., Distributed Interactive Simulation of Rendezvous and Docking with International Space Station, Proc Fall Simulator Interoperability Workshop, Orlando, FL, September Nico Kuijpers and Hans Jense, Collaborative Engineering in Distributed Virtual Environments, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March Martin R. Stytz, Dead reckoning of spacecraft entities in earth orbit, 14th DIS Workshop on The Standards for the Interoperability of Distributed Simulation, Orlando, FL, March James H. Hammond et.al., Modeling and Simulation of the Space Environment - An Overview, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March McGarry et.al., Design Issues for the High Level Architecture (HLA) Run Time Infrastructure (RTI) Prototype version 0.2, Proc. 14 th DIS Workshop, Orlando, FL, pp , Bruce R. McQueary et.al., A CORBA based framework supporting the development of complex distributed simulations, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March Garth Smith, A Virtual Reality Scene Generator through open Commercial Standards, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March Véronique Normand and Jolanda Tromp, Collaborative Virtual Environments: the COVEN project, Proc. Framework for Immersive Virtual Environments (FIVE) 96, Pisa, Italy, December Masakazu Furuichi et.al., Design and Implementation of Experimental HLA-RTI without employing CORBA, Proc. 15 th DIS Workshop, Orlando, FL. 16. David Payne, Interoperable Systems for 21 st Century Logistics: Training, Planning, and Execution, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March Reginald T. Welles and Darrell R. Turpin, When worlds collide - Considerations for integrating a driving simulator into a distributed interactive simulation network (DIS), Proc. 14 th DIS Workshop, Orlando, FL, pp , Paula Nouragas et.al., A formal analysis process based on the High Level Architecture, Proceedings of the 1997 Spring Simulator Interoperability Workshop, Orlando, FL, March Paula Nouragas et.al., Fidelity assessment in aviation related simulation applications, Proceedings 9

10 of the 1997 Fall Simulator Interoperability Workshop, Orlando, FL, September Peter Anthony Pennie, Distributed Interactive Simulation, Proc. ITEC 97, The 8th International Training and Education Conference, Lausanne, Switzerland,

Distributed Virtual Environments!

Distributed Virtual Environments! Distributed Virtual Environments! Introduction! Richard M. Fujimoto! Professor!! Computational Science and Engineering Division! College of Computing! Georgia Institute of Technology! Atlanta, GA 30332-0765,

More information

CMRE La Spezia, Italy

CMRE La Spezia, Italy Innovative Interoperable M&S within Extended Maritime Domain for Critical Infrastructure Protection and C-IED CMRE La Spezia, Italy Agostino G. Bruzzone 1,2, Alberto Tremori 1 1 NATO STO CMRE& 2 Genoa

More information

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

More information

What is a Simulation? Simulation & Modeling. Why Do Simulations? Emulators versus Simulators. Why Do Simulations? Why Do Simulations?

What is a Simulation? Simulation & Modeling. Why Do Simulations? Emulators versus Simulators. Why Do Simulations? Why Do Simulations? What is a Simulation? Simulation & Modeling Introduction and Motivation A system that represents or emulates the behavior of another system over time; a computer simulation is one where the system doing

More information

A VIRTUAL REALITY SCENE GENERATOR THROUGH OPEN COMMERCIAL STANDARDS

A VIRTUAL REALITY SCENE GENERATOR THROUGH OPEN COMMERCIAL STANDARDS A VIRTUAL REALITY SCENE GENERATOR THROUGH OPEN COMMERCIAL STANDARDS W. Garth Smith MetaVR, Inc. http://www.metavr.com KEYWORDS Microsoft: DirectX, Direct3D, Direct Sound, Visualization, PC, Multiplayer,

More information

estec PROSPECT Project Objectives & Requirements Document

estec PROSPECT Project Objectives & Requirements Document estec European Space Research and Technology Centre Keplerlaan 1 2201 AZ Noordwijk The Netherlands T +31 (0)71 565 6565 F +31 (0)71 565 6040 www.esa.int PROSPECT Project Objectives & Requirements Document

More information

EGS-CC. System Engineering Team. Commonality of Ground Systems. Executive Summary

EGS-CC. System Engineering Team. Commonality of Ground Systems. Executive Summary System Engineering Team Prepared: System Engineering Team Date: Approved: System Engineering Team Leader Date: Authorized: Steering Board Date: Restriction of Disclosure: The copyright of this document

More information

AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML

AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML 17 AGENT BASED MANUFACTURING CAPABILITY ASSESSMENT IN THE EXTENDED ENTERPRISE USING STEP AP224 AND XML Svetan Ratchev and Omar Medani School of Mechanical, Materials, Manufacturing Engineering and Management,

More information

RESPONSE TO THE HOUSE OF COMMONS TRANSPORT SELECT COMMITTEE INQUIRY INTO GALILEO. Memorandum submitted by The Royal Academy of Engineering

RESPONSE TO THE HOUSE OF COMMONS TRANSPORT SELECT COMMITTEE INQUIRY INTO GALILEO. Memorandum submitted by The Royal Academy of Engineering RESPONSE TO THE HOUSE OF COMMONS TRANSPORT SELECT COMMITTEE INQUIRY INTO GALILEO Memorandum submitted by The Royal Academy of Engineering September 2004 Executive Summary The Royal Academy of Engineering

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

AMSP-02 NATO MODELLING AND SIMULATION GLOSSARY OF TERMS

AMSP-02 NATO MODELLING AND SIMULATION GLOSSARY OF TERMS NATO MODELLING AND SIMULATION GLOSSARY OF TERMS Edition (A) Draft Version 0.8 MONTH YEAR NORTH ATLANTIC TREATY ORGANISATION ALLIED MODELLING AND SIMULATION PUBLICATION Published by the NATO STANDARDIZATION

More information

MAPLESIM: Tailored solutions for networking legacy flight simulators an HLA based approach

MAPLESIM: Tailored solutions for networking legacy flight simulators an HLA based approach MAPLESIM: Tailored solutions for networking legacy flight simulators an HLA based approach A.J.J. Lemmers and P.J. Kuiper Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR MAPLESIM:

More information

PROJECT FINAL REPORT Publishable Summary

PROJECT FINAL REPORT Publishable Summary PROJECT FINAL REPORT Publishable Summary Grant Agreement number: 205768 Project acronym: AGAPE Project title: ACARE Goals Progress Evaluation Funding Scheme: Support Action Period covered: from 1/07/2008

More information

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES REAL-TIME SIMULATION TOOLKIT A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT Diagram based Draw your logic using sequential function charts and let

More information

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Tools and methodologies for ITS design and drivers awareness A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Jan Gačnik, Oliver Häger, Marco Hannibal

More information

A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH

A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH Greg Pisanich, Lorenzo Flückiger, and Christian Neukom QSS Group Inc., NASA Ames Research Center Moffett Field, CA Abstract Autonomy is a key enabling

More information

SPACE SYSTEM AND ENGINEERING IN AFRICA: NIGERIA AS A CASE STUDY

SPACE SYSTEM AND ENGINEERING IN AFRICA: NIGERIA AS A CASE STUDY SPACE SYSTEM AND ENGINEERING IN AFRICA: NIGERIA AS A CASE STUDY THE 4 th AFRICAN LEADERSHIP CONFERENCE ON SPACE SCIENCE AND TECHNOLOGY FOR SUSTAINABLE DEVELOPMENT - ALC-2011 Building a Shared Vision for

More information

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1)

SCOE SIMULATION. Pascal CONRATH (1), Christian ABEL (1) SCOE SIMULATION Pascal CONRATH (1), Christian ABEL (1) Clemessy Switzerland AG (1) Gueterstrasse 86b 4053 Basel, Switzerland E-mail: p.conrath@clemessy.com, c.abel@clemessy.com ABSTRACT During the last

More information

An Approach to Integrating Modeling & Simulation Interoperability

An Approach to Integrating Modeling & Simulation Interoperability An Approach to Integrating Modeling & Simulation Interoperability Brian Spaulding Jorge Morales MÄK Technologies 68 Moulton Street Cambridge, MA 02138 bspaulding@mak.com, jmorales@mak.com ABSTRACT: Distributed

More information

Countering Capability A Model Driven Approach

Countering Capability A Model Driven Approach Countering Capability A Model Driven Approach Robbie Forder, Douglas Sim Dstl Information Management Portsdown West Portsdown Hill Road Fareham PO17 6AD UNITED KINGDOM rforder@dstl.gov.uk, drsim@dstl.gov.uk

More information

European Charter for Access to Research Infrastructures - DRAFT

European Charter for Access to Research Infrastructures - DRAFT 13 May 2014 European Charter for Access to Research Infrastructures PREAMBLE - DRAFT Research Infrastructures are at the heart of the knowledge triangle of research, education and innovation and therefore

More information

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) Exhibit R-2 0602308A Advanced Concepts and Simulation ARMY RDT&E BUDGET ITEM JUSTIFICATION (R2 Exhibit) FY 2005 FY 2006 FY 2007 FY 2008 FY 2009 FY 2010 FY 2011 Total Program Element (PE) Cost 22710 27416

More information

Technology and Manufacturing Readiness Levels [Draft]

Technology and Manufacturing Readiness Levels [Draft] MC-P-10-53 This paper provides a set of scales indicating the state of technological development of a technology and its readiness for manufacture, derived from similar scales in the military and aerospace

More information

ENGINEERS, TECHNICIANS, ICT EXPERTS

ENGINEERS, TECHNICIANS, ICT EXPERTS TECHNICAL SERVICES ENGINEERS, TECHNICIANS, ICT EXPERTS Small, swift and agile, Switzerland can be at the forefront of change, and is embracing this opportunity. KLAUS MEIER Chief Information Officer Skyguide

More information

SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS

SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS SPACE SITUATIONAL AWARENESS: IT S NOT JUST ABOUT THE ALGORITHMS William P. Schonberg Missouri University of Science & Technology wschon@mst.edu Yanping Guo The Johns Hopkins University, Applied Physics

More information

General Support Technology Programme (GSTP) Period 6 Element 3: Technology Flight Opportunities (TFO)

General Support Technology Programme (GSTP) Period 6 Element 3: Technology Flight Opportunities (TFO) General Support Technology Programme (GSTP) Period 6 Element 3: Technology Flight Opportunities (TFO) Open Call for Technology Flight Demonstrators and Carrier Flight Opportunities Introduction The Agency

More information

ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference September Toronto, Canada

ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference September Toronto, Canada ESA Human Spaceflight Capability Development and Future Perspectives International Lunar Conference 2005 19-23 September Toronto, Canada Scott Hovland Head of Systems Unit, System and Strategy Division,

More information

GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES

GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES GSO Framework Presented to the G7 Science Ministers Meeting Turin, 27-28 September 2017 22 ACTIVITIES - GSO FRAMEWORK GSO FRAMEWORK T he GSO

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

Information & Communication Technology Strategy

Information & Communication Technology Strategy Information & Communication Technology Strategy 2012-18 Information & Communication Technology (ICT) 2 Our Vision To provide a contemporary and integrated technological environment, which sustains and

More information

A simple embedded stereoscopic vision system for an autonomous rover

A simple embedded stereoscopic vision system for an autonomous rover In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 A simple embedded stereoscopic vision

More information

Introducing the European Space Agency Architectural Framework for Space-based Systems of Systems Engineering

Introducing the European Space Agency Architectural Framework for Space-based Systems of Systems Engineering Introducing the European Space Agency Architectural Framework for Space-based Systems of Systems Engineering Daniele Gianni, Niklas Lindman *, Joachim Fuchs and Robert Suzic European Space Agency Abstract.

More information

A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes

A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes A Methodology for Effective Reuse of Design Simulators in Operational Contexts: Lessons Learned in European Space Programmes 11th International Workshop on Simulation & EGSE facilities for Space Programmes

More information

The Virtual Spacecraft Reference Facility

The Virtual Spacecraft Reference Facility The Virtual Spacecraft M.Schön, M.Arcioni, D.Temperanza, K.Hjortnaes Michael.Schoen@esa.int On-Board Software Systems Section 1 Agenda Why? What? How? When? 2 The Virtual Spacecraft architecture view EuroSim

More information

Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems

Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems Dr. Holger Pfeifer Technische Universität München EIT ICT Labs Action Line Lead Cyber-Physical

More information

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska Call for Participation and Proposals With its dispersed population, cultural diversity, vast area, varied geography,

More information

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation The Study on the Architecture of Public knowledge Service Platform Based on Chang ping Hu, Min Zhang, Fei Xiang Center for the Studies of Information Resources of Wuhan University, Wuhan,430072,China,

More information

Using Variability Modeling Principles to Capture Architectural Knowledge

Using Variability Modeling Principles to Capture Architectural Knowledge Using Variability Modeling Principles to Capture Architectural Knowledge Marco Sinnema University of Groningen PO Box 800 9700 AV Groningen The Netherlands +31503637125 m.sinnema@rug.nl Jan Salvador van

More information

Software-Intensive Systems Producibility

Software-Intensive Systems Producibility Pittsburgh, PA 15213-3890 Software-Intensive Systems Producibility Grady Campbell Sponsored by the U.S. Department of Defense 2006 by Carnegie Mellon University SSTC 2006. - page 1 Producibility

More information

HELISIM SIMULATION CREATE. SET. HOVER

HELISIM SIMULATION CREATE. SET. HOVER SIMULATION HELISIM CREATE. SET. HOVER HeliSIM is the industry-leading high-end COTS for creating high-fidelity, high-quality flight dynamics simulations for virtually any rotary-wing aircraft in the world

More information

Towards an MDA-based development methodology 1

Towards an MDA-based development methodology 1 Towards an MDA-based development methodology 1 Anastasius Gavras 1, Mariano Belaunde 2, Luís Ferreira Pires 3, João Paulo A. Almeida 3 1 Eurescom GmbH, 2 France Télécom R&D, 3 University of Twente 1 gavras@eurescom.de,

More information

Cyber-Physical Production Systems. Professor Svetan Ratchev University of Nottingham

Cyber-Physical Production Systems. Professor Svetan Ratchev University of Nottingham Cyber-Physical Production Systems Professor Svetan Ratchev University of Nottingham Contents 1. Introduction 3 2. Key definitions 4 2.1 Cyber-Physical systems 4 2.2 Cyber-Physical Production Systems 4

More information

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

16502/14 GT/nj 1 DG G 3 C

16502/14 GT/nj 1 DG G 3 C Council of the European Union Brussels, 8 December 2014 (OR. en) 16502/14 OUTCOME OF PROCEEDINGS From: To: Council Delegations ESPACE 92 COMPET 661 RECH 470 IND 372 TRANS 576 CSDP/PSDC 714 PESC 1279 EMPL

More information

AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS

AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS AGENTS AND AGREEMENT TECHNOLOGIES: THE NEXT GENERATION OF DISTRIBUTED SYSTEMS Vicent J. Botti Navarro Grupo de Tecnología Informática- Inteligencia Artificial Departamento de Sistemas Informáticos y Computación

More information

PREFACE. Introduction

PREFACE. Introduction PREFACE Introduction Preparation for, early detection of, and timely response to emerging infectious diseases and epidemic outbreaks are a key public health priority and are driving an emerging field of

More information

Intelligent driving TH« TNO I Innovation for live

Intelligent driving TH« TNO I Innovation for live Intelligent driving TNO I Innovation for live TH«Intelligent Transport Systems have become an integral part of the world. In addition to the current ITS systems, intelligent vehicles can make a significant

More information

Interconnection OTBSAF and NS-2

Interconnection OTBSAF and NS-2 Petr PAVLŮ/Vladimír VRÁB Center of Simulation and Training Technologies Kounicova 44 612 00 Brno Czech Republic email: petr.pavlu@unob.cz /vladimir.vrab@unob.cz Abstract Computer Assisted Exercises are

More information

Smart and Networking Underwater Robots in Cooperation Meshes

Smart and Networking Underwater Robots in Cooperation Meshes Smart and Networking Underwater Robots in Cooperation Meshes SWARMs Newsletter #1 April 2016 Fostering offshore growth Many offshore industrial operations frequently involve divers in challenging and risky

More information

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal. Part 3B Product Development Plan

ARTES Competitiveness & Growth Full Proposal. Requirements for the Content of the Technical Proposal. Part 3B Product Development Plan ARTES Competitiveness & Growth Full Proposal Requirements for the Content of the Technical Proposal Part 3B Statement of Applicability and Proposal Submission Requirements Applicable Domain(s) Space Segment

More information

From Legacy Simulation to Interoperable Distributed Simulation: Alenia Aeronautics Experience

From Legacy Simulation to Interoperable Distributed Simulation: Alenia Aeronautics Experience 6-1 From Legacy Simulation to Interoperable Distributed Simulation: Alenia Aeronautics Experience M. Fabbri and S. Cerutti Laboratorio Sistemi e Simulazione - LSIT Alenia Aerospazio - Divisione Aeronautica

More information

A Distributed Virtual Reality Prototype for Real Time GPS Data

A Distributed Virtual Reality Prototype for Real Time GPS Data A Distributed Virtual Reality Prototype for Real Time GPS Data Roy Ladner 1, Larry Klos 2, Mahdi Abdelguerfi 2, Golden G. Richard, III 2, Beige Liu 2, Kevin Shaw 1 1 Naval Research Laboratory, Stennis

More information

Modeling and Simulation: Linking Entertainment & Defense

Modeling and Simulation: Linking Entertainment & Defense Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 1998 Modeling and Simulation: Linking Entertainment & Defense Zyda, Michael 1 April 98: "Modeling

More information

Preparatory paper: food for thought

Preparatory paper: food for thought CNS SYMPOSIUM 2-3 October 2018 EUROCONTROL s Brussels HQ Preparatory paper: food for thought 1 Introduction EUROCONTROL will host a two-day interactive CNS Symposium on October 2 nd and 3 rd, 2018. This

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

CPE/CSC 580: Intelligent Agents

CPE/CSC 580: Intelligent Agents CPE/CSC 580: Intelligent Agents Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Course Overview Introduction Intelligent Agent, Multi-Agent

More information

Dream Chaser Frequently Asked Questions

Dream Chaser Frequently Asked Questions Dream Chaser Frequently Asked Questions About the Dream Chaser Spacecraft Q: What is the Dream Chaser? A: Dream Chaser is a reusable, lifting-body spacecraft that provides a flexible and affordable space

More information

The Global Exploration Roadmap International Space Exploration Coordination Group (ISECG)

The Global Exploration Roadmap International Space Exploration Coordination Group (ISECG) The Global Exploration Roadmap International Space Exploration Coordination Group (ISECG) Kathy Laurini NASA/Senior Advisor, Exploration & Space Ops Co-Chair/ISECG Exp. Roadmap Working Group FISO Telecon,

More information

1. Introduction. defining and producing new materials with advanced properties, or optimizing industrial processes.

1. Introduction. defining and producing new materials with advanced properties, or optimizing industrial processes. Call for Interest Commercial Agents to market and sell the use of the facilities, resources and services on board the International Space Station in the Materials and Processes sector across Europe 1.

More information

COMMISSION RECOMMENDATION. of on access to and preservation of scientific information. {SWD(2012) 221 final} {SWD(2012) 222 final}

COMMISSION RECOMMENDATION. of on access to and preservation of scientific information. {SWD(2012) 221 final} {SWD(2012) 222 final} EUROPEAN COMMISSION Brussels, 17.7.2012 C(2012) 4890 final COMMISSION RECOMMENDATION of 17.7.2012 on access to and preservation of scientific information {SWD(2012) 221 final} {SWD(2012) 222 final} EN

More information

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation The CSIR has a proud track record spanning more than ten

More information

Autonomous Tactical Communications

Autonomous Tactical Communications Autonomous Tactical Communications Possibilities and Problems Lars Ahlin Jens Zander Div. of Communication Systems, Radio Communication Systems Department of Command and Dept. of Signals, Sensors and Systems

More information

N E T W O R K UPGRADE SOLUTIONS UPGRADE YOUR MPT NETWORK YOUR WAY

N E T W O R K UPGRADE SOLUTIONS UPGRADE YOUR MPT NETWORK YOUR WAY N E T W O R K UPGRADE SOLUTIONS UPGRADE YOUR MPT NETWORK YOUR WAY It s a fact that circuit-switched analog networks are becoming obsolete, as agencies move to IP-based networks. At the same time, the very

More information

Networked Virtual Environments

Networked Virtual Environments etworked Virtual Environments Christos Bouras Eri Giannaka Thrasyvoulos Tsiatsos Introduction The inherent need of humans to communicate acted as the moving force for the formation, expansion and wide

More information

Copyright: Conference website: Date deposited:

Copyright: Conference website: Date deposited: Coleman M, Ferguson A, Hanson G, Blythe PT. Deriving transport benefits from Big Data and the Internet of Things in Smart Cities. In: 12th Intelligent Transport Systems European Congress 2017. 2017, Strasbourg,

More information

UN-GGIM Future Trends in Geospatial Information Management 1

UN-GGIM Future Trends in Geospatial Information Management 1 UNITED NATIONS SECRETARIAT ESA/STAT/AC.279/P5 Department of Economic and Social Affairs October 2013 Statistics Division English only United Nations Expert Group on the Integration of Statistical and Geospatial

More information

Skyworker: Robotics for Space Assembly, Inspection and Maintenance

Skyworker: Robotics for Space Assembly, Inspection and Maintenance Skyworker: Robotics for Space Assembly, Inspection and Maintenance Sarjoun Skaff, Carnegie Mellon University Peter J. Staritz, Carnegie Mellon University William Whittaker, Carnegie Mellon University Abstract

More information

Embedded Training and LVC

Embedded Training and LVC UNCLASSIFIED Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR Executive summary Embedded Training and LVC Problem area Embedded Training (ET) provides many benefits for education

More information

BIM, CIM, IOT: the rapid rise of the new urban digitalism.

BIM, CIM, IOT: the rapid rise of the new urban digitalism. NEXUS FORUM BIM, CIM, IOT: the rapid rise of the new urban digitalism. WHAT MATTERS IN THE GLOBAL CHALLENGE FOR SMART, SUSTAINABLE CITIES AND WHAT IT MEANS NEXUS IS A PARTNER OF GLOBAL FUTURES GROUP FOR

More information

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS Eva Cipi, PhD in Computer Engineering University of Vlora, Albania Abstract This paper is focused on presenting

More information

University of Massachusetts Amherst Libraries. Digital Preservation Policy, Version 1.3

University of Massachusetts Amherst Libraries. Digital Preservation Policy, Version 1.3 University of Massachusetts Amherst Libraries Digital Preservation Policy, Version 1.3 Purpose: The University of Massachusetts Amherst Libraries Digital Preservation Policy establishes a framework to

More information

ORCHESTRA: Developing a Unified Open Architecture for Risk Management Applications

ORCHESTRA: Developing a Unified Open Architecture for Risk Management Applications The First International Symposium on Geo-Information for Disaster Management Delft - 23 rd March 2005 ORCHESTRA: Developing a Unified Open Architecture for Risk Management Applications David Caballero

More information

Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP)

Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP) Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP) NDIA Systems Engineering Division M&S Committee 22 May 2014 Table

More information

Our Corporate Strategy Digital

Our Corporate Strategy Digital Our Corporate Strategy Digital Proposed Content for Discussion 9 May 2016 CLASSIFIED IN CONFIDENCE INLAND REVENUE HIGHLY PROTECTED Draft v0.2a 1 Digital: Executive Summary What is our strategic digital

More information

UPGRADE YOUR MPT NETWORK THE SMART WAY. harris.com #harriscorp

UPGRADE YOUR MPT NETWORK THE SMART WAY. harris.com #harriscorp UPGRADE YOUR MPT NETWORK THE SMART WAY harris.com #harriscorp FLEXIBLE MIGRATION Advance Business Efficiencies and Worker Safety Circuit-switched analog networks are becoming obsolete as agencies move

More information

MOSAIC: Automated Model Transfer in Simulator Development

MOSAIC: Automated Model Transfer in Simulator Development MOSAIC: Automated Model Transfer in Simulator Development W.F. Lammen, A.H.W. Nelisse and A.A. ten Dam Nationaal Lucht- en Ruimtevaartlaboratorium National Aerospace Laboratory NLR MOSAIC: Automated Model

More information

Scoping Paper for. Horizon 2020 work programme Societal Challenge 4: Smart, Green and Integrated Transport

Scoping Paper for. Horizon 2020 work programme Societal Challenge 4: Smart, Green and Integrated Transport Scoping Paper for Horizon 2020 work programme 2018-2020 Societal Challenge 4: Smart, Green and Integrated Transport Important Notice: Working Document This scoping paper will guide the preparation of the

More information

Sensor Technologies and Sensor Materials for Small Satellite Missions related to Disaster Management CANEUS Indo-US Cooperation

Sensor Technologies and Sensor Materials for Small Satellite Missions related to Disaster Management CANEUS Indo-US Cooperation Sensor Technologies and Sensor Materials for Small Satellite Missions related to Disaster Management CANEUS Indo-US Cooperation Suraj Rawal, Lockheed Martin Space Systems Co., USA G. Mohan Rao, Indian

More information

Space Challenges Preparing the next generation of explorers. The Program

Space Challenges Preparing the next generation of explorers. The Program Space Challenges Preparing the next generation of explorers Space Challenges is one of the biggest educational programs in the field of space science and high technologies in Europe - http://spaceedu.net

More information

Engineered Resilient Systems DoD Science and Technology Priority

Engineered Resilient Systems DoD Science and Technology Priority Engineered Resilient Systems DoD Science and Technology Priority Mr. Scott Lucero Deputy Director, Strategic Initiatives Office of the Deputy Assistant Secretary of Defense (Systems Engineering) Scott.Lucero@osd.mil

More information

Embedded Mobile Augmented Reality Trainer Within a Distributed HLA Simulation

Embedded Mobile Augmented Reality Trainer Within a Distributed HLA Simulation Embedded Mobile Augmented Reality Trainer Within a Distributed HLA Simulation David Armoza Dennis G. Brown Naval Research Laboratory 4555 Overlook Avenue SW Washington, DC 20375-5320 202-767-3961, 202-404-7334

More information

Executive Summary. Chapter 1. Overview of Control

Executive Summary. Chapter 1. Overview of Control Chapter 1 Executive Summary Rapid advances in computing, communications, and sensing technology offer unprecedented opportunities for the field of control to expand its contributions to the economic and

More information

Critical Communications State of the Play

Critical Communications State of the Play Critical Communications State of the Play Mladen Vratonjić, Chairman mladen.vratonjic@tcca.info Control Rooms Use Critical Communications CRITICAL COMMUNICATIONS are the ones that are vital for performing

More information

WHITEPAPER. A comparison of TETRA and GSM-R for railway communications

WHITEPAPER. A comparison of TETRA and GSM-R for railway communications A comparison of TETRA and GSM-R for railway communications TETRA vs GSM-R 2 Many railways operators face a dilemma when choosing the wireless technology to support their networks communications requirements:

More information

UKRI research and innovation infrastructure roadmap: frequently asked questions

UKRI research and innovation infrastructure roadmap: frequently asked questions UKRI research and innovation infrastructure roadmap: frequently asked questions Infrastructure is often interpreted as large scientific facilities; will this be the case with this roadmap? We are not limiting

More information

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn OASIS concept Evangelos Bekiaris CERTH/HIT The ageing of the population is changing also the workforce scenario in Europe: currently the ratio between working people and retired ones is equal to 4:1; drastic

More information

SPACE. (Some space topics are also listed under Mechatronic topics)

SPACE. (Some space topics are also listed under Mechatronic topics) SPACE (Some space topics are also listed under Mechatronic topics) Dr Xiaofeng Wu Rm N314, Bldg J11; ph. 9036 7053, Xiaofeng.wu@sydney.edu.au Part I SPACE ENGINEERING 1. Vision based satellite formation

More information

CAPACITIES. 7FRDP Specific Programme ECTRI INPUT. 14 June REPORT ECTRI number

CAPACITIES. 7FRDP Specific Programme ECTRI INPUT. 14 June REPORT ECTRI number CAPACITIES 7FRDP Specific Programme ECTRI INPUT 14 June 2005 REPORT ECTRI number 2005-04 1 Table of contents I- Research infrastructures... 4 Support to existing research infrastructure... 5 Support to

More information

Using Data Analytics and Machine Learning to Assess NATO s Information Environment

Using Data Analytics and Machine Learning to Assess NATO s Information Environment Using Data Analytics and Machine Learning to Assess NATO s Information Environment Col Richard Blunt, CapDev JISR, SACT HQ Allied Command Transformation Blandy Road, Norfolk, VA UNITED STATES Richard.blunt@act.nato.int

More information

SESAR EXPLORATORY RESEARCH. Dr. Stella Tkatchova 21/07/2015

SESAR EXPLORATORY RESEARCH. Dr. Stella Tkatchova 21/07/2015 SESAR EXPLORATORY RESEARCH Dr. Stella Tkatchova 21/07/2015 1 Why SESAR? European ATM - Essential component in air transport system (worth 8.4 billion/year*) 2 FOUNDING MEMBERS Complex infrastructure =

More information

Examples of Public Procurement of R&D services within EU funded Security Research actions

Examples of Public Procurement of R&D services within EU funded Security Research actions Examples of Public Procurement of R&D services within EU funded Security Research actions Paolo Salieri 18 / 10 / 2017 paolo.salieri@ec.europa.eu PCP to steer the development of solutions towards concrete

More information

Benefits analysis. Benefit categorisation. Lesley Murphy QinetiQ. ESA Space Weather Programme study Final presentation, 6th-7th December 2001

Benefits analysis. Benefit categorisation. Lesley Murphy QinetiQ. ESA Space Weather Programme study Final presentation, 6th-7th December 2001 Benefits analysis Lesley Murphy QinetiQ ESA Space Weather Programme study Final presentation, 6th-7th December 2001 Benefit categorisation STRATEGIC - affecting Europe s industrial, military, technological

More information

Canadian Activities in Intelligent Robotic Systems - An Overview

Canadian Activities in Intelligent Robotic Systems - An Overview In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Canadian Activities in Intelligent Robotic

More information

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems Walt Truszkowski, Harold L. Hallock, Christopher Rouff, Jay Karlin, James Rash, Mike Hinchey, and Roy Sterritt Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations

More information

Mission Applications for Space A&R - G.Visentin 1. Automation and Robotics Section (TEC-MMA)

Mission Applications for Space A&R - G.Visentin 1. Automation and Robotics Section (TEC-MMA) In the proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Gianfranco Visentin Head, Automation

More information

ASD Considerations on a Scoping Paper for the EU Preparatory Action on Defence Research 29 July 2016

ASD Considerations on a Scoping Paper for the EU Preparatory Action on Defence Research 29 July 2016 Contact: Isabelle Maelcamp ASD Considerations on a Scoping Paper for the EU Preparatory Action on Defence Research 29 July 2016 Introduction On 30 th June 2016, representatives of the European Commission

More information

Port radio data networks

Port radio data networks Port radio data networks A WHITE PAPER Abstract: This document is intended to provide a management level summary of the considerations for implementing radio data networks in port and terminal environments.

More information

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems AMADEOS Architecture for Multi-criticality Agile Dependable Evolutionary Open System-of-Systems FP7-ICT-2013.3.4 - Grant Agreement n 610535 The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

More information

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010

CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA OCTOBER 2010 CONCURRENT EVALUATION - AN APPLICATION FOR DLR S CONCURRENT ENGINEERING FACILITY SECESA 2010 13-15 OCTOBER 2010 André Weiß, Volker Maiwald, Guido Wübbels Institute of Space System, German Aerospace Center

More information

Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit April 2018.

Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit April 2018. Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit 25-27 April 2018 Assessment Report 1. Scientific ambition, quality and impact Rating: 3.5 The

More information