Copyright VirtualSim 2004-2020 - All rights reserved
Air Traffic
Let's open airTraffic sample.
Select in the main toolbar, then open msl_ballistic.db in data/db/samples/opengl/airtraffic
Once loaded, your application will looks like below:
This simulation combines logic and knowledge in order to manage an air traffic situation where every approaching aircraft request a landing authorization to the tower. The tower piles up the request and dispatch the aircraft on the various holding patterns. It also manage departing requests. Separation between aircrafts, priorities, taxi way and holding patterns occupation are used by the knowledge algorithms to manage the area.
Simple approach logic with request to land or, if negative, rerouting into an holding stack:
Simple rule example used by a knowledge context to clear or not a specific runway according to various conditions (premises) :
This demo does not intend to replicate a real TMA controller. The first intention is to demonstrate the combination of Logics and Knowledge as a collaborative approach for solving much more complex simulation cases.
Recompile than start the demo the normal way.
Once the OpenGL windows appear, click on Start button. Use the speed slider to adjust the simulation speed.