Questions tagged [high-level-architecture]

High-Level architecture (HLA) is an architecture for distributed computer simulation systems. Using HLA, computer simulations can interact with other computer simulations in a cross-platform manner. The interaction between simulations is managed by a Run-Time Infrastructure (RTI). HLA is an IEEE interoperability standard for distributed simulation.

High-Level Architecture (HLA) is a general purpose architecture for distributed computer simulation systems.

Using HLA, computer simulations can interact with other computer simulations in a cross-platform manner.

The interaction between simulations is managed by a Run-Time Infrastructure (RTI).

HLA is an IEEE interoperability standard for distributed simulation used to support analysis, engineering and training in a number of different domains.

See also

  • IEEE standard 1516-2010 describing the framework and rules of the High Level Architecture
  • the wikipedia entry.
16 questions
14
votes
5 answers

High-level Architecture (HLA) versus Distributed Interactive Simulation (DIS)

Is there a high-level overview of HLA versus DIS simulation frameworks? Can one host the other and vice-versa?
fogus
  • 5,868
  • 5
  • 34
  • 41
3
votes
2 answers

HLA - usage of timeAdvanceRequest()

I have HLA simulation in Java using pRTI with two federates. I want to advance time of my simulation. As far I know, following method is used for this purpose: _ambassador.timeAdvanceRequest(time); , where ambassador is an RTI ambassador. My…
Kao
  • 6,619
  • 7
  • 39
  • 64
2
votes
2 answers

Do I use provided time or user supplied tag when handling a reflect on a receive order attribute from a time managed federate?

In a simulation using RPR-FOM, if I get a reflectAttributeValues with a LogicalTime time stamp (simulation time) and the OrderType receive order in my FederateAmbassador. For dead reckoning algorithms do I use the time stamp supplied by the RTI or…
Robert F
  • 431
  • 3
  • 11
2
votes
2 answers

How to know if a federate has joined a federation in HLA

I am using HLA and the Portico RTI and I have a situation in which I have to know that if particular federates have joined the federation or not. Can someone help with this. This may be very basic but i am very new to HLA. Thanks in advance.
shubham
  • 193
  • 2
  • 7
1
vote
0 answers

How can I correctly update an instance of a Federate?

I am using Pitch pRTI free and "World Map" simulator. I tried by looking at page 50 of "The HLA Tutorial.pdf" to set and update for a federate instance, but I am failing in it, I don't know why. In advance, the object in my code is instantiated and…
1
vote
2 answers

HLA: FOM vs SOM

I'm starting to study how to implement HLA in a project that I'm developing, and there's something that I can't understand very well. In a federation, the data that are exchanged are defined in the FOM (Federation Object Model), that contains all…
Jepessen
  • 9,377
  • 11
  • 64
  • 111
1
vote
2 answers

HLA Starter Kit Examples

I test examples from HLA Starter Kit by using Eclipse and Pitch pRTI Free. For fuelEconomy example, carsimj, simulationanager and mapviewer start normally. But simulation manager has only these commands Select a command 1: Start simulating 2: Stop…
0
votes
0 answers

Why use assembly level language ? and assembler?

Hey software developers around i have quite a couple questions for you , After a bit of research i found that Assembly level language was developed as a short hand for machine level but as they(assembly level) ones are known as low level . My…
0
votes
1 answer

Virtualizing multiple SBCs on an ARM-based instance

I've been trying to architect a cloud-based testing tool that would allow you to setup a testing "workspace" with one or more emulated SBCs (Beaglebone Black, cubieboard2, etc.) and also setup an ethernet network between devices (using open or…
0
votes
1 answer

Need some design pointers on async communication between microservices

I have a use-case where clients need to interact with different entities which are owned by different microservices. But these entities are actually dependent on prior one for their creation. eg : MicroService1 owns data1 Microservice2 owns data2…
0
votes
0 answers

Problem with SpatialFPStruct , RPR fom, netn2_2010 FOM. How should it be implemented?

I am trying to code a netn2_2010 FOM federate. I did some structures: WorldLocationStruct, WorldLocationStructEncoder, SpatialFPStruct , SpatialFPStructEncoder and others. My problem is, my WorldLocationStruct has 3 attributes X,Y and Z which are…
0
votes
0 answers

How to make a Federate object to appear inside another Federate software?

I am using Pitch pRTI Free and a Map federate and my objective is to make a "random vehicle" to appear inside this Map federate. I have already created a object instance with Spatial, EntityType, EntityIdentifier, ForceIdentifier, Marking,…
0
votes
1 answer

How are federate physics linked in High Level Architecture systems?

When two simulation systems are connected via HLA how are the physics engines linked? For example, if two armoured vehicles (entities) tank A from federate A and tank B from federate B collide how is the collision physics resolved? As I understand…
JeffV
  • 47,302
  • 31
  • 96
  • 120
0
votes
1 answer

lvcGame, VBS and HLA setup Error 127 out of LVCGame

I am trying to setup VBS to talk HLA to a legacy app using LVCGame. I am using openRTI currently in my project. I have LVCGame pointed to a directory with the following dlls: RTI-NG.dll OpenRIT.dll (copied from another folder) libRTI-NG.dll (copy…
Travis
  • 1,977
  • 2
  • 23
  • 34
0
votes
1 answer

HLA RTI and Unity3d

For a simulation project we would like to connect Unity3d with the HLA RTI from Portico. But the problem is we don't know whether it is possible. If yes how it is working. By the way we may use another RTI. It doesn't have to be Portico. But our…
sekogs
  • 272
  • 4
  • 17
1
2