Posts: 14
Threads: 5
Joined: May 2021
Reputation:
0
12-20-2021, 10:51 PM
(This post was last modified: 12-20-2021, 10:52 PM by Jonit.)
I haveJust bought the TDS GTNxi for MSFS. I want to integrate in an Air manager panel, will it be possible to operate the TDS GTNxi push buttons and rotary encoder in any way, eg. link to physical buttons in any way?
[size=undefined]which msfs events are the buttons using?[/size]
Posts: 1,719
Threads: 38
Joined: May 2017
Reputation:
1
Hello Jonit,
While we are still working on keyboard/joystick support, there are MSFS events available that may work well for you. Here is a list of them:
GPS_PAGE_KNOB_DEC
GPS_PAGE_KNOB_INC
GPS_GROUP_KNOB_DEC
GPS_GROUP_KNOB_INC
GPS_DIRECTTO_BUTTON
GPS_BUTTON1
GPS_CURSOR_BUTTON
GPS_MENU_BUTTON
GPS_BUTTON2
For the (key)button events for the 750 Unit1, if you send a value of 2, it translates to a down event and a value of 4 translates to an up event.
For the knob events for the 750 Unit1, just send a value of 0.
Good luck and let us know how it goes.
Posts: 1,719
Threads: 38
Joined: May 2017
Reputation:
1
The 650 is tagged as Unit1, not Uni2, they use the exact same events, but with other values.
For the (key)button events for the 650 Unit1, if you send a value of 10, it translates to a down event and a value of 12 translates to an up event.
For the knob events for the 650 Unit1, just send a value of 8.
Posts: 1,719
Threads: 38
Joined: May 2017
Reputation:
1
Hello,
The TDS GTNXi is set to accept these events. We are not sure how you configure them within AirManager as we are not accustomed to the problem. Does AirManager allow you to send a value when sending the MSFS event?