Howto:Add an EFIS to your aircraft: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Initial draft)
 
m (typo)
Line 3: Line 3:
This article shall give an overview of how to add a canvas based EFIS to an airliner.
This article shall give an overview of how to add a canvas based EFIS to an airliner.
== Introduction / recommended reading ==
== Introduction / recommended reading ==
For an introduction to Electronic Flight instrument System (EFIS) please read the [https://en.wikipedia.org/wiki/Electronic_flight_instrument_system EFIS] and
For an introduction to Electronic Flight Instrument System (EFIS) please read the [https://en.wikipedia.org/wiki/Electronic_flight_instrument_system EFIS] and
[https://en.wikipedia.org/wiki/Engine-indicating_and_crew-alerting_system EICAS]
[https://en.wikipedia.org/wiki/Engine-indicating_and_crew-alerting_system EICAS]
article on Wikipedia.
article on Wikipedia.

Revision as of 19:45, 15 April 2018

This article is a stub. You can help the wiki by expanding it.

This article shall give an overview of how to add a canvas based EFIS to an airliner.

Introduction / recommended reading

For an introduction to Electronic Flight Instrument System (EFIS) please read the EFIS and EICAS article on Wikipedia.

Things you should probably have read about:

Highlevel workflow overview

It is assumed that you have an existing aircraft and you wish to add a canvas/nasal based EFIS to it.

You will roughly have to perform the following steps:

  • Create a 3D model for your display unit(s), e.g. in Blender.
  • Add this display units as needed into your 3D cockpit (edit some model XML files)
  • Create SVG images for the different EICAS pages (e.g. with inkscape)
  • Include the Canvas EFIS Framework into your aircraft and configure it
  • Add nasal code for animating the pages