Victor Teluffs Avionic Radar Device

for Microsoft Flightsimulator 2004

Installation:

Unzip the content to any folder on your harddrive

 

Description of Buttons:

Connect to FS - Connects to Flightsimulator via FSUIPC

Filter:

Taxi - Display aircrafts that taxi to the runway

< - Displays aircrafts lower than 10.000 feet

L - Displays aircrafts lower than 18.000 feet

H - Displays aircrafts higher than 18.000 feet

Label:

ATC - Displays the ATC-No. of aircrafts

Route - Displays the Route

RWY - Displays the Runway that Aircrafts are assigned to, if none then Route is displayed

ID - Displays the FS-Internal ID

 

Description of Commands:

F2 - Go to Airport

F3 - Delete Aircraft (by ID)

F4 - Close Runway (no more AI-Aircrafts will taxy to that runway)

F5 - Show/Hide Message-Window

Caution:
The Radar Screen Window has to have the focus for these commands to work, not the Message-Window!

 

Pilots Responses to the Controller

In order to contact the Controller the FS-Pilot has to enter the same frequency as in the Message-Window in his COM1.

Once connected a green light will appear in Radars Message-Window.

The pilot can respond by pressing one of the following keys in FS2004:

0 - Say again, please!

9 - Roger!

 

Scripting

With knowledge of Delphi-Script you can change the behaviour of the program. Have a look at script.txt and ATC.txt.
We will soon provide more information on this subject and make more features scriptable.

Here is a clue as to the colors that can be assigned:

clBlack = $000000;
clMaroon = $000080;
clGreen = $008000;
clOlive = $008080;
clNavy = $800000;
clPurple = $800080;
clTeal = $808000;
clGray = $808080;
clSilver = $c0c0c0;
clRed = $0000ff;
clLime = $00ff00;
clYellow = $00ffff;
clBlue = $ff0000;
clFuchsia = $ff00ff;
clAqua = $ffff00;
clLtGray = $c0c0c0;
clDkGray = $808080;
clWhite = $ffffff;


If you want to use an RGB color of your own, you'd have to specify it like
this in the appropriate OnGetColor handler:
ObjectColor := $0000FF;
TextColor := $FFFF00;


and CAUTION! Colors are in the BGR order, meaning that blue are
the first two hexadecimal values in the color number and red the last ones
(meaning the primary color order is reversed compared to RGB, as in HTML color definitions, for example)

In ATC.txt you can define short Commands for your Message-Window. For instance:

if SubString(text,1,2) = 'CM' then ATCMessage := 'Climb and maintain ' + SubString(text,3,255);

Notes:

Contact:

mailto:info@teluff.com

Bug-Reports:

mailto:software@teluff.com

Homepage:

http://www.teluff.com

About us (German only):

Volker Uffelmann und Stefan Telser