EMB-110 Просмотр ZIP-архива

EMB-110/EMB-110/FS2004/ACS-GPS/readme.txt

ACS-GPS gauges family for FS98/FS2000/FS2002
By Alain Capt / [email protected] / Switzerland
URL: http://www.acsoft.ch ("Produits" chapter)
-----------------------------------------------

**********************************
* VERSION 2.00 / November - 2001 *
**********************************


PRELIMINARY REMARKS
-------------------

Please read "install.txt" for installation instructions. DON'T TRY TO INSTALL
BEFORE YOU READ THIS FILE !!!

Version 1.90 and upper has three different sets of GPS gauges for FS98, FS2000
and FS2002. It include now also a full FS2000 database files set, thanks to
Olivier Guth and Jean-Pierre Bonnefon precious work. This release also include
now the GNC250XL GPS model which was made for the famous and well known Pilatus
Porter made by authors Jim Goldman, Yannick Lavigne, Steve Small and Fred Banting.

For FS2000 and FS2002, versions 1.90 and upper include now a COUPLING TO AVIONIC
POWER BUS. for all GPS gauges (with the exception of Concorde gauge). This mean
that if avionic power bus fall under a certain voltage, GPS gauge will have a
power failure (GPS stop working and all electrical display disappear). This
function was already implemented, via IPC COM block in previous versions.
It remain also in this one. IPC power failure has the priority.

For FS2000 and FS2002, versions 2.00 and upper correct the following weakness:
Power failure, due to avionic power bus low voltage, do not happen anymore at
A FIXED VOLTAGE, but when avionic power bus voltage fall under the half of the
maximum voltage measured during normal operation. This avoid GPS never powered
on aircraft using low voltage system.

ATTENTION !!! Flight Simulator 98 users, to work properly, ACS-GP98 gauges
family need a FULLY UPDATED FS98. This mean you must have installed the two
Microsoft official updates: "FSCONV98" and "Patch Set No1". You can freely
download these stuffs on Microsoft Internet site or several other Internet
sources. No special requirement is needed for FS2000 or FS2002 version.

Concorde version is included in the form  of a separate package "Concorde.zip".
Please refer to included "readme.txt" within this archive to know all about
this version, especially how to install it within your Concorde panel.
ATTENTION, this set of gaugeS IS NOT for the FS2000 Concorde !!!

Usage of the Data Manager is described into file "acsgpsDA.txt".

Developers will found interesting information's in "FINAL REMARKS" section.



DESCRIPTION
-----------

ACS-GPS is a versatile set of GPS gauges. You should find a version suitable
for almost every kind of aircraft. V1, V2, V4 are CRT-like gauges. V3 is a
replacement gauge for the standard FS98 Bendix Transponder gauge which offer
both transponder and GPS functions. KLN90B is a custom gauge which was
developed for Seneca panel of Alexander Lawrence, but, of course, suitable
for many other aircraft of this category. Same for the LEARJET version and
the GNC250XL. At last, CONCORDE version is a special version divided in 3
differents gauges. I made it for the commercial version of the FS98 Concorde
aircraft add on.

ACS-GPS is a full featured programmable GPS. Up to 99 destinations can
be loaded into GPS memory from a data file, in an easy editable text format.
This is done automatically, when gauge is loaded by FS.

These datas for the GPS gauge can be managed with "ACS-GPS Data Manager".
You can run this extension direct from GPS gauge or from outside FS. Data
Manager will let you create, modify etc... as many programs for the GPS as
you want. These programs can be then loaded into GPS memory, directly from
the Manager.

Data Manager include a database with all Airports and Navaids of FS98 and
FS2000 that you can use to create your GPS Program's. This database is made
of a set of text files. Therefore user should be able to modify database
contain with a simple text editor or more powerful programs like Access
or Excel. Data Manager database call buttons can be also fully customized.

GPS can work in two modes: A "tour" mode, where all loaded destinations are
considered as a sequence of "Wpts" for the flight, or a "Single-Destination"
mode. In this last mode, GPS will not switch automatically to next waypoint,
when destination reached, but execute the selected destination behavior:
Simply switch GPS to "standby" (disconnected from autopilot) and continue,
circle over destination or switch to "standby" and activate "pause" of FS.
Of course, in "tour" mode, destination behavior will occur on last waypoint.

GPS always display current airplane coordinates (long/lat) and current waypoint
coordinates. Display of them can be toggled between standard mode (Deg Min Sec)
or FS98 mode (Deg* Min.decimal). GPS also display, of course, the heading to
waypoint, the distance to waypoint in [nm], the ETA (Estimated Time to Arrival).

All GSP gauges master wind drift compensation. This feature is built around
a true mathematical model (no use of some well known approximate simple
equations). The model will assume all cases, even such "Kamikaze" situations,
like a wind of 120 KNOT with an ULM flying at 40 KNOT! This mean, of course,
that GPS have to manage cases where the compensation is not anymore possible.
You will see how in chapter "WIND DRIFT COMPENSATION USAGE AND BEHAVIOR".

External applications can communicate with ACS-GPS using IPC shared memory
block technic. ACS-GPS use two of these blocks for this purpose. These
communication channels can be used not only to read all GSP datas, but also
to remotely control the GPS, including forcing a program reload. Even power
failure can be simulated through this channel. You can test these features
with the included "IPCTest.exe" program. For more details, also please
consult file "IPC_com.h".



HOW TO IMPLEMENT ACS-GPS GAUGES INTO PANELS
-------------------------------------------

If you are not an experienced user on the matter of panel modification, I
recommend to you to download the Microsoft Flight Simulator SDK. This
"Software Development Kit" will give you all the information you need to
manage panel modifications.

With this version, I made the effort to include a basic "Tutorial.txt" which
should put a newcomer on the right track about what to do to include new
windows and gauges into a panel. Sorry, but this document is not a complete
detailed course on how to modify panels! However, with the basic information's
it contain, you should normally be able to discover the rest on your own.

If you do not have the courage to plunge into panel editing, you can found
a lot of nice panels on Internet which feature ACS-GPS.

