]> git.mxchange.org Git - flightgear.git/commit
TJ:
authorehofman <ehofman>
Sat, 25 Jun 2005 08:46:58 +0000 (08:46 +0000)
committerehofman <ehofman>
Sat, 25 Jun 2005 08:46:58 +0000 (08:46 +0000)
commit486b59a431e76de1aff4b57b51a36d035e6b5cce
tree31668f78745c9e5232562bbca780df95fb028e6c
parent4732b96861fcac692adc90b7e29233a13a06d109
TJ:

Annexed an IVSI (instantaneous ertical speed indicator), which bypasses a
limitation with Concorde :

- the cruise at Mach 2 must be with a slow climb rate of 50/60 ft/min
  (2h from 50000 ft).
- with /velocities/vertical-speed-fpm, the real climb rate (altimeter) varies :
  One must constantly (every 5-10 minutes) change the vertical speed hold of
  the autopilot between 10 ft/min and 200 ft/min.
  This is very annoying because not a constant offset : that could be a lack of
  sensitivity of /velocities/vertical-speed-fpm (FDM ?).

This new IVSI :
- Is an emulation with works with environment pressure : a real IVSI works with
  static pressure (with lag) + accelerometers.
  It is not forbidden to later upgrade to the real model.
- Doesn't require a tuning of the autopilot made with
  /velocities/vertical-speed-fpm (also tested with 737, 747) :
    Concorde's autoland works without update.
src/Instrumentation/Makefile.am
src/Instrumentation/inst_vertical_speed_indicator.cxx [new file with mode: 0644]
src/Instrumentation/inst_vertical_speed_indicator.hxx [new file with mode: 0644]
src/Instrumentation/instrument_mgr.cxx