User Tools

Site Tools


flightsim:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
flightsim:start [2022/12/06 05:50]
dwheele [CRAFT]
flightsim:start [2023/01/10 00:32] (current)
dwheele
Line 2: Line 2:
  
   * [[.x-plane:start|X-Plane]]   * [[.x-plane:start|X-Plane]]
 +  * [[.msfs2020:start|MSFS 2020]]
  
 ===== Helpful Websites ===== ===== Helpful Websites =====
Line 85: Line 86:
  
 Found at spadnext.com, this is a package of "drivers" which sits between devices and a Flight Simulator. It allows convenient routing and calculating of values between devices. It costs about $24. Found at spadnext.com, this is a package of "drivers" which sits between devices and a Flight Simulator. It allows convenient routing and calculating of values between devices. It costs about $24.
 +
 +This is an expression which helps fulfill Flight Reversing in MSFS 2020. Basically, you pull the throttle down, then push and hold the Button 7 (Labeled D on the X52 Saitek throttle controller), then push up to run the Thrust Reverser. Letting go of Button 7 returns normal operation.
 +
 +This works by turning the output of Z Axis negative when Button 7 is pressed. Other numbers shown here are needed because the values to be returned to the simulator is about +/- 12K, but the Throttle axis is 0 to 100.
 +
 +Letting go of Button 7 causes positive thrust to give some unwanted boost.
 +
 +  * On Z_Axis, add event for "Axis value changed"
 +  * Simulator event: THROTTLE_SET
  
 <code> <code>
-(100 - [LOCAL:JOY_0X06A30X0255_Z_AXIS])* (-128 - (256 * ([LOCAL:JOY_0X06A30X0255_BUTTON_7] - 1)))+(100 - [LOCAL:JOY_0X06A30X0255_Z_AXIS])* 
 + (-50 - (213 * ([LOCAL:JOY_0X06A30X0255_BUTTON_7] - 1)))
 </code> </code>
 +
 +Thrust Reverser interesting information:
 +https://www.flaps2approach.com/journal/2022/9/9/reverse-thrust-procedure.html
 +
 +
  
  
flightsim/start.1670305823.txt.gz · Last modified: 2022/12/06 05:50 by dwheele