Gauge V3 was designed with the meaning to facilitate implementation in the
case it can take the place of FS98 "Bendix_King_Radio.Xpndr.gau". Here after,
an example on how to do that:

Let say we want implement ACS-GPS98-V3 on the FS98 Cessna Skylane 182S panel:

Please open file "panel.cfg" for this aircraft with a simple text editor
like the NotePad (File location: YOUR-FS98-INSTALLDIR\AIRCRAFT\C182\PANEL).

Seek for the line:
gauge04=Bendix_King_Radio.Xpndr, 0, 188

Edit the file this way:
;gauge04=Bendix_King_Radio.Xpndr, 0, 188
gauge04=ACS.GPS98-V3, 0, 188

Save your work and go on !!!

Now, when you will fly your Cessna Skylane 182S and you press on the button
to display the radio stack, you will see ACS-GPS98-V3 instead of the Bendix
Transponder. To know how to use it, read chapter "USAGE OF ACS-GPS98-V3".

This simple way of doing should always work. The only problem, with custom
panels using a very small sized version of Transponder will be you cannot
read anymore the GPS gauge.

IMPORTANT !!! Do not forget a gauge is NOT ACTIVE if the windows using it is
not displayed. Therefore, when GPS is linked to autopilot, THE RADIO STACK
WINDOW MUST REMAIN OPEN IN ORDER THE GPS CAN CONTINUE TO CONTROL AIRCRAFT.

You may also test ACS-GPS KLN90B with the same method on the same panel:

This time, seek for the line:

gauge01=Bendix_King_Radio.Nav_Comm_2, 0, 57


Edit the file this way for original CRT version:

;gauge01=Bendix_King_Radio.Nav_Comm_2, 0, 57
gauge01=ACS.GPS98-KLN90B_CRT, 0, 57


Or for alternative LCD version, this way:

;gauge01=Bendix_King_Radio.Nav_Comm_2, 0, 57
gauge01=ACS.GPS98-KLN90B_LCD, 0, 57


Of course, this implementation remove an important gauge. But this is just a
test to let you try the gauge.



WIND DRIFT COMPENSATION USAGE AND BEHAVIOR
------------------------------------------

Wind drift compensation is fully integrated into GPS computation. As soon as
the plane enter into a wind layer, GPS will start to include wind parameters
into all calculations.

GPS behavior will depend on the GPS status. If GPS is ACTIVE (linked to AP),
status display of GPS will immediately reflect that wind drift compensation
has been activated. GPS heading display will continue to show the "theoretical"
heading to destination, but you will remark that the heading sent to autopilot
by the GPS is compensated.

For all cases where it is impossible to compensate wind action, in order to
be able to join destination, status display will start to blink between
green and red color. But the GPS will continue trying to do its best. This
mean in fact the plane will be maintained toward the wind (plane take the
wind heading [Note: the direction from where the wind is coming]).

Suppose you are flying to a destination with a very heavy wind coming from
right behind. Obviously, GPS will compensate with an increase of the
theoretical heading to destination (turning plane to right). Suppose now
you reduce more and more power. The will reduce airspeed and therefore the
plane will compensate more and more to the right, in direction toward the
wind. When plane reach the wind heading, we have the maximum possible
compensation. If speed continue to decrease, "GONE WITH THE WIND !!!"
warning will start to blink, to let you know destination cannot anymore
be reached.

If GPS is on STANDBY when entering into a wind layer, nothing apparent occur
on GPS. But you have a mouse spot, which let you toggle heading display
between destination heading (red color) and compensated heading (orange color).
This may be useful for those who want to fly manually. When compensated heading
start to blink, this mean of course, compensation is not anymore possible.
This heading toggle spot obviously work only if you are inside a wind layer.

ETA calculation TAKE CARE OF WIND DRIFT COMPENSATION. Obviously, when aircraft
fly into a wind layer, speed to destination do not simply correspond to plane
speed. A further mouse spot will show, for 4 seconds, the true ground speed
to destination, instead of ETA time display. This is the speed used to
compute ETA. This new mouse spot always work, when you have a valid ETA
displayed. It does no matter if you are or not into a wind layer.

Refer to gauge usage description to precisely locate these mouse toggles.



USAGE OF THE GPS GAUGES V1, V4
------------------------------

V1 is the first GSP gauge I have created. V4 is the last one and is identical
to V1, but designed for my new MD-11 version 2.0 package. V4 use the "pixel
to pixel" technic and should be used only in panel with 1024x768 full screen
resolution. Magnification factor in gauge definition must be set to 186.

The first line on the GPS gauge is the title. It is also the hidden button
to launch the ACS-GPS data Manager extension, which let you create and
manage as many GPS program you want. Read "readmeDA.txt" for a full detailed
description of this extension. In the case you uninstall the data Manager,
this hidden button will let you simply reload data file. When the gauge
is loaded by FS and if a valid ACS-GPS.dat is found, data will be already
be automatically loaded.

If the data file was not found or contain syntax error, the gauge will be
in data error mode. This mean all data fields will be invalid and the GPS
cannot be activated.

the id: field will indicate "ERROR" and the following line, which normally
contain the name of waypoint destination, will indicate the error. For syntax
errors, "item number" and "line number" of item will be indicated followed
by an "error number" (see here after syntax error description).

Then, we have a first group of information, between two lines. In this first
block are grouped destination waypoints information's. You can see "id:" of
waypoint, followed by a full line to indicate the "name" of waypoint. "Wpt:"
indicate which waypoint is now active (displayed). You can toggle between
"Tour" mode and "Single-Destination" mode by clicking on "Wpt:". You will
know which mode is selected by looking on how waypoint is indicated. If
indicated with the format "01/08" THIS INDICATE TOUR MODE and will also tell
you that you are on first waypoint of 8 waypoint in all. If the format is
"03-SD", you will know YOU ARE IN "SINGLE-DESTINATION" MODE with the third
item of the data file. Under the name of waypoint, two last lines of this
group, labeled "Long:" and "Lat:" indicate coordinates of waypoint. "Long:"
and "Lat:" text's are also hidden button to navigate back and forward into
GPS memory of waypoints.

