Realistic throttle latch operation for all collective levers

When I added support of sending a button press at zero throttle position for new throttle latch, I thought that nothing actually prevents me from doing the same thing for levers with tactile idle stop mark!

So, I have added a similar mode for Huey-style lever (which still looks better with a tactile mark design, as in the real Huey the idle stop latch is driven by a solenoid). So, to press the cutoff button (throttle latch button in Dreamfoil 407 for Xplane11) with a turn of the throttle grip, in case of the tactile mark lever, one has to press the assigned idle release button on the head before moving throttle grip past the idle stop detent. This pretty much makes all levers very similar in the sense of realism, the only thing absent in tactile mark levers being the actual detent of the idle stop. Not a big deal tbh!

For levers with physical latch, the button will always be pressed when the throttle grip reaches its zero position.

Here’s how it looks in the configuration:

#define BUTTON_PRESS_ON_THROTTLE_CUTOFF 1// this feature will send a joystick button press when the throttle is fully closed
#define THROTTLE_LATCH_MODE “TACTILE” // PHYSICAL for physical latch mod or TACTILE for levers with tactile marks
#define PHYSICAL_LATCH_MOD_JOY_BUTTON 32 // joystick button number as seen in joy.cpl for the 1st Leonardo in the list
#define THROTTLE_MIN_AXIS_VALUE 0 // check this if the default doesn’t work, print raw_throttle value in e_single_collective.ino and set this line to its value, corresponding to a fully closed throttle

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.