Throttle events not working for some aircrafts

Hello,

For some aircrafts, for example the ATR and E-jets, the throttle commands are not working.
The ATR for example, THROTTLE_CUT and THROTTLE_FULL are working for me but not THROTTLE_SET or AXIS_THROTTLE_SET. Has anyone had similar issues and knows how to get around it!?

Thanks

In the ATR you can use THROTTLE1_AXIS_SET_EX1 and THROTTLE2_AXIS_SET_EX1 (and maybe THROTTLE_AXIS_SET_EX1).

For the condition lever in the ATR, you need to use the lvars MSATR_CONDITION1_POS and MSATR_CONDITION2_POS

John

1 Like

Hi!
Thanks for taking the time to help me!
I am depending on the python wrapper though and it does not seem to work from there,…, :expressionless:

BR

Then I think you may be doing something wrong then - they should work regardless of where the events are sent from.
Check that you are using the latest version of the ATR - I had a report the other day that this was not working (via FSUIPC7), but the issue was that the ATR version was an old one, and an update solved the issue.

John