Following, is the central group indicating the heading to waypoint destination
and the ETA (Estimated Time to Arrival). "HDG" label is a mouse toggle
to change between destination heading (red color) and compensated heading
(orange color) in case of wind drift compensation. "ETA" label is an other
mouse spot to display during 4 seconds, ground speed used to calculate ETA.

In the next group, we have first the distance to waypoint ("Dist to Wpt:"),
followed by the actual plane position. You can use the hidden button over
text "Long:" and "Lat:" of this group, to toggle the display mode of
coordinate between "Standard" or "FS98" formats.

The last group let you switch GPS between "STANDBY" and "ACTIVE" by
clicking on label "GPS status:". When GPS is in "standby", it is simply not
connected to FS98 autopilot. When switched to "active", GPS will take the
control on autopilot. Therefore you will not be able to change heading
on autopilot nor to deactivate autopilot heading. You can still switch
off autopilot. In this case, GPS will automatically be set in standby
mode. When you switch GPS back to standby, using hidden "GPS status:"
button of GPS, autopilot WILL NOT BE SWITCHED OFF. All remain "in the state"
except that now, GPS is not anymore connected on autopilot.

At least, on the right down corner, you will found the indicator of
"destination behavior". "Of" indicate "Off mode" where the GPS will be
simply returned automatically to "standby" when destination reached. "Ps"
behavior will also put GPS in "standby" but also activate FS98 "Pause".
"Ci" behavior will let the plane circle over destination. To switch
between those different modes, simply click on the indicator.



USAGE OF GPS GAUGE V2
---------------------

This gauge is a compact version of basic V1. Therefore usage is almost
the same, except the following:

To gain place, this gauge suppress the two lines display for destination
coordinates. But this information is not lost, because the two lines
which display in V1 version, only the actual position coordinate, can, in
this version, also display the destination coordinate.

Over this coordinate, you will found a virtual button which let you toggle
between local or destination coordinates display. In order you do not confuse
which coordinate is displayed, the coordinate will turn in orange color
(same as destination string color) when displaying destination.

In V1, label for destination coordinates was also virtual buttons to change
waypoints (increment or decrement waypoints). As these two lines disappear,
the virtual buttons to change waypoints are now over the waypoint name string.
On left decrement waypoint, on right increment.



USAGE OF GPS GAUGE V3 (Bendix like GPS-Transponder with buttons)
----------------------------------------------------------------

Functionality's are the same like for GPS V1 or V2. Like for V2, coordinates
of actual position or destination are in toggle on the same display position.
To gain more place, this GPS V3 toggle also line with "Wpt No" and "Ident"
and line with "Wpt Name". Every mouse click spots are obviously on buttons
for this version which is not a CRT display.

As this version is intended to take the place of the standard FS98 Bendix
Transponder gauge, ACS-GPS98-V3 include this functionality too.

Some of the buttons (NXT,PRV and numeric buttons 1 to 7) have a different
usage, depending if you are in GPS mode or in Transponder setting mode. I
had to make it this way to not have too much buttons.

Schema of buttons:

--------------------------------------------------------------------------------------
 -----
| NXT |
 -----
 -----                                                              -----      -----
| PRV |                                                            | HDG |   /       \
 -----                                                              -----   | XPONDER |
                                                                    -----   |   CMD   |
                                                                   | SPD |   \       /
                                                                    -----      -----
 -----   -----   -----   -----   -----   -----   -----   -----   -----
|  0  | |  1  | |  2  | |  3  | |  4  | |  5  | |  6  | |  7  | | AP  |
 -----   -----   -----   -----   -----   -----   -----   -----   -----
--------------------------------------------------------------------------------------

How to set the Transponder code:

By default, the gauge is in GPS mode. GPS calculated heading is displayed in
the up right corner, just over the XPONDER round button.

If you click on the round button, up right corner will display the transponder
actual setting for 4 seconds. Then display return to GPS heading display.

If you click the round button again, BEFORE display has returned to heading
display, you will enter into Transponder setting mode. The Transponder code
will turn to green color and the first digit (left most) will blink in the
waiting of your input. Doing nothing will let return automatically the gauge
to GPS mode after 16 seconds.

When in Transponder setting mode, clicking on one numeric button will set the
blinking digit to this value, while the next digit start to blink. Therefore,
you will need only 4 mouse clicks to set you code. You can also use buttons
NXT / PRV to change selected digit up or down. 16 seconds out-timer is rearmed
every time you click one of these buttons used for transponder setting.

Supposing you have now the right needed code displayed, this code is STILL NOT
ACTIVATED. Therefore, if you wait 16 seconds, gauge will exit automatically
the Transponder setting mode WITHOUT HAVING MODIFIED THE PREVIOUS SETTING.
To ACTIVATE IT, you must simply press the round button, when still into
Transponder setting mode.


GPS mode, where are the functions ?

I will not here after describe the purpose of every functionality's, but just
tell you on which buttons they are set. Please consult basic V1/V4 GPS usage
documentation for this purpose

NXT / PRV buttons
This pair let you select next or previous program waypoint or destination.

BUTTON 0
Select the destination behavior mode which is displayed just over the button.

BUTTON 1
Toggle first display line between ["Wpt No" / "Ident"] and ["Wpt name"].

BUTTON 2
Only if first line display ["Wpt No" / "Ident"], will let you toggle between
"Tour" mode or "Single destination" mode.

BUTTON 3
Toggle the two coordinates display between standard MN/DEG/SEC and FS98
MN/DEG.DECIMAL modes.

BUTTON 4
Toggle the two coordinates display between "actual position" (red color) and
destination position (orange color).

BUTTON 5
No function for GPS.

