#Mixture Issue with A2A Comanche MSFS

1 messages · Page 1 of 1 (latest)

void hollow
#

I've built a simple TPM using sliding potentiometers. The throttle and the prop are both working fine. My mixture however, only ever pulls halfway out when sliding the knob fully out.

I've tested on the default Cessna 152 and the mixture comes all the way out inside the sim. I also have MobiFlight in debug mode and see my change values within the expected range (0-1023)

Here's the preset code I'm using: @ 20 - -16.334 * 16383 + 0 max 16383 min (>K:MIXTURE_SET)

I've tried to modify this multiple times and have not been able to make the mixture pull out more than halfway specifically with the Comanche.

Thanks for any help or suggestions given, Adam

azure juniper
#

give the following preset code a try @ 10.23 / 0 max 100 min (>L:Eng1_MIxtureManualLever)

void hollow
#

No movement on the mixture after the change. I do appreciate you taking the time to respond to my question.

iron vessel
#
  1. Use MIXTURE1_SET event instead
#
  1. Input range for this event is -16383 to +16383
#

Use the Hubhop tool to adjust the code used.

#

Actually, MIXTURE_SET also worked just fine in my panel.

iron vessel
#

I also tested the Lvar recommended by @azure juniper and it also works just fine.

#

So it has to be an error in your setup.

void hollow
#

I created a blank config and it's working with: @ 10.23 / 0 max 100 min (>L:Eng1_MIxtureManualLever)

Thanks for all the help!!!! This was driving me crazy. 🙂