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

From FlightGear wiki
Jump to navigation Jump to search
(Initial draft)
 
m (+cat: Electronic flight instrument systems)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


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.
Line 13: Line 14:
* [[Canvas]]
* [[Canvas]]


== Highlevel workflow overview ==
== High level workflow overview ==
It is assumed that you have an existing aircraft and you wish to add a canvas/nasal based EFIS to it.  
It is assumed that you have an existing aircraft and you wish to add a canvas/nasal based EFIS to it.  


Line 22: Line 23:
* Include the [[Canvas EFIS Framework]] into your aircraft and configure it  
* Include the [[Canvas EFIS Framework]] into your aircraft and configure it  
* Add nasal code for animating the pages
* Add nasal code for animating the pages
[[Category:Aircraft enhancement]]
[[Category:Electronic flight instrument systems]]

Latest revision as of 10:23, 29 April 2020

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:

High level 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