Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AAO and the Fenix

Featured Replies

  • Commercial Member
1 hour ago, daan_vb said:

Is that an "internal" LVar or a PMDG one?

internal. I use it to store the direction in which the toggle is going.

General rule:
- LVars without a unit and LVars with the unit ", String" are AAO internal, they never leave the app

- Only LVars with a numerical unit are synchronized with the sim (L:whatever, Number), (L:another, Bool) etc.

 

Maybe this will do the trick?
(L:MyAutobrakeToggle)·s0·
l0·0·==·if{·1·(>L:S_MIP_AUTOBRAKE_LO)·l0·++·s1·}·
l0·1·==·if{·0·(>L:S_MIP_AUTOBRAKE_LO)·1·(>L:S_MIP_AUTOBRAKE_MID)·l0·++·s1·}·
l0·2·==·if{·0·(>L:S_MIP_AUTOBRAKE_MID)·1·(>L:S_MIP_AUTOBRAKE_MAX)·l0·++·s1·}·
l0·3·==·if{·0·(>L:S_MIP_AUTOBRAKE_MAX)·0·s1·}·
l1·(>L:MyAutobrakeToggle)

 

Edited by Lorby_SI

LORBY-SI

  • Replies 39
  • Views 12.2k
  • Created
  • Last Reply
On 5/20/2022 at 10:02 AM, GCBraun said:

Buttons, but the offical guide requires multiple to be activated at once, as seen here: Calibrating your Honeycomb Bravo (hs-sites.com)

spacer.png

 

It works fine using default MSFS settings, but have not managed to do this within AAO.

Worked for two hours tonight trying to find an AAO combo for this, Still empty handed. "Hold throttle Reverse" and "Decrease Throttle" using Rev lever and throttle lever detent.

 

 

Edited by Adrian123

1 hour ago, Adrian123 said:

Worked for two hours tonight trying to find an AAO combo for this, Still empty handed. "Hold throttle Reverse" and "Decrease Throttle" using Rev lever and throttle lever detent.

 

 

Yeah, I am still using the default MSFS config for this.

PC1: AMD Ryzen 9800X3D | Zotac RTX 5090 SOLID | Asus TUF X670E-Plus | G.SKILL 64GB DDR5 PC 6000 CL30 | 4TB NVMe  | Noctua NH-D15 | Asus TUF 1000W Gold | be quiet! Pure Base 500DX | Noctua NH-D15S | LG OLED CX 48" + 2x  Acer Nitro XV240YP 24" + 2x 15.6" Touch-screen Panels

PC2: AMD Ryzen 7500F | Asrock 7900 GRE Challenger OC | Gigabyte B650I AX | Corsair 32GB DDR5 6000 CL36 | 1TB NVMe  | CM Hyper 212 | Corsair 750W Gold | Lian Li TU150 ITX | SAMSUNG Odyssey G9 49"

Winctrl Ursa Minor Sidestick + Ursa Minor 32 Throttle & PAC - Thrustmaster Boeing TCA Yoke - Thrustmaster HOTAS Warthog - Honeycomb Bravo Throttle - MFG Crosswind Rudder Pedals - TrackIR - Stream Deck XL + Stream Deck Plus - Winctrl MCDU + 2 MFD's - Meta Quest 3 (VR)
 
  • Commercial Member
2 hours ago, Adrian123 said:

Worked for two hours tonight trying to find an AAO combo for this, Still empty handed. "Hold throttle Reverse" and "Decrease Throttle" using Rev lever and throttle lever detent.

 

 

What does that do exactly?

What the sim can do in its controller assignments and what AAO can do over SimConnect/SDK Events are not the same things. 

LORBY-SI

This is my template for the Honeycomb Bravo throttles, including individual reversers. Works without scripts and is combining the hardware axis and reverser buttons to the sim axis. Works with the commercial levers and you only have to follow the FENIX calibration (full reverse: reverse lever + lever bottom detent button; idle reverse: reverse lever only). If you are using a deadzone other than 2% in the FENIX calibration you might need to adjust the "-1000" value for idle reverse slightly.

Also included is an adapted flaps axis, where the bottom detent button is used for full flaps, again follow FENIX calibration.

