From fce018d2fc22feb56e34f8cf67c8617e2c37ec00 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 16 Oct 2004 11:32:56 +0000 Subject: [PATCH] Add a protocol for the ACMS protocol which seems to be used as an output format for black-box data flight data. This configuration does not work directly since there is no FDM available that reads the accelerations from the property tree and translates them into actual lat/lon positions. --- Protocol/acms.xml | 100 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Protocol/acms.xml diff --git a/Protocol/acms.xml b/Protocol/acms.xml new file mode 100644 index 000000000..0f15c01d5 --- /dev/null +++ b/Protocol/acms.xml @@ -0,0 +1,100 @@ + + + + + + + + newline + tab + + + + time GMT (hhmmss) + string + /tmp/time + + + + pressure altitude (feet) + int + /position/altitude-ft + + + + indicated speed (kt) + int + /velocities/airspeed-kt + + + + climb rate (ft/mn) + int + /tmp/climb-rate + + + + pitch att (deg) + float + /orientation/pitch-deg + + + + roll att (deg) + float + /orientation/roll-deg + + + + magnetic heading (deg) + float + /orientation/heading-deg + + + + latteral acceleration (G's) + float + 32.2 + -1.0 + /velocities/speed-east-fps + + + + longitudinal acceleration (G's) + float + 32.2 + -1.0 + /velocities/speed-north-fps + + + + vertical acceleration (G's) + float + -32.2 + -1.0 + /velocities/speed-down-fps + + + + outside air temperarure (degC) + int + /environment/temperature-degc + + + + Weight on Wheels ("GND"/"AIR") + boolean + /tmp/wow + + + + date (yy/mm/dd) + string + /tmp/date + + + + + + +