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:54]
dwheele [Spad.Next]
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 90: Line 91:
 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. 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.
  
-This needs adjustment because Full Thrust Reversal is not 100%. Also, letting go of Button 7 causes positive thrust to give some unwanted boost.+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]) +(100 - [LOCAL:JOY_0X06A30X0255_Z_AXIS])* 
-* (-128 - (256 * ([LOCAL:JOY_0X06A30X0255_BUTTON_7] - 1)))+ (-50 - (213 * ([LOCAL:JOY_0X06A30X0255_BUTTON_7] - 1)))
 </code> </code>
  
flightsim/start.1670306075.txt.gz · Last modified: 2022/12/06 05:54 by dwheele