ec130-help-text-config.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Introduction:
  2. ==========
  3. The Configuration Dialog for the EC130-B4/H130 is a highly integrated dialog and
  4. combines several standard FlightGear dialogs into one. Numerous interactions between
  5. the settings are implemented in order to allow a very consistent setup of different
  6. helicopter variants.
  7. It is possible to:
  8. - select a livery
  9. - choose the seating configuration
  10. - choose aircraft specific views
  11. - set fuel amount
  12. - set weights of passengers and luggage
  13. - choose exterior equipment
  14. When first opened, the settings reflect the values predefined for the current
  15. helicopter variant in the livery XML file.
  16. Consistency Rules:
  17. ===============
  18. There are several principles defined for the helicopter configuration, which
  19. are ensured by dependencies between different settings.
  20. - Each internal view corresponds to a specific seat and passenger.
  21. - A view can only be active if the corresponding seat-weight is set to some
  22. value > 30lbs (the weight of an empty seat), i.e. a passenger is present.
  23. - If a view is activated, or the corresponding passenger is seated by clicking
  24. a seat, the corresponding seat-weight is set to 30+150lbs,
  25. i.e. the default passenger is a person with 150lbs weight.
  26. - If a view is deactivated, or the passenger removed, the corresponding
  27. seat-weight is set to minimum.
  28. - If - on the other hand - a seat-related weight is set to minimum (30lbs)
  29. in the weight settings, then the corresponding view is deactivated and the
  30. passenger removed.
  31. - If co-pilot controls are not there a passenger is seated in the co-pilot
  32. seat.
  33. - Either pilot or co-pilot must be present. i.e. if the pilot is removed
  34. the co-pilot (and his controls) are activated if necessary.
  35. - If only the co-pilot is there, his controls cannot be removed.
  36. - Seats which are optional (i.e. not there in 5 pass. or Rescue (EMS) variant)
  37. have a min. weight of 0, all other seats have a min weight of 30 lbs.
  38. Remark: The stretcher in the EMS configuration (Emergency Medical Service)
  39. replaces 2 seats, but only one related view is assigned (Patient View).
  40. Interior:
  41. ======
  42. The cabin can be setup in three different variants which result in different
  43. numbers of available seats and internal views.
  44. Seats can be clicked to activate the passenger. Passengers can be clicked in
  45. order to be removed.
  46. Weights:
  47. =======
  48. There are three kinds of weights.
  49. - Seat related weights
  50. - Luggage related weights
  51. - Equipment (no slider)
  52. Seat related weights are closely tied to the corresponding view (see above).
  53. The Equipment weight is automatically derived and summed up from the chosen
  54. exterior equipment (see below).
  55. Equipment:
  56. =========
  57. There are two kinds of equipment:
  58. - combinable equipment
  59. - mutually exclusive equipment
  60. The mutually exclusive equipment cannot be used together for technical or
  61. mechanical reasons (e.g. floats cannot be used together with baskets).
  62. If exclusive equipment is selected, it deactivates any conflicting other equipment.
  63. Antenna Setup:
  64. =============
  65. The "Antenna Setup" dialog is used to configure the antennas of the aircraft.
  66. Some consistency rules apply as it is not possible to choose every combination
  67. of available antennas e.g. due to conflicting mounting positions. In case of conflict
  68. antennas are disabled.
  69. Have fun in setting up your desired helicopter variant, and have safe flights.
  70. Some Remarks on View-Handling:
  71. -----------------------------
  72. The idea of having a tight relation between seat-weights and views intends to
  73. provide a realistic setup. This however implies quite a number of different views,
  74. which add up to the various predefined views in FlightGear.
  75. With standard FlightGear setup (FG 3.4) and its limited view-control functionality,
  76. which only allows to scroll forward or backward between ALL active views, this may
  77. seem unrealistic and hard to handle .
  78. View handling gets much easier, if the view control is configured to allow more
  79. flexibility.
  80. In the installation environment, where the EC130 was developed and refined, the view
  81. control is configured in a way, so that all predefined FG views are deactivated and
  82. accessed directly through various Fx function keys. The built-in FG view-scroll
  83. functionality is then used only for the EC130 specific views.
  84. Limitation: For now (FG 3.4) the improved view handling can only be done through
  85. changing the keyboard assignments on a deeper level (keyboard.xml) and not through
  86. some customization dialog. Hope is, that this will be improved in future FG versions.
  87. Alternative with Minimum Number of Active Views:
  88. -----------------------------------------------
  89. If you prefer to have a limited number of views active you may disable most/all views.
  90. In order to still have enough weight assigned to the helicopter you may increase the
  91. weight of active pilots/passengers (realistic weight distribution) or just increase
  92. the luggage weight, which is less realistic for weight distribution.
  93. (mhab)