<?xml version="1.0" encoding="utf-8"?>
<TemplateExport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <JoysticksUsed>
    <TemplateDevice>
      <id>1000</id>
      <name>Bravo Throttle Quadrant</name>
      <guid>c46df8f0-af87-11ec-8002-444553540000</guid>
    </TemplateDevice>
  </JoysticksUsed>
  <template>
    <aircraftId>FENIX Axis</aircraftId>
    <airFileId>FENIX Axis</airFileId>
    <loadFromMaster>false</loadFromMaster>
    <buttons>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>0</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>9</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>25</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>9</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>26</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>10</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>0</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>10</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>9</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>25</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>10</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>26</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group>
          <Description>Sets flap handle to closest increment (-16383 - +16383)</Description>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group>
          <Description>Sets flap handle to closest increment (-16383 - +16383)</Description>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-8192</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>32</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>AXIS_FLAPS_SET</Action>
      </GlobalHotkey>
    </buttons>
    <axis>
      <GlobalAxis>
        <joystickStateProperty>RotationZ</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>THROTTLE1_AXIS_SET_EX1</Label>
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>-16383</DefMinValue>
          <DefMaxValue>16383</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>RotationY</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>THROTTLE2_AXIS_SET_EX1</Label>
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>0</DefMinValue>
          <DefMaxValue>0</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>Z</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>AXIS_FLAPS_SET</Label>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>-8192</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>-16383</DefMinValue>
          <DefMaxValue>16383</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>AXIS_FLAPS_SET</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>Y</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>AXIS_SPOILER_SET</Label>
          <SimulatorEventName>AXIS_SPOILER_SET</SimulatorEventName>
          <MinValue>-16383</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>0</DefMinValue>
          <DefMaxValue>0</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>true</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>AXIS_SPOILER_SET</Action>
      </GlobalAxis>
    </axis>
    <overrideSaitekPanelInMidiMode />
    <overrideSaitekEvents />
    <overrideSaitekVariables />
    <autoScripts />
    <virtualGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</virtualGaugesTemplateGuid>
    <desktopGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</desktopGaugesTemplateGuid>
    <webGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</webGaugesTemplateGuid>
    <bVarProfileGuid>00000000-0000-0000-0000-000000000000</bVarProfileGuid>
  </template>
  <scripts />
</TemplateExport>

 

Edited by touchdown84

Windows 11 Pro - Ryzen 3 5900X - nVidia RTX 4090 - 32GB DDR4-3600 === Microsoft Flight Simulator

  • 4 weeks later...
On 5/24/2022 at 2:18 AM, touchdown84 said:

This is my template for the Honeycomb Bravo throttles, including individual reversers. Works without scripts and is combining the hardware axis and reverser buttons to the sim axis. Works with the commercial levers and you only have to follow the FENIX calibration (full reverse: reverse lever + lever bottom detent button; idle reverse: reverse lever only). If you are using a deadzone other than 2% in the FENIX calibration you might need to adjust the "-1000" value for idle reverse slightly.

Also included is an adapted flaps axis, where the bottom detent button is used for full flaps, again follow FENIX calibration.


