1
0
Fork 0
No description
Find a file
2021-05-19 18:52:13 -04:00
.github/ISSUE_TEMPLATE Sim: Formatting 2020-06-23 07:13:55 +01:00
AircraftConfig Better buffer for N2 2021-04-24 10:29:02 -04:00
Engines Control: Start V2500 2021-05-16 18:31:08 -04:00
Fonts A320-family fork 2019-10-14 12:48:35 -04:00
gui Control: Refine engine control law farther, fix and add flex logic, add limits indications properly 2021-04-23 13:21:07 -04:00
Models MODEL:Temporary fix for display size irregularities until flightdeck v2 comes 2021-05-19 20:22:37 +02:00
Nasal Merge branch 'dev' into 3D 2021-05-19 12:48:25 -04:00
Paintkit A320-family fork 2019-10-14 12:48:35 -04:00
Sounds Sim: Fix retard 2021-05-19 18:52:13 -04:00
Splash Previews -- new previews by merspieler for new model 2020-10-13 19:58:19 +01:00
Systems Control: IAE EPR control law 2021-05-18 13:15:09 -04:00
.gitignore Fix entabing 2020-02-09 13:12:22 -05:00
A32X-Checklists.xml Control: Refine engine control law farther, fix and add flex logic, add limits indications properly 2021-04-23 13:21:07 -04:00
A320-200-CFM-set.xml Control: Add new MCT table witih corner temp 25 2021-04-23 20:19:05 -04:00
A320-200-CFM.xml Sim: FIx engine pos for differential, Control: Fix really broken lever reminder logic 2021-04-29 17:24:50 -04:00
A320-200-IAE-set.xml Control: Add new MCT table witih corner temp 25 2021-04-23 20:19:05 -04:00
A320-200-IAE.xml Control: Start V2500 2021-05-16 18:31:08 -04:00
A320-main.xml Sim: Correct typo 2021-05-19 12:49:44 -04:00
A320neo-CFM-set.xml Control: Add new MCT table witih corner temp 25 2021-04-23 20:19:05 -04:00
A320neo-CFM.xml Make LEAP run by adding CFM CEO fadec 2021-05-06 18:51:02 +01:00
A320neo-PW-set.xml Control: Add new MCT table witih corner temp 25 2021-04-23 20:19:05 -04:00
A320neo-PW.xml Sim: Add cfm56 to pw temporarily so it starts, add old EGT just temporarily 2021-05-16 16:37:47 -04:00
Announcements.txt Merge changes to cabin alert (#194) 2020-11-20 17:27:49 +00:00
checklist.pdf Added printable checklist 2020-04-18 23:26:34 +00:00
CODE_OF_CONDUCT.md Code of Conduct 2019-10-19 12:23:39 +01:00
CONTRIBUTING.md Update README / CONTRIBUTING 2020-08-28 12:26:50 +01:00
INSTALL.md Update install.md to new link 2020-05-18 00:31:13 +01:00
LICENSE A320-family fork 2019-10-14 12:48:35 -04:00
mcdu.html Sans-serif because serif looks worse 2021-03-11 15:52:16 -05:00
PULL_REQUEST_TEMPLATE.md Remove ready to merge checkbox, replace with draft pull request. 2021-03-11 11:53:05 -05:00
README.md Document ENG Mode Selector 2021-05-10 20:07:31 +00:00
revision.txt Fix VHF3 2021-03-06 19:54:29 +00:00
THANKS.md Purge sounds of dubious origin 2019-10-17 19:13:29 +01:00
thumbnail.jpg New thumbnail 2019-10-19 13:37:02 +01:00

A320-family

A very advanced simulation of the Airbus A320 Family for FlightGear.

  • Flight Dynamics: Josh Davidson (Octal450)
  • Systems: Josh Davidson (Octal450), Jonathan Redpath (legoboyvdlp), merspieler, Matthew Maring (mattmaring)
  • Displays: Josh Davidson (Octal450), Jonathan Redpath (legoboyvdlp), merspieler, Matthew Maring (mattmaring)
  • 3D/Textures: Thorsten Herrmann (TH-555), Semir Gebran (CaptB)

Present pack includes the following Airbus A320 Family variants:

  • A320-111
  • A320-214
  • A320-232
  • A320-251N
  • A320-271N

You can find a Checklist to download and print here

Navdata

It is highly reccomended to purchase a NAVIGRAPH subscription and download their level d FMSDATA / waypoint / navaid data! If you do not wish to do that, there is older data linked below. But it won't have most of the newer procedures, and is only for a limited number of airports, as naturally it is not possible to distribute commercial data. If runway numbering changed, it is quite possible that it will not work due to FlightGear limitations in the routing code.

To install navdata, create a folder FMSDATA, and add it to your additional scenery folders, at the top of the list. Inside that folder, place all the XXXX.procedures.xml files, in the format FMSDATA/X/X/X/XXXX.procedures.xml. For instance, FMSDATA/Airports/E/G/K/EGKK.procedures.xml.

Remote MCDU

If you want to run the MCDU on a phone or tablet for better realism and easier input, put mcdu.html into the FGDATA/Phi folder, run FlightGear with enabled HTTP server (i.e. command line --httpd=8080) and open http://your-flightgear-computer:8080/mcdu.html in the browser on your phone or tablet.

Installation

If you have issues installing, please check INSTALL.MD! Specifically, make sure you remove -dev from the folder name!

Hardware configuration

Here are bindings for commonly used buttons

FO Sidestick

Bind the axis to:

  • elevator: /controls/flight/elevator[1]
  • aileron: /controls/flight/aileron[1]

AP Disconnect

  <button n="X">
    <desc type="string">Custom</desc>
    <binding>
      <command type="string">nasal</command>
      <script type="string">
        fcu.FCUController.APDisc(side=1, press=1);
        </script>
      <module type="string">__js3</module>
      <offset type="double">1</offset>
    </binding>
    <mod-up>
         <binding>
           <command type="string">nasal</command>
                <script type="string">
                  fcu.FCUController.APDisc(side=1, press=0);
                  </script>
           <module type="string">__js3</module>
           <offset type="double">1</offset>
         </binding>
    </mod-up>
    <repeatable type="double">0</repeatable>
  </button>

For the FO Sidestick, use side=2

A/THR Disconnect

  <button n="X">
    <desc type="string">A/THR Disc</desc>
    <binding>
      <command type="string">nasal</command>
      <script type="string">
        fcu.FCUController.ATDisc();
      </script>
    </binding>
  </button>

ENG Mode Selector

	<button n="6">
		<desc type="string">ENG Mode Crank</desc>
		<repeatable type="string">false</repeatable>
		<binding>
			<command>property-assign</command>
			<property>controls/engines/engine-start-switch</property>
			<value>0</value>
		</binding>
		<mod-up>
			<binding>
				<command>property-assign</command>
				<property>controls/engines/engine-start-switch</property>
				<value>1</value>
			</binding>
		</mod-up>
	</button>
	<button n="7">
		<desc type="string">ENG Mode Start</desc>
		<repeatable type="string">false</repeatable>
		<binding>
			<command>property-assign</command>
			<property>controls/engines/engine-start-switch</property>
			<value>2</value>
		</binding>
		<mod-up>
			<binding>
				<command>property-assign</command>
				<property>controls/engines/engine-start-switch</property>
				<value>1</value>
			</binding>
		</mod-up>
	</button>

If you only want these bindings for the A320 family, add the following to the script:

if (string.match(getprop("/sim/aero"), "A3[12][0189]*"))
{
	<command-above>
}
else
{
	<other-command>
}

External tools

Some external tools you might want to checkout and use with this Model.
NOTE: These are external tools so make sure to check their terms of use