Jump to content
Sign in to follow this  
daan_vb

AAO and the Fenix

Recommended Posts

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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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 7800X3D | Zotac RTX 4090 Trinity | Asus TUF X670E-Plus | G.SKILL Trident Z5 NEO 32GB 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"

PC2: AMD Ryzen 7700X | PowerColor Radeon RX 6800 XT Red Dragon | MSI MPG B650I EDGE  ITX | G.SKILL Flare Expo X5 32GB DDR5 PC 6000 CL32 | 2TB NVMe  | Cooler Master Hyper | Lian Li 750W SFX Gold | Lian Li TU150 | SAMSUNG Odyssey G9 49"

GoFlight GF-PRO NG 737 Yoke System - Thrustmaster HOTAS Warthog - Honeycomb Bravo Throttle - MFG Crosswind Rudder Pedals - TrackIR - Stream Deck XL + Stream Deck Plus
 

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

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
  • Like 1

Windows 10 Pro - Ryzen 3 5900X - nVidia Titan X (Pascal) - 32GB DDR4-3600 === Microsoft Flight Simulator

Share this post


Link to post
Share on other sites
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  ?

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
1 hour ago, rob0203 said:

Any ideas?

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

Edited by Lorby_SI

LORBY-SI

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...