The Flightgear Manual
The Flightgear Manual
The Flightgear Manual
27
Chapter 3
3.1.1 FG_ROOT
This is where FlightGear will find data files such as aircraft, navigational beacon
locations, airport frequencies. This is the data subdirectory of where you installed
FlightGear. e.g. /usr/local/share/FlightGear/data or c:\Program
Files\FlightGear\data.
3.1.2 FG_SCENERY
This is where FlightGear will look for scenery files. It consists of a list of direc-
tories that will be searched in order. The directories are separated by “:” on Unix
and “;” on Windows. e.g.
/home/joebloggs/WorldScenery:/usr/local/share/FlightGear/data/Scenery
or
c:\Program Files\FlightGear\data\Scenery;c:\Program Files\FlightGear\data\WorldScenery.
29
30 3. TAKEOFF
Fig. 3: Ready for takeoff: Waiting at the default startup position at San Francisco
Itl., KSFO.
Before you can run FlightGear, you need to set a couple of environmental
variables:
LD_LIBRARY_PATH=/usr/local/share/FlightGear/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
FG_HOME=/usr/local/share/FlightGear
export FG_HOME
FG_ROOT=/usr/local/share/FlightGear/data
3.3. LAUNCHING THE SIMULATOR UNDER WINDOWS 31
export FG_ROOT
FG_SCENERY=$FG_ROOT/Scenery:$FG_ROOT/WorldScenery
export FG_SCENERY
setenv LD_LIBRARY_PATH=\
/usr/local/share/FlightGear/lib:$LD_LIBRARY_PATH
setenv FG_HOME=/usr/local/share/FlightGear
setenv FG_ROOT=/usr/local/share/FlightGear/data
setenv FG_SCENERY=\
$FG_HOME/Scenery:$FG_ROOT/Scenery:$FG_ROOT/WorldScenery
Once you have these environmental variables set up, simply start FlightGear by
running fgfs --option1 --option2.... Command-line options are de-
The pre-built windows binaries come complete with a graphical wizard to start
FlightGear. Simply double-click on the FlightGear Launcher Start Menu
item, or the icon on the Desktop. The launcher allows you to select:
• your aircraft
• time of day
and invoke FlightGear (within the same Command shell, as environment settings
are only valid locally within the same shell) via
fgfs --option1 --option2...
3.4. LAUNCHING THE SIMULATOR UNDER MAC OS X 33
Of course, you can create a batch file with a Windows text editor (like notepad)
using the lines above.
For getting maximum performance it is recommended to minimize (iconize)
the text output window while running FlightGear.
• Launch FlightGear
This section illustrates the typical scenario as well as the advanced features of
the GUI launcher.
three airport code. For example, the ICAO code for San Francisco International
Airport is KSFO. “K” in this case shows The United States, and SFO is the airport
code for San Francisco International Airport. You can use Advanced features »
Position or Aircraft tab to find an airport or an aircraft.
• Save preferences on exit: lets FlightGear save preferences that you changed
from the menu in the FlightGear (fgfs) main window will be saved to
$HOME/.fgfs/autosave.xml.
• Control: specifies the control device you will use in FlightGear. auto, joy-
stick, mouse, and keyboard are available. You can leave it as auto unless you
really want to change it manually.
• Unit: specifies the unit used in FlightGear. feet and |meters are available.
3.4. LAUNCHING THE SIMULATOR UNDER MAC OS X 35
• Time of day: specifies the time of day. Available options are real, dawn,
morning, noon, afternoon, dusk, evening, and midnight.
• Season: specifies the season of FlightGear world. You can choose either
summer or winter.
• Start in a frozen state: starts FlightGear with frozen state. it does not seem
working at this moment.
• Display HUD: displays HUD at the beginning, I guess. You can turn HUD
on/off by pressing ’h’ while you are flying.
• Real weather fetch: enables fetching real weather condition using METAR
• Visibility: specifies the visibility in meter. You can specify 5000 or less if
FlightGear runs slow on your machine.
Favorite tab
Favorite list provides a means of preserving a named set of current options like a
book mark of a web browser. To save the current set of options, press “+” button
on the top window or at the bottom of the Favorite tab. Once favorites are added,
You can switch from one configuration to another by double-clicking a row in the
table view in the Favorite tab. Pressing “-” button (or delete key) on a favorite in
the table view deletes the selected favorite.
Position
You can find airports or aircraft carriers by searching with a keyword into the filter
text area. Available keywords are:
• For airports
– a part of airport name (e.g. international, ranch, or civil)
– country name (such as Japan, USA, or France) if available
– location name (such as city or county or U.S. state abbrev. if available)
– IATA code (such as SFO, LAX, HND) if available
– ICAO code (such as KSFO, KLAX, RJTT) - works on all airports
• For aircraft carriers
– carrier name (nimitz or eisenhower)
– “carrier”
Airports and carriers that match the keyword are shown at the table view below
the filter text area. The airport name at the upper pane is synchronized with the
currently selected airport or carrier. You can also open this tab by clicking the gear
button at the right end of airport name on the top pane.
When you choose an airport, available runways show up at the “runway” pop-
up button. You can choose a runway or leave it as “default.”
3.4. LAUNCHING THE SIMULATOR UNDER MAC OS X 37
Aircraft tab
You can find aircraft by searching with a keyword into the filter text area. Available
keywords are:
A list of aircraft that match the keyword shows up at the table view below the filter
text area. The aircraft name at the upper pane is synchronized with the currently
selected aircraft. You can also open this tab by clicking the gear button at the right
end of aircraft name on the top pane.
If you want to find more aircraft data from the internet, click “Get Aircraft”
button at the bottom of the Aircraft tab. It opens a web browser to lead you to the
Aircraft Links page on FlightGear Mac OS X web site. you can visit some links
there and download an aircraft you want. Once an aircraft is downloaded, open
“Others” tab to install it.
If you encounter some weird behavior in searching aircraft, removing a cache
file for aircraft database might solve your problem. open
/Applications/Utilities/Terminal.app and type the following com-
mands to remove the cache file:
cd /Applications/FlightGear.app/Contents/Resources
rm AircraftCache.rb
Note that you must not launch FlightGear from mounted disk image of a pre-
built binary package since the folder in the mounted disk image is read-only, which
prevents you from installing any add-on data. you need to install FlightGear by
copying the FlightGear icon from the mounted disk image to /Applciations
folder.
Network tab
This tab contains two network features of FlightGear. One is multi-player mode
and another is FGCOM (a voice ATC). To enable multi-player mode, specify the
followings:
• Callsign: specifies the name shown in the map. Username must contain only
alphabet letters, numbers, underscores, and dots. FlightGear will exit when
you specify a call sign with invalid characters. A user name with 8 or more
characters will be truncated into the first 7 characters.
• Your Mac: specifies your Mac’s IP address. Usually the launcher detects
the address automatically. If something is wrong with network connection,
clear this text field.
FGCOM enables you to make a real voice communication using radio setting.
You can talk at a selected radio frequency (COM1) while pressing space bar. You
can listen to some other player’s talking in the frequency if some others are using
the same frequency and you are in range. The options available for FGCOM are
listed below:
• Enable FGCOM in Multi Player mode: specifies if you use FGCOM when
Multiplay is enabled.
Others tab
You can specify any options other than aircraft, airport, and the options shown in
the launcher. Entering space-separated options as shown in Figure 11 will pass
additional options to FlightGear. You can see all available options by pressing
“View Options.” Some options might cause FlightGear crash. If you encounter
such crashes with a specific option, please let us know.
To install additional aircraft and scenery data, press "Install Add-on Data." You
can specify multiple files and/or folders to install to the FlightGear data folder.
Acceptable file types are:
• zip
• tar
• tar.gz
• tar.bz2
• folder
3.5. COMMAND LINE PARAMETERS 39
You will see the message window when all the data are successfully installed,
otherwise error message will show up. You can select both aircraft and scenery data
at a time. If you select an archived file that does not contain aircraft files, it will be
extracted into the data folder, but will be ignored. When you finish installing new
aircraft, you can select the aircraft on the “Aircraft” tab.
cd /Applications/FlightGear.app/Contents/Resources
./fgfs --option1 --option2 ....
See chapter 3.5 for detail information on command line options. Unlike the
other platforms, you don’t have to manually specify the environmental variables
such as FG_ROOT and FG_SCENERY as long as you use a prebuilt binary pack-
age.
• --help -verbose
Shows all command line options.
40 3. TAKEOFF
• --fg-root=path
Tells FlightGear where to look for its root data files if you didn’t compile it
with the default settings.
• --fg-scenery=path
Allows specification of a path to the base scenery path , in case scenery
is not at the default position under $FG ROOT/Scenery; this might be
especially useful in case you have scenery on a CD-ROM.
• --disable-game-mode
Disables full screen display.
• --enable-game-mode
Enables full screen display.
• --disable-splash-screen
Turns off the rotating 3DFX logo when the accelerator board gets initialized
(3DFX only).
• --enable-splash-screen
If you like advertising, set this!
• --disable-intro-music
No audio sample will be played when FlightGear starts up. Suggested in
case of trouble with playing the intro.
• --enable-intro-music
If your machine is powerful enough, enjoy this setting.
• --disable-mouse-pointer
Disables extra mouse pointer.
• --enable-mouse-pointer
Enables extra mouse pointer. Useful in full screen mode for old Voodoo
based cards.
• --enable-random-objects
Include random scenery objects (buildings/trees). This is the default.
• --disable-random-objects
Exclude random scenery objects (buildings/trees).
• --disable-freeze
This will put you into FlightGear with the engine running, ready for Take-
Off.
3.5. COMMAND LINE PARAMETERS 41
• --enable-freeze
Starts FlightGear in frozen state.
• --disable-fuel-freeze
Fuel is consumed normally.
• --enable-fuel-freeze
Fuel tank quantity is forced to remain constant.
• --disable-clock-freeze
Time of day advances normally.
• --enable-clock-freeze
Do not advance time of day.
• --control-mode
Specify your control device (joystick, keyboard, mouse) Defaults to joystick
(yoke).
• --disable-auto-coordination
Switches auto-co-ordination between aileron/rudder off (default).
• --enable-auto-coordination
Switches auto-co-ordination between aileron/rudder on (recommended with-
out pedals).
• --browser-app=/path/to/app
specify location of your web browser. Example: --browser-app=
”C:\Program Files\Internet Explorer\iexplore.exe” (Note
the ” ” because of the spaces!).
• --prop:name=value
set property name to value
Example: --prop:/engines/engine0/running=true for starting
with running engines. Another example:
--aircraft=c172
--prop:/consumables/fuels/tank[0]/level-gal=10
--prop:/consumables/fuels/tank[1]/level-gal=10
fills the Cessna for a short flight.
• --config=path
Load additional properties from the given path. Example:
fgfs --config=./Aircraft/X15-set.xml
42 3. TAKEOFF
• --units-feet
Use feet as the unit of measurement.
3.5.2 Features
• --disable-hud: Switches off the HUD (Head Up Display).
• --disable-sound: Self-explanatory.
• --enable-sound: As above.
3.5.3 Aircraft
• --aircraft=name of aircraft definition file Example: --aircraft=c310.
For available choices check the directory /FlightGear/Aircraft, and
look for files ending in ”-set.xml”. When specifying the aircraft, drop
the ”-set.xml” from the filename. Alternatively, use the --show-aircraft
option described below. To download additional aircraft see Section 2.2.
• --model-hz=n Run the Flight Dynamics Model with this rate (iterations
per second).
• --speed=n Run the Flight Dynamics Model this much faster than real
time.
• --uBody=feet per second: Speed along the body X axis in feet per second,
unless you choose --units-meters.
• --vBody=feet per second: Speed along the body Y axis in feet per second,
unless you choose --units-meters.
• --wBody=feet per second: Speed along the body Z axis in feet per second,
unless you choose --units-meters.
• --fog-fastest: The scenery will not look very nice but frame rate will
increase.
• --fog-nicest: This option will give you a fairly realistic view of flying
on a hazy day.
• --shading-flat: This is the fastest mode but the terrain will look ugly!
This option might help if your video processor is really slow.
3.5. COMMAND LINE PARAMETERS 45
• --time-match-local
Synchronize time with local real-world time
• --start-date-sys=yyyy:mm:dd:hh:mm:ss:
Specify a starting date/time with respect to system time
46 3. TAKEOFF
• --start-date-gmt=yyyy:mm:dd:hh:mm:ss
Specify a starting date/time with respect to Greenwich Mean Time
• --start-date-lat=yyyy:mm:dd:hh:mm:ss
Specify a starting date/time with respect to Local Aircraft Time
• --flight-plan=[file]
This is more comfortable if you have several waypoints. You can specify a
file to read them from.
NB: These options are rather geared to the advanced user who knows what he
is doing.
3.5.11 IO Options
• --garmin=params
Open connection using the Garmin GPS protocol.
• --joyclient=params
Open connection to an Agwagon joystick.
• --native-ctrls=params
Open connection using the FG native Controls protocol.
• --native-fdm=params
Open connection using the FG Native FDM protocol.
• --native=params
Open connection using the FG Native protocol.
• --nmea=params
Open connection using the NMEA protocol.
• --opengc=params
Open connection using the OpenGC protocol.
• --props=params
Open connection using the interactive property manager.
• --pve=params
Open connection using the PVE protocol.
• --ray=params
Open connection using the RayWoodworth motion chair protocol.
48 3. TAKEOFF
• --rul=params
Open connection using the RUL protocol.
• --atc610x
Enable atc610x interface.
• --trace-write=params
Trace the writes for a property; multiple instances are allowed.
FlightGear includes several such bindings files for several joystick manufac-
turers in folders named for each manufacturer. For example, if you have a CH
Products joystick, look in the folder
/FlightGear/Input/Joysticks/CH
for a file that might work for your joystick. If such a file exists and your joystick
is working with other applications, then it should work with FlightGear the first
time you run it. If such a file does not exist, then we will discuss in a later section
how to create such a file by cutting and pasting bindings from the examples that
are included with FlightGear.
$ cd /Applications/FlightGear.app/Contents/Resources
$ ./js demo
On our system, the first few lines of output are (stop the program with ˆ C if it
is quickly scrolling past your window!) as follows:
Joystick test program.
+-------------JS.0---------------+-------------JS.1---------------+
| Btns Ax:0 Ax:1 Ax:2 Ax:3 Ax:4 Ax:5 Ax:6 | Btns Ax:0 Ax:1 Ax:2 |
+-------------------------------+-------------------------------+
| 0000 +0.0 +0.0 +1.0 -1.0 -1.0 +0.0 +0.0 . | 0000 -1.0 -1.0 -1.0 . . . . . |
First note that js demo reports which number is assigned to each joystick recog-
nized by the driver. Also, note that the “name” each joystick reports is also in-
cluded between quotes. We will need the names for each bindings file when we
begin writing the binding xml files for each joystick.
Axis and button numbers can be identified using js demo as follows. By observing
the output of js demo while working your joystick axes and buttons you can deter-
mine what axis and button numbers are assigned to each joystick axis and button.
It should be noted that numbering generally starts with zero.
The buttons are handled internally as a binary number in which bit 0 (the least
significant bit) represents button 0, bit 1 represents button 1, etc., but this number
is displayed on the screen in hexadecimal notation, so:
0001 ⇒ button 0 pressed
0002 ⇒ button 1 pressed
0004 ⇒ button 2 pressed
0008 ⇒ button 3 pressed
0010 ⇒ button 4 pressed
0020 ⇒ button 5 pressed
0040 ⇒ button 6 pressed
... etcu̇p to ...
8000 ⇒ button 15 pressed
... and ...
3.6. JOYSTICK SUPPORT 51
Joystick (CH PRODUCTS CH FLIGHT SIM YOKE USB ) has 7 axes and 12 buttons. Driver version is 2.1.0
Testing...(interrupt to exit)
Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 Buttons: 0:off 1:off 2:off 3:on 4:off 5:off 6:off 7:off
Note the “name” between parentheses. This is the name the system associates with
your joystick.
When you move any control, the numbers change after the axis number corre-
sponding to that moving control and when you depress any button, the “off” after
the button number corresponding to the button pressed changes to “on”. In this
way, you can quickly write down the axes numbers and button numbers for each
function without messing with binary.
<axis n="2">
and change this to
<axis n="1">.
Continue comparing your table with the comment table for the Saitek and changing
the axis numbers and button numbers accordingly. Since QUICKSTICK USB and
the Saitek have the same number of axes but different number of buttons, you must
delete the buttons left over. Just remember to double-check that you have a closing
tag for each opening tag or you will get an error using the file.
Finally, be good to yourself (and others when you submit your new binding
file to a FlightGear developers or users archive!) by taking the time to change the
comment table in the edited file to match your changed axis and button assign-
ments. The new comments should match the table you made from the js demo
output. Save your edits.
Several users have reported that the numbers of axes and buttons assigned to
functions may be different with the same joystick under Windows and Linux. The
above procedure should allow one to easily change a binding xml file created for a
different operating system for use by their operating system.
You can tell how FlightGear has interpreted your joystick setup by selecting
Help -> Joystick Information from the Menu.
Thanks to Mac OS X, most of HID compatible joysticks are recognized and usable
on Mac OS X. Some of joysticks are already defined properly in FlightGear. How-
ever, sometimes your joystick does not work as you expect due to some reasons
such as missing joystick ID, and misconfigured buttons or axis. In such cases, you
need to modify a joystick configuration file.
The basic procedures in configuring joysticks under Mac OS X are the same as
those of Linux as described above. The main differences are the path to the joystick
configuration files and the means of finding a joystick name. The joystick configu-
ration files are at Contents/Resources/data/Input/Joysticks under
the FlightGear.app folder. You can open the data folder by choosing “Advanced
Features » Others » Open data folder” on the GUI launcher. You can also open
it by right-clicking the FlightGear icon at Applications folder and choose “Show
Package Contents” to access the folders inside the application. To find a joystick
name, follow the steps below:
1. Open System Profiler by choosing Apple Menu | About this Mac | More Info...
3. Find the name of your joystick (e.g. Logitech Extreme 3D) from the USB
Device Tree.
4. Add a name tag with the recognized joystick name to a proper configuration
XML file (e.g. <name>Logitech Extreme 3D</name>)
<axis>
<desc>Rudder</desc>
<number>
<linux>2</linux>
<mac>3</mac> <!-- This must be 2 -->
<windows>3</windows>
</number>
.....
--prop:/input/joysticks/js[n]/axis[m]/binding
/command=property-scale (one line)
--prop:/input/joysticks/js[n]/axis[m]/binding
/property=/controls/steering option (one line)
--prop:/input/joysticks/js[n]/axis[m]/binding
/dead-band=db (one line)
--prop:/input/joysticks/js[n]/axis[m]/binding
/offset=os (one line)
--prop:/input/joysticks/js[n]/axis[m]/binding
/factor=fa (one line)
where
n = number of device (usually starting with 0)
m = number of axis (usually starting with 0)
steering option = elevator, aileron, rudder, throttle, mixture, pitch
dead-band = range, within which signals are discarded;
useful to avoid jittering for minor yoke movements
offset = specifies, if device not centered in its neutral position
factor = controls sensitivity of that axis; defaults to +1,
with a value of -1 reversing the behavior
You should be able to at least get your joystick working along these lines.
Concerning all the finer points, such as getting the joystick buttons working, John
Check has written a very useful README included in the base package under
FlightGear/Docs/Readme/Joystick.html. In case of any trouble with
your input device, it is highly recommended to read this document.
Chapter 4
The following is a description of the main systems for controlling the program
and piloting the plane. Historically, keyboard controls were developed first, and
you can still control most of the simulator via the keyboard alone. Later on, they
were supplemented by several menu entries, making the interface more accessible,
particularly for beginners, and providing additional functionality.
For getting a real feeling of flight, you should definitely consider getting a
joystick or a yoke plus rudder pedals. In any case, you can specify your device
of choice for control—joystick, keyboard or mouse—via the --control-mode
option. The default setting is joystick.
A short leaflet showing the standard keys can be found at
http://www.flightgear.org/Docs/InstallGuide/FGShortRef.html.
A version of this leaflet can also be opened via FlightGear’s help menu.
57
58 4. FLIGHT
In addition, you should check to see whether the parking brakes are engaged
(red field lit). If so, press the “B” button to release them.
While joysticks or yokes are supported as are rudder pedals, you can fly FlightGear
using the keyboard alone. In fact, several of the keyboard controls might be helpful
even if you are using a joystick or yoke.
In order to have full control of the plane during flight via the keyboard you
should ensure that, (i) NumLock is activated and, (ii) (for those running the simula-
tion in windowed-mode) that the FlightGear window is in focus (if it is not, or you
aren’t sure, just click anywhere in the FlightGear window). With the NumLock
active, the following main keyboard controls for controlling the aircraft should
work:
4.2. KEYBOARD CONTROLS 59
Tab. 2: Main keyboard controls for FlightGear on the numeric keypad with NumLock
active.
Key Action
9/3 Throttle
4/6 Aileron
8/2 Elevator
0/Enter Rudder
5 Center aileron/elevator/rudder
7/1 Elevator trim
For changing views you have to de-activate NumLock. Now Shift + <Numeric
Keypad Key> changes the view as follows:
Tab. 3: View directions accessible after de-activating NumLock on the numeric
keypad.
Numeric Key View direction
Shift-8 Forward
Shift-7 Left/forward
Shift-4 Left
Shift-1 Left/back
Shift-2 Back
Shift-3 Right/back
Shift-6 Right
Shift-9 Right/forward
Besides, there are several more options for adapting display on screen:
60 4. FLIGHT
Tab. 6: Special action of keys, if autopilot is enabled. [U.S. keyboard uses “.”
instead of “,”]
Key Action
8/2 Altitude adjust
0/, Heading adjust
9/3 Autothrottle adjust
There are several keys for starting and controlling the engine :
Tab. 7: Engine control keys
Key Action
s Fire starter on selected engine(s)
! Select 1st engine
@ Select 2nd engine
# Select 3rd engine
$ Select 4th engine
{ Decrease Magneto on Selected Engine
} Increase Magneto on Selected Engine
∼ Select all Engines
Besides these basic keys there are miscellaneous keys for special actions; some
of these you’ll probably not want to try during your first flight:
62 4. FLIGHT
• File
– Load flight Loads the current flight, by default from fgfs.sav. You
should start FlightGear using the same options (aircraft, airport...) as
when you saved the flight.
– Save flight Saves the current flight, by default to fgfs.sav.
– Reset Resets you to the selected starting position. Comes in handy if
you get lost or something goes wrong.
4.3. MENU ENTRIES 63
• View
• Location
• Autopilot This menu is only available for aircraft that have the default au-
topilot configured. Other aircraft may have their own autopilot which is
configured through the panel.
• Environment
4.3. MENU ENTRIES 65
• Equipment
– Fuel and Payload For aircraft that support it, allows you to set the fuel
and levels and current payload within the aircraft.
– Radio Settings Displays a dialog allowing you to set the frequencies
and radials being used by the radios and navigational equipment.
– GPS Settings Displays a dialog allowing you to set waypoints and
view course information for the GPS.
– Instrument Settings Displays a dialog allowing you to set the altime-
ter pressure and Heading Indicator offset.
– System Failures Displays a dialog allowing you to fail various aircraft
systems, such as the vacuum.
– Instrument Failures Displays a dialog allowing you to fail specific
aircraft instruments.
• ATC/AI
– Frequencies Displays a dialog allowing you enter the ICAO code for
an airport (or simply click on one of the buttons listing the local air-
ports) and retrieve the radio frequencies for ATIS, and Tower commu-
nications.
– Options Displays a dialog allowing you to enable Air Traffic Control
(ATC) and computer-generated traffic. You may also set the AI traffic
density from 1 (few aircraft) to 3 (busy skies!). This menu also allows
you to control the aircraft carriers in the game (see below for details).
66 4. FLIGHT
• Network
– Chat Displays a dialog allowing you chat with other aircraft in the
multi-player environment.
– Chat Menu Displays a menu of chat messages which you can transmit
to other aircraft in the multi-player environment. Some menus contain
sub-menus of options. Note that this is also available by pressing /.
– Pilot List Displays a list of the other multi-player pilots within range,
along with their distance, heading and altitude.
• Debug The debug menu contains various options outside the scope of this
guide.
• Help
– Basic Keys Lists the basic keys for the controlling the simulator.
– Common Aircraft Keys Lists the basic keys for controlling the air-
craft.
the range of speed with flaps in action. The yellow arc shows a range which should
only be used in smooth air. The upper end of it has a red radial indicating the speed
you must never exceeded–at least, so long as you don’t want to break your plane. . .
Below the airspeed indicator you can find the turn indicator. The airplane in
the middle indicates the roll of your plane. If the left or right wing of the plane is
aligned with one of the marks, this would indicate a standard turn, i.e. a turn of
360 degrees in exactly two minutes.
Below the plane, still in the turn indicator, is the inclinometer. It indicates
whether the rudder and ailerons are co-ordinated. During turns, you always have to
operate aileron and rudder in such a way that the ball in the tube remains centered;
otherwise the plane is skidding. A simple rule says: “Step on the ball”, i.e. step
onto the left rudder pedal when the ball is on the left-hand side.
If you don’t have pedals or lack the experience to handle the proper ratio
between aileron/rudder automatically, you can start FlightGear with the option
--enable-auto-coordination.
To the right-hand side of the artificial horizon you will find the altimeter show-
ing the height above sea level (not ground!) in hundreds of feet. Below the altime-
ter is the vertical speed indicator indicating the rate of climbing or sinking of your
plane in hundreds of feet per minute. While you may find it more convenient to
use than the altimeter in certain cases, keep in mind that its display usually has a
certain time-lag.
Further below the vertical speed indicator is the propellor RPM (rotations per
minute) indicator, which displays the rotations per minute in hundreds. The green
arc marks the optimum region for long-time flight.
The group of the main instruments further includes the gyro compass being
situated below the artificial horizon. Besides this one, there is a magnetic compass
sitting on top of the panel.
Four of these gauges being arranged in the from of a “T” are of special impor-
tance: The air speed indicator, the artificial horizon, the altimeter, and the compass
should be scanned regularly during flight.
Besides these, there are several supplementary instruments. To the very left you
will find the clock, obviously being an important tool for instance for determining
turn rates.Below the clock there are several smaller gauges displaying the technical
state of your engine. Certainly the most important of them is the fuel indicator - as
any pilot should know.
The ignition switch is situated in the lower left corner of the panel (cf. Fig. 4).
It has five positions: “OFF”, “L”, “R”, “BOTH”, and “START”. The first one is
obvious. “L” and “R” do not refer to two engines (actually the Cessna does only
have one) but to two magnetos being present for safety purposes. The two switch
positions can be used for test puposes during preflight. During normal flight the
switch should point on “BOTH”. The extreme right position is for using a battery-
powered starter (to be operated with the “s” key in flight gear).
Like in most flight simulators, you actually get a bit more than in a real plane.
4.4. THE INSTRUMENT PANEL 69
The red field directly below the gyro compass displays the state of the brakes, i.e.,
it is lit in case of the brakes being engaged. The instruments below indicate the
position of youryoke. This serves as kind of a compensation for the missing forces
you feel while pushing a real yoke. Three of the arrows correspond to the three axes
of your yoke/pedal controlling nose up/down, bank left/right, rudder left/right, and
throttle. (Keep in mind: They do not reflect the actual position of the plane!) The
left vertical arrow indicates elevator trim.
The right hand side of the panel is occupied by the radio stack. Here you find
two VOR receivers (NAV), an NDB receiver (ADF) and two communication radios
(COMM1/2) as well as the autopilot.
The communication radio is used for communication with air traffic facil-
ities; it is just a usual radio transceiver working in a special frequency range.
The frequency is displayed in the “COMM” field. Usually there are two COM
transceivers; this way you can dial in the frequency of the next controller to con-
tact while still being in contact with the previous one.
The COM radio can be used to display ATIS messages as well. For this pur-
pose, just to dial in the ATIS frequency of the relevant airport.
The VOR (Very High Frequency Omni-Directional Range) receiver is used
for course guidance during flight. The frequency of the sender is displayed in
the ”NAV” field. In a sense, a VOR acts similarly to a light house permitting to
display the position of the aircraft on a radial around the sender. It transmits one
omni-directional ray of radio waves plus a second ray, the phase of which differs
from the first one depending on its direction (which may be envisaged as kind of a
“rotating” signal). The phase difference between the two signals allows evaluating
the angle of the aircraft on a 360 degrees circle around the VOR sender, the so-
called radial. This radial is then displayed on the gauges NAV1 and NAV2, resp.,
left to frequency field. This way it should be clear that the VOR display, while
indicating the position of the aircraft relative to the VOR sender, does not say
anything about the orientation of the plane.
Below the two COM/NAV devices is an NDB receiver called ADF (automatic
direction finder). Again there is a field displaying the frequency of the facility. The
ADF can be used for navigation, too, but contrary to the VOR does not show the
position of the plane in a radial relative to the sender but the direct heading from the
aircraft to the sender. This is displayed on the gauge below the two NAV gauges.
Above the COMM1 display you will see three LEDs in the colors blue, amber,
and white indicating the outer, middle, and, inner, respṁarker beacon. These show
the distance to the runway threshold during landing. They do not require the input
of a frequency.
Below the radios you will find the autopilot. It has five keys for WL = “Wing-
Leveler”, “HDG” = “Heading”, NAV, APR = “Glide-Slope”, and ALT = “Altitude”.
These keys when engaged hold the corresponding property.
You can change the numbers for the radios using the mouse. For this pur-
pose, click left/right to the circular knob below the corresponding number. The
corresponding switch left to this knob can be used for toggling between the ac-
70 4. FLIGHT
tive/standby frequency.
A detailed description of the workings of these instruments and their use for
navigation lies beyond this Guide; if you are interested in this exciting topic, we
suggest consulting a book on instrument flight (simulation). Besides, this would
be material for a yet to be written FlightGear Flight School.
It should be noted, that you can neglect these radio instruments as long as
you are strictly flying according to VFR (visual flight rules). For those wanting
to do IFR (instrument flight rules) flights, it should be mentioned that FlightGear
includes a huge database of navaids worldwide.
Finally, you find the throttle, mixture, and flap control in the lower right of the
panel (recall, flaps can be set via [ and ] or just using the mouse).
As with the keyboard, the panel can be re-configured using configuration files.
As these have to be plane specific, they can be found under the directory of the
corresponding plane. As an example, the configuration file for the default Cessna
C172 can be found at FlightGear/Aircraft/c172/Panels as c172-panel.xml.
The accompanying documentation for customizing it (i.eṡhifting, replacing etcġauges
and more) is contained in the file README.xmlpanel written by John Check, to
be found in the source code in the directory docs-mini.
At current, there are two options for reading off the main flight parameters of the
plane: One is the instrument panel already mentioned, while the other one is the
HUD (Head Up Display) . Neither are HUDs used in usual general aviation planes
nor in civilian ones. Rather they belong to the equipment of modern military jets.
However, some might find it easier to fly using the HUD even with general aviation
aircraft. Several Cessna pilots might actually love to have one, but technology is
simply too expensive for implementing HUDs in general aviation aircraft. Besides,
the HUD displays several useful figures characterizing simulator performance, not
to be read off from the panel.
The HUD shown in Fig. 7 displays all main flight parameters of the plane. In
the center you find the pitch indicator (in degrees) with the aileron indicator above
and the rudder indicator below. A corresponding scale for the elevation can be
found to the left of the pitch scale. On the bottom there is a simple turn indicator.
There are two scales at the extreme left: The inner one displays the speed (in
kts) while the outer one indicates position of the throttle. The Cessna 172 takes off
at around 55 kts. The two scales on the extreme r.h.s display your height, i. eṫhe
left one shows the height above ground while the right of it gives that above zero,
both being displayed in feet.
Besides this, the HUD delivers some additions information. On the upper left
you will find date and time. Besides, latitude and longitude, resp., of your current
position are shown on top.
You can change color of the HUD using the “H” or “’h” key. Pressing the
toggle “i/I” minimizes/maximizes the HUD.
72 4. FLIGHT
to check
http://www.flightgear.org/Places/.
There is now a menu entry for entering directly the airport code of the airport you
want to start from.
Finally, if you’re done and are about to leave the plane, just hit the ESC key or
use the corresponding menu entry to exit the program. It is not suggested that you
simply “kill” the simulator using Ctrl-C on the text window.
74 4. FLIGHT
Chapter 5
Features
FlightGear contains many special features, some of which are not obvious to the
new user. This section describes how to enable and make use of some of the more
advanced features.
Many of the features are under constant development, so the information here
may not be completely up-to-date. For the very latest information (and new fea-
tures), see the FlightGear Wiki, available from http://wiki.flightgear.org/
<!--<scenario>nimitz_demo</scenario>-->
You should remove the “comment” marks so that it looks like this;
<scenario>nimitz_demo</scenario>
Also ensure that the line above that referring to ai being enabled is set to "true"
Save the file and quit the text editor.
--carrier=Nimitz --aircraft=seahawk
75
76 CHAPTER 5. FEATURES
Note that several FG aircraft are carrier capable, but the seahawk is possibly
the easiest to fly to begin with.
If you are using the Windows or OSX launcher to run FG, you should find a
text entry box in the gui that allows you to specify command line options, add the
above options there. Linux or Cygwin users can just add them to their usual startup
command:
This is the most difficult part of the operation, as in real life. You might well find
Andy Ross’ tutorial on operating the A4 Skyhawk useful here. It is available from
here:
http://wiki.flightgear.org/flightgear_wiki/index.php?title=A-4F_Skyhawk_Operations_Manual
Basically you should use the TACAN to locate the carrier, and line up with the
rear of the deck. As this part of the deck is at an angle to the course of the vessel,
you may need to correct your alignment often. Ensure that the aircraft is in the
correct configuration for approach (the Help/Aircraft Help menu should contain
useful data for your aircraft) and that the gear and the arrestor hook are down.
As you approach you should see, on the left hand side of the deck, a set of
brightly coloured lights - called the Fresnel Lens Optical landing System (FLOLS).
This indicates your position on the landing glideslope. You will see a horizontal
row of green lights, and when approximately on the glideslope, an orange light
(known in some circles as the “meatball”) approximately in line with the green
lights. When approaching correctly, the meatball appears in line with the green
lights. If you are high it is above, and when low it is below. If you are very low
the meatball turns red. If you fly to keep the meatball aligned you should catch
number 3 wire.
Carrier landings are often described as “controlled crashes” and you shouldn’t
waste your time attempting to flare and place the aircraft gently on the deck like
you would with a conventional landing - ensuring that you catch the wires is the
main thing.
Immediately your wheels touch the deck, you should open the throttles to full
power, in case you have missed the wires and need to “go around” again; the wires
will hold the aircraft if you have caught them, even at full power.
If you wish, you can then raise the elevators from the ATC/AI menu, taxi onto
one of the elevators, lower it (uncheck the box on the menu) and taxi off into the
hangar.
Don’t be discouraged if you don’t succeed at first - it’s not an easy maneouver
to master. If after a little practice you find the Seahawk too easy, you could move
on to the Seafire for more of a challenge!
5.2 Atlas
Atlas is a "moving map" application for FlightGear. It displays the aircraft in rela-
tion to the terrain below, along with airports, navigation aids and radio frequencies.
Further details can be found on the Atlas website:
http://atlas.sourceforge.net
78 CHAPTER 5. FEATURES
5.3 Multiplayer
FlightGear supports a multiplayer environment, allowing you to share the air with
other flight-simmers. For server details and to see who is online (and where they
are flying), have a look at the excellent multiplayer map, available from
http://mpmap02.flightgear.org
Click on the ‘server’ tab to see a list of multiplayer servers. At time of writing
there are two sets - one for official FlightGear releases, and one for the current
development stream (CVS). The servers within each set are connected.
5.3.2 Troubleshooting
To get multiplayer to work, we need information about the IP address of our com-
puter and the ability to communicate with the server. How to get this information
depends on your configuration and is described below.
earlier. If there is a choice given, ensure it is UDP ports that are forwarded. If
there is no choice, you may assume that both TCP and UDP are being forwarded.
Save your configuration, and most routers will probably then need to be rebooted
to apply the changes.
Note: (for BSD users) If you are using a ADSL modem, you might have to
put the port forward command into the ppp.conf file rather than firewall. This is
because the firewall script will only run each time the machine is booted rather than
the ppp line coming back online.
Finally, start FG using the command line given right at the start (if you’re using the
windows launcher you will find entry boxes for Multiplayer arguments - insert the
relevant details there). You will end up with something like this;
fgfs --callsign=MyName
--multiplay=in,10,192.168.0.2,5000
--multiplay=out,10,202.83.200.172,5000
--enable-ai-models
The current server IP address (in the "out" section) can be found by asking
on the IRC channel, and likewise the relevant port number; 5000 is the default.
Choose your own callsign - this is currently limited to seven characters.
Once you have started FG, you should, if others are flying, see messages in the
terminal from which FG was started, similar to the following;
You MUST give your local, behind-the-router IP address for MultiPlayer to work.
Trust me on this one!
You should check that your firewall is not causing problems - either turn it off
temporarily or add an exception to allow incoming connections on port 5000.
If it’s still just not working for you, ask nicely on the FlightGear IRC channel
and someone should be able to assist.
5.4. MULTIPLE DISPLAYS 81
5.4.1 Hardware
Each instance of FlightGear can support a single display. Due to the complexity of
the FDM and graphics, FlightGear is very processor-intensive, so running multiple
instances of FlightGear on a single machine is not recommended.
You will therefore need a computer for each view of the simulation you wish
to display, including the panel. The computers obviously must be networked and
for simplicity should be on the same subnet.
One computer is designated as the master. This computer will run the FDM and
be connected to controls such as yokes, joysticks and pedals. As the machine is
running the FDM, it usually only displays a simple view, typically the main panel,
to maximize performance.
All other computers are designated as slaves. They are purely used for display
purposes and receive FDM information from the master.
--native-fdm=socket,out,60,,5505,udp
--native-ctrls=socket,out,60,,5506,udp
The slave computers need to listen for the information, and also need to have
their own FDMs switched off:
--native-fdm=socket,in,60,,5505,udp
--native-ctrls=socket,in,60,,5506,udp
--fdm=null
82 CHAPTER 5. FEATURES
If using the master computer to display a panel only, you may wish to create
a full-screen panel for the aircraft you wish to fly (one is already available for the
Cessna 172), and use the following options.
--fov=35
--prop:/sim/view/config/heading-offset-deg=-35
--prop:/sim/view/config/pitch-offset-deg=3
--generic=file,out,20,flight.out,playback
This will record the FDM state at 20Hz (20 times per second), using the play-
back protocol and write it to a file flight.out.
To play it back later, use the following command line options:
--generic=file,in,20,flight.out,playback
--fdm=external
The playback.xml protocol file does not include information such as plane type,
time of day, so you should use the same set of command line options as you did
when recording.
5.6. TEXT TO SPEECH WITH FESTIVAL 83
$ festival
festival> (SayText "FlightGear")
festival> (quit)
$ mbrola -h
$ festival --server
Now, start FlightGear with voice support enabled. This is set through the
/sim/sound/voices/enabled property. You can do this through the command line
as follows.
$ fgfs --aircraft=j3cub \
--airport=KSQL \
--prop:/sim/sound/voices/enabled=true
84 CHAPTER 5. FEATURES
Of course, you can put this option into your personal configuration file. This
doesn’t mean that you then always have to use FlightGear together with Festival.
You’ll just get a few error messages in the terminal window, but that’s it. You
cannot enable the voice subsystem when FlightGear is running.
To test it is all working, contact the KSFO ATC using the ’ key. You should
hear "your" voice first (and see the text in yellow color on top of the screen), then
you should hear ATC answer with a different voice (and see it in light-green color).
ou can edit the voice parameters in the preferences.xml file, and select dif-
ferent screen colors and voice assignments in $FG_ROOT/Nasal/voice.nas. The
messages aren’t written to the respective /sim/sound/voices/voice[*]/text properties
directly, but rather to aliases /sim/sound/voices/atc,approach,ground,pilot,ai-plane.
5.6.3 Troubleshooting
On some Linux distros, festival access is restricted, and you will get message like
the following.
This will allow connections from anywhere, but should be OK if your machine
is behind a firewall.
1. Check which voices are available. You can test them by prepending "voice_":
5.7. AIR-AIR REFUELLING 85
$ festival
festival> (print (mapcar (lambda (pair) (car pair)) \
voice-locations))
(kal_diphone rab_diphone don_diphone us1_mbrola \
us2_mbrola us3_mbrola en1_mbrola)
nil
festival> (voice_us3_mbrola)
festival> (SayText "I’ve got a nice voice.")
festival> (quit)
(You might find it helpful to use the autothrottle to help control your speed - ctrl-a
then Page Up/Down to increase and decrease the set speed.)
Once your tanks are full, or you have taken as much fuel as you wish, close the
throttle a little, back away from the tanker and continue your intended flight.
<scenario>refueling\_demo</scenario>
somewhere within the <ai> tags; you should see other scenarios already there
too, perhaps commented out (i.e. with <!– –>).
88 CHAPTER 5. FEATURES
Part III
Tutorials
89
Chapter 6
Tutorials
If you are new to flying, an advanced simulator such as FlightGear can seem daunt-
ing: You are presented with a cockpit of an aircraft with little information on how
to fly it.
In real life, you would have an instructor sitting next to you to teach you how
to fly and keep you safe.
While we cannot provide a personal instructor for every virtual pilot, there are
a number of tutorials available that you can follow to become a proficient virtual
pilot.
91
92 CHAPTER 6. TUTORIALS
When the simulator has loaded, select Start Tutorial from the Help menu. You
will then be presented with a list of the tutorials available. Select a tutorial and press
Next. A description of the tutorial is displayed. Press Start to start the tutorial.
7.1 Foreword
Aviation is about extremes:
• An airplane is quite fragile and flies at high speeds. Yet it is one of the safest
forms of transport.
• Pilots must constantly follow rules and procedures. Yet an airplane is a sym-
bol of freedom.
• With a little training, flight a small aircraft is easy. Yet if a problem occurs,
you must be able to resolve it in a few seconds.
• Many flight tutorials are written with a lot of humor. Yet not taking flying
seriously will bring you down to earth prematurely.
The aircraft used in this tutorial is the Cessna 172p. This is the aircraft used in
many real life flight schools and a great airplane to fly.
The following articles complement this tutorial and will answer most questions
that may arise as you read through.This first one in paricular is a good introduction
to the airplane’s main components and controls:
95
96 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
• http://www.gleim.com/aviation/ltf/howtheyfly.php?PHPSESSID=889ab9792
636f430a66e3e5d70f7d346
• http://www.pilotfriend.com/flight_training/new_site/aerodynamics/
aircraft%20controls.htm
• http://www.flightgear.org/Docs/getstart/getstart.html
• http://en.wikipedia.org/wiki/Aircraft
• http://en.wikipedia.org/wiki/Flight_controls
• http://en.wikipedia.org/wiki/Airplane_flight_mechanics
• http://en.wikipedia.org/wiki/Aircraft_engine_controls
• http://www.firstflight.com/flt1.html
• http://www.avsim.com/mike/mickey_site/ppilot/
ppilot_faq/pp_cessnas.html
• http://www.ig-wilson.com/index.php?f16land
• http://www.navfltsm.addr.com/
This tutorial is accurate to the best of my knowledge, but will inevitably contain
some mistakes. I apologize in advance for these.
7.2 Starting Up
There are a number of different ways to start FlightGear based on your platform
and the distribution you are using
7.2.1 MS Windows
On MS Windows, FlightGear has a GUI Wizard in which you can choose your
aircraft and starting postion. First choose the Cessna 172p airplane as shown below.
To match this tutorial do not choose the 2D panel version. (You may however find
in the future that the 2D version is more appropriate for training) Press the Next
button to choose your airport.
7.2. STARTING UP 97
You can start from any airport for this tutorial, but I will assume that you will
start from FlightGear’s default airport of San Francisco (KSFO):
Once you have selected KSFO and pressed the Next button, you can set any
number of options for the simulator. For your first flight, I suggest starting at
noon. I would also recommend that you start with a small resolution of 800 × 600.
Later on you can play around with the options and use a higher resolution, but this
obviously adversly affects performance.Press the Run button and the FlightGear
will start with the options you selected.
If you have problems running the latest version FlightGear on your Windows
system, you may want to try an earlier version with lower graphics requirements
(for example 0.9.8) You can find previous releases on the FTP mirrors mentioned
at the top of the FlightGear download page: .
If you are running under Windows Me and the flight simulator suddenly starts
stuttering, with the frame rate dropping, try killing all tasks except Explorer and
Systray before you launch FlightGear. If one of the tasks you kill is an antivirus
or such protection software, this is an obvious security risk. Also, on one Win-
dows Me machine, a FlightGear of 800 × 600 yielded good results, while a lower
resolution of 640 × 480 triggered much lower FPS levels (Frames Per Second).)
• From a terminal window (also named “console” window) try running the
fgrun command. If installed, this will run the same GUI Wizard as under
Windows as described above.
Without the -timeofday=noon option, FlightGear will start at the current time
in San Francisco - often night-time if you are in Europe. To change the time of day
in the simulator to daytime, select Weather->Time of Day from the menu and
select Noon.
If running FlightGear from a menu (e.g. under KDE or Gnome), you can edit
the FlightGear launch icon properties and change the simple fgfs fgfs command
to something like fgfs -timeofday=noon -geometry=1024x768, or in-
clude whatever command options you wish. Further details of the command line
options can be found in Chapter 3, Takeoff: How to start the program.
Once FlightGear is started you will see the following window and hear the sound
of an engine:
7.3. THE FIRST CHALLENGE - FLYING STRAIGHT 99
On startup, the aircraft is at the end of the runway with the engine running at
low power. The airplane will occasionally tremble a little, but it won’t move.
Press v, to view the aircraft from the outside. Type v repeatedly to scroll
through a number of different views until you return to the cockpit. Typing V
will cycle backwards through the views.):
100 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
In real life, we would have inspected the airplane all around to check everything
is working, nothing is hampering the moving parts, and nothing is obstructing the
instrument openings. In the simulator, this is already done for us before we start.
Hold the Page Up key down for about eight seconds. You will hear the engine
sound rise.
The airplane will start accelerating down the runway. As it does so, it will drift
to the left, before finally taking off, banking to the left, falling to the ground and
crashing (probably).
You can see a replay of the crash using the View -> Instant Replay menu.
Click the Replay button at the bottom of the dialog window, then use v and V
to see the airplane from the outside. The picture below shows the end part of the
flight. You can take a snapshot by typing the F3 key. You can also use the F10
key to toggle the menu bar on or off.
Having observed your crash, exit from FlightGear(using File->Quit) and restart
the simulator using the same options as before.
In order to fly straight you need the airplane’s control yoke:
You can control the yoke using a joystick, or by moving the mouse. To use the
mouse you need to be in mouse yoke mode. Get in that mode by clicking the right
mouse button. The mouse cursor becomes a + sign. Move the mouse and see the
yoke moving accordingly. Type v to see the plane from the outside. If you move
the mouse again you will see the tail elevator and the ailerons at both wings ends
move. If your viewpoint is too far from the aircraft to see any movement, type x a
7.3. THE FIRST CHALLENGE - FLYING STRAIGHT 101
few times to zoom in. Type X to zoom back out. Ctrl-x returns the view to the
default zoom level. Type V to change the view back to the cockpit.
Clicking the right mouse button again gets you in mouse view mode. In this
mode the mouse cursor will be a ↔. sign. This allows you to look around easily.
Clicking the left mouse button will re-center the view. A further right click will
return you to the normal mouse mode.
To summarize, the right mouse button cycles the mouse through three modes:
• Normal mode. This mode allows you to click on the menu and on the instru-
ment panel.
• View mode. The mouse controls the view direction (↔ pointer shape).
Try taking off again using the mouse to control the yoke. Right-click to put the
mouse in yoke mode (+pointer shape) and raise the engine throttle to maximum by
holding the Page Up key down. Do not try to keep the airplane rolling straight
on the runway using the mouse/yoke. Let it drift leftwards. Wait till it rises in the
air. Then use the mouse to try and get the airplane to fly straight. (If you want to
control the airplane on the ground see section 7.5.)
You will find that you must prevent the airplane from banking to the left:
Try to fly more or less straight, with the horizon stable slightly above the air-
plane nose:
Whatever your skills at video games or simpler simulators, you will probably
not succeed at first. The airplane will crash, probably quite soon after take-off.
This is the moment where most candidates get desperate and abandon trying to fly
a simulator or a real aircraft. Just hold tight and keep trying. Eventually you will
develop a feel for the subtle control inputs required.
The most common error is moving the mouse forwards to bring the nose up. In
fact, you must pull the yoke by moving the mouse backwards to do this.
Equally, when you want to lower the airplane’s nose, you must move the mouse
forwards. This can seem odd, but all airplane control yokes are designed that way.
With time, you will wonder how you every thought it worked any other way. You
will also find that small mouse movements have a large effect on the aircraft. You
may find that decreasing your mouse sensitivity may help initially.
If you have difficulty visualising this, the following analogy may help. Imagine
a soccer ball is on your desk and you have “glued” your hand to the top of it. If
you move your hand forwards the ball will roll forwards and your fingers will point
to to the desk. If you move your hand backwards the ball will roll back and your
fingers will now point up at the ceiling. Your hand is the airplane:
7.3. THE FIRST CHALLENGE - FLYING STRAIGHT 103
Another common error is the assumption that the control inputs directly match
airplane bank. In other words, you believe if the control yoke is level, the airplane
will fly level. This is not true. The yoke controls the rate at which the airplane
banks. If the airplane is banked 20◦ to the left and the control yoke is level, the
airplane will stay banked at 20◦ left until some other force affects it. If you want
to return the airplane to level flight, you have to turn the control yoke slightly to
the right (move the mouse slightly rightwards) and keep it slightly to the right for a
while. The airplane will turn slowly rightwards. Once it is level with the horizon,
bring the control yoke level too. Then the airplane will stay level (until some other
force changes its orientation).
A third error is trying to find “the right position” for the yoke/mouse. Naturally,
you will want to find the fine tuning that will leave the airplane fly straight. Actually
there is no such ideal yoke position. The airplane is inherintely unstable in the
air. You must constantly correct the airplane’s attitude and keep it flying straight
with tiny movements of the mouse. This may seem to take all your concentration
intially, but just like driving a car, keeping the aircraft straight and level will soon
become second nature. For longer flights, you will eventually use the autopilot to
keep the airplane level, but this is outside the scope of this tutorial.
To help fine-tune your senses to the control inputs required, keep your eyes on
the outside scenery and not get fixated on the instruments or the yoke. Check the
angle of the horizon and its height above the airplane’s nose. The horizon line and
the airplane engine cover are your main flight instruments. Look at the instrument
panel only once in a while.
While the mouse is in yoke control mode (+ pointer shape), don’t move it
close to the FlightGear window edges. Once the mouse leaves the window, it stops
controlling the aircraft, often at the worse possible moment! If you wish to use the
mouse outside of the window, first go back to standard mouse mode by clicking
two times on the right mouse button.
You can also control the yoke using the four keyboard arrow keys or the
keypad 8, 2, 4 and 6 keys. While initially this may seem easier than the mouse,
you cannot make the very fine adjustments required for accurate flying, so it is
much better to persevere with the mouse.
104 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
You may hear beeping sounds while flying around the airport. These are land-
ing aid signals. Don’t worry about them for the moment.
You will know that you have mastered this when you can make the aircraft
climb steadily in the air. The next step is to learn to keep the aircraft at a constant
altitude, or to make it ascend or descend slowly and under your control.
Keeping the aircraft at a constant altitude involves observing the altimeter and
making small changes with the mouse forwards or backwards to stop the aircraft
ascending or descending respectively.
The altimeter instrument is at the middle top of the instrument panel. The
long needle shows hundreds of feet, the short needle shows thousands of feet. The
altimeter below shows an altitude of 300 feet, approximately 100 meters.
As you ascend or descend the altimeter will change accordingly, turning anti-
clockwise as you descend, and clockwise as you gain height. If you see the al-
timeter “unwinding” you will be able to tell that you are losing height and move
the mouse backwards slightly to raise the nose. After a while you will notice that
when flying level the nose of the aircraft is always in the same position relative to
the horizon. This is the aircraft attitude for level flight. By putting the nose in that
same position, you will achieve almost level flight without having to reference the
instruments. From there you can fine-tune your altitude.
Beware: an altimeter does not automatically show the absolute altitude above
sea level. You must adjust for the local air pressive. The little black knob on the
lower left side of the altimeter allows you to adjust the altimeter. Start FlightGear
and stay on the ground. Click (in normal mouse mode) inside the black knob. A
click on the left half makes the altimeter turn back. On the right half the altimeter
turns forward. Use that little knob to tune in the current altitude. The principle
is you use the knob when you are sure about the altitude. If you know you are at
1,100 feet altitude, tune in 1,100 feet on the altimeter. Clicking with the middle
mouse button makes the knob turn faster. Type Ctrl-c to see the two button
halves highlighted.
To make settings the altimeter easier, airports advertise their altitude in various
ways. They may provide a radio service (called ATIS in the USA) to broadcast
the current air pressure at sea level. This is expressed in inches of mercury. The
altimeter contains a small scale inside which is calibrated in this way. You can set
your altimeter using this scale. Alternatively, if you are on the ground and know
the altitude of the airport, you can simply adjust your altimeter until it displays the
correct altitude.
7.4. BASIC TURNS 105
Note that there is an important difference between “altitude above sea level”
and “altitude above the ground”. If you fly near Mount Everest at an altitude of
24,000 feet above sea level (AMSL), your altitude above the ground (AGL) will be
much less. Knowing the altitude of the ground around you is obviously useful.
To turn, you do not need high levels of bank. 20◦ is more than enough for a
safe and steady turn. The turn coordinator indicates your angle of bank by showing
a depiction of your aircraft from behind. The picture below shows the turn coordi-
nator when the airplane is banked 20◦ to the right. You can also tell the bank angle
by observing the angle of the horizon.
Try the following: keep the airplane banked around those 20◦ for a few min-
utes and keep your eyes outside the aircraft You will see the same ground features
appear again and again, every 120 seconds. This shows you need 120 seconds to
make a 360◦ turn (or 60 seconds for a 180◦ )turn). This is particularly useful when
navigating. Whatever speed the airplane is flying, if you bank at 20◦ you always
need 60 seconds to make a 180◦ turn in the Cessna 172P.
So, by banking the airplane to the left or to the right, you make it turn to the left
or to the right. Keeping the airplane level with the horizon keeps it flying straight.
106 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
The little purple ball in the bottom of the turn indicator shows the sideways
forces. In real life you would feel these as your turn, however it is not possible
to simulate these, so you must simply keep an eye on the ball. If you turn neatly
(using the rudder a little bit), the ball will remain centered. If the ball is pushed
say rightwards, this means you the pilot too are pushed rightwards. Like in a
car turning to the left. During a neat turn in an airplane, even a strong turn, the
passengers never endure a sideways force. They are only pushed a little harder on
their seats by the centrifugal force.
By experimenting you will notice you can make much steeper turns by banking
the airplane to high angles and pulling back on the yoke. Turns at over 60◦ bank
angle are the realm of aerobatics and military flying, and dangerous is aircraft such
as the Cessna.
Type the Page Up key a few times, until the tachometer is showing 1,000
RPM (as shown above). If required type the Page Down key to decrease the
engine speed.
At roughly 1,000 RPM, the airplane will move forward on the runway, but it
will not accelerate and take off.
Type the “.”key (Shift-; on Azerty keyboards). The airplane will make a
sharp turn to the right. If you keep the “.”key down the airplane will halt. When
you type the “.” key, you are activating the brake on the right wheel of the airplane.
To activate the brake on the left wheel, use the “,” key.
The “,” and “.” keys simulate two brake pedals located at your feet on a real
airplane. Using the throttle and the brake pedals you can control the speed of the
aircraft and cause it to turn on the ground.
The brakes can be very useful when taxiing slowly on the runway. You can
also steer the nose-wheel of the aircraft. In a real airplane this is done by pushing
the rudder pedals with your feet. You push with your feet on the side you want to
7.5. TAXIING ON THE GROUND 107
turn towards. If you don’t have real rudder pedals, there are two ways to control
the virtual rudder pedals:
• Using the keypad 0 and Enter keys . If you type the keypad Enter key
say seven times, you will see the airplane firmly turns to the right and stays
turning that way. Type the keypad 0 key seven times to get the airplane back
rolling (almost) straight.
• Using the mouse. While the mouse is in yoke control mode (+ pointer
shape), if you hold the left mouse button down, the mouse controls the rud-
der pedals instead of the yoke. The rudder pedals are connected to both the
rudder and nose-wheel. This method is much more precise.
Start the simulator, Type v or V to view the airplane from the outside and keep
x down a couple of seconds to zoom in on the airplane. Look at the front wheel
and keep keypad 0 down. Then keep keypad Enter down. See the front wheel
turn. Click on the right mouse button to get in yoke control mode (+ pointer
shape). Keep the left mouse button down to get in rudder control mode and move
the mouse to the left and to the right. Note that the rudder, that big vertical control
surface at the rear of the plane, moves together with the front wheel.
I tend to control the rudder pedals using the mouse while the front wheel is on
the ground and use the keypad 0 and Enter keys once it has lifted off. In other
words: I keep the left mouse button down while the front wheel is on the ground.
This allows for a precise and easy rudder control on the ground. Then I simply
release the left mouse button once the front wheel lifts off.
7.5.1 Airspeed
Just like driving a car, it is good to know how fast you are traveling. The aviation
equivalent of a speedometer is the airspeed indicator (ASI), calibrate in nautical
miles per hour (knots).
108 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
A knot is 1.85325 kilometer/hour. So, if you want to have a rough idea of your
speed in flight expressed in km/h, multiply the knots displayed by 2. A knot is
1.15115 miles per hour, so very roughly, 1 knot is 1 mph. Note that some aircraft
ASIs (in particular the Piper J3 Cub) display mph instead of knots.
The airspeed indicator displays the speed of the aircraft compared to the sur-
rounding air, not the speed compared to the ground like a car speedometer does. If
the plane is halted on the ground and there is a 10 knot wind blowing from straight
ahead, the airspeed indicator will display 10 knots airspeed, although the plane will
not be moving relative to the ground.
When the airplane rolls over the runway at more than 40 knots, you must pre-
vent the front wheel from touching the ground. The nosewheel is not designed for
high speeds and in real life would shimmy and wear out.
During take off, once over 40 knots you can make the front wheel leave the
ground by pulling back gently on the control yoke. Don’t turn sharply at high
speed on the ground. Doing so may cause the aircraft to tip over.
The picture below shows the front wheel slightly lifted. Don’t overdo this.
Keep the airplane’s white nose cover well below the horizon. You just need to lift
the plane’s nose very slightly.
Question: if the front wheel no longer touches the runway, how do you steer
the airplane? Answer: still using the rudder pedals. As mentioned above, the
rudder pedals are linked to both the nose-wheel and the tail rudder, that big vertical
moving part at the tail of the plane:
7.5. TAXIING ON THE GROUND 109
At airspeeds above 40 knots, the rudder has enought air-flow over it to steer the
airplane.
Note the front wheel and the tail rudder don’t make the airplane turn at exactly
the same rate. So when the rudder takes over the front wheel, you must adapt the
rudder pedals angle. That means fast typing keypad 0 and keypad Enter (or hold
the left mouse button down and tightly control the rudder with the mouse).
Once you’ve become familiar with the nose-wheel and rudder, you can use
these new controls to keep the airplane straight on the runway during take-off.
Say the airplane is heading too much to the right. You type keypad 0 a few
times to make it turn back to the left. Don’t wait till the aircraft has straightened up
completely. Type keypad Enter before the aircraft reaches the direction you wish
to travel. Otherwise you will find that you will over-correct and have to turn back
again. If you use the mouse, such corrections are much easier and more precise.
To summarise: two methods exist to steer the airplane on the ground: the dif-
ferential brakes on the side wheels and the rudder pedals. This control redundancy
is very common in aviation. If one method fails, you still have another method
available to perform the task.
You may be wondering why the aircraft drifts to the left when it rolls on the
ground, forcing your to compensate with a little push on the right rudder pedal?
The main reason is the flow of air produced by the propeller. It blows along the
airplane body, but also corkscrews around the airplane fuselage. The upper part of
that slight vortex pushes the vertical tail to the right. This causes makes the front
of the aircraft to yaw to the left.
You can center all yoke and rudder controls by typing 5 on the keypad. This is
a good preflight precaution. Sometimes it can “save your life” in flight if you find
yourself with controls all over the place!
110 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
• When flying close to the ground, it is better not to bank the airplane in order
to turn. The rudder is used more instead. Acting on the rudder pedals allows
you to turn the airplane without excessive banking.
• When the plane is just above the runway, the two side wheels need to be at
the same height above the runway for landing. That means the wings must
be level with the horizon. The plane is not allowed to bank. You keep the
plane wings level with the horizon by using the yoke/mouse/ailerons. Note
this does not need to be perfect. A bank of a few degrees is harmless.
• In flight, especially at high speed, the rudder is an in-efficient way to turn the
aircraft:
– It causes the airplane to present its flank to the airstream, increasing
drag.
– The airplane turns very slowly.
– You will lack control while turning.
– At high flight speed the centrifugal force will be disturbing or even
dangerous.
Using the yoke/mouse/ailerons allows for efficient, fast, reliable and com-
fortable turns.
• The rudder can be vital when the wings are stalled. Indeed, during a stall
the wing ailerons become less effective or even useless. (Note that some
airplanes can go in a very dangerous stall if you overdo the rudder control at
low speed.)
When you turn in flight, using the ailerons, you still need the rudder a little
bit. You add a little bit of rudder. This allows you to compensate for the adverse
yaw created when you roll using the ailerons. In a real aircraft, you can feel this
sideways motion. In the simulator, you can check this visually on the turn coordi-
nator. In the picture below the little ball is pushed rightwards during a strong turn
to the right using the ailerons. That means you the pilot endure a rightwards force
too. You can compensate this by pushing the right rudder pedal (type the keypad
Enter key a few times). In normal flight you should use the rudder to keep the
little ball centered.
7.7. A BIT OF WIEHEISTEROLOGY 111
So, in normal flight use the ailerons to turn, while close to the ground at low
speed use the rudder. However, one method never completely cancels out the other.
You still need the rudder at high altitudes and speeds. Reciprocally you have to use
the ailerons a little bit when close to the ground, to keep the wings level with the
horizon.
Even when taxiing, you should use the ailerons. Otherwise, strong winds can
blow the aircraft onto its side. To counteract this, your should turn the ailerons into
the wind. This raises the aileron in the wind, helping to keep the wing down.
You should avoid making quick and agressive movements of the rudder. On
the ground at high speed this can make the airplane turn too sharply. In flight at
low speed it can cause a very dangerous type of stall. In flight at high speed it
can cause all kinds of aerodynamic and physical discomfort. Instead, make gentle
movements of the rudder.
I recommend you practise turning with the rudder in flight. Fly at a low speed
of about 70 knots. Try to keep the altitude stable by increasing and decreasing the
engine power. Use the rudder to turn towards a ground feature and maintain a head-
ing, then turn the aircraft towards a new heading. See how the plane yaws. Learn
to anticipate rudder control. Don’t try to make steep turns. Use the yoke/ailerons
to keep the wings level constantly.
Magneto
On the bottom left, below the instrument panel you will find the magneto switch
and engine starter:
112 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
To see the switch, either type P to get the schematic instrument panel or type
Shift-x to zoom out (x or Ctrl-x to zoom back in).
You can move the switch with the { and } keys (use the Alt Gr key on Azerty
keyboards).
You are probably aware that the fuel inside a car engine is ignited by electric
sparks. Modern car engines use electronic ignition. An airplane engine uses a
more old-fashioned (but more reliable) magneto ignition instead. For redundancy,
it contains two such magnetos: the “left” one and the “right” one. When you
change the magneto switch on OFF, both magnetos are switched off and the engine
will not run. With the magneto switch on L you are using the left magneto. On R
you are using the right magneto. On BOTH you use both. In flight you will use
BOTH.
Given that you use both magnetos in flight, why have the switch? The reason
is that during your pre-flight checks you will verify that each of the magnetos is
working correctly. To do this, increase the RPM to about 1500 then switch the
magneto switch to L and observe the tachometer. You should observe a slight
drop in RPM. If the engine cuts out, the left magneto is broken. If you do not see
an RPM drop, then the switch may be faulty, as both magnetos are still switched
on. You can then perform the same test on the right magneto. Of course, in the
simulator, the magnetos are unlikely to fail!
Should one of the two magnetos fail in flight, the other one will keep the engine
running. The failure of one magneto is rare, the failure of both simultaneously is
almost unheard of.
You may have typed { to shut the engine down. To start the engine again after
doing so, type } three times in order to put the magneto switch on BOTH. Then
use the starter motor by pressing the s for a few seconds, till the engine is started.
You can also turn the magneto switch and start the engine by clicking left and
right of the switch in normal mouse mod). Type Ctrl-c to see the two click sides
highlighted by yellow rectangles.
If you turn the switch to OFF, the engine noise stops. If you quickly turn the
switch back to L, the engine starts again as the propeller is still turning. If you
wait for the propeller to stop, placing the switch on L, R or BOTH won’t start the
engine. (Once the engine is halted, always place the magneto switch to OFF.)
7.7. A BIT OF WIEHEISTEROLOGY 113
Throttle
You already know that you increase the engine power by pushing that throttle
rod in (Page Up key). You decrease the power by pulling the control out (Page
Down key). You can also click left and right of the lever (middle mouse button for
quicker moves, Ctrl-c to highlight the left and right halves).
What does “increase the power” actually mean? Does it mean you increase
the amount of fuel delivered to the engine? Yes, but this is not enough to fully
understand what you are doing. You need to be aware that the engine is also fed
with a huge amount of air. The engine’s cylinders burn an mixture of fuel and air.
Fuel alone wouldn’t burn. Only a mixture of fuel and air can detonate and move
the engine pistons. So when you push the throttle in, you increase both the fuel and
the air fed to the engine.
Mixture
The amount of air compared to the amount of fuel is critical. The proportion of the
two has to be tuned closely. This is the purpose of the mixture lever. The picture
below displays the mixture lever, pulled out far too much.
When the mixture lever is fully pushed in, you feed the engine with an lots
of fuel and little air. This is known as a “rich” mixture. When the lever is pulled
out completely, there is an excess of air, known as a “lean” mixture. The correct
position to produce maximum power is in between these two extremes, usually
quite close to fully pushed in.
When you start the engine and when you take off, you need a fuel-rich mixture.
That means the mixture lever should be pushed in. A fuel-rich mixture allows the
engine to start easily. It also makes the engine a little more reliable. The drawback
is that a part of the fuel is not burned inside the engine. It is simply wasted and
pushed out the exhaust. This makes the engine more polluting, it decreases the
114 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
energy the engine can deliver and it slowly degrades the engine by causing deposits
of residues inside the cylinders.
Once in normal flight, you have to pull the mixture lever a little, to get a more
optimal mixture. Check this out by doing the following. Start the simulator. Put
the parking brakes on with key B (that is Shift-b). Push the throttle in to its
maximum. The engine RPM should now be close to the maximum. Slowly pull
on the mixture lever (using the mouse in normal pointer mode). You will see the
RPM increases a little. You get more power, without increasing the fuel intake. You
waste no fuel and it pollutes less. If you continue to pull the mixture lever, the RPM
will decrease back away, because now there is too much air. The excess of air slows
the explosions down inside the cylinders and decreases the explosion temperature,
hence the thermodynamic yield decreases. You have to tune in the optimal mixture.
For thermodynamic reasons, the best mixture isn’t exactly at maximum power - it
is better for the engine to be running very slight richer or leaner than maximum
power. This also avoids the possibility of the fuel detonating explosively damaging
the engine. You can find the maximum power point by the fact you get the highest
RPM. (Another method is to check the engine exhaust temperature. Roughly, this
is the point at which you get the highest temperature.)
The mixture control allows you to burn less fuel for the same speed and dis-
tance, and therefore fly farther and pollute less. However, if you mis-manage it,
it can cause serious problems. Suppose you go flying at high altitude and pull out
the mixture lever accordingly. At high altitude there is less oxygen available so
the correct mixture will be quite lean - i.e. with little fuel being used. Then you
descend back in order to land. If you forget to push the mixture lever in as you
descend, The fuel/air mixture will become far too lean and the engine will simply
halt.
When landing, you have to tune back in a mixture that is a little too rich in
fuel. This means pushing the mixture lever in. That way the engine becomes a
little more reliable and will be better adapted to a decrease in altitude.
I wrote above that placing the magneto on OFF is not the right way to stop the
engine. The right method is to pull the mixture lever. First pull the throttle out
completely, to get the engine to minimum power and fuel consumption. Then pull
the mixture lever, till the engine stops because the mixture contains too much air.
This ensures the engine doesn’t get choked by waste fuel residues. Finally, turn the
magneto switch to OFF to ensure the engine won’t start again accidentally.
An important warning: you may think the RPM indicator reflects the engine
power. Wrong. Two things make the RPM increase: the engine power and the
airplane speed. To check this, fly to a given altitude then pull the engine power
to minimum. Try out diving to the ground then rising back to altitude. You will
see the RPM varies significantly as does your airspeed. It rises while diving and
decreases while climbing.
One pitfall of this is when you intend to tune the engine power in for landing.
Suppose you’re descending towards the airport, flying fast. You know the ideal
RPM for landing is around 1,900 RPM. So you pull the throttle till you get 1,900
7.7. A BIT OF WIEHEISTEROLOGY 115
RPM. You think you tuned in the appropriate RPM. You think you shouldn’t bother
any more about it. But when you level off, the plane’s speed starts to decrease,
along with the RPM. A few minutes later, you get the low flight speed you wanted.
You don’t see the RPM is now far too slow. You will either lose altitude or stall.
Or both. Be cautious with the throttle and with the RPM indicator. Either pull on
the throttle more steadily or be mentally prepared to push it back in quickly.
• When you pull the yoke, the airplane’s nose rises up. Hence the wings
travel through the air at a steeper angle. Hence the lift force on the wings is
stronger. Hence the plane rises in the air.
• When you push the yoke, the airplane’s nose dives. Hence the wings travel
through the air with less angle. Hence the lift force on the wings decreases.
Hence the plane descends.
What matters is the angle the wings travel through the air. This is the angle of
attack.
I wrote above that when the wings travel through the air with no angle of attack,
they don’t produce lift. This is false. It would be true if the wings were a flat plate
like the cardboard. But they aren’t. The wings are a slightly curved airfoil. This
makes them create lift even when traveling through the air at no angle of attack.
116 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
Actually, even with a little negative angle of attack they still create a lift force. At
high speed the airplane flies with the wings slightly angled towards the ground!
The angle at which the wings travel through the air matters. Something else
matters too: the speed. Take the cardboard again in your hand. Hold it with a given
slight angle and don’t change that angle. Move it at different speeds through the
air. The faster you move the cardboard, the more upward force it experiences.
• When you increase the engine power, the plane increases speed, the lift force
on the wings increases and the plane gains altitude.
• When you decrease the engine power, the plane decreases speed, the lift
force on the wings decreases and the plane loses altitude.
To make things a little more complicated: when rising in the air, the airplane
tends to lose speed. When descending, it tends to gain speed.
That’s all a matter of compromises. If you want to fly at a constant altitude and
at a given speed, you will have to tune both the engine power and the yoke/elevator
(or better: the trim (see below)), till you get what you want. If you want to descend
yet keep the same speed, you have to push the yoke a little and decrease the engine
power. And so on. You constantly have to tune both the engine power and the
yoke. However, during a normal flight you can simplify this by simply choosing a
comfortable engine power level then relying on the yoke and trim for altitude.
A very interesting exercise you can perform with the simulator is to fly straight
with full engine power. Get maximum speed while keeping in horizontal flight.
Then decrease the engine power to minimum. Pull steadily on the yoke to keep
the plane at constant altitude. The plane slows down steadily, meanwhile you have
pull more and more on the yoke to stay level. Since the speed decreases the lift
from the wing will decrease, but you compensate the loss of speed by increasing
the wing angle of attack. This proves the plane does not necessarily travel in the
direction its nose is heading. In this experiment we make the nose rise in order to
stay at constant altitude. Once the plane is flying very slowly, and the nose is very
high, you may hear a siren yell. That’s the stall warning (see below). This indicates
that the angle of attack is too high for the airfoil to produce lift. The wings are no
longer producing lift and the plane quickly loses altitude. The only way to correct
this is push the yoke forwards to reduce the angle of attach, making the nose drop,
then apply full power to gain speed and finally bring the yoke carefully back to
level flight.
Question: is it better to control the airplane’s speed and altitude with the yoke
or with the throttle? Answer: it depends on what exactly you intent to do and on the
situation you are in. In normal flight, as said above, you tend to set a comfortable
engine power level, forget about it and rely on the yoke and trim. During take off
7.7. A BIT OF WIEHEISTEROLOGY 117
and landing the procedures are quite strict about the use of yoke and throttle. You
do the opposite: control the speed with the yoke and trim, control the altitude and
descent speed with the engine throttle. This will be discussed further below.
You deploy the flaps and retract them back in by using the flaps control lever:
You can either click on it with the mouse or use the [ and ] keys. Key [ to
retract the flaps one step, ] to deploy them one step at a time. Type v to view the
plane from the outside and try out [ and ]. (On the schematic instrument panel the
flaps lever is located at the lower right.)
In the Cessna 172P. there are four flaps settings:
• 10◦ - for short field take off, when you want to gain altitude while flying
slowly. Or during the first stange of an approach to land.
• 20◦ - to slow the aircraft and lose altitude quickly, for example when de-
scending towards the runway to land.
The flaps are somewhat delicate. Do not deploy the first step of flaps above
110 knots. Do not deploy the second or third stage of flaps above 85 knots.
The flaps create large amounts of drag on the aircraft and brake the plane at
high speed. This is one more reason not to forget to pull the flaps back in once you
fly above 85 or 110 knots.
To check the flaps position visually, either use the mouse view mode to look at
the back of the wing, or type Shift-right arrow to shift the view to the right
and then quickly Shift-up arrow to get back to front view.
118 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
Flaps increase wing lift by altering the shape of the airfoil. The wing lifts more
at a given speed with the first stage of flaps set. Hence you will get in the air a little
sooner during take off. It also has the effect to make the plane fly with a lower nose
attitude. This is useful as it provides a better view of the runway when taking off
or landing.
The flaps also increase drag on the aircraft. The second and third stage of flaps
produce much more drag than lift, so they are used to brake the plane. This is
particularly useful when landing, because the airplane glides very well. If you cut
down the engine power completely, the plane will descend, yet but too slowly. You
need to deploy two or three flaps steps in order to brake and really descend towards
the ground.
The fact that the flaps brake during landing makes you need more engine power
during the landing. This can seem odd. Why not simply throttle the engine down
to minimum and use less flaps steps? The answer is that it is better to have a
strongly braking plane and lots of engine power, as the plane reacts faster to your
commands. Should the engine fail, then just retract flaps as needed and glide to the
runway.
What can you do if you have full flaps extended and need to increase your rate
of descent further? Slowly push the rudder pedals on one side. This will make the
plane present its flank to the air stream and brake. Compensate the turning by using
the ailerons (yoke). This is known as side-slipping, and is a very effective way to
lose height progressively as it is easy to stop at any point.
• Try to control the plane while it stalls and descends to the ground.
• Keep the yoke pulled to the maximum and the plane in a steady attitude, the
wings parallel with the horizon. Try to change direction.
• Recover by lowering the nose, applying full power, and correcting the atti-
tude once flying speed has been regained.
You can also experiment with stalls with different flap settings, and high speed
stalls by making abrupt attitude changes.
Experiment with different aircraft. Compared with the Cessna 172 the Cessna
Citation jet, stalls much more agressively and with little warning..
On FlightGear, the keys Home and End adjust the trim. Home rolls the wheel
upwards while the End rolls the wheel downwards. You can also click on the upper
or lower half of the trim wheel.
In first approximation, the trim does the same as the yoke: it acts on the ele-
vator. Turning the trim wheel downwards is the same as pulling on the yoke. Yet
there is a key difference between the trim and the yoke. The trim remains in posi-
tion after you make a change, while the yoke only continues to affect the elevator
while you apply pressure and returns the elevator to neutral when you release it.
During cruise flight, the required elevator position to keep the aircraft at con-
stand altitude will not be completely neutral - it will vary depending on the air
outside the aircraft, the current fuel level, and the payload. Obviously, holding the
120 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
yoke continually to retain a constant attitude would quickly become tiring. By us-
ing the trim to “trim out” the elevator force required for cruise flight, the yoke can
be kept neutral.
During take off the trim should be neutral. Otherwise you may find that it either
refuses to take-off with the normal level of yoke control, or takes off too quickly.
During landing, try to get the yoke/mouse/elevator towards neutral position by
tuning the trim. This makes making small adjustments to your attitude and position
easier. On the Cessna 172p this means trim on neutral. On the Cherokee Warrior
II this means the trim a little “pulled”.
The trim wheel movement is much slower than the yoke, allowing for delicate
changes in trim. Be patient.
• Look through the windows. If you are flying regularly from the same airport,
you will learn to recognize the ground features such as roads, hills, bridges,
cities, forests. In a simulator, you only have a narrow view of the virtual
outside world. Several ways exist to allow you to pan your virtual head
inside the airplane:
– Use Shift and the four arrow keys to look to the front, rear, left and
right.
– Use Shift and the keypad keys to look in the four directions men-
tioned above and in four diagonal directions in-between.
– Use the mouse in view mode (right button, ↔). This allows you to look
in every direction, including up and down. Click the left mouse button
to bring the view back to straight ahead.
• The magnetic compass. This is located above the instrument panel. The
compass is simple, but is affected by the acceleration of the aircraft, and
magnetic abnormalities on the ground. Also, the compass points towards
magnetic north rather than true north. This deviation varies depending on
your location.
7.8. LET’S FLY 121
• Don’t fly much above 75 knots to ensure you gain height as quickly as pos-
sible.
• Follow the runway heading until at 500 feet. This way, if you suffer an
engine failure, you can easily land back on the runway you left.
• Close the the ground, turns should be gentle and well coordinated using the
rudder.
122 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
So, you need to take off and rise in the air at a steady speed of around 75 knots.
However, when you raise the nose slightly at 40 knots, the aircraft will probably
take-off at around 55 knots. To accelerate quickly to 75 knots, lower the nose
slightly immediately on take-off, then raise it once 75 knots has been achieved.
You are using the yoke to control the speed of the aircraft.
Putting this all together with what you have learned previously, a normal take-
off using the mouse will consist of the following:
1. Adjust the altimeter to the correct altitude, based on the airport altitude. For
reference, KSFO is at sea level - 0ft.
2. Check aileron and elevator are neutral by observing the yoke position.
3. Change the mouse to control mode by pressing the right mouse button.
5. Apply full power (hold PgUp until the throttle is fully in).
6. As the aircraft accelerates down the runway, keep it in the center by making
small adjustments using the mouse.
7. As 40kts is reached, release the left mouse button, and pull back slightly to
raise the nose-wheel. You are now controlling the yoke with the mouse.
11. Use the yoke to keep the ASI at 70 knots as you climb. If the airspeed is
dropping, lower the nose. If the airspeed is increasing, raise the nose slightly.
12. Once you reach 500 feet, turn to your required heading, staying away from
buildings until you are over 1,000ft.
7.8.2 Landing
The rules for landing are almost identical to that of take-off, but in reverse order:
• Close the the ground, turns should be gentle and well coordinated using the
rudder.
4. At around 1,000 feet, apply another step of flaps (]). This increase drag
significantly, but also improve the view over the nose.
5. Tune the speed using the elevator and trim: push the yoke if you are flying
below 70 knots, pull the yoke if you are flying above 70 knots. If using a
joystick, use the trim to relieve any pressure on the elevator.
6. Tune the altitude using the engine throttle. Add power if you are descending
too fast, reduce power if you are too high. It is much easier to work out if
you are too high or too low by observing the numbers on the runway. If they
are moving up the screen, you are descending too fast - increase power. If
they are moving down, you are too high and need to reduce power.
8. at about 500ft, apply the final step of flaps. (]). This increase drag signifi-
cantly, so be prepared to increase power to keep your descent constant.
9. When you are just above the runway, reduce power to idle, and use the yoke
to gently pull back the aircraft to horizontal. This is the “round-out” and
should result in the aircraft flying level with the runway a couple of feet
above the surface. Performing the round-out at the correct height is a difficult
task to master. To make it easier, observe the horizon rather than getting
fixated on the aiming point.
10. Keep the wings level using small inputs with the yoke. We want both wheels
to touch down at the same time.
11. Continue pulling back on the yoke. The main wheels should touch down at
about 55 knots. This is the “flare”.
12. As you touch down, be ready to use the rudder to keep the aircraft straight
(keypad 0 and keypad Enter)
13. Once you are below 40 knots, lower the nose-wheel to the ground.
14. Hold down the left mouse button to control the nosewheel/rudder using the
mouse.
15. Once below 30 knots, use the brakes b to slow the aircraft further.
7.8. LET’S FLY 125
Once the plane is halted or at very low speed, you can release the b key and
add a little engine power to taxi to the parking or hangar.
• Pull the mixture lever to halt the engine (mouse in normal pointer mode,
click on the left of the red mixture lever to pull it out).
• incorrect speed or landing angle when there is insufficient time to correct it.
• On picture (a) there is no wind. The pilot wants to reach the green hill
situated to the North. He heads for the hill, towards the North, and reaches
the hill after a while. When there is no wind, you just head towards your
destination and everything’s fine.
• On picture (b), the pilot keeps heading to the North. Yet there is wind blow-
ing from the left; from the West. The airplane drifts to the right and misses
the hill.
• On picture (c), the pilot keeps heading towards the hill. This time he will
arrive at the hill. Yet the plane flies a curved path. This makes the pilot lose
time to get to the hill. Such a curved path is awful when you need to make
precise navigation.
• Picture (d) shows the optimal way to get to the hill. The plane is directed
to the left of the hill, slightly towards the West and the wind. That way it
compensates for the wind and remains on a straight path towards the hill.
7.9. DEALING WITH THE WIND 127
How much to the left or to the right of the object must you head? At what
angle? Serious pilots use geometry and trigonometric computations to calculate
the correct angle. You need no computations at all to fly roughly straight. The trick
is to choose an aiming point in the direction you wish to fly, then observe how it
moves. You will become aware if you are drifting leftwards or rightwards. Then
let your instinct slowly head the plane to the right or to the left to compensate the
obvious drift. To begin with, you may need to think about what you are doing.
Very soon this will become automatic, just like when you learned to fly straight.
You will no more keep the plane headed towards the object. You will rather keep
it flying towards the object.
The faster the flight airspeed compared to the wind speed, the less correction
you will need.
(most) runways can be flown from either end, you can easily take off from the
other end of the runway and benefit from the headwing.
The main way to know the wind direction and speed is to go to the control
tower or ask the control tower by radio. A necessary and complementary tool are
the windsocks at both ends of the runway. They show the wind direction and speed.
The longer and the stiffer the windsock, the more wind there is. The windsock on
the picture below shows an airspeed of 5 knots:
Unfortunately, sometimes there isn’t a runway facing the wind, and you have
to take off when the wind is blowing from the side.
The technique is as for a normal take-off with two changes:
• During the take-off roll, the aircraft will try to “weather-cock” into wind.
You must react by using the rudder to keep the aircraft running straight. You
will have to apply the rudder at quite a strong angle to stay aligned with the
runway. You will need to keep applying rudder throughout the take-off.
• As you take off, the aircraft will react to the rudder and try to turn. You will
need to correct for this using the ailerons. Once the aircraft is in the air, you
can reduce the rudder pressure and aileron, then correct for the wind, to keep
aligned with the runway as described above.
• The aircraft will land on one wheel first. Use the rudder to keep the aircraft
pointed straight down the runway as the other wheel touches down.
The technique described here is the slip landing. Another crosswind landing
technique is the crab landing.
7.9. DEALING WITH THE WIND 129
Under 10 knots wind the Cessna 172p seems not to need particular precautions
when taxiing. Yet any sudden increase in wind speed can tilt it and tumble it over.
So best apply the recommendations whenever there is wind.
To train taxiing on the ground when there is wind, configure the simulator for
a strong wind, like 20 knots. Such a wind can tilt the plane and blow it away
tumbling any moment. One single error during taxiing and the plane is lost.
Main rule is you must push the yoke towards the wind. This deserves some
physical explanation:
• When the wind is blowing from 12 o’clock, this is quite logical. The yoke
is pushed (towards 12 o’clock) and the elevator makes the tail rise a little.
That’s the most stable position to avoid the plane be tilted by the wind.
• When the wind comes from 10 o’clock, pushing the yoke towards 10 o’clock
means that the elevator is almost neutral, while the left aileron is upward and
the right aileron is downward. This pushes the left wing down and lifts the
right wing. Again, that’s the most stable position to avoid the plane be tilted
by the wind.
• When the wind blows from 8 o’clock, you would think you should invert the
position of the ailerons, to keep the left wing being pushed down. Hence
you should push the yoke to 4 o’clock. Wrong! Keep pushing the yoke to
8 o’clock. The reason is the downward position of the aileron on the right
wing makes it act like a slat. This increases the lift on the right wing and
this is all we want. Symmetrically, the upward position of the left aileron
decreases the lift of the left wing.
• When the wind comes from the rear, from 6 o’clock, the yoke is pulled
(towards 6 o’clock). The upward position of the elevator tends to make the
tail be pushed down. Once again this is the best. Strong wind can push
the tail against the ground. This is impressive but the tail is conceived to
withstand this.
If you want to move towards the wind, you will need more engine power. When
the wind blows from the rear you may need no engine power at all. Always keep
the engine power to the minimum needed.
Especially when turning, move very slowly. Make little changes at a time. Take
your time and closely survey the yoke angle. Constantly keep it pushed towards the
wind. Constantly try to reduce the engine power. Keep in mind using the brakes
too firmly may shortly tilt the plane at an angle that allows the wind to tilt it and
blow it away.
130 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
Switch it on by pressing the AP button. The autopilot then controls the roll
of the aircraft. It keeps the wings level with the horizon. This is displayed in the
picture below by the “ROL” marking. To switch the autopilot off press AP again.
If you press the HDG button the autopilot will try to keep the plane flying
towards the direction tuned on the directional gyro by the red marking (see section
7.7.6). “HDG” stands for “heading”. Press again on the HDG button to get back
to roll control mode (or AP to switch the autopilot off).
The buttons ALT, UP and DN are used to tell the autopilot either to control the
vertical speed VS or the altitude ALT.
For more advanced use of the autopilot, see the reference document for the
autopilot modeled in the Cessna 172:
https://www3.bendixking.com/servlet/com.honeywell.aes.utility
.PDFDownLoadServlet?FileName=/TechPubs/repository
/006-18034-0000_2.pdf
7.11. WHAT NEXT? 131
• How to make emergency landing on very short fields, after and engine fail-
ure.
• How to navigate with regard to the laws of the air, charts, laws, radio beacons
and weather conditions
• How to place people, fuel and baggage in an airplane to get a correct center
of gravity.
• How to deal with the control tower and with other airplanes.
• How to deal with the failure of every possible part of the plane.
This tutorial has also not covered features of more advanced aircraft, including:
• multiple engines
• jet engines.
7.12 Thanks
I wish to thank:
• Albert Frank who gave me key data on piloting and corrected technical er-
rors.
132 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
• Roy Vegard Ovesen for pointing me to the official Autopilot Pilots Guide.
• Dene Maxwell for his solution for problems under Windows Me.
• Michael “Sam van der Mac” Maciejewski who made the translation in Polish
and converted the tutorial for use in the manual.
• 4p8 webmaster my friend Frédéric Cloth for the web space used by this
tutorial.
• During the steady horizontal flight before landing, the trim must be pulled a
little below neutral in order to get the yoke around neutral.
• The optimal tachometer RPM during landing is at a lower RPM than the
tachometer green zone. Roughly, keep the needle vertical.
• Only put use two steps of flaps during landing.Don’t decrease the engine
throttle too much.
• If you remain at two flaps deployed during landing, the round-out and flar
will be similar to the Cessna 172p. However, using the third set of flaps will
slow the aircraft down dramatically. It will very quickly touch the runway
then come to a near halt. Be prepared to lower the front wheel very soon. (It
7.13. FLYING OTHER AIRCRAFT 133
is possible to use the third flaps step during the descent towards the runway,
instead of tuning the engine power down. Oscillating between two steps and
three steps allows to aim the runway start. Yet keep two flaps steps and tune
the engine seems easier. An interesting stunt is to fly stable till nearly above
the runway start, then tune the engine to minimum and deploy three flaps
steps. The plane almost falls to the runway. It’s impressive but it works.)
In real life, an advantage of the Cessna 172p upon the Cherokee Warrior II is
the fuel reservoirs of the Cessna are located in the wings close above the center of
the plane and higher than the engine. What’s more an automatic system switches
between the reservoirs. That means you almost don’t have to bother for the way
the fuel gets to the engine in flight. On the contrary, on the Cherokee Warrior
II the reservoirs are located separately, on both wings and lower than the engine.
That means you have to constantly switch between the two reservoirs in flight.
Should one reservoir become much lighter than the other, this would destabilize
the airplane. The fact the reservoirs are lower than the engine means you have to
control the fuel pumps and the backup fuel pumps.
Some links:
• http://en.wikipedia.org/wiki/Piper_Cherokee
• http://www.alioth.net/flying/pa28-161/index.html
• http://faaflyingclub.homestead.com/files/Warrior_Checklist.pdf
will hide the runway completely. To see where the runway is, push the
yoke/mouse very shortly then stabilize again in normal flight.
2. Once the runway start matches with the set of instruments (if you could see
through the instrument panel), reduce the throttle to a near minimum and
begin the dive towards the runway start. Keep 52 mph using the yoke. Add
some throttle if you are going to miss the runway edge. (Keep in mind just a
little wind is enough to change things a lot for the Piper J3 Cub).
3. Make the rounding and pull the throttle to minimum. Do not pull steadily on
the yoke. Instead let the wheels roll on the runway immediately.
4. Once the wheels roll on the runway, push firmly on the yoke, to its maximum.
This rises the tail in the air. You would think the propeller will hit the runway
or the airplane will tilt over and be damaged. But everything’s fine. The
wings are at a strong negative angle and this brakes the plane. (Don’t push
the yoke this way on other airplanes, even if their shape seems close to that
of the Piper J3 Cub. Most of them will tumble forwards.)
5. The yoke being pushed in to its maximum, push the left mouse button and
keep it pushed to go in rudder control mode. Keep the plane more or less
centered on the runway. This is quite uneasy. One tip is to stop aiming the
rudder to say the left already when the plane just starts to turn to the left.
6. Once the speed is really low (and the rudder control stabilized), you will see
the tail begins to sink to the ground. Release the left mouse button to go back
to yoke control. Pull the yoke backwards completely, to the other extreme.
The tail now touches the ground and the nose is high up. Now you can use
the wheel brakes (b). (If you use the brakes too early, the plane nose will hit
the ground.)
The take off procedure mentioned above is symmetrical to the first landing
procedure. There exists a second take off procedure, symmetrical to the second
landing procedure. Yet I don’t succeed it properly so I won’t write about it.
1
• Tune in 2 engine power.
• Keep the yoke pulled in 12 of its total way (picture below: the red arrow on
the right side of the vertical line in the middle of the picture).
• It is not mandatory to use the rudder to keep on the runway. The airplane
will take off before it drifts off the runway. (For sure it is better and more
“secure” to keep in the middle of the runway. But using the rudder can make
things hectic for a beginner.)
• Once above about 160 knots, the plane rises its nose in the air. Immediately
push the yoke back to neutral or almost and stabilize at 200 knots airspeed
(which makes a fair climb angle) (I’ve no idea whether 200 knots is the right
climb speed for a real A-4. What’s more I suppose one should rather use the
AOA (see below).).
• Either maintain 12 engine power and a speed of 200 knots to get above the
clouds, or reduce the engine power to less than 41 and fly normally. (Off
course you can “fly normally” with full engine power. Great fun.)
The “nervous” take off procedure is the same but you push in full engine power.
The plane takes off quickly and you need to settle a very steep climb angle to keep
200 knots. Best retract the landing gear immediately.
You don’t land a jet the same way you land a little propeller airplane. My way
to land the A-4, inspired by some texts I found on the Web, is this:
• Really far from the runway, keep below 2,000 feet and get the speed below
200 knots. Then lower the landing gear (key G) and I deploy full flaps (all
three steps, by hitting ] three times).
136 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
• Keep a steady altitude of about 1,000 feet and a speed of “exactly” 150 knots.
Use the mouse/yoke/elevator to tune the altitude and the engine throttle to
tune the speed. (The opposite from the Cessna.)
• When do you know the dive towards the runway must begin? For this you
need the HUD; the full default HUD with lots of features. Look at the picture
below. When you see the “distance” between the red “0” lines and the run-
way start is 25% the distance between the red “0” lines and the red “−10”
dotted line, it is time to dive, aiming at the runway start. (In the picture
below, that “distance” is 64%, far too much to start a landing.)
Let’s explain this. The two horizontal lines labeled “0” show the horizon
line. Rather they show where the horizon would be if the Earth was flat.
When your eyes aim at those “0” lines, you are looking horizontally. Look
at the dotted red lines labeled “−10”. A feature on the ground situated there
is situated 10◦ below the ideal horizon. In other words: when you look to
objects “hidden” by the lines labeled “0”, you have to lower your eyes of 10◦
to look at objects "hidden" by the dotted lines labeled “−10”. This implies,
and it is very important, that a person in a rowboat, “hidden” by the dotted
lines labeled “−10”, has to rise his eyes up 10◦ to look at your plane. He
sees you 10◦ above the horizon. In the picture above, the start of the runway
is situated at 64% of the way towards the red “-10” dotted lines. That means
you have to lower your eyes of 6,4◦ to look at the runway start. This also
means that if you start now to descent towards the runway start, the descent
path will be of 6,4◦ (too steep). So, the HUD allows to measure precisely
the angle of the descent path. On a jet plane you need an angle of 2,5◦ (up
to 3◦ ), that is 25% of −10◦ (up to 30%).
7.13. FLYING OTHER AIRCRAFT 137
• Once descending towards the runway start, aim at it using the yoke/mouse.
And keep 150 knots speed using the engine throttle lever.
• Keep measuring the angle between the ideal horizon and the runway start. It
must keep 2,5◦ (that is 25% of 10◦ ):
◦ If the angle increases above 2,5◦ , you are above the desired path and
you must loose altitude faster. Both decrease the engine power and dive
the nose a little.
◦ If the angle decreases below 2,5◦ , you are under the desired path. I
wouldn’t say you should gain altitude, rather you should loose altitude
less fast. Both add a little engine power and rise the nose a little.
• Once very close to the runway start, do no rounding. Don’t pull steadily on
the yoke like you would for the Cessna 172p. Simply let the plane touch the
ground immediately, at high speed. Let it smash on the runway, so to say.
All three wheels almost together. Just throttle the engine down to minimum.
(If you try to pull steadily on the yoke and hover over the runway while
the plane nose rises steadily, on a F-16 you would scrape the plane rear and
probably destroy it.)
• Keep the key b down to brake and use the rudder to stay aligned with the
runway. Make only very little tunings with the rudder, otherwise the plane
will tumble on one of its sides.
The HUD in a real jet contains a symbol to show towards what the airplane is
moving. It is shown in the picture below. When you are flying at constant altitude,
that symbol is on the ideal horizon line. Once you dive towards the runway start,
you simply have to place that symbol on the runway start. This is quite an easy
and precise way to aim at the runway start. (The diamond in the center of the
FlightGear HUD sometimes can help but it does not have the same purpose. It
shows towards what the airplane nose is pointing. For example is you descent
towards the ground at low speed, the symbol would be somewhere on the ground
while the FlightGear diamond will be up in the sky.) (By the way, the HUD on the
virtual B-52 on FlightGear has that symbol. It is great to use while landing.)
Also, a real HUD shows a dotted line at −2,5◦ , to help find the correct descent
path. Simply keep that dotted line on the runway thresh-hold.
In additional to airspeed, military fast jet pilots rely on using the correct angle
of attack during approach. The Angle Of Attack (AoA) is the angle at which the
138 CHAPTER 7. A BASIC FLIGHT SIMULATOR TUTORIAL
wings are pitched against the relative airflow. The advantage of keeping to an
optimal AoA is that the optimal AoA for landing does not depend on the plane
load, while the optimal airspeed speed does. By ensuring that the AoA is correct
for every landing, you will land at the correct speed, whatever the plane load.
The Angle of Attack is displayed within the HUD, and/or as a set of three lights
shown below. When the upper ∨ is lit, your angle of attack (AoA) is too high and
you need to pitch down. When the lower ∧ is lit, your AoA is too low and you
need to pitch up. The center
indicates your the AoA is OK. Obviously, as you
pitch up or down your airspeed and descent rate will change, so you will need to
change your throttle setting appropriately.
The Cessna 172 and the A-4 Skyhawk are two extremes. Most other airplanes
are in-between these two extremes. If you trained them both (and one or two tail
wheel airplanes), you should be able to find out how to take off and land most other
airplanes.
160 knots seems an appropriate landing speed for the F-16 Falcon. Also you
need to throttle down the engine to minimum just before the plane should touch
the runway. Otherwise it will hover over the runway. Don’t bother for the flaps.
It seems they are deployed automatically with the landing gear. (Read the section
7.7.4 about the stall).
140 up to 150 knots and all 8 flaps steps deployed seem appropriate to land
the virtual Boeing 737. But don’t trust me especially on that one. I just made a
few experiments and didn’t search for serious data. The landing speed varies a lot
depending on the plane load, I suppose 140 knots is for a plane with no load. The
Boeing 737 seems to like a gentle rounding before the wheels touch the runway.
Start the rounding early.
In the take off procedure for the Cessna 172 and the A-4 Skyhawk I recommend
you pull the yoke/mouse/elevator to 12 the total way, from the start on. This seems
to be a bad practice on the Pilatus PC-7. Keep the elevator neutral. Let the plane
accelerate and wait till the speed gets over 100 knots. Then pull calmly on the
yoke. During landing, deploy full flaps once you start plunging to the runway but
don’t decrease the engine throttle. Decrease it only when the hovering above the
runway starts. 100 knots seems a good landing speed.
For the Cessna 310 too you better leave the elevator neutral during the accelera-
tion on the runway. The plane will raise its nose by its own provided you deployed
one flaps step. (If you keep the yoke pulled from the start on, the nose will rise
sooner and you will get yawful yaw problems.)
7.13. FLYING OTHER AIRCRAFT 139
(Some virtual airplanes, like some big airliners or fast aircraft, need faster phys-
ical computations. Then add the -model-hz=480 parameter to the command
line. If the plane is difficult to control during landings, try this.)
The angle at which you land a Cessna 172p is far steeper than the narrow 2, 5◦
for a jet. Nevertheless you are allowed to land the Cessna at a narrow angle too.
(Provided the terrain around the runway allows for this, of course.) If you have
passengers who have ears problems with the variation of air pressure. . .
• The B-52F starts with the flaps deployed and the parking brakes set.
• There are only two flaps steps: retracted and deployed. When deployed they
are only meant to make the wings lift more, not to brake. If you want to
brake, you need the spoilers. They deploy on the the upper side of the wings.
Use the key k to deploy the spoilers and the key j to retract them. There are
seven steps of spoilers.
• The main landing gear of the Cessna 172p is composed of two wheels, one
on each side of the airplane. In order for these wheels to leave and touch the
ground altogether, you need to keep the wings parallel with the ground. The
main landing gear of the B-52F is composed of a set of wheels at the front
and a set of wheels at the rear. This implies that in order for these wheels
to leave and touch the ground altogether, you need to keep the airplane body
parallel with the ground.
• Push down the left mouse button to control the rudder pedals and keep the
airplane on the runway
• The whole runway length is needed till the B-52F rises from the ground
(KSFO).
• Once the B-52F leaves the ground, around 190 knots seems appropriate to
get to altitude.
To land, the B-52F’s HUD offers that great airplane-shaped symbol I talked
about in the section about jets. So you just have to put that symbol on the airplane
threshold (a few pixels further seems optimal) and keep the runway start 2,5◦ below
7.13. FLYING OTHER AIRCRAFT 141
the ideal horizon line. 130 up to 140 knots seems a good landing speed. (Instead
of the speed you can make use of the AOA indicator displayed on the schematic
instrument panel (P). ). Simply keep the AOA at 3◦ . I must confess I prefer to tune
the speed rather than the AOA.) If the plane gets to the runway at 130 up to 140
knots, simply “let it smash” on the runway. Otherwise, if the speed is higher, make
a rounding and a short hover. The brakes seem to be very effective b). They allow
to stop the B-52F on roughly the same short runway length as the Cessna 172p.
Replays of the flights are a delight. They allow to check the plane body left
the runway and landed back parallel with it. One of the points of view is situated
inside the B-52F rear turret, which allows you to be your own passenger and to
compare what you see with what you experienced as a passenger in airliners. The
key K allows to visualize the airplane trajectory.
To cause an accident with the B-52 do this:
• Make a steep turn with a very strong bank; the wings nearly perpendicular
to the ground.
• Try to get the plane back level. It will obey but very slowly. You will get
aware that the turn will go on for a while and that you will turn further than
your intended flight direction.
8.1 Introduction
143
144 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
I’d like to thank the following people for helping make this tutorial accurate
and readable: Benno Schulenberg, Sid Boyce, Vassilii Khachaturov, James Briggs.
http://www.runwayfinder.com/
Simple search for Reid-Hillview. An extract from the chart is shown in Fig-
ure 8.2.
If you want a map of the entire area showing exactly where the plane is, you
can use Atlas. This is a moving-map program that connects to FlightGear. See
Section 5.2 for details.
So, how are we going to fly from Reid-Hillview to Livermore?
We’ll be taking off from runway 31R at KRHV. KRHV is the ICAO code for
Reid-Hillview airport, and is shown in the FlightGear wizard. (It is marked on the
sectional as RHV for historic reasons. To get the ICAO code, simply prefix a ‘K’.)
The 31 indicates that the magnetic heading of the runway is around 310 de-
grees, and the R indicates that it’s the runway on the right. As can be seen from
the sectional, there are two parallel runways at KRHV. This is to handle the large
amount of traffic that uses the airport. Each of the runways can be used in either
direction. Runway 31 can be used from the other end as runway 13. So, the run-
ways available are 13R, 13L, 31R, 31L. Taking off and landing is easier done into
the wind, so when the wind is coming from the North West, runways 31L and 31L
will be in use. The name of the runway is written in large letters at the beginning
and is easily seen from the air.
Once we take off we’ll head at 350 degrees magnetic towards Livermore (KLVK).
We’ll fly at about 3,500ft about sea-level. This puts us at least 500ft above any ter-
rain or obstructions like radio masts on the way.
We’ll fly over the Calaveras Reservoir then the San Antonio Reservoir. These
are both large bodies of water and we can use them as navigation aids to ensure we
stay on the right track.
Once we get about 10 miles out of Livermore (above the San Antonia Reser-
voir), we’ll contact the Livermore Air Traffic Control (ATC) to find out where we
should land. We’ll then join the circuit and land.
8.2. FLIGHT PLANNING 145
8.3 Getting Up
OK, we know where we’re going and how we’ll get there. Time to get started.
Start FlightGear using the Wizard (or command-line if you prefer). We want to
use a C172P and take off from runway 31R at Reid-Hillview of Santa Clara County
(KRHV). Dawn is a nice time to fly in California.
If you want, you can fly in the current weather at KRHV by clicking the Ad-
vanced button on the final screen of the Wizard, selecting Weather from the left-
hand pane, selecting ‘Fetch real weather’ and clicking OK.
8.3.1 Pre-Flight
Before we take off, we need to pre-flight the aircraft. In the real world, this consists
of walking around the aircraft to check nothing has fallen off, and checking we have
enough fuel.
In our case, we’ll take the opportunity to check the weather, set our altimeter
and pre-set things that are easier to do when you’re not flying.
The weather is obviously important when flying. We need to know if there is
any sort of cross-wind that might affect take-off, at what altitude any clouds are
(this is a VFR flight - so we need to stay well away from clouds at all times), and
any wind that might blow us off course.
We also need to calibrate our altimeter. Altimeters calculate the current aliti-
tude indirectly by measuring air pressure, which decreases as you ascend. How-
ever, weather systems can affect the air pressure and lead to incorrect altimeter
readings, which can be deadly if flying in mountains.
8.3.2 ATIS
Conveniently, airports broadcast the current sea-level pressure along with useful
weather and airport information over the ATIS. This is a recorded message that is
8.3. GETTING UP 147
broadcast over the radio. However, to listen to it, we need to tune the radio to the
correct frequency.
The ATIS frequency is displayed on the sectional (look for ‘ATIS’ near the
airport), but is also available from within FlightGear. To find out the frequencies
for an airport (including the tower, ground and approach if appropriate), use the
ATC/AI menu and select Frequencies. Then enter the ICAO code (KRHV) into the
dialog box. The various frequencies associated with the airport are then displayed.
Duplicates indicate that the airport uses multiple frequencies for that task, and you
may use either.
Either way, the ATIS frequency for Reid-Hillview is 125.2MHz.
8.3.3 Radios
We now need to tune the radio. The radio is located in the Radio Stack to the right
of the main instruments. There are actually two independent radio systems, 1 and
2. Each radio is split in two, with a communications (COMM) radio on the left,
and a navigation (NAV) radio on the right. We want to tune COMM1 to the ATIS
frequency.
The radio has two frequencies, the active frequency, which is currently in use,
and the standby frequency, which we tune to the frequency we wish to use next.
The active frequency is shown on the left 5 digits, while the standby frequency is
shown on the right. We change the standby frequency, then swap the two over, so
the standby becomes active and the active standby. This way, we don’t lose radio
contact while tuning the radio.
To change the frequency, click on the grey knob below the standby frequency
(highlighted in Figure 8.5), just to the right of the ‘STBY’. Using the left mouse
button changes the number after the decimal place, using the middle button changes
the numbers before the decimal place. Click on the right side of the button to
change the frequency up, and the left of the button to change the frequency down.
Most of the FlightGear cockpit controls work this way. If you are having difficulty
clicking on the correct place, press Ctrl-C to highlight the hot-spots for clicking.
148 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
Once you have changed the frequency to 125.2, press the white button between
the words ‘COMM’ and ‘STBY’ to swap the active and standby frequencies (high-
lighted in Figure 8.6). After a second or so, you’ll hear the ATIS information.
Listen for the ‘Altimeter’ setting. If you are not using ‘real weather’, the value
will be 2992, which is standard and already set on the plane. If you are using ‘real
weather’, then the altimeter value is likely to be different. We therefore need to
set the altimeter to the correct value. To do this, use the knob at the bottom left
of the altimeter (circled in red in Figure 8.7), in the same way as you changed the
radio frequency. This changes the value in the little window on the right of the
altimeter, which is what you are trying to set, as well as the altitude displayed by
the altimeter.
The other way to set the altimeter is to match it to the elevation above sea-level
of the airport. The elevation is listed on the sectional. For KRHV it is 133ft. This
means you can double-check the pressure value reported over ATIS.
We will also take the opportunity to set the heading bug on the compass to
350 - our bearing from KRHV to KLVK. To do this, use the the red button on
the compass housing (highlighted in Figure 8.8), just as you’ve done before. Use
the left mouse button for small adjustments, and middle mouse button to make
big adjustments. The value of 350 is just anti-clockwise of the labeled value of N
(North - 0 degrees).
8.3.5 Take-Off
OK, now we’ve done that we can actually take off!. In my case this usually involves
weaving all over the runway, and swerving to the left once I’ve actually left the
ground, but you’ll probably have better control than me. Once above 1000ft, make
a gentle turn to the right to a heading of 350 degrees. As we’ve set the heading
bug, it will be easy to follow. We’re aiming for a fairly prominent valley.
Continue climbing to 3,500 ft at around 500-700 fpm. Once you reach that
altitude, reduce power, level off to level flight and trim appropriately. Check the
power again and adjust so it’s in the green arc of the RPM guage. We shouldn’t run
the engine at maximum RPM except during take-off.
8.4 Cruising
OK, we’ve taken off and are on our way to Livermore. Now we can make our life
a bit easier by using the autopilot and our plane more fuel efficient by tuning the
engine. We’ll also want to check we’re on-course
The autopilot panel is located towards the bottom of the radio stack (high-
lighted in Figure 8.10). It is easily distinguishable as it has many more buttons than
the other components on the stack. It can work in a number of different modes, but
we are only interested in one of them for this flight - HDG. As the names suggest,
HDG will cause the autopilot to follow the heading bug on the compass, which we
set earlier.
To set the autopilot, press the AP button to switch the autopilot on, then press
the HDG button to activate heading mode. While the autopilot is switched on,
it will use the trim controls to keep the plane on the heading. You can change the
heading bug, and the autopilot will maneuver appropriately. However, the autopilot
doesn’t make any allowances for wind speed or direction, it only sets the heading
of the airplane. If flying in a cross-wind, the plane may be pointed in one direction,
but be travelling in quite another.
You should use the trim controls to keep a level flight. You can use the autopilot
for this, but it is a bit more complicated.
Once the aircraft has settled down under the autopilot’s control, we can pay
more attention to the outside world and higher level tasks.
8.4.2 Navigation
As we noted above, we’re going to be travelling over a couple of reservoirs. When
you leveled off, the first (Calaveras) was probably right in front of you. You can
use them to check your position on the map. If it looks like you’re heading off
course, twist the heading bug to compensate.
8.4.3 Mixture
As altitude increases, the air gets thinner and contains less oxygen. This means
that less fuel can be burnt each engine cycle. The engine in the C172 is simple
and doesn’t automatically adjust the amount of fuel to compensate for this lack of
oxygen. This results in an inefficient fuel burn and a reduction in power because the
152 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
fuel-air mixture is too ‘rich’. We can control the amount of fuel entering the engine
every cycle using the mixture control. This is the red lever next to the throttle. By
pulling it out, we ‘lean’ the mixture. We don’t want the mixture too rich, nor too
lean. Both these conditions don’t produce as much power as we’d like. Nor do we
want it perfect, because this causes the fuel-air to explode, rather than burn in a
controlled manner, which is a quick way to trash an engine.
The mixture is controlled by the red lever to the right of the yoke. You may
need to pan your cockpit view to see it.
To pan the cockpit view, right-click with the mouse-button within the Flight-
Gear window until the cursor becomes a double-headed arrow. Moving the mouse
now pans the view. Once you can see the mixture lever clearly, right-click again to
change the mouse back to the normal arrow.
Pull the mixture lever out slowly (use Ctrl-C to see the hot spots), leaning the
mixture. As you do so, you’ll see various engine instruments (on the left of the
panel) change. Fuel flow will go down (we’re burning less fuel), EGT (Exhaust
Gas Temperature) will go up (we’re getting closer to a ‘perfect mixture’) and RPM
will increase (we’re producing more power). Pull the mixture lever out until you
see the EGT go off the scale, then push it in a bit. We’re now running slightly rich
154 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
of peak. While at 3,500ft we don’t need to lean much, at higher altitudes leaning
the engine is critical for performance.
Your transmission will be displayed at the top of the screen. It will indicate
who you are (type and tail number), where you are (e.g. 6 miles south), that you
are landing, and the ATIS you have.
After a couple of seconds, Livermore Tower will respond, addressing you by
name and telling you what runway to use, which pattern is in use and when to
contact them, for example
“Golf Foxtrot Sierra, Livermore Tower, Report left downwind runway
two five left.”
To understand what this means, we’ll have to describe the Traffic Pattern.
1. Aircraft take off from the runway and climb. If they are leaving the airport,
they just continue climbing straight ahead until clear of the pattern and then
do whatever they like. If they are returning to the runway (for example to
practise landing), they continue climbing until they reach a couple of hun-
dred feet below ‘pattern altitude’. This varies from country to country, but is
usually between 500ft and 1000ft Above Ground Level (AGL). This is called
the upwind leg.
2. The pilot makes a 90 degree left-hand turn onto the crosswind leg. They
continue their climb to ‘pattern altitude’ and level out.
3. After about 45 seconds to a minute on the crosswind leg, the pilot again
makes a 90 degree left turn onto the downwind leg. Aircraft arriving from
other airports join the pattern at this point, approaching from a 45 degree
angle away from the runway.
156 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
4. When a mile or so past the end of the runway (a good guide is when the
runway is 45 degrees behind you), the pilot turns 90 degrees again onto the
base leg and begins the descent to the runway, dropping flaps as appropriate.
A descent rate of about 500fpm is good.
5. After about 45 seconds the pilot turns again onto the final leg. It can be
hard to estimate exactly when to perform this turn. Final adjustments for
landing are made. I usually have to make small turns to align with the runway
properly.
6. The aircraft lands. If the pilot is practising take-offs and landings, full power
can be applied and flaps retracted for takeoff, and the aircraft can take off
once more. This is known as ‘touch-and-go’.
Most patterns at left-handed, i.e. all turns are to the left, as described above.
Right-hand patterns also exist, and are marked as ‘RP’ on the sectional. ATC will
also advise you what pattern is in use.
8.5.3 Approach
We’re approaching Livermore airport from the South, while the runways run
East/West. Due to the prevailing Westerly wind, we’ll usually be directed to either
runway 25R or 25L. 25R uses a right-hand pattern, while 25L uses a left-hand
8.5. GETTING DOWN 157
pattern. Both the patterns are illustrated in Figure 8.16. Depending on the runway
we’ve been assigned, we’ll approach the airport in one of two ways. If we’ve been
asked to land on runway 25R, we’ll follow the blue line in the diagram. If we’ve
been asked to land on runway 25L, we’ll follow the green line.
We also need to reduce our altitude. We want to end up joining the pattern at
pattern altitude, about 1,000ft above ground level (AGL). Livermore airport is at
400 ft above sea-level (ASL), so we need to descend to an altitude of 1400 ASL.
We want to begin our maneuvers well before we reach the airport. Otherwise
we’re likely to arrive too high, too fast, and probably coming from the wrong di-
rection. Not the best start for a perfect landing :).
So, let‘s start descending immediately.
2. Return mixture to fully rich (pushed right in). If we were landing at a high
airport, we’d just enrich the mixture slightly and re-adjust when we reached
the pattern.
3. Apply carb-heat. This stops ice forming when the fuel and air mix before
entering the cylinder, something that can often happen during descent in
humid air. The carb-heat lever is located between the throttle and mixture.
Pull it out to apply heat.
4. Reduce power quite a bit. Otherwise we might stress the airframe due to
over-speeding.
Use your location relative to the airport and the two towns of Pleasanton and
Livermore to navigate yourself to the pattern following the general guide above.
Once you’re established on the downwind leg, you’ll need to report to ATC
again. Do this in the same way as before. They will then tell you where you are
in the queue to land. ‘Number 1’ means there are no planes ahead of you, while
‘Number 9’ means you might want to go to a less busy airport! They’ll also tell
you who is ahead of you and where. For example ‘Number 2 for landing, follow
the Cessna on short final’ means that there is a single aircraft in front of you that
is currently on the final leg of the pattern. When they land and are clear of the
runway, they’ll tell ATC, who can then tell you ‘Number 1 for landing’.
8.5.4 VASI
Once on final, you’ll notice two sets of lights on the left of the runway (enhanced
in Figure 8.17). This is the VASI and provides a nice visual clue as to whether
you’re too low or too high on approach. Each set of lights can either be white or
158 CHAPTER 8. A CROSS COUNTRY FLIGHT TUTORIAL
red. White means too high, red means too low. White and red together means
just perfect. On a Cessna approaching at 60kts, a descent rate of about 500fpm
should be fine. If you are too high, just decrease power to increase your descent
rate to 700fpm. If you are too low, increase power to decrease your descent rate to
200fpm.
8.5.5 Go Around
If for some reason it looks like you’re going to mess up the landing you can
abort the landing and try again. This is called a ‘Go Around’. To do this
2. Wait until you have a positive rate of climb - i.e. your altitude is increasing
according to the altimeter.
6. If you aborted on final approach, continue over the runway to re-join the
pattern on the crosswind leg. If on base, fly past the turn for final, then turn
and fly parallel to the runway on the opposite side from downwind to rejoin
on the crosswind leg.
7. Fly the complete pattern, telling ATC when you are on downwind, and try
again.
9.1 Introduction
Figure 9.1: Flying over the San Antonio Dam to Livermore. I think.
In the cross country flight tutorial, you learned about VFR flight, and in the
course of the flight you were introduced to most of the flight instruments in the
C172p. Now we’re going to do an Instrument Flight Rules (IFR) flight. In this
flight you’ll be introduced to the remaining instruments, learn a bit about IFR flight,
and learn many, many TLAs (Three-Letter Acronyms).
We’ll fly the same flight, from Reid-Hillview (KRHV), runway 31R, to Liv-
ermore (KLVK), runway 25R, only this time we’ll do it in IFR conditions: a 750
foot ceiling, and 1 mile visibility. This tutorial assumes you’ve completed the cross
country flight tutorial.
161
162 CHAPTER 9. AN IFR CROSS COUNTRY FLIGHT TUTORIAL
9.1.1 Disclaimer
This is not intended to teach you how to fly IFR. Rather, it is meant to give a
flavour of what IFR flying is like, and remove the mystery of the panel instruments
not covered by the cross country flight tutorial.
I’m not a pilot. Like the previous tutorial, this information has been gleaned
from various non-authoritative sources. If you find an error or misunderstanding,
please let me know. Mail me at bschack-flightgear -at- usa -dot- net.
--ceiling=750:3000 --visibility-miles=1
The first option asks for a 750 foot ceiling, with a thickness of 3000 feet (ie,
the cloud tops are at 3750), the second should be obvious. I strongly recommend
also setting the following, admittedly hairy, option:
--prop:/environment/config/aloft/entry/visibility-m[0]=30000
The option’s not pretty,1 but the result is — when you top out at 4000 feet,
you’ll be able to see for miles (30,000 metres, in fact), including a few peaks
poking through the clouds (without this option, you’d have 1 mile visibility above
the clouds as well as below them). It’s a small thing, and not strictly necessary, but
there’s something very uplifting about rising above the clouds into a bright sunny
world, with blue sky above and a carpet of white below, like Figure 9.1.
Our entire route, and the aids we’ll be using, are shown in Figure 9.3. Our
route is in green, the navigational aids blue and red. The route looks a bit crazy —
in fact, you might wonder if we’re more lost using our fancy equipment than just
flying by the seat of our pants — but there is a method to the madness. Rather than
overwhelming you with details by explaining it all now, I’ll explain it bit by bit as
we go along.
Figure 9.3: Green: our route, Blue: VORs and radials, Red: NDBs
9.2. BEFORE TAKEOFF 165
(NAV2 would have worked just as well). Before setting the frequency, check out
the VOR1 gauge. It should look like VOR1 in Figure 9.4. The important thing is
the red and white flag. That means there’s no VOR signal, so we can’t trust the
gauge.
The NAV receiver has an active frequency, a standby frequency, and a tuning
knob, just like the COMM receiver. Tune it to 114.1, and press the swap button. If
you look at VOR1, you should notice that the red and white flag has disappeared,
to be replaced with a “TO” flag, as in Figure 9.5. That means we’re receiving a
signal. But is it the correct one? What if we accidentally set the wrong frequency?
What if there’s a different VOR nearby with the same frequency?
To confirm that we’re tuned into the correct VOR, we listen for its ident. If
you can’t hear the ident, or if it doesn’t match the chart, don’t trust the needle. So
far, you probably haven’t heard a thing. That seems strange. After all, the red and
white flag turned off. We must be in range of some station, right? Why can’t we
hear anything?
When in doubt, look for the simplest solution. In this case, check the volume.
There’s an extra dial on the NAV receivers that the COMM receivers don’t have,
labelled OFF, LO, and HI (see Figure 9.6). That’s our ident volume control. So, is
it currently off, or low, or high? Unfortunately, it gives no visual feedback about
166 CHAPTER 9. AN IFR CROSS COUNTRY FLIGHT TUTORIAL
its current state, so we don’t really know. The only way to be sure is to turn it up.
Unfortunately, for the same reason, it’s hard to tell if our mouse clicks are doing
any good, so hit Ctrl-C to see the hot-spots. This control has two hot-spots, one
on the top which increases the volume, the other on the left which decreases it.
Increase the volume. Now you should hear the ident: ... .--- -.-.. Phew.
Back to VOR1. There’s a knob labelled OBS (Omni Bearing Selector). As the
name vaguely suggests, it is used to select a bearing. If you turn it, you should
see the vertical needle, called the CDI (Course Deviation Indicator) move.3 Try
to center the needle. It should center when the little arrow at the top points to
somewhere around 277. That number, and the TO flag means: “Flying at a heading
of 277◦ will lead you directly to the station”.
That’s great, except, according to our route, we don’t want to go to the station.
We actually want to intercept the light blue line labelled “009◦ ” (the “9 degree
3
The horizontal needle is used in ILS landings, which will be explained later.
9.3. IN THE AIR 167
radial”) coming from the station. How do we do that? Simple. Set the OBS to
9. When we fly across the radial, the needle will center, and the flag will say
FROM. This tells us: “flying at a heading of 9◦ will lead you directly away from
the station”, which is what we want. At that point we’ll turn right to a heading of
9◦ .
One final thing — set the heading bug on the directional gyro to our current
heading (about 310◦ ).
9.2.3 Takeoff
Now we’re ready to take off. It took a long time to get ready, but in fact there’s re-
ally more that we should have done. For example, there are all the things mentioned
in the previous cross country flight tutorial. And there are other IFR preparations
that we should have made. But again, in the interests of not overwhelming your
brains, I’m feeding out the information in trickles. This brings us to the most im-
portant control you have — the ‘p’ key. Use this often, especially when a new
concept is introduced.
Okay. Now take off, keeping a heading of 310◦ for now. Establish a steady rate
of climb. We plan to climb to 4000 feet. There’s just one problem though — those
ugly looking clouds are standing in our way.
9.3.1 George I
Once you’ve established a steady rate of climb and heading, engage the autopilot
by pressing the AP button. You should see “ROL” displayed on the left to show
that it’s in “roll mode” — it is keeping the wings level. In the middle it will display
“VS”, to show it is in “vertical speed” mode — it is maintaining a constant vertical
speed. On the right it will momentarily display that vertical speed (in feet per
minute). Initially, the value is your vertical speed at the moment the autopilot is
turned on. In the case of Figure 9.7, the autopilot has set the vertical speed to 300
feet per minute.
168 CHAPTER 9. AN IFR CROSS COUNTRY FLIGHT TUTORIAL
When you engage the autopilot, CHECK THIS CAREFULLY. Sometimes the
autopilot gets a very funny idea about what your current rate of climb is, like 1800
feet per minute. Our little Cessna cannot sustain this, and if the autopilot tries to
maintain this (and it will), you will stall before you can say “Icarus”. This is a bug,
to be sure, and a bit annoying, but it is also a useful cautionary lesson — don’t put
blind faith in your equipment. Things fail. You have to monitor and cross-check
your equipment, and be prepared to deal with problems.
We want a vertical speed of around 500 to 700 feet per minute. Hit the up and
down (UP and DN) buttons to adjust the vertical speed to a nice value. Take into
account the airspeed as well. We want a sustainable rate of climb.
Finally, once you’re climbing nicely, hit the heading (HDG) button. On the
display, “ROL” will change to “HDG”, and the autopilot will turn the airplane to
track the heading bug. Since you set the heading bug to the runway heading, and
you took off straight ahead (didn’t you?), it shouldn’t turn much.
intersection. We’re actually going to pass east of MISON, but the radial passing
roughly from northwest to southeast through MISON (and our route) is of interest
to us. We’re going to use it to monitor our progress.
Noting our passage of that radial isn’t strictly necessary — we can just keep
flying along the 009 radial from San Jose until we need to turn. But it’s useful for
two reasons: First, it’s nice to know exactly where we are. Second, it confirms we
are where we think we are. If we fly and fly and never cross the radial, alarm bells
should start going off.
Looking at the sectional, we see that the radial is the 114 radial from the Oak-
land VORTAC (VOR TACAN, where TACAN stands for Tactical Air Navigation).
Oakland’s frequency is 116.8, and its ident is OAK (--- .- -.-). NAV2 should
already be tuned to Oakland, but if it isn’t, do it now. Turn on NAV2’s volume and
170 CHAPTER 9. AN IFR CROSS COUNTRY FLIGHT TUTORIAL
9.3.3 George II
As we continue towards the 009 radial intercept, let’s look a bit more closely at
the autopilot. First of all, if you aren’t in the habit of trimming the airplane, you’ll
probably notice a flashing “PT” with an arrow on the autopilot. The autopilot is
telling you to adjust the pitch trim. I tend to ignore it because, flying with a mouse,
trimming is more trouble than it’s worth. Those of you lucky people with yokes
and joysticks and who find flashing lights annoying might want to trim to get rid
of it.
Also, on the right there’s a big knob, the altitude select knob, which we can use
to dial in a target altitude. We’re going to use it. Turn it until you see our desired
cruising altitude, 4000 feet, displayed on the right. When you started turning it,
“ALT ARM” should have appeared in the autopilot display (as in Figure 9.10).
This indicates that you’ve selected a target altitude. The autopilot will maintain the
current rate of climb until reaching that altitude, at which point it will level off and
change from vertical speed (VS) mode to altitude hold (ALT) mode. In altitude
hold mode it maintains an altitude (in this case our target altitude of 4000 feet).4
Don’t forget that the autopilot won’t adjust the throttle, so when it levels out,
the airplane (and engine) will speed up to potentially dangerous levels. You’ll need
4
Of course, you don’t really have to do this — you could just watch the altimeter, and when it
gets to 4000 feet, reduce the vertical speed to 0, or press the ALT button to enter altitude hold mode.
But by using the altitude select knob, we’ve demystified one more mystery button.
9.3. IN THE AIR 171
The DME is the instrument below the autopilot (refer to Figure 9.4). Probably
the selector is set to N1. The N1 means “listen to NAV1”, and since NAV1 is tuned
to San Jose, it’s telling us the distance to the San Jose VOR-DME. Now switch the
DME to N2. It now shows us the distance to the Manteca VOR.
The DME shows you 3 things: the distance in nautical miles to the station,
your speed towards or away from the station, and estimated time to the station at
the current speed. Note that the distance is the direct distance from your plane to
the station (called the “slant distance”), not the ground distance. Note as well that
the speed is relative to the station, so unless you’re flying directly to or from the
station, it will probably be lower than your true groundspeed. For example, the
speed from San Jose, which is directly behind us, should be greater than the speed
towards Manteca, which is off to the right.
If we look up information about the SUNOL intersection,7 it tells us that it is
33.35 nm (as measured by a DME receiver) from ECA on the 229.00 radial (that’s
what “ECAr229.00/33.35” means).
Now we have two ways to confirm the SUNOL intersection: The VOR2 needle
will center, and the DME will read 33.4 or so. Note that the DME doesn’t provide
us with a very precise fix here because Manteca is at such an oblique angle. But it
does give us a good warning of SUNOL’s impending arrival. Moreover, if it has an
unexpected value (like 30), it should raise a few alarm bells.
You may be wondering what “HLD” means (the setting between N1 and N2 on
the DME). It stands for “hold”, and means “retain the current frequency, regardless
of whether NAV1 or NAV2 are retuned”. For example, if we switch from N2 to
HLD, the DME will continue to display (and update) information to Manteca. Even
if we retune NAV2, the DME will remain tuned to Manteca. This is handy, because
it basically represents a third independent receiver, and in IFR flight two receivers
just never seem like enough.
Similarly with IFR landings. There’s a procedure to follow. In fact, there are
procedures to follow. Because of the complexity of landing in IFR conditions,
there’s no single procedure for all airports. You need to check for your particular
airport. In fact, you usually need to check for your particular airport, runway, and
navigation equipment.
Our airport is Livermore (KLVK). Let’s check the information for that airport.
Go to http://www.airnav.com/airport/KLVK to see what they’ve got. Down near
the bottom, we have IAPs (Instrument Approach Procedures). There are two listed
for runway 25R. One is an ILS (Instrument Landing System) approach, the other
a GPS (Global Positioning System) approach. Our plane has no GPS, but it does
have ILS capabilities (I’ll explain ILS later), so we’ll choose that.
Although Livermore only has two different instrument approach procedures,
big airports have many many more. If you look at nearby San Francisco, you’ll see
they have a slew of procedures. There are ILS procedures, GPS procedures, LDA
procedures, VOR procedures, . . . I wouldn’t be surprised if they had a procedure
for someone with a sextant and an hourglass in there. To learn IFR flight, you’ll
need to master all of them.
Back to Livermore. If you download the procedure, you’ll see something like
Figure 9.11 (except for the colour). It’s pretty overwhelming at first — it com-
presses a lot of information in a small space. We’ll ignore as much as we can,
restricting ourselves to the three parts that have been coloured in. And we’ll do
those parts on a “need to know” basis — we’ll only look at them when we really
have to.
Where to start? At the beginning of course. An IAP will have one or more Ini-
tial Approach Fixes (IAFs). These are your entry points to the approach procedure
and can be found in the “plan view”, which I’ve coloured purple in Figure 9.11.
Our IAP lists two, one in the middle and one on the right (see Figure 9.12 for a
close-up).
An IAF is a fix, and a fix is an identifiable point in space. In fact, we’ve al-
ready encountered another kind of fix, namely a VOR intersection. Fixes are also
usually named (eg, MISON, SUNOL). The IAF on the right is named TRACY, and
consists of a radial, a distance, and an altitude. Specifically, it’s 15 DME (15 nm
as measured by a DME receiver) along the 229 radial from the ECA (ie, Manteca)
VOR.
place. Like a VOR, it has a name (REIGA, in this case), a frequency (374 kHz),
and an ident (LV, or .-.. ...- in Morse). NDBs also appear on sectionals, as fuzzy
red circles with a small circle in the middle, with their identification information
placed in a red box nearby. (see Figure 9.13 for a closeup. Don’t confuse the NDB,
which is fuzzy, with the solid red circle on the left, nor the circle below with the
“R” inside).
An NDB station basically broadcasts a signal that says “I’m over here”, and the
receiver on the plane can receive that signal and tell you, the pilot, “the station is
over there”. You just need to tune the receiver and monitor the correct instruments.
The receiver, labelled ADF (Automatic Direction Finder), and the corresponding
Pretty simple. In fact, you may not think it merits a “rule”, but it’s important
to emphasize the difference between ADFs and VORs. A VOR, remember, tracks
a single radial, which you specify by turning the OBS. An ADF has a knob, and
a identical-looking compass card, so it’s tempting to believe it acts the same way.
It doesn’t. Turn the ADF heading knob and see what happens. The compass card
moves, but the arrow doesn’t. It just points to the station.
In our current situation, where we just want to fly to REIGA, that’s all we need
to know to use the ADF. If the needle points “over there”, then we’ll fly “over
there”, and eventually we’ll pass over REIGA. However, for the sake of practice,
and because it will be necessary later, I’m going to give the second rule for ADFs,
which explains what the compass card is there for:
ADF Rule 2: If the compass card reflects our current heading, then
the needle gives the bearing to the station.
By the way, the closer you get to REIGA, the more sensitive the needle be-
comes to changes in your heading. Don’t go crazy trying to keep the needle cen-
tered as you get close. Maintain a steady heading, and get ready for the . . .
So, after we pass REIGA, turn right to 075◦ and start your timer.
worth it.
1. If you’re in altitude hold (ALT) mode, you need to get back into vertical
speed (VS) mode. Press the ALT button — the “ALT” in the middle of the
display should change to “VS”, and your current vertical speed (probably 0)
should be displayed momentarily on the right.
2. Click the DN button until you get a vertical speed of -500 feet per minute.
3. If you want to set the target altitude, like before, rotate the big knob on the
right until “3300” shows up on the right side of the display. “ALT ARM”
should appear on the bottom.
Note that if you’re using the autopilot to descend, it will just push the nose
down, like a bad pilot, so the airplane will speed up. We want to go down, but we
don’t want to speed up, so we need to reduce engine RPMs to keep the speed at
110 knots. Later, when you level off at 3300 feet, you’ll have to increase power
again.
If you’re flying manually, then you just need to adjust the engine to get the
descent rate you want — the plane should stay magically at 110 knots if it’s already
trimmed for 110.
going to use the NDB like we did on the outbound leg, but at this point, the NDB
is not good enough. This is an ILS landing, a so-called “precision” landing, and
an NDB is just not precise enough. It can get us close to the runway, but not close
enough.
So, we’re going to switch over to our ILS system. It is much more accurate
horizontally. As well, it offers vertical guidance, something which the NDB does
not give at all. And hey, it also gives you something else to learn in our few
remaining minutes so that you don’t get bored.
As with NDB and VOR navigation, the ILS system12 has a transmitter (or
transmitters — a localizer and a glide slope) on the ground, and a receiver and a
gauge in the aircraft. The receiver, it turns out, is just a NAV receiver, of which
we have two. The gauge is like a VOR indicator, but it has an added glide slope
indicator, which is a horizontal (you hope) needle. Like a VOR, the vertical needle
shows whether you’re left or right. The horizontal needle shows whether you’re
high or low. Our ILS gauge is our old friend VOR1.
As you might have guessed, the localizer has a frequency and ident associated
with it (there’s no need to tune the glide slope separately. If you tune the localizer,
you’ve tuned the glide slope). This is shown on the approach plate in two places:
at the top left corner, and in the plan view by the runway (see Figure 9.16). As we
can see, the frequency is 110.5 MHz, and the ident is I-LVK (.. .-.. ...- -.-).
Tune NAV1 to 110.5, and check for the ident. Sounds lovely, doesn’t it? That
localizer is going to save your bacon and get you out of this interminable soup.
When you tuned into the localizer, you’ll also have noticed the ILS needles move.
And the OBS? Well, it’s useless. Try moving it. No matter how you turn it, the
needles don’t move in response. That’s by design. A localizer is basically a VOR
with one radial, the approach heading. We don’t care about any others, so we don’t
need an OBS to declare interest in any others. As a reminder, though, move the
12
See http://en.wikipedia.org/wiki/Instrument_Landing_System for more information.
9.4. GETTING DOWN 181
OBS to 255, our desired heading. This will remind us where to point our nose.
Since we’re on final approach, you might want to drop a second notch of flaps.
This will affect your trim, and you’ll have to adjust power a bit as well.
Soon after we intercept the glide slope, we should pass over the outer marker.
Several things will happen more or less simultaneously, all of which confirm your
position:
The holding pattern, as you might have guessed, is a place where you can
“park” while sorting things out, and has its own set of procedures and techniques
which we won’t go into here, because . . .
9.4.12 Touchdown
In our ideal simulator world, you probably won’t have to execute a missed ap-
proach. Assuming you stayed on the glide slope, you should have popped out of
the murk at 750 feet, a whole 153 feet above the decision height, and with 1 mile
visibility, the runway should have been in view soon after. With the runway in
sight, you could then turn wildly to get on course15 (it’s very hard to be lined up
15
Remembering, of course, to disengage the autopilot.
184 CHAPTER 9. AN IFR CROSS COUNTRY FLIGHT TUTORIAL
perfectly) and land “normally” (which for me involves a lot of bouncing around
and cursing). Park the plane, then stagger out of the cockpit and have another
hamburger!
9.5 Epilogue
That was a lot of information in a short time, a rather brutal introduction to ILS
flying. Hopefully, instead of turning you off, it has whetted your appetite for more,
because there is more. Some of the major issues I’ve ignored are:
Wind This is a big one. Flying IFR in a crosswind affects everything you do, and
you need to be aware of it or your navigation will suffer.
Flying without the autopilot George tries his best, but he’s not completely trust-
worthy. You have to be prepared to go it alone.
DG precession The directional gyro in the c172p is not perfect. Over time, the
values it gives you are less and less reliable — it precesses. It needs to be
periodically calibrated against the compass (using the OBS knob on the DG
to adjust it).
IFR charts We used sectionals, which are really intended for VFR flight. There
are a whole set of charts devoted exclusively to IFR flight.
ATC The other people out there need to know what you’re doing. As well, they’ll
probably tell you what to do, including to ignore the approach plate you so
fastidiously studied.
9.5. EPILOGUE 185
SIDs/DPs, Airways, and STARs This tutorial introduced IAPs, which are stan-
dard ways to make approaches. In IFR flight, there are standard ways to
leave airports (Standard Instrument Departures, SIDs, or Departure Proce-
dures, DPs), standard ways to travel between airports (airways), and stan-
dard ways to go from airways to IAPs (Standard Terminal Arrival Routes,
STARs).
GPS Our Cessna doesn’t have a GPS, but nowadays most small planes do, and
GPS is rapidly replacing radio-based navaids.
• If you’re really keen and want to hear it straight from the horse’s mouth,
there’s the official FAA Instrument Flying Handbook. It’s big and detailed,
and there’s no interesting storyline in which you’re a pilot for a fictional
charter service. It can be downloaded as two PDF files.
http://www.faa.gov/library/manuals/aviation/instrument_flying_handbook
• If you’d like practice deciphering what the instruments are telling you, with-
out the bother flying (or even virtual flying), you can try luizmonteiro.com,
which has Flash tutorials of various instruments, including a VOR and an
ADF.
http://www.luizmonteiro.com/Learning.aspx
http://www.visi.com/~mim/nav/
• Another source of airport and navaid information is World Aero Data. Its
information isn’t as detailed as AirNav’s, but it is international.
http://worldaerodata.com
• For those who are interested in the ATC side of things, and want information
from an authoritative source, check out Michael Oxner’s “Aviation Topic
of the Week”, a series of articles about flying “in many types of airspaces
in many situations.” Michael Oxner is a professional controller and private
pilot who obviously can’t get enough of airplanes, because in his spare time
he’s also an on-line controller with VatSim. Particularly interesting are a set
of articles describing a complete IFR flight and a complete VFR flight.
http://bathursted.ccnb.nb.ca/vatcan/fir/moncton/WeeklyTopics/WeeklyTopicIntro.
html
9.5. EPILOGUE 187
A Helicopter Tutorial
10.1 Preface
First: in principle everything that applies to real helicopters, applies to FlightGear.
Fundamental maneuvers are well described here:
http://www.cybercom.net/˜copters/pilot/maneuvers.html Some details are simpli-
fied in FlightGear, in particular the engine handling and some overstresses are not
simulated or are without any consequence. In FlightGear it is (up to now) not
possible to damage a helicopter in flight.
The helicopter flight model of FlightGear is quite realistic. The only excep-
tions are “vortex ring conditions”. These occur if you descend too fast and perpen-
dicularly (without forward speed). The heli can get into its own rotor downwash
causing the lift to be substantially reduced. Recovering from this condition is pos-
sible only at higher altitudes. On the Internet you can find a video of a Seaking
helicopter, which got into this condition during a flight demonstration and touched
down so hard afterwards that it was completely destroyed.
For all FlightGear helicopters the parameters are not completely optimized
and thus the performance data between model and original can deviate slightly. On
the hardware side I recommend the use of a “good” joystick. A joystick without
189
190 CHAPTER 10. A HELICOPTER TUTORIAL
springs is recommended because it will not center by itself. You can either re-
move the spring from a normal joystick, or use a force feedback joystick, with a
disconnected voltage supply. Further, the joystick should have a “thrust controller”
(throttle). For controlling the tail rotor you should have pedals or at least a twistable
joystick - using a keyboard is hard. FlightGear supports multiple joysticks attached
at the same time.
The helicopter is controlled by four functions. The stick (joystick) controls two
of them, the inclination of the rotor disc (and thus the inclination of the helicopter)
to the right/left and forwards/back. Together these functions are called “cyclic
blade control”. Next there is the “collective blade control”, which is controlled
by the thrust controller. This causes a change of the thrust produced by the rotor.
Since the powering of the main rotor transfers a torque to the fuselage, this must
be compensated by the tail rotor. Since the torque is dependent on the collective
and on the flight condition as well as the wind on the fuselage, the tail rotor is also
controlled by the pilot using the pedals. If you push the right pedal, the helicopter
turns to the right (!). The pedals are not a steering wheel. Using the pedals you can
yaw helicopter around the vertical axis. The number of revolutions of the rotor is
kept constant (if possible) by the aircraft.
10.3. LIFT-OFF 191
10.3 Lift-Off
First reduce the collective to minimum. To increase the rotor thrust, you have
to “pull” the collective. Therefore for minimum collective you have to push the
control down (that is the full acceleration position (!) of the thrust controller).
Equally, “full power” has the thrust controller at idle. Start the engine with }. After
few seconds the rotor will start to turn and accelerates slowly. Keep the stick and
the pedals approximately centered. Wait until the rotor has finished accelerating.
For the Bo105 there is an instruments for engine and rotor speed on the left of the
upper row.
Once rotor acceleration is complete, pull the collective very slowly. Keep your
eye on the horizon. If the heli tilts or turns even slightly, stop increasing the collec-
tive and correct the position/movement with stick and pedals. If you are successful,
continue pulling the collective (slowly!).
As the helicopter takes off, increase the collective a little bit more and try to
keep the helicopter in a leveled position. The main challenge is reacting to the
inadvertent rotating motion of the helicopter with the correct control inputs. Only
three things can help you: practice, practice and practice. It is quite common for it
to take hours of practice to achieve a halfway good looking hovering flight. Note:
The stick position in a stable hover is not the center position of the joystick.
to stop the helicopter from climbing. As the helicopter slows, “translation lift”
is reduced, and you will have to compensate by pulling the collective. When the
speed is nearly zero, lower the nose to the position it was when hovering. Otherwise
the helicopter will accelerate backwards!
that autorotation is too easy, try it with a more realistic payload via the payload
menu.
194 CHAPTER 10. A HELICOPTER TUTORIAL
Part IV
Appendices
195
Appendix A
197
198 A. MISSED APPROACH
For getting a trace of the output which FlightGear produces, then following
command may come in handy (may need to be modified on some OSs or may not
work on others at all, though):
One final remark: Please avoid posting binaries to these lists! List subscribers
are widely distributed, and some users have low bandwidth and/or metered connec-
tions. Large messages may be rejected by the mailing list administrator. Thanks.
• Either configure or make dies with not found PLIB headers or libraries.
Make sure you have the latest version of PLIB (> version 1.8.4) compiled
and installed. Its headers like pu.h have to be under /usr/include/plib
and its libraries, like libplibpu.a should be under /lib. Double check
there are no stray PLIB headers/libraries sitting elsewhere!
Besides check careful the error messages of configure. In several cases
it says what is missing.
A.3. POTENTIAL PROBLEMS UNDER LINUX 199
• Missing permissions
In case you are using XFree86 before release 4.0 the FlightGear binary may
need to be setuid root in order to be capable of accessing some accelerator
boards (or a special kernel module as described earlier in this document)
based on 3DFX chips. So you can either issue a
chown root.root /usr/local/bin/fgfs ;
chmod 4755 /usr/local/bin/fgfs
to give the FlightGear binary the proper rights or install the 3DFX module.
The latter is the “clean” solution and strongly recommended!
ftp://www.flightgear.org/pub/flightgear/Source/.
201
202 B. LANDING
B.1.1 Scenery
• Texture support was added by Curt Olson in spring 1998. This marked a
significant improvement in terms of reality. Some high-quality textures were
submitted by Eric Mitchell for the FlightGear project. Another set of high-
quality textures was added by Erik Hofman ever since.
• After improving the scenery and texture support frame rate dropped down to
a point where FlightGear became unflyable in spring 1998. This issue was
resolved by exploiting hardware OpenGL support, which became available
at that time, and implementing view frustrum culling (a rendering technique
that ignores the part of the scenery not visible in a scene), done by Curt
Olson. With respect to frame rate one should keep in mind that the code,
at present, is in no way optimized, which leaves room for further improve-
ments.
http://www.flightgear.org/Downloads/world-scenery.html.
• There was support added for static objects to the scenery in 2001, which per-
mits placing buildings, static planes, trees and so on in the scenery. However,
despite a few proofs of concept systematic inclusion of these landmarks is
still missing.
• The world is populated with random ground objects with appropriate type
and density for the local ground cover type since summer 2002. This marks
a mayor improvement of reality and is mainly thanks to work by D. Meggin-
son.
B.1.2 Aircraft
• A HUD (head up display) was added based on code provided by Michele
America and Charlie Hotchkiss in the fall of 1997 and was improved later
by Norman Vine. While not generally available for real Cessna 172, the
HUD conveniently reports the actual flight performance of the simulation
and may be of further use in military jets later.
• A rudimentary autopilot implementing heading hold was contributed by Jeff
Goeke-Smith in April 1998. It was improved by the addition of an altitude
hold and a terrain following switch in October 1998 and further developed
by Norman Vine later.
• Friedemann Reinhard developed early instrument panel code, which was
added in June 1998. Unfortunately, development of that panel slowed down
later. Finally, David Megginson decided to rebuild the panel code from
scratch in January 2000. This led to a rapid addition of new instruments and
features to the panel, resulting in nearly all main instruments being included
until spring 2001. A handy minipanel was added in summer 2001.
• Finally, LaRCsims Navion was replaced as the default aircraft when the
Cessna 172 was stable enough in February 2000 - as move most users will
welcome. There are now several flight model and airplane options to choose
from at runtime. Jon Berndt has invested a lot of time in a more realistic and
versatile flight model with a more powerful aircraft configuration method.
JSBSim, as it has come to be called, did replace LaRCsim as the default
flight dynamics model (FDM), and it is planned to include such features as
fuel slosh effects, turbulence, complete flight control systems, and other fea-
tures not often found all together in a flight simulator. As an alternative,
204 B. LANDING
Andy Ross added another flight dynamics model called YASim (Yet Another
Flight Dynamics Simulator) which aims at simplicity of use and is based on
fluid dynamics, by the end of 2001. This one bought us flight models for a
747, an A4, and a DC-3. Alternatively, a group around Michael Selig from
the UIUC group provided another flight model along with several planes
since around 2000.
• A fully operational radio stack and working radios were added to the panel
by Curt Olson in spring 2000. A huge database of Navaids contributed by
Robin Peel allows IFR navigation since then. There was basic ATC support
added in fall 2001 by David Luff. This is not yet fully implemented, but dis-
playing ATIS messages is already possible. A magneto switch with proper
functions was added at the end of 2001 by John Check and David Meggin-
son.. Moreover, several panels were continually improved during 2001 and
2002 by John and others. FlightGear now allows flying ILS approaches and
features a Bendix transponder.
• In 2002 functional multi-engine support found it’s way into FlightGear. JS-
BSim is now the default FDM in FlightGear.
B.1.3 Environment
• The display of sun, moon and stars have been a weak point for PC flight
simulators for a long time. It is one of the great achievements of FlightGear
to include accurate modeling and display of sun, moon, and planets very
early. The corresponding astronomy code was implemented in fall 1997 by
Durk Talsma.
• Christian Mayer, together with Durk Talsma, contributed weather code in the
winter of 1999. This included clouds, winds, and even thunderstorms.
• In 1998 there was basic audio support, i. eȧn audio library and some ba-
sic background engine sound. This was later integrated into the above-
mentioned portable library, PLIB. This same library was extended to support
joystick/yoke/rudder in October 1999, again marking a huge step in terms
of realism. To adapt on different joystick, configuration options were in-
troduced in fall 2000. Joystick support was further improved by adding a
self detection feature based on xml joystick files, by David Megginson in
summer 2002.
Jon S. Berndt, Oliver Delise, Christian Mayer, Curt Olson, Tony Peden, Gary R.
Van Sickle, Norman Vine, and others. A more comprehensive list of contributors
can be found in Chapter B as well as in the Thanks file provided with the code.
Also, the FlightGear Website contains a detailed history worth reading of all of the
notable development milestones at
http://www.flightgear.org/News/
The following names the people who did the job (this information was essentially
taken from the file Thanks accompanying the code).
A1 Free Sounds
Granted permission for the FlightGear project to use some of the sound effects
from their site. Homepage under
http://www.a1freesoundeffects.com/
Syd Adams
Added clipping for 2D instruments, ATC volume control and created a wide variety
of aircraft.
Raul Alonzo
Mr. Alonzo is the author of Ssystem and provided his kind permission for using the
moon texture. Parts of his code were used as a template when adding the texture.
Ssystem Homepage can be found at:
http://www1.las.es/˜amil/ssystem/.
Michele America
Contributed to the HUD code.
Michael Basler
Author of Installation and Getting Started. Flight Simulation Page at
http://www.geocities.com/pmb.geo/flusi.htm
B.2. THOSE, WHO DID THE WORK 207
Jon S. Berndt
Working on a complete C++ rewrite/reimplimentation of the core FDM. Initially he
is using X15 data to test his code, but once things are all in place we should be able
to simulate arbitrary aircraft. Jon maintains a page dealing with Flight Dynamics
at:
http://jsbsim.sourceforge.net/
Special attention to X15 is paid in separate pages on this site. Besides, Jon con-
tributed via a lot of suggestions/corrections to this Guide.
Paul Bleisch
Redid the debug system so that it would be much more flexible, so it could be
easily disabled for production system, and so that messages for certain subsystems
could be selectively enabled. Also contributed a first stab at a config file/command
line parsing system.
Jim Brennan
Provided a big chunk of online space to store USA scenery for FlightGear!.
Bernie Bright
Many C++ style, usage, and implementation improvements, STL portability and
much, much more. Added threading support and a threaded tile pager.
Stuart Buchanan
Updated various parts of the manual and wrote the initial tutorial subsystem.
Bernhard H. Buckel
Contributed the README.Linux. Contributed several sections to earlier versions
of Installation and Getting Started.
Gene Buckle
A lot of work getting FlightGear to compile with the MSVC++ compiler. Numer-
ous hints on detailed improvements.
Ralph Carmichael
Support of the project. The Public Domain Aeronautical Software web site at
http://www.pdas.com/
has the PDAS CD-ROM for sale containing great programs for astronautical engi-
neers.
Didier Chauveau
Provided some initial code to parse the 30 arcsec DEM files found at:
http://edcwww.cr.usgs.gov/landdaac/gtopo30/gtopo30.html.
John Check
John maintains the base package CVS repository. He contributed cloud textures,
wrote an excellent Joystick Howto as well as a panel Howto. Moreover, he con-
tributed new instrument panel configurations. FlightGear page at
208 B. LANDING
http://www.rockfish.net/fg/.
Dave Cornish
Dave created new cool runway textures plus some of our cloud textures.
Oliver Delise
Started a FAQ, Documentation, Public relations. Working on adding some networking/multi-
user code. Founder of the FlightGear MultiPilot
Jean-Francois Doue
Vector 2D, 3D, 4D and Matrix 3D and 4D inlined C++ classes. (Based on Graphics
Gems IV, Ed. Paul S. Heckbert)
http://www.animats.com/simpleppp/ftp/public_html/topics/developers.html.
Dave Eberly
Contributed some sphere interpolation code used by Christian Mayer’s weather
data base system.
Francine Evans
Wrote the GPL’d tri-striper we use.
http://www.cs.sunysb.edu/˜stripe/
Oscar Everitt
Created single engine piston engine sounds as part of an F4U package for FS98.
They are pretty cool and Oscar was happy to contribute them to our little project.
Bruce Finney
Contributed patches for MSVC5 compatibility.
Olaf Flebbe
Improved the build system for Windows and provided pre-built dependencies.
Melchior Franz
Contributed joystick hat support, a LED font, improvements of the telnet and the
http interface. Notable effort in hunting memory leaks in FlightGear, SimGear,
and JSBSim.
Jean-loup Gailly and Mark Adler
Authors of the zlib library. Used for on-the-fly compression and decompression
routines,
http://www.gzip.org/zlib/.
Mohit Garg
Contributed to the manual.
Thomas Gellekum
Changes and updates for compiling on FreeBSD.
Neetha Girish
Contributed the changes for the xml configurable HUD.
B.2. THOSE, WHO DID THE WORK 209
Jeff Goeke-Smith
Contributed our first autopilot (Heading Hold). Better autoconf check for external
timezone/daylight variables.
Michael I. Gold
Patiently answered questions on OpenGL.
Habibe
Made RedHat package building changes for SimGear.
Mike Hill
For allowing us to concert and use his wonderful planes, available form
http://www.flightsimnetwork.com/mikehill/home.htm,
for FlightGear.
Erik Hofman
Major overhaul and parameterization of the sound module to allow aircraft-specific
sound configuration at runtime. Contributed SGI IRIX support (including binaries)
and some really great textures.
Charlie Hotchkiss
Worked on improving and enhancing the HUD code. Lots of code style tips and
code tweaks.
Bruce Jackson (NASA)
Developed the LaRCsim code under funding by NASA which we use to provide
the flight model. Bruce has patiently answered many, many questions.
Maik Justus
Added helicopter support, gear/ground interaction and aerotow/winch support to
the YASim FDM.
Ove Kaaven
Contributed the Debian binary.
Richard Kaszeta
Contributed screen buffer to ppm screen shot routine. Also helped in the early
development of the "altitude hold autopilot module" by teaching Curt Olson the
basics of Control Theory and helping him code and debug early versions. Curt’s
B́ossB́ob Hain also contributed to that. Further details available at:
http://www.menet.umn.edu/˜curt/fgfs/Docs/Autopilot/AltitudeHold/AltitudeHold.html.
Rich’s Homepage is at
http://www.kaszeta.org/rich/.
Tom Knienieder
Ported the audio library first to OpenBSD and IRIX and after that to Win32.
210 B. LANDING
Reto Koradi
Helped with setting up fog effects.
Bob Kuehne
Redid the Makefile system so it is simpler and more robust.
Kyler B Laird
Contributed corrections to the manual.
David Luff
Contributed heavily to the IO360 piston engine model.
Sam van der Mac
Contributed to The Manual by translating HTML tutorials to Latex.
Christian Mayer
Working on multi-lingual conversion tools for fgfs as a demonstration of technol-
ogy. Contributed code to read Microsoft Flight Simulator scenery textures. Chris-
tian is working on a completely new weather subsystem. Donated a hot air balloon
to the project.
David Megginson
Contributed patches to allow mouse input to control view direction yoke. Con-
tributed financially towards hard drive space for use by the flight gear project.
Updates to README.running. Working on getting fgfs and ssg to work with-
out textures. Also added the new 2-D panel and the save/load support. Further, he
developed new panel code, playing better with OpenGL, with new features. De-
veloped the property manager and contributed to joystick support. Random ground
cover objects
Cameron Moore
FAQ maintainer. Reigning list administrator. Provided man pages.
Eric Mitchell
Contributed some topnotch scenery textures being all original creations by him.
Anders Morken
Former maintainer of European web pages.
Alan Murta
Created the Generic Polygon Clipping library.
http://www.cs.man.ac.uk/aig/staff/alan/software/
Phil Nelson
Author of GNU dbm, a set of database routines that use extendible hashing and
work similar to the standard UNIX dbm routines.
Alexei Novikov
Created European Scenery. Contributed a script to turn fgfs scenery into beautifully
rendered 2-D maps. Wrote a first draft of a Scenery Creation Howto.
B.2. THOSE, WHO DID THE WORK 211
Curt Olson
Primary organization of the project.
First implementation and modifications based on LaRCsim.
Besides putting together all the pieces provided by others mainly concentrating on
the scenery subsystem as well as the graphics stuff. Homepage at
http://www.menet.umn.edu/˜curt/
Brian Paul
We made use of his TR library and of course of Mesa:
http://www.mesa3d.org/brianp/TR.html, http://www.mesa3d.org
Tony Peden
Contributions on flight model development, including a LaRCsim based Cessna
172. Contributed to JSBSim the initial conditions code, a more complete standard
atmosphere model, and other bugfixes/additions.
Robin Peel
Maintains worldwide airport and runway database for FlightGear as well as X-
Plane.
Alex Perry
Contributed code to more accurately model VSI, DG, Altitude. Suggestions for
improvements of the layout of the simulator on the mailing list and help on docu-
mentation.
Friedemann Reinhard
Development of an early textured instrument panel.
Petter Reinholdtsen
Incorporated the GNU automake/autoconf system (with libtool). This should stream-
line and standardize the build process for all UNIX-like platforms. It should have
little effect on IDE type environments since they don’t use the UNIX make system.
William Riley
Contributed code to add ”brakes”. Also wrote a patch to support a first joystick
with more than 2 axis. Did the job to create scenery based on VMap0 data.
Andy Ross
Contributed a new configurable FDM called YASim (Yet Another Flight Dynamics
Simulator, based on geometry information rather than aerodynamic coefficients.
Paul Schlyter
Provided Durk Talsma with all the information he needed to write the astro code.
Mr. Schlyter is also willing to answer astro-related questions whenever one needs
to.
http://www.welcome.to/pausch/
Chris Schoeneman
Contributed ideas on audio support.
212 B. LANDING
Phil Schubert
Contributed various textures and engine modeling.
http://www.zedley.com/Philip/.
Jonathan R. Shewchuk
Author of the Triangle program. Triangle is used to calculate the Delauney trian-
gulation of our irregular terrain.
Gordan Sikic
Contributed a Cherokee flight model for LaRCsim. Currently is not working and
needs to be debugged. Use configure --with-flight-model=cherokee to
build the cherokee instead of the Cessna.
Michael Smith
Contributed cockpit graphics, 3D models, logos, and other images. Project Bo-
nanza
Martin Spott
Co-Author of The Manual.
Jon Stockill
Maintains a database of objects and their location to populate the worldwide scenery.
Durk Talsma
Accurate Sun, Moon, and Planets. Sun changes color based on position in sky.
Moon has correct phase and blends well into the sky. Planets are correctly po-
sitioned and have proper magnitude. Help with time functions, GUI, and other
things. Contributed 2-D cloud layer. Website at
http://people.a2000.nl/dtals/.
UIUC - Department of Aeronautical and Astronautical Engineering
Contributed modifications to LaRCsim to allow loading of aircraft parameters from
a file. These modifications were made as part of an icing research project.
Those did the coding and made it all work:
Jeff Scott
Bipin Sehgal
Michael Selig
Moreover, those helped to support the effort:
Jay Thomas
Eunice Lee
Elizabeth Rendon
Sudhi Uppuluri
U. S. Geological Survey
Provided geographic data used by this project.
B.2. THOSE, WHO DID THE WORK 213
http://edc.usgs.gov/geodata/
Mark Vallevand
Contributed some METAR parsing code and some win32 screen printing routines.
Jim Wilson
Wrote a major overhaul of the viewer code to make it more flexible and modular.
Contributed many small fixes and bug reports. Contributed to the PUI property
browser and to the autopilot.
214 B. LANDING
Jean-Claude Wippler
Author of MetaKit - a portable, embeddible database with a portable data file for-
mat previously used in FlightGear. Please see the following URL for more info:
http://www.equi4.com/metakit/
Woodsoup Project
There are already people working in all of these directions. If you’re a pro-
grammer and think you can contribute, you are invited to do so.
Achnowledgements
Obviously this document could not have been written without all those contributors
mentioned above making FlightGear a reality.
First, I was very glad to see Martin Spott entering the documentation effort.
Martin provided not only several updates and contributions (notably in the OpenGL
section) on the Linux side of the project but also several general ideas on the doc-
umentation in general.
Besides, I would like to say special thanks to Curt Olson, whose numerous
scattered Readmes, Thanks, Webpages, and personal eMails were of special help
to me and were freely exploited in the making of this booklet.
Next, Bernhard Buckel wrote several sections of early versions of that Guide
and contributed at lot of ideas to it.
Jon S. Berndt supported me by critical proofreading of several versions of the
document, pointing out inconsistences and suggesting improvements.
Moreover, I gained a lot of help and support from Norman Vine. Maybe, with-
out Norman’s answers I would have never been able to tame different versions of
the Cygwin – FlightGear couple.
We were glad, our Mac expert Darrell Walisser contributed the section on com-
piling under Mac OS X. In addition he submitted several Mac related hints and
fixes.
Further contributions and donations on special points came from John Check,
(general layout), Oliver Delise (several suggestions including notes on that chap-
ter), Mohit Garg (OpenGL), Kyler B. Laird (corrections), Alex Perry (OpenGL),
Kai Troester (compile problems), Dave Perry (joystick support), and Michael Selig
(UIUC models).
Besides those whose names got lost withing the last-minute-trouble we’d like to
express our gratitude to the following people for contributing valuable ‘bug fixes’
to this version of The FlightGear Manual (in random order): Cameron Moore,
Melchior Franz, David Megginson, Jon Berndt, Alex Perry,, Dave Perry,, Andy
Ross, Erik Hofman, and Julian Foad.
Index
216
INDEX 217
icing Macintosh, 7
modelling, 17 magnetic compass, 64
IFR, 66, 89 magneto, 107
ignition switch, 53, 64 magneto switch, 200
inclinometer, 64 mailing lists, 193, 202
initial heading, 39 map, clickable, 198
installing aircraft, 22 Marchetti S-211, 17
instrument flight rules, 66 marker, inner, 65
instrument panel, 38, 56, 63, 199 marker, middle, 65
Internet, 201 marker, outer, 65
Mayer, Christian, 200, 202, 206
Jackson, Bruce, 197, 205 Megginson, David, 88, 199–201, 206, 211
joystick, 37, 44, 53, 54, 201 menu, 200
.fgfsrc, 51 menu entries, 58
joystick settings, 201 menu system, 210
joystick/self detection, 201 MetaKit, 210
joysticks, 15 Metro Works, 209
JSBSim, 38 Microsoft, 11
Justus, Maik, 205 Mitchell, Eric, 198, 206
mixture, 66, 109, 149
Kaaven, Ove, 205 lever, 109
Kaszeta, Richard, 205 optimisation, 110
INDEX 219
windsock, 124
Wippler, Jean-Claude, 210
wireframe, 41
Wood, Charles, 89
Woodsoup, 210
workstation, 197
Wright Flyer, 17
X15, 16
XFree86, 195
YASim, 16
yoke, 37, 44, 53, 54, 65, 96
mouse yoke mode, 97, 99
pulling, 98
yokes, 15