Directly updating the right properties doesn't work when not uing --fdm=null, create...
[fg:toms-fgdata.git] / Protocol / acms.xml
1 <?xml version="1.0"?>
2
3 <PropertyList>
4
5  <generic>
6
7   <input>
8    <line_separator>newline</line_separator>
9    <var_separator>tab</var_separator>
10
11
12    <chunk>
13     <name>time GMT (hhmmss)</name>
14     <type>string</type>
15     <node>/fdm/acms/sim/time</node>
16    </chunk>
17
18    <chunk>
19     <name>pressure altitude (feet)</name>
20     <type>int</type>
21     <node>/fdm/acms/position/altitude-ft</node>
22    </chunk>
23
24    <chunk>
25     <name>indicated speed (kt)</name>
26     <type>int</type>
27     <node>/fdm/acms/velocities/airspeed-kt</node>
28    </chunk>
29  
30    <chunk>
31     <name>climb rate (ft/mn)</name>
32     <type>int</type>
33     <factor>0.01666667</factor>
34     <node>/fdm/acms/velocities/vertical-speed-fps</node>
35    </chunk>
36
37    <chunk>
38     <name>pitch att (deg)</name>
39     <type>float</type>
40     <factor>-0.0174533</factor>
41     <node>/fdm/acms/orientation/pitch-rad</node>
42    </chunk>
43
44    <chunk>
45     <name>roll att (deg)</name>
46     <type>float</type>
47     <factor>0.0174533</factor>
48     <node>/fdm/acms/orientation/roll-rad</node>
49    </chunk>
50
51    <chunk>
52     <name>magnetic heading (deg)</name>
53     <type>float</type>
54     <factor>0.0174533</factor>
55     <node>/fdm/acms/orientation/heading-rad</node>
56    </chunk>
57
58    <chunk>
59     <name>latteral acceleration (G's)</name>
60     <type>float</type>
61     <factor>32.2</factor>
62     <offset>-32.2</offset>
63     <node>/fdm/acms/accelerations/ned/east-accel-fps_sec</node>
64    </chunk>
65
66    <chunk>
67     <name>longitudinal acceleration (G's)</name>
68     <type>float</type>
69     <factor>32.2</factor>
70     <offset>-32.2</offset>
71     <node>/fdm/acms/accelerations/ned/north-accel-fps_sec</node>
72    </chunk>
73
74    <chunk>
75     <name>vertical acceleration (G's)</name>
76     <type>float</type>
77     <factor>32.2</factor>
78     <offset>-32.2</offset>
79     <node>/fdm/acms/accelerations/ned/down-accel-fps_sec</node>
80    </chunk>
81
82    <chunk>
83     <name>outside air temperarure (degC)</name>
84     <type>int</type>
85     <node>/fdm/acms/environment/temperature-degc</node>
86    </chunk>
87
88    <chunk>
89     <name>Weight on Wheels ("GND"/"AIR")</name>
90     <type>boolean</type>
91     <node>/fdm/acms/gear/wow</node>
92    </chunk>
93
94    <chunk>
95     <name>date (yy/mm/dd)</name>
96     <type>string</type>
97     <node>/fdm/acms/sim/date</node>
98    </chunk>
99
100   </input>
101
102  </generic>
103
104 </PropertyList>