System dependent instruments: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(tables)
(Adding info)
Line 1: Line 1:
The tables below shows the properties that the different [http://gitorious.org/fg/flightgear/trees/next/src/Instrumentation standard instrument iplementations] are dependent on.


Electrical
Electrical
Line 4: Line 5:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Source file !! Instrument !! Property !! Comment  
! Source file !! Instrument !! Property!! Comment  
|-
|-
|heading_indicator_dg || Directional Gyro (DG) || /systems/electrical/outputs/DG ||  
|heading_indicator_dg || Directional Gyro (DG) || /systems/electrical/outputs/DG || drives gyro, > 0.02 to work
|-
|-
| dme || DME || /systems/electrical/outputs/dme ||  
| dme || Distance measuring equipment (DME) || /systems/electrical/outputs/dme || any non zero works
|-
|-
| kr_87 || xx || /systems/electrical/outputs/adf ||  
| kr_87 || King KR 87 Digital ADF || /systems/electrical/outputs/adf || > 1 to work
|-
|-
| turn_indicator || Turn Indicator || /systems/electrical/outputs/turn-coordinator ||  
| turn_indicator || Turn Indicator || /systems/electrical/outputs/turn-coordinator ||  
|-
|-
| mrg || xx || /systems/electrical/outputs/MRG ||  
| mrg || xx || /systems/electrical/outputs/MRG ||
|-
|-
| gps || GPS || /systems/electrical/outputs/gps ||  
| gps || GPS || /systems/electrical/outputs/gps || any non zero works
|-
|-
| kt_70 || Transponder || /systems/electrical/outputs/transponder ||  
| kt_70 || Transponder || /systems/electrical/outputs/transponder || >1 to work
|-
|-
| adf || ADF ||/systems/electrical/outputs/adf || >8 to work
| adf || ADF ||/systems/electrical/outputs/adf || needs to be >8 to work
|-
|-
| mk_viii || xx || /systems/electrical/outputs/" + mk->name ||
| mk_viii || Honeywell MK VIII EGPWS || /systems/electrical/outputs/" + mk->name || >=15 to work
|-  
|-  
| heading_indicator_fg || Flux-gate compass || /systems/electrical/outputs/DG ||  
| heading_indicator_fg || Flux-gate compass || /systems/electrical/outputs/DG || drives gyro, > 0.02 to work
|-
|-
| transponder || /systems/electrical/outputs/transponder ||  
| transponder || xx  || /systems/electrical/outputs/transponder ||
|-
|-
| tacan || TACAN || systems/electrical/outputs/tacan||  
| tacan || TACAN || systems/electrical/outputs/tacan||
|-
|-
| navradio || Navigation radios || /systems/electrical/outputs/" + _name ||  
| navradio || Navigation radios || /systems/electrical/outputs/" + _name ||
|-
|-
| marker_beacon || xx ||/systems/electrical/outputs/nav[0] ||
| marker_beacon || xx ||/systems/electrical/outputs/nav[0] ||
Line 41: Line 42:
! Source file !! Instrument !! Property !! Comment
! Source file !! Instrument !! Property !! Comment
|-
|-
| heading_indicator || Heading indicator || /systems/vacuum/suction-inhg ||
| heading_indicator || Heading indicator || /systems/vacuum/suction-inhg || drives gyro > 0.1 to work
|-
|-
| attitude_indicator || Attitude indicator || /systems/vacuum/suction-inhg" ||  
| attitude_indicator || Attitude indicator || /systems/vacuum/suction-inhg" ||  
Line 53: Line 54:
! Source file !! Instrument !! Property !! Comment
! Source file !! Instrument !! Property !! Comment
|-
|-
| altimeter || Altimeter || /systems/static/pressure-inhg ||  
| altimeter || Altimeter || /systems/static/pressure-inhg ||
|-
|-
| vertical_speed_indicator || VSI || /systems/static/pressure-inhg ||  
| vertical_speed_indicator || VSI || /systems/static/pressure-inhg ||
|-
|-
| airspeed_indicator || Airspeed indicator || /systems/static/pressure-inhg ||  
| airspeed_indicator || Airspeed indicator || /systems/static/pressure-inhg ||
|}
|}


Line 66: Line 67:
! Source file !! Instrument !! Property !! Comment
! Source file !! Instrument !! Property !! Comment
|-
|-
| airspeed_indicator || Airspeed indicator || /systems/pitot/total-pressure-inhg ||  
| airspeed_indicator || Airspeed indicator || /systems/pitot/total-pressure-inhg ||
|}
|}

Revision as of 09:26, 19 April 2013

The tables below shows the properties that the different standard instrument iplementations are dependent on.

Electrical

Source file Instrument Property Comment
heading_indicator_dg Directional Gyro (DG) /systems/electrical/outputs/DG drives gyro, > 0.02 to work
dme Distance measuring equipment (DME) /systems/electrical/outputs/dme any non zero works
kr_87 King KR 87 Digital ADF /systems/electrical/outputs/adf > 1 to work
turn_indicator Turn Indicator /systems/electrical/outputs/turn-coordinator
mrg xx /systems/electrical/outputs/MRG
gps GPS /systems/electrical/outputs/gps any non zero works
kt_70 Transponder /systems/electrical/outputs/transponder >1 to work
adf ADF /systems/electrical/outputs/adf needs to be >8 to work
mk_viii Honeywell MK VIII EGPWS /systems/electrical/outputs/" + mk->name >=15 to work
heading_indicator_fg Flux-gate compass /systems/electrical/outputs/DG drives gyro, > 0.02 to work
transponder xx /systems/electrical/outputs/transponder
tacan TACAN systems/electrical/outputs/tacan
navradio Navigation radios /systems/electrical/outputs/" + _name
marker_beacon xx /systems/electrical/outputs/nav[0]

Vacuum

Source file Instrument Property Comment
heading_indicator Heading indicator /systems/vacuum/suction-inhg drives gyro > 0.1 to work
attitude_indicator Attitude indicator /systems/vacuum/suction-inhg"


Static

Source file Instrument Property Comment
altimeter Altimeter /systems/static/pressure-inhg
vertical_speed_indicator VSI /systems/static/pressure-inhg
airspeed_indicator Airspeed indicator /systems/static/pressure-inhg

Pitot

Source file Instrument Property Comment
airspeed_indicator Airspeed indicator /systems/pitot/total-pressure-inhg