Tupolev Tu-154B-2 by Yurik and his team.
[fg:toms-fgdata.git] / Aircraft / tu154b / Systems / fdm_globals.xml
1 <?xml version="1.0"?>
2 <!--
3     
4     Author:   Yurik V. Nikiforoff, yurik@megasignal.com
5     Date:     15 apr 2009
6     Function: JSBSim global properties
7     
8     -->
9
10
11 <system name="Globals">
12           <!-- Declare some interface properties -->
13         <!--<property>inertia/cg-x-in</property>-->
14         <property>fcs/absu-pitch</property>
15         <property>fcs/absu-roll</property>
16         <property>fcs/absu-yaw</property>
17 <!--        <property>fcs/stabilizer-cmd-norm</property>
18         <property>fcs/stabilizer-pos-rad</property>-->
19 <!--        <property>fcs/stab-manu-cmd</property>-->
20         <property>fcs/stab-manu-switch</property>
21         <!--<property value="2.0">fcs/stab-auto-cmd</property>--> <!--0-1-2-->
22         <!--Hydro power support-->
23         <property>fcs/elevator-pos-static</property>
24         <property>fcs/aileron-pos-static</property>
25         <property>fcs/rudder-pos-static</property>
26         <property>fcs/flap-cmd-static</property>
27         <property>fcs/speedbrake-cmd-static</property>
28         <!--<property>gear/gear-cmd-static</property>-->
29         <!--Brake support-->
30         <property>gear/brake-left</property>
31         <property>gear/brake-right</property>
32         <property>gear/brake-parking</property>
33         <!--<property>gear/static-friction</property>-->
34         <!--Steering support-->
35         <property>gear/steering</property>
36         <property>gear/nose-wheel-steering</property>
37
38         <!--Electrical support-->
39         <property>systems/electrical-ok</property>
40         
41         <!--Refuel systems-->
42       <property>tu154/systems/flight/fl</property>
43       <property>tu154/systems/flight/dist</property>
44
45
46   
47 </system>