Giter Club home page Giter Club logo

a320-family's Introduction

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-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 your smarthphone or tablet for better realism and easier input, run FlightGear with enabled HTTP server (i.e. command line --httpd=<Port; e.g. 8080>) then go to main menu -> Instruments -> Remote MCDU. You can generate a QR-code to lauch directly on your smartphone/tablet, first insert your local ip. Your device must run on the same local network of your computer.

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/ignition/start-sw</property>
			<value>0</value>
		</binding>
		<mod-up>
			<binding>
				<command>property-assign</command>
				<property>controls/ignition/start-sw</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/ignition/start-sw</property>
			<value>2</value>
		</binding>
		<mod-up>
			<binding>
				<command>property-assign</command>
				<property>controls/ignition/start-sw</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

a320-family's People

Contributors

legoboyvdlp avatar octal450 avatar mattmaring avatar inuyaksa avatar merspieler avatar vezza avatar sgilchrist123 avatar newoistaken avatar colingeniet avatar kasluk24 avatar jelovac avatar l1011h avatar jan-hudec avatar marsdolphin avatar jmaverick16 avatar ltoenning avatar rumpelrausch avatar niner avatar playerom avatar zaretto avatar c-fwes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.