• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-688659

READMEH A D29-Jul-2021964 3727

cities.xmlH A D29-Jul-20212.1 MiB76,66676,665

garmin196.acH A D29-Jul-2021223.9 KiB13,11913,118

garmin196.nasH A D29-Jul-2021162.2 KiB3,8123,381

garmin196.xmlH A D29-Jul-2021260.9 KiB9,3599,095

garmin196_dto_display.xmlH A D29-Jul-20219.1 KiB351342

garmin196_map_symbols.acH A D29-Jul-202111.1 KiB689688

garmin196_map_symbols.xmlH A D29-Jul-202166.4 KiB2,2472,166

garmin196_nrst_display.xmlH A D29-Jul-20219.2 KiB351342

garmin196_support1.xmlH A D29-Jul-20212.4 KiB9891

support1.acH A D29-Jul-202153.8 KiB3,2313,230

README

1Garmin 196
2-----------
3
4It's a small simulation of the garmin 196
5
6Setting up :
7------------
8
9- Include the model in your model file.
10
11	<model>
12		<path>Aircraft/Instruments-paf/garmin196/garmin196.xml</path>
13		<offsets>
14			<x-m>xxx</x-m>
15			<y-m>xxx</y-m>
16			<z-m>xxx</z-m>
17		</offsets>
18	</model>
19
20
21- Declare garmin196.nas in your foo-set.xml file. Write something like:
22	</nasal>
23		<garmin196>
24			<file>Aircraft/Instruments-paf/garmin196/garmin196.nas</file>
25		</garmin196>
26	</nasal>
27
28- You can also have your custom texture for the box and buttons of the Garmin : declare the path of the texture file in your model file like it
29
30	<garmin196>
31			<texture-file>../../Diamond-Da42/garmon196/coque1.png</texture-file>
32	</garmin196>
33
34in the <intrumentation> part
35the ../.. supposed that you have installed the Garmin in /fg-root/Aircraft/Instruments/garmin196
36and the texture file is in this example coque1.png located in /fg-root/Aircraft/Diamond-Da42/garmon196
37