1 / 21

Test & Training Enabling Architecture (TENA)

Test & Training Enabling Architecture (TENA). Interoperability at DoD Ranges. Keith Poch Foundation Initiative 2010 Cadre 22 July 2003. NET3 Conference Orlando, Fl. Design and prototype a technological infrastructure to enable interoperability and reuse within the range community

lrodgers
Download Presentation

Test & Training Enabling Architecture (TENA)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Test & Training Enabling Architecture (TENA) Interoperability at DoD Ranges Keith Poch Foundation Initiative 2010 Cadre 22 July 2003 NET3 Conference Orlando, Fl

  2. Design and prototype a technological infrastructure to enable interoperability and reuse within the range community Seamless environments that integrate test ranges and facilities, training ranges, laboratories, and modeling and simulation (M&S) assets Improve the scope and scale of testing and training the increasingly complex systems and missions in a cost-effective manner Recognize that our solutions need to be more than quality software, we need to: Elegantly solve key usability issues Satisfy the core operational and performance requirements Work with the range communityso the solutions are implemented Lay the groundwork for full support for integratedmulti-range events Foundation Initiative 2010Overall Vision

  3. Foundation Initiative 2010Mission • Enable Interoperability among Range systems, Facilities, Simulations, C4ISR systems in a quick, cost-efficient manner • Foster Reuse for Range asset utilization and for future developments Currently, range systems tend to be non-interoperable, “stove-pipe” systems The purpose of TENA is to provide the architecture and the software implementation necessary to: • Support the Warfighter (Joint Vision 2010/2020) • Enable SBA, STEP, CEE, JSB, and JDEP • Foster Test and Training Integration • In the long term: SAVE MONEY! Lay the Foundation for Future Test and Training Range Instrumentation

  4. TENA was revised based on user feedback and lessons learned from working software prototypes TENA will be revised in the future based on future prototypes TENA is based on real-world tests at real ranges Test & Training Enabling Architecture(TENA) Prototypes User Feedback User Feedback User Feedback Prototypes Prototypes Prototypes Prototypes LessonsLearned LessonsLearned LessonsLearned Prototypes Overall Development Strategy

  5. Interoperability The characteristic of a suite of independently-developed components, applications, or systems that implies that they can work together, as part of some business process, to achieve the goals defined by a user or users. Reusability The characteristic of a given component, application, or system that implies that it can be used in arrangements, configurations, or in system-of-systems beyond those for which it was originally designed. Composability The ability to rapidly assemble, initialize, test, and execute a system from members of a pool of reusable, interoperable elements. Composability can occur at any scale — reusable components can be combined to create an application, reusable applications can be combined to create a system, and reusable systems can be combined to create asystem-of-systems. Driving Technical Requirements

  6. Interoperability requires: A common architecture An ability to meaningfully communicate A common language A common communication mechanism A physical connection between the two systems A common context A common understanding of the environment A common understanding of time A common technical process Reuse and Composability require the above, plus Well defined interfaces and functionalityfor the application to be reused TENA TENA Object Model (OM) TENA Middleware Network, shared memory TENA Object Model(Environment) TENA OM, TENA Middleware TENA Technical Process Reusable Tools,Repository Achieving Interoperability, Reuse, and Composability

  7. TENA Architecture Overview

  8. Ways TENA Middleware CanExchange Data • TENA presents to the range user a unification of several powerful inter-application communication paradigms • Publish/Subscribe • Similar in effect to HLA, DIS, or other PDU-based communication systems • Each application publishes certain types of information (the publication state) which can be subscribed to by any other application • Remote Method Invocation • Similar to CORBA or Java RMI • Each object that is published may have methods that can be remotely invoked by other applications • Messages • Individual messages that can be sent from one application to one or more other applications • Data Streams • Native support for audio, video, and telemetry

  9. Key Functionality ofTENA Beyond HLA Standard Object Model TENA provides for the managed evolution of a standardized Object Model (interfaces, data formats, data definitions, control commands, etc.) Significance: Range-community-wide agreed upon data formats, definitions, etc. promotes interoperability to a greater degree than the HLA specification High Performance and Reliability TENA Objects are “compiled-in” when the application is made TENA-compliant Significance: Higher performance, plus higher reliability since any errors in data formats will be discovered during software compiling (pre-mission) rather than during the test mission (at run-time) Support for Data Streams TENA supports real-time delivery and storage of data stream information (audio, video, and telemetry) Significance: A substantial amount of test information is streaming data. Fully integrating data streams into TENA provides high-performance management of this type of information in a standard, reusable, interoperable fashion Manages Persistent Data TENA provides for the management and standardization of database information throughout the range event lifecycle, including scenario information and data collected during an exercise Significance: Interoperability is achieved before, during, and after a range event, leading to easier setup, initialization, and analysis, saving both time and money Support for More Complex, Meaningful, User-Defined Object Models TENA allows for objects to be composed of other objects (objects can contain other objects) Significance: Small “building block” objects (Time, Position, Orientation, etc.) can be standardized and reused to efficiently define other more complex objects, yielding more interoperability quickly and at less cost than with the HLA TENA Middleware marshals/demarshals data, rather than relying on individual applications to do so Significance: Middleware marshaling makes it easier to integrate different computer platforms (Windows, Linux, Sun, etc.) in a distributed test event and avoid integration errors due to inconsistent user-written software TENA supports remotely invoking “methods” (control commands, operations, processes) of another application Significance: Software interfaces can be designed more naturally and effectively for distributed test events

  10. Logical RangeSimple Example TENA specifies an architecture for range resources participating in logical ranges Radar TestControl Station Simulation Communication Mechanism (Network, Shared Memory, etc.)

  11. TENA Application A TENA Application C UserApplicationCode UserApplicationCode Proxy Servant Servant Servant Proxy Servant Servant Proxy TENA Middleware TENA Middleware TENA Application B UserApplicationCode Proxy Proxy Proxy Proxy Proxy TENA Middleware Logical RangeSimple Example • TENA specifies a peer-to-peer architecture for logical ranges • Applications can be both clients and servers simultaneously • In their role as servers, applications serve TENA objects called “servants” • In their role as clients, applications obtain “proxies,” representing other applications’ servants. Only servers can write to their servant objects’ publication state • The TENA Middleware, the TENA objects, and the user’s application code are compiled and linked together Radar TestControl Station Simulation Communication Mechanism (Network, Shared Memory, etc.)

  12. Proxy for Object 27 Remote Interface Cache of Publication State Clients and Proxies;Servers and Servants • When objects are distributed across multiple processes or machines • One object is the “real” object – the one with the implementation • All the others are “proxies” Client Process Server Process Proxy Object on Client Servant Object on Server Object 27 ClientObject Remote Interface RemoteInterfaceImplementation Publication State TENA Middleware TENA Middleware Network

  13. TENA Middleware Platform/Language Support • Release 3.0 Platform Support • Windows NT 4.0 / 2000 / XP with MSVC++ 6.0sp5 (to be retired) • Windows NT 4.0 / 2000 / XP with MSVC++ 7.0 • Linux Red Hat 7.2 with gcc 3.0.3 • Sun Solaris 8 (SunOS 5.8) with gcc 3.0.3 • Additional Platforms To Be Supported • Sun Solaris 8 with SunPro 5.4 compiler • SGI IRIX 6.5.12 with gcc 3.0.3 on SGI hardware • VxWorks 5.5, Motorola MPC7XXX PowerPC, Tornado 2.2 with gcc 3.0.3 • Programming Language Support • C++ support provided with current release • OCX (COM) wrapper developed by one of the TENA users (RTTC) • Java application layer developed by one of the TENA users (Eglin)

  14. TENA Gateway Nellis AFB Blue Forces Joint Training, Analysis, and Simulation Center TENA Gateway Land Range/China Lake TENA Gateway Joint Network National Training Center/Ft. Irwin Integrating Software • Ships • Ground forces • Aircraft TENA Gateway Opposing Forces Global Command & Control System Electronic Combat Range/China Lake Model & Simulation Feed TENA Gateway Sea Range/Point Mugu Command, Control, Communications, Computers, Intelligence Feed TENA Gateway • Aircraft & air targets • Ships • Ground forces US Marines/So. California Logistics Airfield Range Integration in Millennium Challenge 2002 (MC02)

  15. Repeater Gulf Range VAST/IMPASS Shipboard Processing Map Rendering Virtual Target FFE 3,4,5 Shot 1 Acoustic Processing GPS Communication Link Shot 2

  16. EGLIN AFB 200 Miles 400 Miles VAST/IMPASSNetwork Connectivity TENA on NIPRNET CDSA Dam Neck, VA Eglin Central Control Facility TENA on Fiber TENA on Microwave Eglin Range Site A-15 CSS Panama City, FL

  17. TENA Level 3 • Data Archiving • Uses RCC Objects (whenever possible) • Standard Control TENA Level 2 • Standard use and definition of Time • Only uses the TENA Middleware • Standard use and definition of Time • Only uses the TENA Middleware TENA Level 1 • Uses the TENA Middleware • Defined as TENA Objects • Uses the TENA Middleware • Defined as TENA Objects • Uses the TENA Middleware • Defined as TENA Objects TENA Compliancy Levels

  18. TENA-Range Gateway TENA-Range Gateway TENA-Range Gateway Re-architected TENA-compliant Application New TENA Application Existing Range Application Existing Range Application Other sites A Few Years Range Protocols Existing Range Application Existing Range Application Re-architected TENA-compliant Application New TENA Application Re-architected TENA-compliant Application Re-architected TENA-compliant Application New TENA Application Existing Range Application Other sites Event-ually Range Protocols New TENA Application Re-architected TENA-compliant Application New TENA Application Gradual Deployment of TENA New TENA Application Existing Range Application Existing Range Application Existing Range Application Other sites Now Range Protocols Existing Range Application Existing Range Application Existing Range Application

  19. Training Representatives Test Ranges STRICOM AF XOM PMA-248 NTTR NAWC-TSD NWAD USATSC UTTR NAWCAD NAWCWD AAC AEDC ATC NUWC AUTEC WSMR EPG PMRF AFFTC MC AVTB AFWTF YPG RTTC Other DoD Test Facilities Test Agencies PRIMES ACETEF ATIC GWEF EOTASEL/EOSFEL WAF STAF DARPA MDA JFCOM DMSO JITC NAVAIR HPCMO JNIC OPTEVFOR AFOTEC ATEC Army DTC Army OTC MCOTEA Common Test & Training Range Architecture (CTTRA) • Systems engineers & software developers in the DoD Range and Facility community (both T&E and Training) • 13 three-day workshops held (usually every 6-9 months) • CTTRA XIV workshop was held Jan 22-24 CTTRA

  20. Architecture Management Team (TENA AMT) • System Engineers & Technical Leads for the current major stakeholders of TENA • AAC, Eglin AFB FL • NUWC, Newport RI • NAWC-AD, Pax River MD • WSMR, White Sands NM • RTTC, Huntsville AL • EPG, Fort Huachuca AZ • NAWC-WD, China Lake & Point Mugu CA • Virtual Proving Ground (VPG) • Common Training Instrumentation Architecture (CTIA) • PMRF Synthetic Range • National Unmanned Underwater Vehicle T&E Center (NUTEC) • Design Decisions / Trade-offs / Status • TENA Use Cases / Prototype Test Strategies • Technical Exchanges of Lessons Learned • Issues & Concerns Identification, Investigation, & Resolution Meetings every 4-6 weeks

  21. Summary of What We Have An Architecture for Ranges, Facilities, and Simulations to Interoperate, to be Reused, to be Composed into greater capabilities • A Working Implementation of the Architecture • TENA Middleware currently works on Windows, Linux, and Sun • A Process to Develop and Expand the Architecture • CTTRA Workshops, AMT Meetings, and RCC Coordination • A Technical Strategy to Deploy the Architecture • Gateways provide interim solutions as TENA interfaces • A Definition of Compliancy • Levels of compliancy to enhance communication among systems engineers and investment decision makers

More Related