Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Throttle quadrant button won’t stay configured

Discussion about Problems.
Forum rules
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html

Do NOT hijack other people threads, until you have exactly the same problem!
Locked
Kento
Flight Attendant
Posts: 11
Joined: 04 Mar 2017, 21:39
Status: Offline

Throttle quadrant button won’t stay configured

Post by Kento » 07 Mar 2019, 01:42

I have the t3/t4 buttons of my saintek pro yoke quadrant configured to move the heading bug via send simulation event. I set the buttonmode to repeat so that I can hold it down to move the bug when the mode switch is in the 2 position.

I have the same buttons configured to send a key stroke to pop up the GPS and VoxATC panels when in mode 3. Naturally I want the key sent only once (buttonmode: normal)

No matter what I do, the configured button value will not stay put. I checked the XML profile and the proper values appear to be written during the save operation but when I reload the profile the buttonmode values are incorrect. Even though the XML has different values, the UI and behavior is the same whether in mode 2 or 3.

Here is the relevant xml
<Event BoundTo="QUADRANT_MIDDLE_LOWER">
<EventDefinitions>
<EventDefinition Trigger="VALUEON_MODE1">
<EventActions>
<EventActionKeyboard MacroType="PRESSANDRELEASE" TargetWindow="FS98MAIN">
<KeyboardMacro Duration="50" Repeat="1" Pause="25">
<Keys>
<Keys>D3</Keys>
</Keys>
</KeyboardMacro>
</EventActionKeyboard>
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEON_MODE3">
<EventActions>
<EventActionKeyboard MacroType="PRESSANDRELEASE" TargetWindow="FS98MAIN">
<KeyboardMacro Duration="50" Repeat="1" Pause="25">
<Keys>
<Keys>LShiftKey</Keys>
<Keys>D8</Keys>
</Keys>
</KeyboardMacro>
</EventActionKeyboard>
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEON_MODE2" InputBehavior="Repeat">
<EventActions>
<EventActionControl TargetDataDefinition="SIMCONNECT:HEADING_BUG_DEC" Value="1" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: Throttle quadrant button won’t stay configured

Post by c0nnex » 15 Mar 2019, 19:01

It's currently not possible to have diffrent buttonmodes for the diffrent joystick modes.
(It's on todo list)

Locked