-
Notifications
You must be signed in to change notification settings - Fork 6
Garmin G5
joeherwig edited this page Aug 19, 2019
·
8 revisions
the Garmin G5 is a great flight instrument that is cappable of showing a couple of information on one single display.
- Attitude (artificial Horizon)
- Pitch
- Bank
- PLANE HEADING DEGREES MAGNETIC
- Altitude
- Indicated Air Speed (IAS)
- Groundspeed (GS)
- Barometric Pressure
- Indicated Altitude
- Vertical Speed
- Turn and slip indicator
- NAV1 Glideslope (GSI)
- NAV1 Course Deviation Indicator (CDI)
- AUTOPILOT HEADING LOCK
- AUTOPILOT HEADING LOCK DIRECTION
- AUTOPILOT ALTITUDE LOCK
- AUTOPILOT ALTITUDE
<<<<<<< HEAD
The Code to be added to the index.html is just:
<object id="Garmin-G5" data="../../standardgauges/Garmin-G5.svg" type="image/svg+xml"></object>
=======
within the config.json you can configure the speed indicators using the following parameters
"AIRSPEED_INDICATED": {
"whitebarstart": 56,
"whitebarend": 122,
"greenbarstart": 58,
"greenbarend": 230,
"yellowbarstart": 230,
"yellowbarend": 290,
"marker": {
"fe": 120,
"ge": 140,
"vne": 290,
"r": 290,
"x": 100,
"y": 135,
"cc": 145,
"aprf": 95,
"aprc": 105
}
}
With this parameters you can set the colored ranges and markers being shown on your IAS-bar so that you have the corresponding hints always available without the need of remembering each aircraft speed.
5c2e345e69c75d567e79b3a31ddbe4e34bdbd76d
This application is available as FOSS (Free and open source Software) under the the Creative Commons 'by-nc-sa 4.0'-license.