BUTTON 6
Reload data file function (if Data's Manager not used). Call the Data manager
before to reload data file when this extension is available.

BUTTON 7
No function for GPS.

BUTTON AP
GPS Mode toggle between ACTIVE (this version display "ON" or "ON W") and
STANDBY.

BUTTON SPD
Display 4 seconds ground speed instead of ETA only if a valid ETA is displayed.

BUTTON HDG
Toggle Heading display between theoretical heading to destination (red color)
and compensated heading (orange color). Will work only if aircraft is inside
a wind layer.



USAGE OF GPS GAUGE KLN90B
-------------------------

This GPS is proposed in two versions: With a "CRT" like display (bright
green characters over black background), conform to original GPS and with
a more spectacular "LCD" like display (Black characters over enlightened
green background).

Functionality's are the same like for GPS V1, V2. Like for V2, coordinates
of actual position or destination are in toggle on the same display position.
To gain more place, this GPS KLN90B toggle also line with "Wpt No" and "Ident"
and line with "Wpt Name". Every mouse click spots are obviously on buttons
for this version which is not a CRT display.

This version display coordinates only in standard notation "DEG/MIN/SEC",
Therefore no toggle button exist to change coordinates to FS98 "DEG/MIN.DECIMAL"
notation. 

THIS GPS MUST BE SWITCHED "ON" BEFORE TO BE OPERATIONAL. Use button "GPS ON"
for this purpose. Doing this will lit the display. Switched OFF, really mean
the GPS is OFF. Internally, no more computation occur. Except button "GPS ON",
all other buttons don't work.

Schema of buttons:

---------------------------------------------------------------------------------
                                                                         ---  GPS
                                                                        |   | ON
                                                                         ---

   ------                                                               ------
  | CRSR |                                                             | CRSR |
   ------                                                               ------
   -----                                                                 -----
 /       \                                                             /       \
|   MODE  |                                                           |  PREV   |
|  SELECT |   -----       -----       -----       -----       -----   |  NEXT   |
 \       /   | MSG |     | ALT |     |  D  |     | CLR |     | ENT |   \       /
   -----      -----       -----       -----       -----       -----      -----
---------------------------------------------------------------------------------


Main purpose of this version is to "look like" the real Bendix KLN90B GPS. But
it remain first an ACS-GPS, in term of functionality's of the gauge. We think
ACS-GPS is better adapted to what remain a simulator games, than a strict and
pure simulation of the real GPS would be. The consequence of this, is that button
labels have almost no meaning in regard to the ACS-GPS functions which have
been allocated to them. But after all, most of the time these labels are so
small on panel that they are in fact unreadable.

Where are located ACS-GPS KLN90B functions ?

I will not here after describe the purpose of every functionality's, but just
tell you on which buttons they are set. Please consult basic V1/V4 GPS usage
documentation's for this purpose.

ROUND BUTTON "GPS ON"
Let you switch ON or OFF the GPS gauge.

ROUND BUTTON "PREV/NEXT"
This pair let you select next or previous program waypoint or destination.

BUTTON "CLR"
Select the destination behavior mode which is displayed just over the button.

ROUND BUTTON "MODE"
Toggle first display line between ["Wpt No" / "Ident"] and ["Wpt name"].

LEFT BUTTON "CRSR"
Only if first line display ["Wpt No" / "Ident"], will let you toggle between
"Tour" mode or "Single destination" mode.

RIGHT BUTTON "CRSR"
Toggle the two coordinates display between "actual position" and "destination
position". You will know when destination coordinates are displayed, as values
will not changes until you select an other waypoint.

BUTTON "D"
Reload data file function (if Data's Manager not used). Call the Data manager
before to reload data file when this extension is available.

BUTTON "ENT"
GPS Mode toggle between ACTIVE (button will lit) and STANDBY (button is not lit).

BUTTON "ALT"
Display 4 seconds ground speed instead of ETA only if a valid ETA is displayed.

BUTTON "MSG"
Toggle Heading display between "theoretical" heading to destination (label HDG)
and compensated heading (label WHG). Will work only if aircraft is inside
a wind layer.



USAGE OF GPS GAUGE LEARJET
--------------------------

Gauge "ACS.GPS98-LEARJET.gau" is not documented in this package. Just here
for upgrade purpose. Please refer to http://www.virtual.icom-web.com, the
Web site of Alexander Lawrence. You will found there the famous Lear Jet
panel for which this gauge was built.



USAGE OF GPS GAUGE GNC250XL
---------------------------

Gauge "ACS.GPS98-GNC250XL.gau" is not documented in this package. Just here
for upgrade purpose. Please refer to http://www.flightsim-developers.com, the
Web site of the Pilatus Porter or the documentation of this aircaft add'on.



USAGE OF GPS GAUGES SET FOR THE CONCORDE
----------------------------------------

This gauges set is included in the form  of a separate package "Concorde.zip".
Please refer to included "readme.txt" within this archive to know all about
this version, especially how to install it within your Concorde panel.



DATA FILE FORMAT, SYNTAX AND ERROR MESSAGES
-------------------------------------------

Data file is a simple text file. It must be named "ACS-GPS.dat" and placed
into installation directory of FS98 (alternatively also C:\ root).

The file can contain a maximum of 32 records, each records is composed of
four items for waypoint parameters (one per line), followed by a "blank" line
(separator line).

Here is the record description:

IDENT   waypoint identification (max 5 char, will be truncated if longer)
NAME    waypoint name (max 20 char, will be truncated if longer)
LONG    Longitude of waypoint into FS98 format (see syntax here after)
LAT     Latitude of waypoint into FS98 format (see syntax here after)
SEP     A maybe blank separation line (line is ignored)

Syntax for LONG and LAT:

- First character must be "E" or "W" for longitude "N" or "S" for latitude
  (must be capital).
- All further non numeric characters are then skipped.
- First numeric character to next non numeric character taken as degree,
  must be under or equal to 180, for longitude and under or equal to 90,
  for latitude.
- Then skip again to next numeric char.
- All next numeric char taken.
- Then, if a "." char is found it will also be taken and almost one numeric
  char must, in this case, follow the point. Further more numeric characters
  taken, until first non numeric char (if any). This second numeric value
  is taken as "minutes.decimal" (FS98 format). Must be zero if previously
  specified degrees was 180 for longitude, or 90 for latitude.
- Rest of the line will be ignored (if any).

Every line of file must be not longer than 255 characters.

this syntax mean that all following examples are legal:

E0 0
W115* 12.123456 Minutes // high precision
South latitude: 23 degree 34.28 minutes-decimal
N 46* 23.45
W118*3.8
etc...

Here are the meaning of error messages that might be returned:

ER_LineIsTooLong        100    Encounter a line over 255 char

ER_InvalidOri           101    First char of longitude different of "W" or "E"
                               or different of "N" or "S" for latitude.
ER_PrematureEndOfLine   102    A longitude or latitude line ended before all
                               needed data found.
ER_DegLongInvalid       103    Invalid degree for longitude.
ER_DegLatInvalid        104    Invalid degree for latitude.
ER_MinInvalid           105    Invalid minute.
ER_DegNotFound          106    On longitude or latitude line, no numeric char
                               found for degree.
ER_MinNotFound          107    On longitude or latitude line, no numeric char
                               found for minutes.
ER_NotNumAfterPoint     108    point is followed by non numeric.
ER_TooMuchRecords       109    32 records limit overpass.
ER_PrematureEndOfFile   110    File end encountered inside a record.
ER_SystemIO             999    System read file error occur.


FINAL REMARKS
-------------

ATTENTION, like every other gauges in FS, if the window which carry the gauge
is not displayed, THE GAUGE IS NOT ANYMORE ACTIVE.

Gauges and Data Manager were written in Visual C++ 5.0 using the Microsoft
panel SDK reference. Internal design was programmed to be as less as possible
computing consuming and FS drawing refreshing. For example, 3D vectors
computation for heading is "ticked" to occur only every second instead of
standard 18 Hertz FS ticker.

Unfortunately, "strings" in gauge, especially with 3DFX full screen mode, are not
fully proportional. I mean, depending on the magnification factor of the gauge,
string may vary in size and placement onto gauge area. Therefore, for a successful
panel implementation I recommend the following method:

First of all, seek the magnification factor for the gauge, according to the
resolution used in the panel, in order to have an optimal looking gauge (all string
with the good size and well placed). This will determine the size the gauge must
have. Then you can design (or modify) you panel to receive the gauge.

ACS-GPS98-V1 is optimized on 1280x960 panel resolution with a magnification factor
of 250 and for ACS-GPS98-V2 (compact version), factor is 240.



COPYRIGHTS
----------

ACS-GPS PACKAGE IS FREEWARE AND NO MONEY SHOULD EVER BE MADE WITH IT !!!

WRITTEN PERMISSION OF AUTHOR IS NEEDED TO COPY THIS PACKAGE OR PART(S) OF IT, ON
EVERY MEDIA LIKE CD-ROM, DISKETTE, BBS, INTERNET SITES ETC..., IN THE CASE USERS
MUST PAY TO ACCESS THIS MEDIA OR HAVE TO BUY IT.

I DO NOT GIVE THE RIGHT TO ANYBODY, WITHOUT MY PRIOR WRITTEN PERMISSION, TO USE
ANY ACSOFT PRODUCTION COPYRIGHTED FILES (SEE FILE PROPERTY OR DOCUMENTATION),
EXECUTABLE OR NOT, IN ITS ORIGINAL STATE OR MODIFIED WITH UTILITY SOFTWARES
LIKE GAUBMP.EXE, GAUMOD98.EXE ETC..., INTO A PANEL OR OTHER APPLICATIONS
INTENDED TO BE PUBLISHED, EVEN IF PUBLICATION WILL BE A FREEWARE.


CREDITS
-------

Thanks to Thierry HEEB, a really "big mathematics head" who create for me,
a mathematical model for the computation of GPS heading, based on "analytic
geometry in space" theory, plus a true model for wind drift compensation.

Many thanks to Olivier Guth and Jean-Pierre Bonnefon, authors of all FS2K
database files now officially integrated in this release. I am sure this
is an enhancement which will be much appreciated by all user.

Microsoft Corporation, for the publication of Flight Simulator 98+FS2K SDK.


AUTHOR
------

Alain Capt
35 ch. des Passiaux
CH-1008 PRILLY
SWITZERLAND
Tel + Fax: 41-21/ 648 38 37
E-Mail: [email protected]
URL: http://www.acsoft.ch  (look on "Produits" chapter to found FS98 pages)


Have nice GPS flight with ACS-GPS !!!

36197-EMB-110.zip

Имя файла Дата Размер
EMB-110/ 18.02.2011 15:52
EMB-110/EMB-110/ 18.02.2011 15:30
EMB-110/EMB-110/FS2004/ 18.02.2011 15:30
EMB-110/EMB-110/FS2004/ACS-GPS/ 31.10.2009 08:38
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/ 31.10.2009 08:38
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_AFR.dtb 30.06.1998 13:55 1 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_ASIOCE.dtb 30.06.1998 13:57 7 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_BRASIL.dtb 13.10.2003 13:23 43 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_EUR.dtb 30.06.1998 13:52 5 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_NAMa-k.dtb 30.06.1998 14:24 82 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/A_NAMl-z.dtb 30.06.1998 14:26 90 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_AFR.dtb 30.06.1998 13:55 20 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_ASIOCE.dtb 30.06.1998 13:57 27 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_BRASIL.dtb 20.11.2003 16:47 55 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_EUR.dtb 30.06.1998 13:53 96 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_NAMa-k.dtb 30.06.1998 14:28 78 KB
EMB-110/EMB-110/FS2004/ACS-GPS/FSDTB/N_NAMl-z.dtb 30.06.1998 14:29 86 KB
EMB-110/EMB-110/FS2004/ACS-GPS/Install.txt 30.11.2001 19:08 6 KB
EMB-110/EMB-110/FS2004/ACS-GPS/IPCTest.exe 30.11.2001 18:35 45 KB
EMB-110/EMB-110/FS2004/ACS-GPS/IPC_com.h 13.04.2000 08:23 7 KB
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/ 31.10.2009 08:38
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/Area A3.prg 13.10.2003 22:31 463 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/Nordeste.prg 06.03.2003 03:46 1 KB
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/SBFZ-SBMS.prg 11.10.2003 19:34 306 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/SBFZ-SBNT.prg 25.09.2003 23:32 468 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/SBJP-SBNT.prg 25.09.2003 23:33 187 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/SBMS-SBFZ.prg 02.10.2003 23:32 217 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/SBMS-SBNT.prg 25.09.2003 23:34 266 B
EMB-110/EMB-110/FS2004/ACS-GPS/Programs/Trafego Local.prg 11.10.2003 23:07 340 B
EMB-110/EMB-110/FS2004/ACS-GPS/readme.txt 30.11.2001 18:48 31 KB
EMB-110/EMB-110/FS2004/ACS-GPS/readmeDA.txt 30.11.2001 19:01 13 KB
EMB-110/EMB-110/FS2004/ACS-GPS/Tutorial.txt 15.11.2001 03:29 9 KB
EMB-110/EMB-110/FS2004/acs-gps.dat 20.11.2003 00:14 276 B
EMB-110/EMB-110/FS2004/ACSGPSda.dll 30.11.2001 18:34 89 KB
EMB-110/EMB-110/FS2004/ACSGPSda.exe 13.04.2000 22:11 25 KB
EMB-110/EMB-110/FS2004/ACSGPSda.ini 20.11.2003 00:14 491 B
EMB-110/EMB-110/FS2004/Aircraft/ 18.02.2011 15:27
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Aircraft.cfg 26.10.2009 23:12 12 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Checklists/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Checklists/C-95 RUMBA01 - CHECKLIST.pdf 04.10.2003 20:03 58 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Direitos Reservados/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Direitos Reservados/C-95 Direitos Reservados.pdf 04.10.2003 18:51 3 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Direitos Reservados/C-95 Direitos Reservados.TXT 24.09.2003 14:53 1010 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de InstalaЗ│o/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de InstalaЗ│o/C-95 RUMBA01 - MANUAL DE INSTALAА│O.pdf 04.10.2003 18:59 12 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗSes/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗSes/C-95_APROX ILS.pdf 04.10.2003 19:15 8 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗSes/C-95_VGO_EM_ROTA.pdf 04.10.2003 19:18 13 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗфes/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗфes/C-95_APROX ILS.pdf 04.10.2003 19:15 8 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗфes/C-95_TR│FEGO_PADR│O.pdf 04.10.2003 19:17 7 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual de OperaЗфes/C-95_VтO_EM_ROTA.pdf 04.10.2003 19:18 13 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual do Painel/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Manual do Painel/C-95_MANUAL_DO_PAINEL.pdf 04.10.2003 20:30 1 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Tabelas/ 01.05.2009 21:28
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Tabelas/C-95 PAR│METROS.pdf 04.10.2003 18:53 8 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Tabelas/C-95 RUMBA01 - TABELAS.pdf 04.10.2003 20:59 24 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Tabelas/CART│O DE POUSO E DECOLAGEM.pdf 04.10.2003 19:19 8 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Docs/C-95 Tabelas/DADOS PARA O C│LCULO DE COMBUSTгVEL.pdf 04.10.2003 19:20 6 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/Embraer 110 -SC95B.air 30.09.2003 02:01 16 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/FAB E-110 C-95 Rumba 01_check.txt 22.09.2003 18:20 10 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/FAB E-110 C-95 Rumba 01_notes.txt 08.11.2003 00:14 652 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/FAB E-110 C-95 Rumba 01_ref.txt 21.08.2003 22:56 2 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/model/ 03.01.2009 23:22
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/model/Embraer 110 -SC95B.mdl 09.05.2007 04:09 2 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/model/Model.cfg 09.05.2007 04:09 37 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/panel/ 03.01.2009 23:25
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/panel/panel.cfg 03.01.2009 23:24 47 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/panel/Thumbs.db 09.05.2007 04:15 27 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/refparts.txt 14.06.2003 01:31 419 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/sound/ 03.01.2009 23:21
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/sound/Sound.cfg 03.01.2009 23:22 47 B
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/ 03.01.2009 23:21
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/3D_Panel_1 26.06.2003 00:48 5 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/3D_Panel_2 26.06.2003 00:48 5 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/3D_Panel_3 26.06.2003 00:48 5 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/3D_Panel_4 26.06.2003 00:48 5 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/3D_Panel_5 26.06.2003 00:48 5 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Asa_fuselagem.BMP 21.03.2008 01:06 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_denis_barras_trem.BMP 27.05.2007 06:50 85 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_cabine.BMP 27.05.2007 06:50 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_cabine_LM.BMP 27.05.2007 06:50 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_fuselagem.BMP 23.03.2008 02:22 3 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_fuselagem.psd 21.03.2008 00:18 1 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Motor.BMP 27.05.2007 06:51 85 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Motor_direito.BMP 23.03.2008 02:22 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Motor_esquerdo.BMP 23.03.2008 02:22 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel.BMP 21.03.2008 18:25 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel_Asa_Direita.BMP 23.03.2008 02:22 683 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel_Asa_Esquerda.BMP 23.03.2008 02:22 683 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel_Elevador_Direito.BMP 23.03.2008 02:22 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel_Elevador_Esquerda.BMP 23.03.2008 02:23 171 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Panel_Leme.BMP 23.03.2008 02:23 683 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Phone.BMP 27.05.2007 06:52 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Pico_Ele.BMP 05.06.2003 22:48 6 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_Piso_cabine.BMP 27.05.2007 06:52 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_s_f.BMP 19.03.2008 03:38 43 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_s_f_2.BMP 19.03.2008 03:39 43 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_s_t.BMP 19.03.2008 03:39 43 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_s_t_2.BMP 19.03.2008 03:39 43 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Daniel_Denis_tren_dentro.BMP 27.05.2007 06:53 85 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/[email protected]_Tire2.BMP 27.05.2007 06:53 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/denis_daniel_parte3.BMP 19.03.2008 03:47 3 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/detalhepiloto1.BMP 27.05.2007 06:54 341 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/[email protected]_Tire.BMP 27.05.2007 06:54 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/FOGO.bmp 27.05.2007 06:54 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/FOGO_LM.bmp 27.05.2007 06:54 21 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Forca_Aerea_Brasileira_prop.BMP 27.05.2007 06:55 85 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/temp.mdl 05.04.2002 23:22 648 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/Thumbs.db 03.01.2009 23:56 127 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/vidros.bmp 11.04.2002 19:35 65 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fs98fabmil.hpg.com.brPar.BMP 27.05.2007 06:56 85 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fs98fabmil.hpg.com.br_Panel2.BMP 21.03.2008 20:27 3 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fs98fabmil.hpg.com.br_Panel2.PSD 25.06.2003 23:01 1 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fs98fabmil.hpg.com.br_Panel3.BMP 21.03.2008 18:30 683 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fs98fabmil.hpg.com.br_Panel4.bmp 21.03.2008 18:30 683 KB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fsfab.kit.net_Panel.BMP 21.03.2008 20:14 3 MB
EMB-110/EMB-110/FS2004/Aircraft/Embraer 110 -SC95B/texture/www.fsfab.kit.net_par_full.BMP 27.05.2007 06:56 85 KB
EMB-110/EMB-110/FS2004/descricao.txt 27.10.2009 00:01 3 KB
EMB-110/EMB-110/FS2004/Embraer_bandeirante.gif 27.10.2009 08:49 8 KB
EMB-110/EMB-110/FS2004/Gauges/ 31.10.2009 08:38
EMB-110/EMB-110/FS2004/Gauges/C-95_Airspeed.cab 15.11.2003 23:02 610 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Alim_Crzd.cab 16.10.2003 03:34 564 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Altimetro.cab 31.08.2003 18:51 378 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Anticolisao.cab 26.08.2003 00:39 338 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Aquec_Px.cab 26.08.2003 02:50 345 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Aterragem.cab 26.08.2003 00:40 338 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Autopilot.cab 20.11.2003 20:46 612 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Aux_Fuel_Pump_Teste1.cab 06.01.2004 04:18 12 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Aux_Fuel_Pump_Teste2.cab 06.01.2004 04:20 12 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Bateria.cab 03.01.2004 04:12 15 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Bomba_Recalque.cab 16.10.2003 05:36 565 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Buzina_Trem.cab 25.10.2003 00:27 573 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Chaves_Parabrisa.cab 29.08.2003 00:59 355 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Chave_Alim_PA.cab 28.10.2003 01:47 573 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Chave_Pa_Manche.cab 27.10.2003 21:57 572 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Comp_Aileron.cab 11.09.2003 02:49 526 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Comp_Leme.cab 11.09.2003 02:53 511 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Conversores.cab 23.10.2003 03:53 579 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Direcional Giro.gau 19.08.2001 20:15 242 KB
EMB-110/EMB-110/FS2004/Gauges/c-95_direcional giro_0001.gau 23.09.2003 02:52 242 KB
EMB-110/EMB-110/FS2004/Gauges/c-95_direcional giro_0002.gau 24.09.2003 02:40 242 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_DME.cab 07.09.2003 02:09 467 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Elevator_Trim.cab 18.10.2003 20:13 682 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Emb_Auto.cab 05.11.2003 01:30 580 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Flap_Indicator.cab 31.08.2003 19:40 367 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Flap_Switch.cab 08.09.2003 00:32 459 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fluxo_Comb.cab 31.08.2003 19:41 373 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Freio_Estacionamento.cab 03.01.2004 04:14 5 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump1.cab 08.11.2003 02:43 595 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump2.cab 16.10.2003 04:00 562 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump_Aux1.cab 03.01.2004 23:13 7 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump_Aux2.cab 16.10.2003 04:03 563 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump_Teste1.cab 06.01.2004 01:23 13 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Pump_Teste2.cab 06.01.2004 01:36 13 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Quantity.cab 31.08.2003 19:43 383 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Fuel_Valve.cab 31.08.2003 20:36 366 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Gauges_King.gau 04.09.2003 01:52 2 MB
EMB-110/EMB-110/FS2004/Gauges/C-95_Gear_Lever.cab 08.09.2003 05:07 475 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Geradores.cab 16.10.2003 02:13 565 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_GPS.gau 30.11.2001 18:35 187 KB
EMB-110/EMB-110/FS2004/Gauges/c-95_gps_0001.gau 23.09.2003 02:52 187 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_HSI.gau 28.06.2002 23:04 5 MB
EMB-110/EMB-110/FS2004/Gauges/C-95_Icons.cab 16.08.2003 20:22 207 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ignition.cab 02.09.2003 01:27 412 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ign_Voo.cab 19.11.2003 00:33 595 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Attitude.cab 29.07.2003 02:56 27 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Duplo_Press_Oleo_Motor.cab 20.09.2003 14:44 540 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Temp_Ar_Cond.cab 31.08.2003 19:44 384 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Temp_Oleo_Motor.cab 02.09.2003 03:47 424 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Temp_T2.cab 31.08.2003 19:45 371 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Ind_Torque.cab 20.11.2003 01:16 601 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Kit_Ar_Cond.cab 13.08.2003 04:27 235 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Assim_Flap.cab 22.10.2003 23:16 573 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Cab_Pass.cab 26.08.2003 03:26 343 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Cab_Pil.cab 26.08.2003 03:34 347 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Nac_Trem.cab 26.08.2003 03:29 347 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Nav.cab 26.08.2003 00:43 338 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Paineis.cab 26.08.2003 03:08 343 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Painel.cab 26.08.2003 03:02 348 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Porta.cab 23.10.2003 05:35 575 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Taxi.cab 26.08.2003 00:42 338 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Luz_Teste_Ign.cab 23.10.2003 01:47 574 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Magnetic_compass.gau 20.09.2001 01:00 124 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Man_Oxig.cab 04.10.2003 01:30 568 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Marker_Beacon.cab 05.11.2003 02:27 590 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Nao_Fume.cab 26.08.2003 04:56 357 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Painel_Alarme.cab 06.01.2004 03:04 35 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Panel_Audio.gau 20.09.2001 01:00 292 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Pitot_Static.cab 26.08.2003 02:29 345 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Press_Fuel.cab 07.11.2003 20:33 594 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Press_Hid_Bombas.cab 17.10.2003 03:36 565 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Press_Hid_Freios.cab 17.10.2003 03:39 568 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Radar.gau 31.03.2000 23:45 139 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Radios_ADF.cab 07.09.2003 21:25 489 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Radios_COM-NAV-1.cab 07.09.2003 20:36 488 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Radios_COM-NAV-2.cab 07.09.2003 20:37 488 KB
EMB-110/EMB-110/FS2004/Gauges/c-95_relogio2.gau 05.09.2003 06:13 236 KB
EMB-110/EMB-110/FS2004/Gauges/c-95_relogio2_0001.gau 23.09.2003 02:52 236 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_RMI.cab 16.09.2003 01:39 524 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Sep_Inercial.cab 16.10.2003 02:57 563 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Sincro_Helice.cab 16.10.2003 05:29 562 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Stall_Warn.GAU 14.10.2002 03:07 84 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Tacometro_Ng.cab 08.10.2003 22:21 563 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Tacometro_Nh.cab 02.09.2003 03:35 413 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Temp_Inter_Turb_TIT.cab 31.08.2003 19:51 373 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Teste_Fogo.cab 05.11.2003 05:38 598 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Throttle.cab 23.09.2003 00:05 864 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Totalizador_Comb.gau 30.01.2000 15:06 6 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Transponder.cab 25.10.2003 21:33 589 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Turn_Bank.cab 31.08.2003 19:52 387 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Use_Cintos.cab 26.08.2003 01:00 344 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_Voltamp.cab 31.08.2003 19:53 379 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_VOR1_2P.cab 31.08.2003 19:54 394 KB
EMB-110/EMB-110/FS2004/Gauges/C-95_VSI.cab 11.10.2003 01:02 561 KB
EMB-110/EMB-110/FS2004/Gauges/RCS-R4D-Clock-2K2-v1s.GAU 06.06.2002 01:49 144 KB
EMB-110/EMB-110/FS2004/Gauges/rcs-r4d-clock-2k2-v1sfo.gau 06.06.2002 01:49 144 KB
EMB-110/EMB-110/FS2004/Gauges/rcs-r4d-clock-2k2-v1s_0001.gau 10.11.2003 04:19 144 KB
EMB-110/EMB-110/FS2004/Gauges/RCS-R4D-Combo-Switch-2k2-v1s.GAU 06.06.2002 01:49 208 KB
EMB-110/EMB-110/FS2004/Gauges/RCS-R4D-Combo-Switch-2k2-v1sfo.GAU 06.06.2002 01:49 208 KB
EMB-110/EMB-110/FS2004/Gauges/RCS-R4D-Combo-Switch-Intro-2k2-v1s.GAU 06.06.2002 01:49 732 KB
EMB-110/EMB-110/FS2004/Gauges/XMLSound.gau 17.06.2002 19:55 172 KB
EMB-110/EMB-110/FS2004/Leia-me primeiro.txt 13.01.2004 01:57 298 B
EMB-110/EMB-110/FS2004/Modules/ 31.10.2009 08:38
EMB-110/EMB-110/FS2004/Modules/FSSOUND.DLL 12.11.2001 02:53 13 KB
EMB-110/EMB-110/FS2004/readme.txt 31.10.2009 08:39 3 KB
EMB-110/EMB-110/Readme-rus.txt 18.02.2011 15:29 53 B
avsim_su.diz 18.02.2011 19:04 406 B
Итого: 68 MB
EMB-110 | Rating: 3.4!
EMB-110 - light multipurpose transport aircraft. Osnaschen two turboprop engines Pratt & Whitney Canada PTGA-34 750 hp EMB-110 prototype first flew on October 26, 1968. In 1972 he began operation of the aircraft. On 1 January 1984 was carried out 428 EMB-110, of which 222 were exported to other countries. Modifications EMB-110 EMB-110: 12-seater passenger aircraft EMB-110B-1: passenger modification for the South American market EMB-110C: 15-seater passenger aircraft EMB-110E: 7-seater passenger aircraft business, Class EMB-110F: aircraft for aerial EMB-110K-1: a multi-purpose transport aircraft EMB-110P: 18-seater passenger aircraft EMB-110P-1: cargo-passenger aircraft EMB-110P-2: Commercial transport aircraft (pax 21?) EMB-110P-3:?, was not produced commercially EMB-110CN: Maritime modification for the Chilean Air Force EMB-111 Bandeirulha: Coast Guard aircraft EMB-111A: modification of the EMB-111 EMB-111AN VP-3: oboznachenieEMB-111A in Chilean Air Force C-95: Military transport version of the EMB-110 C-95A (EMB-110K-1): A transport aircraft with larger doorways C-95B: a military version of the EMB-110K-1, produced 20 units of C-95C: designation EMB-110P-2 in Brazilian Air Force R-95: reconnaissance plane RC-95: aerial reconnaissance plane SC-95B: modification of landing EMB-110P EC-95: electronic reconnaissance aircraft for the Brazilian Air Force, built 4 units of P-95 Bandeirulha: designation EMB -111 in the Brazilian Air Force PS There are nearly all models.
→ Size: 43 MB
→ Date: 15 years ago (18.02.2011 18:40)
→ Author:
→ Uploaded by: pilot_an12 (uploaded 26 files )
→ Approved by moderator: Lenya69
→ License: Freeware - Free version, Unlimited Distribution
→ Downloaded: 2707 time(s)