gizmo71 / FSInputMapper

Experimental .NET Core thingy
1 stars 0 forks source link

Support thrust reversers in non-Airbus #14

Open gizmo71 opened 2 weeks ago

gizmo71 commented 2 weeks ago

See SetThrustLevers.ConvertAndSet.

The B748 is a good example; short of using the internal variables, it seems like you have to be at idle thrust, then do (>K:SET_THROTTLE1_REVERSE_THRUST_ON), then set non-idle thrust to see the levers move. Then afterwards, do (>K:SET_THROTTLE1_REVERSE_THRUST_OFF). What a mess!

We may need to watch out for THROTTLE LOWER LIMIT, as going 'below' that may result in the demand not being honoured.