The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.4.0 (Linux)
|
![]() |
TDS GTNxi for MSFS Air manager integaration - Printable Version +- TDS Sim Software Forums (http://www.forum.tdssim.com) +-- Forum: TDS Sim Software (http://www.forum.tdssim.com/forum-1.html) +--- Forum: TDS GTNXi Flight Simulator (http://www.forum.tdssim.com/forum-2.html) +--- Thread: TDS GTNxi for MSFS Air manager integaration (/thread-93.html) Pages:
1
2
|
TDS GTNxi for MSFS Air manager integaration - Jonit - 12-20-2021 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] RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-20-2021 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. RE: TDS GTNxi for MSFS Air manager integaration - Jonit - 12-21-2021 (12-20-2021, 11:47 PM)admin Wrote: Hello Jonit, So these events are for The750? Wich are uset for Unit 2 gtn650? RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-21-2021 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. RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-22-2021 (12-20-2021, 11:47 PM)admin Wrote: Hello Jonit, I'm unable to get any of these events to work with the GTNXi. Not sure if there's something I'm doing wrong, but it's most definitely not working. RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-22-2021 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? RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-23-2021 (12-22-2021, 07:21 PM)admin Wrote: Hello, Are these K: events? That would be useful information. RE: TDS GTNxi for MSFS Air manager integaration - Jonit - 12-23-2021 (12-23-2021, 04:36 AM)Crunchmeister Wrote:(12-22-2021, 07:21 PM)admin Wrote: Hello, Crunchmeister: have a look at this https://siminnovations.com/forums/viewtopic.php?f=7&t=5597 BR Jonit RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-23-2021 (12-23-2021, 07:28 PM)Jonit Wrote:(12-23-2021, 04:36 AM)Crunchmeister Wrote:(12-22-2021, 07:21 PM)admin Wrote: Hello, Already saw that. There's exactly zero useful information there. RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-23-2021 (12-23-2021, 04:36 AM)Crunchmeister Wrote:(12-22-2021, 07:21 PM)admin Wrote: Hello, Yes, these are K: events! |