From f6894e40209b37aa42021d15e8f0fab7e9ea91ac Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 10 Oct 2005 08:08:45 +0000 Subject: [PATCH] Stuart Buchanan: I have a simple update to Protocol/playback.xml. It improves on the existing version by recording flight control surface, airspeed, engine RPM and gear status. It makes for quite nice demoes, though I've only really tested it with the C172, Hunter and Concorde. --- Protocol/playback.xml | 371 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 368 insertions(+), 3 deletions(-) diff --git a/Protocol/playback.xml b/Protocol/playback.xml index d98f96278..ddf2cc34e 100644 --- a/Protocol/playback.xml +++ b/Protocol/playback.xml @@ -1,5 +1,12 @@ + + @@ -14,7 +21,7 @@ aileron float %f - /controls/flight/aileron + /controls/flight/aileron[0] @@ -55,22 +62,24 @@ flaps float + %f /controls/flight/flaps slats float + %f /controls/flight/slats speedbrake float + %f /controls/flight/speedbrake - throttle @@ -88,34 +97,40 @@ starter float + %f /controls/engines/engine[0]/starter starter float + %f /controls/engines/engine[1]/starter fuel-pump float + %f /controls/engines/engine[0]/fuel-pump fuel-pump float + %f /controls/engines/engine[1]/fuel-pump cutoff float + %f /controls/engines/engine[0]/cutoff cutoff cutoff float + %f /controls/engines/engine[1]/cutoff @@ -148,22 +163,26 @@ magnetos float + %f /controls/engines/engine[0]/magnetos magnetos float + %f /controls/engines/engine[1]/magnetos ignition float + %f /controls/engines/engine[0]/ignition ignition float + %f /controls/engines/engine[1]/ignition @@ -172,18 +191,21 @@ brake-left float + %f /controls/gear/brake-left brake-right float + %f /controls/gear/brake-right brake-parking float + %f /controls/gear/brake-parking @@ -197,9 +219,45 @@ gear-down float + %f /controls/gear/gear-down + + gear-position + float + %f + /gear/gear/position-norm + + + + gear-position + float + %f + /gear/gear[1]/position-norm + + + + gear-position + float + %f + /gear/gear[2]/position-norm + + + + gear-position + float + %f + /gear/gear[3]/position-norm + + + + gear-position + float + %f + /gear/gear[4]/position-norm + + engine-pump @@ -330,6 +388,153 @@ /orientation/side-slip-deg + + + airspeed-kt + float + %f + /velocities/airspeed-kt + + + + glideslope + float + %f + /velocities/glideslope + + + + mach + float + %f + /velocities/mach + + + + speed-down-fps + float + %f + /velocities/speed-down-fps + + + + speed-east-fps + float + %f + /velocities/speed-east-fps + + + + speed-north-fps + float + %f + /velocities/speed-north-fps + + + + uBody-fps + float + %f + /velocities/uBody-fps + + + + vBody-fps + float + %f + /velocities/vBody-fps + + + + wBody-fps + float + %f + /velocities/wBody-fps + + + + vertical-speed-fps + float + %f + /velocities/vertical-speed-fps + + + + + nlf + float + %f + /accelerations/nlf + + + ned-down-accel-fps_sec + float + %f + /accelerations/ned/down-accel-fps_sec + + + ned-east-accel-fps_sec + float + %f + /accelerations/ned/east-accel-fps_sec + + + ned-north-accel-fps_sec + float + %f + /accelerations/ned/north-accel-fps_sec + + + + pilot-x-accel-fps_sec + float + %f + /accelerations/pilot/x-accel-fps_sec + + + pilot-y-accel-fps_sec + float + %f + /accelerations/pilot/y-accel-fps_sec + + + pilot-z-accel-fps_sec + float + %f + /accelerations/pilot/z-accel-fps_sec + + + + + elevator-pos-norm + float + %f + /surface-positions/elevator-pos-norm[0] + + + flap-pos-norm + float + %f + /surface-positions/flap-pos-norm[0] + + + left-aileron-pos-norm + float + %f + /surface-positions/left-aileron-pos-norm[0] + + + right-aileron-pos-norm + float + %f + /surface-positions/right-aileron-pos-norm[0] + + + rudder-pos-norm + float + %f + /surface-positions/rudder-pos-norm[0] + @@ -514,6 +719,41 @@ /controls/gear/gear-down + + gear-position + float + %f + /gear/gear/position-norm + + + + gear-position + float + %f + /gear/gear[1]/position-norm + + + + gear-position + float + %f + /gear/gear[2]/position-norm + + + + gear-position + float + %f + /gear/gear[3]/position-norm + + + + gear-position + float + %f + /gear/gear[4]/position-norm + + engine-pump @@ -637,7 +877,132 @@ /orientation/side-slip-deg - + + + airspeed-kt + float + /velocities/airspeed-kt + + + + glideslope + float + /velocities/glideslope + + + + mach + float + /velocities/mach + + + + speed-down-fps + float + /velocities/speed-down-fps + + + + speed-east-fps + float + /velocities/speed-east-fps + + + + speed-north-fps + float + /velocities/speed-north-fps + + + + uBody-fps + float + /velocities/uBody-fps + + + + vBody-fps + float + /velocities/vBody-fps + + + + wBody-fps + float + /velocities/wBody-fps + + + + vertical-speed-fps + float + /velocities/vertical-speed-fps + + + + + nlf + float + /accelerations/nlf + + + ned-down-accel-fps_sec + float + /accelerations/ned/down-accel-fps_sec + + + ned-east-accel-fps_sec + float + /accelerations/ned/east-accel-fps_sec + + + ned-north-accel-fps_sec + float + /accelerations/ned/north-accel-fps_sec + + + + pilot-x-accel-fps_sec + float + /accelerations/pilot/x-accel-fps_sec + + + pilot-y-accel-fps_sec + float + /accelerations/pilot/y-accel-fps_sec + + + pilot-z-accel-fps_sec + float + /accelerations/pilot/z-accel-fps_sec + + + + + elevator-pos-norm + float + /surface-positions/elevator-pos-norm[0] + + + flap-pos-norm + float + /surface-positions/flap-pos-norm[0] + + + left-aileron-pos-norm + float + /surface-positions/left-aileron-pos-norm[0] + + + right-aileron-pos-norm + float + /surface-positions/right-aileron-pos-norm[0] + + + rudder-pos-norm + float + /surface-positions/rudder-pos-norm[0] + +