outline
play

Outline ! High Level Architecture (HLA): Background ! Rules ! - PDF document

Outline ! High Level Architecture (HLA): Background ! Rules ! Interface Specification CSCI 8220 Parallel & Distributed Overview Class Based Subscription Simulation Attribute updates PDES: Distributed Virtual Environments


  1. Outline ! High Level Architecture (HLA): Background ! Rules ! Interface Specification CSCI 8220 Parallel & Distributed » Overview » Class Based Subscription Simulation » Attribute updates PDES: Distributed Virtual Environments Introduction High Level Architecture 2 Maria Hybinette, UGA Maria Hybinette, UGA HLA: Motivation Distributed Simulation in the DoD Department of Defense plagued by “ stovepipe simulations ” : individual simulations designed and tailored for a specific ! SIMNET (SIMulator NETworking) (1983-89) application » DARPA and U.S. Army project » networked interactive combat simulators ! Not easily adapted for other uses, resulting in limited » tens to a few hundreds of simulators software reuse, much duplication of effort ! DIS (Distributed Interactive Simulation) (1990-96) ! Cannot easily exploit capabilities developed in other DoD modeling and simulation programs » rapid expansion based on SIMNET success » tens of thousands of simulated entities Goal of the High Level Architecture: define a common » IEEE standard simulation infrastructure to support interoperability ! Aggregate Level Simulation Protocol (ALSP) (late and reuse of defense simulations � 1980 ’ s and 1990 ’ s) • Analytic simulations (e.g., war games) � » application of the networked simulations concept to war • Training (platform-level, command-level) � gaming models • Test and Evaluation � 3 4 Maria Hybinette, UGA Maria Hybinette, UGA HLA Development Process High Level Architecture (HLA) 10/93-1/95:three architecture proposals developed in industry ! Background: 3/95: DMSO forms the Architecture Management Group (AMG) ! ! Based on a composable “ system of systems ” 3/95-8/96: development of baseline architecture ! approach » AMG forms technical working groups (IFSpec, time management, data distribution management) » no single simulation can satisfy all user needs » Run-Time Infrastructure (RTI) prototypes » support interoperability and reuse among DoD » prototype federations: platform level training, command level training, simulations engineering test and evaluation, analytic analysis ! Federations of simulations (federates) 8/96-9/96: adoption of the baseline architecture ! » pure software simulations » approval by AMG, Executive Council for Modeling and Simulation (EXCIMS), U.S. Under Secretary of Defense (Acquisition and Technology) » human-in-the-loop simulations (virtual simulators) » 10 September, 1996: Baseline HLA approved as the standard technical » live components (e.g., instrumented weapon systems) architecture for all U.S. DoD simulations 9/96-present: continued development and standardization ! » Varying levels of adoption » Commercialization of RTI software » Standardization (IEEE 1516) 5 6 Maria Hybinette, UGA Maria Hybinette, UGA

  2. High Level Architecture (HLA) An HLA Federation The HLA consists of ! Rules that simulations (federates) must follow to achieve proper interaction during a federation execution Passive � Interfaces � Federates � Data � to Live � Simulations � ! Object Model Template (OMT) defines the Viewers � Components � format for specifying the set of common objects used by a federation (federation object model), their attributes, and relationships among them Interface Specification � ! Interface Specification (IFSpec) provides interface to the Run-Time Infrastructure (RTI), that ties together federates during model Run-Time Infrastructure (RTI) � execution 7 8 Maria Hybinette, UGA Maria Hybinette, UGA Federate Rules (cont) Federation Rules 1. Federations shall have an HLA Federation Object Model 6. Federates shall have an HLA Simulation Object Model (SOM), (FOM), documented in accordance with the HLA Object documented in accordance with the HLA Object Model Model Template (OMT). Template (OMT). 2. In a federation, all simulation-associated object instance 7. Federates shall be able to update and/or reflect any instance representation shall be in the federates, not in the runtime attributes and send and/or receive interactions, as specified infrastructure (RTI). in their SOM. 3. During a federation execution, all exchange of FOM data 8. Federates shall be able to transfer and/or accept ownership of among joined federates shall occur via the RTI. instance attributes dynamically during a federation execution, 4. During a federation execution, joined federates shall as specified in their SOMs. interact with the RTI in accordance with the HLA interface 9. Federates shall be able to vary the conditions (e.g., specification. thresholds) under which they provide updates of instance 5. During a federation execution, an instance attribute shall attributes, as specified in their SOM. be owned by at most one federate at any given time. 10. Federates shall be able to manage local time in a way that will allow them to coordinate data exchange with other members of a federation. 9 10 Maria Hybinette, UGA Maria Hybinette, UGA Interface Specification Message Passing Alternatives Category � Functionality � ! Traditional message passing mechanisms: Sender explicitly identifies receivers Create and delete federation executions � Federation Management � join and resign federation executions � » Destination process, port, etc. control checkpoint, pause, resume, restart � » Poorly suited for federated simulations Establish intent to publish and subscribe to ! Broadcast Declaration Management � object attributes and interactions � » Receiver discards messages not relevant to it Create and delete object instances � » Used in SIMNET, DIS (initially) Control attribute and interaction publication � Object Management � » Doesn ’ t scale well to large federations Create and delete object reflections � ! Publication / Subscription mechanisms » Analogous to newsgroups Ownership Management � Transfer ownership of object attributes � » Producer of information has a means of describing data it is Coordinate the advance of logical time and its producing Time Management � relationship to real time � » Receiver has a means of describing the data it is interested in receiving Data Distribution Management � Supports efficient routing of data � » Used in High Level Architecture (HLA) 11 12 Maria Hybinette, UGA Maria Hybinette, UGA

  3. A Typical Federation Execution Class-Based Data Distribution ! Federation Object Model (FOM) defines type of information 1. Initialize federation transmitted among federates » Create Federation Execution (Federation Mgt) » Object classes (e.g., tank) » Join Federation Execution (Federation Mgt) » Attributes (e.g., position, orientation of turret) 2. Declare objects of common interest among federates ! A few key primitives (Federate/RTI interface) » Publish Object Class Attributes (Declaration Mgt) » Publish Object Class Attributes: Called by a federate to declare the » Subscribe Object Class Attributes (Declaration Mgt) object classes and attributes it is able to update 3. Exchange information » Subscribe Object Class Attributes: Declare the object classes and Update/Reflect Attribute Values (Object Mgt) » attributes that the federate is interested in receiving » Send/Receive Interaction (Object Mgt) » Register Object Instance: Notify RTI an instance of an object has been Time Advance Request, Time Advance Grant (Time Mgt) » created within the federate » Request Attribute Ownership Assumption (Ownership » Discover Object Instance*: Notify federate an instance of an object of Mgt) a subscribed class has been registered Send Interaction with Regions (Data Distribution Mgt) » » Update Attribute Values: notify RTI one or more attributes of an object 4. Terminate execution has been modified » Resign Federation Execution (Federation Mgt) » Reflect Attribute Values*: notify federate attributes to which it has » Destroy Federation Execution (Federation Mgt) subscribed have been modified 13 14 * Denotes callback from RTI to federate � Maria Hybinette, UGA Maria Hybinette, UGA Example Summary ! The High Level Architecture is an example of an Federate Federate approach for realizing distributed simulations 1 2 ! HLA Rules define general principles that pervade the entire architecture SubscribeOCA (Tank, position) PublishOCA (Tank, position) ! HLA Interface Specification defines a set of run-time handle := RegisterOI (Tank) DiscoverOI (Tank, instance) services to support distributed simulations UpdateAV (handle, position, ReflectAV (instance, position, ! Data distribution is based on a publication / <30,89>) <30,89>) subscription mechanism RTI OCA = Object Class Attributes OI = Object Instance AV = Attribute Values 15 16 Maria Hybinette, UGA Maria Hybinette, UGA Outline ! Overview of time management services ! Time constrained and time regulating federates ! Related object management services ! Time Advance Request (TAR) PDES: Distributed Virtual Environments ! Next Event Request (NER) Time Management in the High Level Architecture ! Lookahead 18 Maria Hybinette, UGA Maria Hybinette, UGA

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend