This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
flightsim:start [2022/12/06 05:55] dwheele [Spad.Next] |
flightsim:start [2023/01/10 00:32] (current) dwheele |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[.x-plane: | * [[.x-plane: | ||
| + | * [[.msfs2020: | ||
| ===== 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 | + | Letting |
| * On Z_Axis, add event for "Axis value changed" | * On Z_Axis, add event for "Axis value changed" | ||
| Line 96: | Line 97: | ||
| < | < | ||
| - | (100 - [LOCAL: | + | (100 - [LOCAL: |
| - | * (-128 - (256 * ([LOCAL: | + | (-50 - (213 * ([LOCAL: |
| </ | </ | ||