<?xml version="1.0" encoding="utf-8"?>
<TemplateExport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <JoysticksUsed>
    <TemplateDevice>
      <id>1000</id>
      <name>Bravo Throttle Quadrant</name>
      <guid>c46df8f0-af87-11ec-8002-444553540000</guid>
    </TemplateDevice>
  </JoysticksUsed>
  <template>
    <aircraftId>FENIX Axis</aircraftId>
    <airFileId>FENIX Axis</airFileId>
    <loadFromMaster>false</loadFromMaster>
    <buttons>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>0</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>9</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>25</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>9</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>26</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>10</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-1000</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>0</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>10</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>9</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>25</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT ENGINE EVENTS</Group>
          <Description />
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>10</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <combinedKey>
          <repeat>16384</repeat>
          <repeatFrequency>1</repeatFrequency>
          <repeatLimit>0</repeatLimit>
          <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
          <joystickName>Bravo Throttle Quadrant</joystickName>
          <joystickButton>26</joystickButton>
          <joystickPovControl>-1</joystickPovControl>
          <joystickPovDirection>-1</joystickPovDirection>
          <midiDeviceId>-1</midiDeviceId>
          <midiChannel>-1</midiChannel>
          <midiEvent>-1</midiEvent>
          <endless>false</endless>
          <rockerMode>false</rockerMode>
          <midiEncoder>NONE</midiEncoder>
          <isSimKey>false</isSimKey>
          <isOnOffSwitch>false</isOnOffSwitch>
          <comboSuppressesEvent>false</comboSuppressesEvent>
          <comboIsToggle>false</comboIsToggle>
          <longClick>false</longClick>
          <longClickTimeoutMs>0</longClickTimeoutMs>
          <fastTurn>false</fastTurn>
          <timeoutMs>0</timeoutMs>
          <skipActuations>0</skipActuations>
          <adaptiveRepeat>false</adaptiveRepeat>
          <assignedKeys />
          <vkModifiers />
          <vkKeys />
        </combinedKey>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalHotkey>
      <GlobalHotkey>
        <downEvent>
          <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group>
          <Description>Sets flap handle to closest increment (-16383 - +16383)</Description>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-16383</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </downEvent>
        <upEvent>
          <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group>
          <Description>Sets flap handle to closest increment (-16383 - +16383)</Description>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>0</MaxValue>
          <ValueToSet>-8192</ValueToSet>
          <RollMultiplier>1</RollMultiplier>
          <IsAaoVirtualEvent>false</IsAaoVirtualEvent>
          <type>SINGLE</type>
        </upEvent>
        <repeat>16384</repeat>
        <repeatFrequency>1</repeatFrequency>
        <repeatLimit>0</repeatLimit>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <joystickButton>32</joystickButton>
        <joystickPovControl>-1</joystickPovControl>
        <joystickPovDirection>-1</joystickPovDirection>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <endless>false</endless>
        <rockerMode>false</rockerMode>
        <midiEncoder>NONE</midiEncoder>
        <isSimKey>false</isSimKey>
        <isOnOffSwitch>false</isOnOffSwitch>
        <comboSuppressesEvent>false</comboSuppressesEvent>
        <comboIsToggle>false</comboIsToggle>
        <longClick>false</longClick>
        <longClickTimeoutMs>0</longClickTimeoutMs>
        <fastTurn>false</fastTurn>
        <timeoutMs>0</timeoutMs>
        <skipActuations>0</skipActuations>
        <adaptiveRepeat>false</adaptiveRepeat>
        <assignedKeys />
        <vkModifiers />
        <vkKeys />
        <Action>AXIS_FLAPS_SET</Action>
      </GlobalHotkey>
    </buttons>
    <axis>
      <GlobalAxis>
        <joystickStateProperty>RotationZ</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>THROTTLE1_AXIS_SET_EX1</Label>
          <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>-16383</DefMinValue>
          <DefMaxValue>16383</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>THROTTLE1_AXIS_SET_EX1</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>RotationY</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>THROTTLE2_AXIS_SET_EX1</Label>
          <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName>
          <MinValue>0</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>0</DefMinValue>
          <DefMaxValue>0</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>THROTTLE2_AXIS_SET_EX1</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>Z</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>AXIS_FLAPS_SET</Label>
          <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName>
          <MinValue>-8192</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>-16383</DefMinValue>
          <DefMaxValue>16383</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>false</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>AXIS_FLAPS_SET</Action>
      </GlobalAxis>
      <GlobalAxis>
        <joystickStateProperty>Y</joystickStateProperty>
        <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid>
        <joystickName>Bravo Throttle Quadrant</joystickName>
        <midiDeviceId>-1</midiDeviceId>
        <midiChannel>-1</midiChannel>
        <midiEvent>-1</midiEvent>
        <filterValue>1</filterValue>
        <assignedAxis>
          <Label>AXIS_SPOILER_SET</Label>
          <SimulatorEventName>AXIS_SPOILER_SET</SimulatorEventName>
          <MinValue>-16383</MinValue>
          <MaxValue>16383</MaxValue>
          <DefMinValue>0</DefMinValue>
          <DefMaxValue>0</DefMaxValue>
          <curve>false</curve>
          <isSlider>false</isSlider>
          <Response>0</Response>
          <deviceMin>0</deviceMin>
          <deviceMax>65535</deviceMax>
          <deviceCenter>32767</deviceCenter>
          <leftMargin>0</leftMargin>
          <rightMargin>0</rightMargin>
          <deadzone>0</deadzone>
          <reversed>true</reversed>
          <progressive>false</progressive>
          <momentary>true</momentary>
          <onChangeOnly>true</onChangeOnly>
          <triggerDir>NONE</triggerDir>
          <triggerRepeat>NONE</triggerRepeat>
          <vkModifiers />
          <vkKeys />
        </assignedAxis>
        <detents />
        <Action>AXIS_SPOILER_SET</Action>
      </GlobalAxis>
    </axis>
    <overrideSaitekPanelInMidiMode />
    <overrideSaitekEvents />
    <overrideSaitekVariables />
    <autoScripts />
    <virtualGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</virtualGaugesTemplateGuid>
    <desktopGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</desktopGaugesTemplateGuid>
    <webGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</webGaugesTemplateGuid>
    <bVarProfileGuid>00000000-0000-0000-0000-000000000000</bVarProfileGuid>
  </template>
  <scripts />
</TemplateExport>

 

Hi,

I tried this template, It worked for a bit, but ever since one of the update, it doesnt anymore . Any update you could share  ?

  • 7 months later...
On 5/20/2022 at 10:56 AM, Lorby_SI said:

The MSFS defaults are THROTTLEn_AXIS_SET_EX1

The most commen flight control event axis are grouped at the top of the event selection list in the "!! Flight control axis" group

So I tried it like this,removed all simulator axis.

But in the sim and calibration of Fenix my throttles stay at 50%, not moving

In Lorby program the axis move normally....

Any ideas?

Using the TCA Throttle

Edited by rob0203

10 minutes ago, Lorby_SI said:

Could the Fenix calibration be interfering here? Can your turn that off?

I fixed it: Took the assignment from a wrong menu.

Took it from Throttle instead of Flight control Axis

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.