This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Systems/flight-recorder.xml

82 lines
2.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!--
2017-11-16 19:29:08 +00:00
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<!-- A3XX FLight Recorder -->
<PropertyList>
<replay-config type="int">0</replay-config>
<config n="0">
<name>A3XX Flight Recorder</name>
<!-- Include Generic Stuff -->
<signals include="/Aircraft/Generic/flightrecorder/components/position.xml" />
<signals include="/Aircraft/Generic/flightrecorder/components/controls.xml" />
<signals include="/Aircraft/Generic/flightrecorder/components/surfaces.xml"/>
<signals include="/Aircraft/Generic/flightrecorder/components/engine-jet.xml">
<count type="int">2</count>
</signals>
<signals include="/Aircraft/Generic/flightrecorder/components/gear-retractable.xml">
<count type="int">3</count>
</signals>
<signals include="/Aircraft/Generic/flightrecorder/components/tanks.xml">
<count type="int">7</count>
</signals>
<signals> <!-- Now Custom Stuff -->
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>gear/gear[0]/compression-ft</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>gear/gear[1]/compression-ft</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>gear/gear[2]/compression-ft</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>velocities/groundspeed-kt</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>position/gear-agl-ft</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>engines/engine[0]/reverser-pos-norm</property>
</signal>
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>engines/engine[1]/reverser-pos-norm</property>
2017-05-01 21:24:01 +00:00
</signal>
2017-05-09 21:12:30 +00:00
<signal>
2017-10-15 20:41:43 +00:00
<type>double</type>
<property>fdm/jsbsim/fcs/slat-pos-norm</property>
2017-05-09 21:12:30 +00:00
</signal>
2017-10-15 20:41:43 +00:00
<signal>
<type>double</type>
<property>engines/engine[0]/n1-actual</property>
</signal>
<signal>
<type>double</type>
<property>engines/engine[1]/n1-actual</property>
</signal>
<signal>
<type>double</type>
<property>engines/engine[0]/n2-actual</property>
</signal>
<signal>
<type>double</type>
<property>engines/engine[1]/n2-actual</property>
</signal>
</signals>
</config>
</PropertyList>