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
|
RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-23-2021 (12-23-2021, 10:34 PM)Crunchmeister Wrote:(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, According to the link above, I would try this: fs2020_event("GPS_DIRECTTO_BUTTON", 2) - down fs2020_event("GPS_DIRECTTO_BUTTON", 4) - up I am not sure how AirManager handles mouse events, if it lets you have separate down/up events. If not, there will have to be a delay between the events so we would process them. Please let us know if this works, if not we will analyze how to take it from here. RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-24-2021 (12-23-2021, 11:24 PM)admin Wrote: Yes, these are K: events! Now THAT is useful information! Thank you! Tip: You should probably include that in your documentation. This is a product that will be used by cockpit builders, and this is crucial information. RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-24-2021 (12-23-2021, 11:46 PM)admin Wrote: According to the link above, I would try this: I'll give that a try and see how it works out. Was busy programming other Air Manager instruments for the new Daher Kodiak all day today, so never got a chance to try this. But since you've confirmed they're K events, that code should work out. I haven't used K: events in my instruments yet, but I believe it would be fs2020_event("K:GPS_DIRECTTO_BUTTON", 2). Mouse down and up events are handled separately. It shouldn't be an issue at all. RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 12-27-2021 I got it working. Both the 750 and 650 bezels for Air Manager are available for download from the Simstrumentation GitHub page. https://github.com/Simstrumentation/Air-Manager/tree/main/Instruments/Generic RE: TDS GTNxi for MSFS Air manager integaration - adminOwner2 - 12-28-2021 Excellent work, Chunchmeister! Thank you for all your hard work and help on the AirManager integration with the TDS GTNXi! Your work is appreciated here! RE: TDS GTNxi for MSFS Air manager integaration - Jonit - 12-29-2021 (12-27-2021, 11:47 PM)Crunchmeister Wrote: I got it working. Both the 750 and 650 bezels for Air Manager are available for download from the Simstrumentation GitHub page. Fantastic, thanks a lot for your grat work, it is much appreciated. Happy new year. BR Jonit RE: TDS GTNxi for MSFS Air manager integaration - Crunchmeister - 01-01-2022 (12-28-2021, 06:02 PM)admin Wrote: Excellent work, Chunchmeister! No problem. I've made a lot of instruments for Air Manager in the past 6 months or so and always glad to share them with the community when I do. And @Jonit, glad to be able to get this done for you. Like I said, it was on my radar. I just had to get to it. Don't know if you're following the Simstrumentation thread closely on the MSFS forum or our Discord, but I've cranked out quite a few instruments for various planes and systems during my holidays! |