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

how to configure Clockwise / Counterclockwise increment with "2 speed"

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
chickungunya
Flight Attendant
Posts: 13
Joined: 05 Jun 2020, 10:10
Status: Offline

how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by chickungunya » 07 Sep 2020, 14:32

hello

is there possible to make an advanced user of Clockwise / Counterclock wise increment

actualy, increment is set to +1 / -1 in HDG and +100 / -100 in Altitude MODE

is there a way to configure a event like that:

for HDG mode

"Clockwise" = +1 incrémént
"counterClockwise" = -1 incrémént

"Ctrl key + Clockwise" = +10 incrémént
"Ctrl key + counterClockwise" = -10 incrémént


for ALT mode
"Clockwise" = +100 incrémént
"counterClockwise" = -100 incrémént
"Ctrl key + Clockwise" = +1000 incrémént
"Ctrl key + counterClockwise" = -1000 incrémént

it will be very cool !



maybe there is a way to set 2 speed mode for Clockwise button but i don"t find

thanks a lot for your help

chickungunya
Flight Attendant
Posts: 13
Joined: 05 Jun 2020, 10:10
Status: Offline

Re: how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by chickungunya » 07 Sep 2020, 14:37

(with MSFS 2020 + simconnect)

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

Re: how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by c0nnex » 07 Sep 2020, 15:28

You cannot use keyboard control in events (as usually MSSF has the focus, and keyboard will not arrive at spad.next).
What you can do e.g. is
to use the "longmode" of a button that is not in use.
e.g. you press REV > 1 s. then it's "longmode" will come on/off.
then create clockwise/counterclockwise event sthat have a condition on
if (MULTIPANEL_BUTTOIN_REV >= 2)

1 = shortmode
2 = longmode
3 = short+longmode is on

chickungunya
Flight Attendant
Posts: 13
Joined: 05 Jun 2020, 10:10
Status: Offline

Re: how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by chickungunya » 07 Sep 2020, 15:55

thank you for your support, i would like to do more simple as possible

is it possible to do:

press REV buton one time = rev buton ligth ON
press REV buton one time again = rev buton ligth OFF

and use condition 'if REV light is on" clockwise buton incremente +100
and use condition 'if REV light is off" clockwise buton incremente +10

thanks

chickungunya
Flight Attendant
Posts: 13
Joined: 05 Jun 2020, 10:10
Status: Offline

Re: how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by chickungunya » 07 Sep 2020, 16:01

yes it's work for my test

I don't know exactly how i can use longmode / shortmode and why its a better idea, I do will learn this

but to make a simple condition with rev button light ON/OFF it's OK

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

Re: how to configure Clockwise / Counterclockwise increment with "2 speed"

Post by c0nnex » 07 Sep 2020, 17:45

Depending on your device settings (Light follows Buttonmode) , and programming the light might come on if bound to the "Backcourse" AP Status if it changes in the sim

Locked