ec130t2-set.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0"?>
  2. <!--
  3. ************************************************************************
  4. EC 130 simulation config.
  5. ************************************************************************
  6. This file is part of FlightGear, the free flight simulator
  7. http://www.flightgear.org/
  8. Copyright (C) 2009 Heiko Schulz, Heiko.H.Schulz@gmx.net
  9. (C) 2016 Michael Habarta, mhabarta@freenet.de
  10. This program is free software; you can redistribute it and/or
  11. modify it under the terms of the GNU General Public License as
  12. published by the Free Software Foundation; either version 2 of the
  13. License, or (at your option) any later version.
  14. This program is distributed in the hope that it will be useful, but
  15. WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. General Public License for more details.
  18. -->
  19. <PropertyList include="ec130-base.xml">
  20. <sim>
  21. <description>Eurocopter H130 FGUK</description>
  22. <author>Heiko Schulz, Melchior Franz (Nasal), Michael Habarta (Model-Details, Animations, Liveries), Stuart C</author>
  23. <status>production</status>
  24. <rating>
  25. <FDM type="int">4</FDM>
  26. <systems type="int">4</systems>
  27. <cockpit type="int">3</cockpit>
  28. <model type="int">5</model>
  29. </rating>
  30. <license>GPL v2</license>
  31. <version>FGUK 1.1</version>
  32. <startup>
  33. <!--
  34. <splash-title>Airbus Helicopter EC130-T2 (Ecostar)</splash-title>
  35. -->
  36. <splash-texture>Aircraft/ec130/Splashs/splash_EC130_T2.jpg</splash-texture>
  37. </startup>
  38. <tags>
  39. <tag>Eurocopter</tag>
  40. <tag>Aerospatiale</tag>
  41. <tag>helicopter</tag>
  42. <tag>rotorcraft</tag>
  43. <tag>rotary wing</tag>
  44. <tag>single-engine</tag>
  45. <tag>Airbus Helicopters</tag>
  46. <tag>EC-130T2 </tag>
  47. <tag>H-130</tag>
  48. <tag>FGUK</tag>
  49. <tag>1990s</tag>
  50. <tag>2000s</tag>
  51. </tags>
  52. <flight-model>yasim</flight-model>
  53. <aero>Models/ec130t2_fdm</aero>
  54. <model>
  55. <path archive="y">Aircraft/ec130/Models/ec-130t2.xml</path>
  56. <livery>
  57. <file type="string">FlightGear</file>
  58. </livery>
  59. <variant type="int">2</variant>
  60. </model>
  61. <rendering>
  62. <refl_correction type="string">-0.3</refl_correction>
  63. <refl-type type="string">1</refl-type>
  64. <fresnel-factor type="string">0.5</fresnel-factor>
  65. </rendering>
  66. <help>
  67. <title>H130 Ecostar - Help</title>
  68. <text>
  69. Characteristics:
  70. Cruise speed: 100-137 kts (best 120 kts)
  71. Never exceed (Vne): 155 kts (Pwr on), 125 kts (Pwr off), 90 kts (Floats inflated)
  72. Main Rotor Limits:
  73. Normal Range: 375 - 405 rpm
  74. Warning Range: 360 - 410 rpm
  75. Caution Range: 320 - 430 rpm
  76. Rotor brake: 0-170 rpm
  77. TRQ as required (best at 82%)
  78. Temperature Min.: -20 deg C ( -4 deg F)
  79. Temperature Max.: +50 deg C (122 deg F)
  80. Empty Weight: 3159 lbs
  81. MTOW: 5512 lbs
  82. Service ceiling:
  83. 3968 lbs: 23000ft (7010m)
  84. 5350 lbs: 15655ft (4770m) = MTOW
  85. Max Hover IGE (MTOW): 10165ft (3100m)
  86. Max Hover OGE (MTOW): 8325ft (2535m)
  87. Additional Help:
  88. For startup see "Help/Tutorials", and follow "Help/Aircraft Checklists",
  89. and see Flightmanual at "Aircraft/ec130/Docs/flightmanual.txt"
  90. Special Handling of Twist Grip:
  91. Power control between 63% = "idle" and 100% = "flight" can be done either
  92. a) by dragging MMB up/down (middle mouse button pressed)
  93. b) by Twist Grip animation on Collective
  94. c) by keyboard shortcut Alt-t for + and AltGr-t for -
  95. Emergency Switch (on Panel) must be unlocked before switching is possible.
  96. Click the wire to unlock. ATTENTION: Once switched, no reset is possible !!!.
  97. Autostart/Autoshutdown:
  98. Is enabled after 5 flights, so to encourage learning of realistic heli-handling.
  99. Misc:
  100. Various Click-Animations are implemented, in cockpit use Knob-animations and
  101. check with Ctrl-c, watch Tooltips and try Searchlight, ...
  102. </text>
  103. </help>
  104. </sim>
  105. <limits>
  106. <vne>155</vne>
  107. <vne-floats>90</vne-floats>
  108. <vne-door-open>80</vne-door-open>
  109. <mass-and-balance>
  110. <maximum-takeoff-mass-lbs>5512</maximum-takeoff-mass-lbs>
  111. </mass-and-balance>
  112. <rpm-min>360</rpm-min>
  113. <rpm-max>410</rpm-max>
  114. <trq-max>100</trq-max>
  115. <tot-max>915</tot-max>
  116. <ng-max>101.1</ng-max>
  117. <max-positive-g>2.5</max-positive-g>
  118. <max-negative-g>-0.5</max-negative-g>
  119. <min-temp-degc>-20</min-temp-degc>
  120. <max-temp-degc>50</max-temp-degc>
  121. <tank>941</tank>
  122. </limits>
  123. </PropertyList>