home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / FLIGHTSI / VLIEGTUI / PL_P1040 / FLTDIR2.DOC < prev    next >
Text File  |  1993-01-12  |  5KB  |  106 lines

  1. Flight Director II is a program to allow complete control of the
  2. FS4 autopilot from the keyboard.
  3.  
  4. This adventure differs from the original Flight Director (fltdir.zip).
  5. All unnecessary functions have been eliminated.  A couple of irritating
  6. little bugs have been eliminated.  The incrementation of heading and
  7. magnetic variation has been slowed down to make it easier to lock on
  8. the right number.  A status display has been added so that you can
  9. determine what has been turned on or off.  The program has been rewritten
  10. to provide high priority to the climb lock and heading lock functions.
  11. (The speed of response is highly dependent on the amount of video
  12. management going on.) You can initialize the magnetic variation to any
  13. figure you like.
  14.  
  15. This program is not the same as Charlie Gulick's "Flypal".  If you don't
  16. already have Flypal, send Charlie $18.00 and get it.  It's a worthwhile
  17. purchase.  Send your check to:
  18.  
  19.                          Charles Gulick
  20.                          2810-C East Ashley Drive
  21.                          West Palm Beach., FL  33415
  22.                          Phone: 1-407-642-7704
  23.                          CIS: 71241,321
  24.  
  25. Once FLTDIR2.ADV is loaded, the following keystrokes are available:
  26.  
  27.      KEY  FUNCTION
  28.      0    Toggle Altitude Lock On & Off.
  29.      \    Up increment of Altitude Lock in 100' steps.
  30.      /    Down increment of Altitude Lock in 100' steps.
  31.      '    Stop altitude incrementation and lock on new altitude.
  32.      8    Magnetic variation adjust.
  33.  
  34.      e    Toggle Heading Lock On & Off.
  35.      w    Left turn incrementation of Heading Lock.
  36.      r    Right turn incrementation of Heading Lock.
  37.      x    Stop heading incrementation and lock on new course.
  38.  
  39.      7    Toggle status display on.
  40.  
  41.      a    Above ground altitude.
  42.  
  43.      `    Toggle adf on & off.  Should be followed by pressing <esc>.
  44.  
  45.      z    Autopilot master switch.
  46.  
  47. It is possible to set the altitude and heading locks on and adjust them with
  48. the autopilot master switch off.  Nothing happens until the Autopilot master
  49. switch is turned on.
  50.  
  51. To use Flight Director II, load fltdir2.adv in your FS4 directory and
  52. select it as you current adventure.  (AAF is required.)
  53.  
  54. My experience is that it usually is more efficient, when changing
  55. altitude, to disengage the altitude lock, climb to altitude and lock on,
  56. then make small incremental changes in altitude (\/').  The same holds
  57. true for heading lock (werx).
  58.  
  59. For the initial operation of heading hold to work properly, the magnetic
  60. variation must be entered (8).  If you don't enter the variation you will
  61. swerve off course (by the amount of local variation) when engaging the
  62. heading lock.  For instance: in the FS default scenery, the variation at
  63. Chicago is 0, at SFO 38. Chicago is 0, East of Chicago is a negative
  64. variation and west of Chicago is a positive variation.
  65.  
  66. If you fly in the same area most of time, you may want to initialize the
  67. magnetic variation to the value for your area.  Use a DOS text editor and
  68. edit fltdir2.txt.  The first line of code after the comments is: 
  69.  
  70. setvar(v,0)
  71.  
  72. Change the 0 to the figure for the desired initial magnetic variation.
  73. Save Fltdir2.txt
  74. Compile the revised adventure:
  75. aaf fltdir2.txt fltdir2.adv
  76.  
  77. One way to determine the amount of local magnetic variation is:
  78.  
  79.      1)   Boot up FS4 at desired location.
  80.      2)   After the compass settles down, note your present course.
  81.      3)   Enter the Autopilot menu (5 F) and note the heading displayed.
  82.      4)   Subtract the heading displayed from you present course.
  83.  
  84. Another method is to get in the air and settle on a course with the autopilot
  85. off. Note your compass or gyro reading.  Turn on the autopilot (z) and turn on
  86. the heading lock (e).  When the plane settles on course again, note the
  87. reading.  The difference is your magnetic variation or the change in
  88. variation from the previous setting.
  89.  
  90. Remember, The Fltdir2.adv only controls the existing FS4 autopilot and has
  91. nothing to do with the FS4 autopilot's control of any particular plane.  The
  92. FS4 autopilot works best with agile planes and is very sluggish with heavy
  93. planes.  I have tested the Flight Director II with both the ATR-42 and the
  94. T-1040 and it works just fine, although heading changes are much slower on
  95. the ATR-42.
  96.  
  97. The program may be freely used, modified and reissued by anyone, for any
  98. non-commercial purpose.
  99.  
  100. I'd be most interested in any comments or suggestions.  I hope that this
  101. information will inspire others to explore this ADV technique of improving
  102. FS4 and that they will share their knowledge.
  103.  
  104. Art Rutty, CIS 72550,2533
  105.  
  106.