CJSouthern Posted April 2, 2022 Report Posted April 2, 2022 Hi Folks, I recently purchased a Honeycomb Throttle Quadrant for use with the TBM 900. I've got most of it sorted, but I'm stuck on a couple of things; If I press the HDG, APR, or NAV buttons, the autopilot correctly changes to the requested mode (as verified by the annunciators on my monitor). However, only the HDG button lights up when pressed. The other two buttons work just fine, but they don't light up to say that they're active on the TQ. I'm very much a newbie with the Honeycomb configurator; but I can see the variable that HDG mode monitors, but I can't for the life of me find the equivalents for APR and NAV modes (mostly just NAV mode I want - I don't ever use APR mode). I've even gone as far as installing and running the DataRefTool - and I still can't see anything that's changing - and yet the annunciator on the monitor is presumably getting the info from somewhere. Can someone please give me a heads up here. Many thanks. Quote
Pils Posted April 2, 2022 Report Posted April 2, 2022 Search this link for “tbm900/lights/“, should find what you need. https://github.com/pilsnerish/Xsaitekpanels-Configurations/blob/main/TBM900_xsaitekpanels.ini Quote
CJSouthern Posted April 2, 2022 Author Report Posted April 2, 2022 2 hours ago, Pils said: Search this link for “tbm900/lights/“, should find what you need. https://github.com/pilsnerish/Xsaitekpanels-Configurations/blob/main/TBM900_xsaitekpanels.ini Thanks for that. The plot thickens; I can see from your excellent source that what I need is tbm900/lights/ap/nav ... usng the dataref tool I can see that this variable works great ... the only problem is that non of the tbm900 DataRefs appear in the list using the Honeycomb Configurator. Any ideas as to what I need to do to get them to appear? Quote
Pils Posted April 2, 2022 Report Posted April 2, 2022 36 minutes ago, CJSouthern said: Any ideas as to what I need to do to get them to appear? You just have to type them in yourself. Quote
CJSouthern Posted April 2, 2022 Author Report Posted April 2, 2022 20 minutes ago, Pils said: You just have to type them in yourself. Thanks. In the latest version of the configurator that doesn't seem possible; the only place one can type is in the search field -- and when they don't appear, there's nothing that can be subsequently clicked on to select it. I have got a work-around working though; I've located the relevant config file and edited it in Notepad. I just have 1 remaining issue now; I can't for the life of me get the approach light to come on. When I press the APR button both the APR and NAV lights should come on - but only the NAV one does; at this point I'm wondering if it's something as simple as a faulty LED. Here's the code in case anyone can spot something obvious: { "ByteIndex": 1, "BitIndex": 1, "ConditionLogic": "", "Conditions": [ { "Condition": "tbm900/lights/ap/nav", "ConditionValue": "1", "ConditionIsCustom": false } ] }, { "ByteIndex": 1, "BitIndex": 2, "ConditionLogic": "", "Conditions": [ { "Condition": "tbm900/lights/ap/apr", "ConditionValue": "1", "ConditionIsCustom": false } ] }, Quote
Pils Posted April 2, 2022 Report Posted April 2, 2022 Try this? https://forum.aerosoft.com/index.php?/files/file/6080-honeycomb-bravo-throttle-christmas-tree-application/ Quote
CJSouthern Posted April 2, 2022 Author Report Posted April 2, 2022 41 minutes ago, Pils said: Try this? https://forum.aerosoft.com/index.php?/files/file/6080-honeycomb-bravo-throttle-christmas-tree-application/ Thanks for that - much appreciated. Looks like the APR light is working just fine in the test - so the only remaining question is "why doesn't it work in the sim"? - As far as I can tell the DataRef is correctly specified (per the above example) - I can confirm that that variable does change when APR mode is delected ... just no light comes on. Odd. Quote
CJSouthern Posted April 3, 2022 Author Report Posted April 3, 2022 Sorted. I had an extra "," in the profile which was rendering that section of code inop. For what it's worth, the Honeycomb Throttle Quadrant is a fantastic piece of kit for the TBM 900; I've never enjoyed flying it as much as I have the last couple of days since I got the new hardware. Highly recommended. I also now have a great profile for it if anyone needs one (attached) (although it still needs a lot of XP control associations). TBM900.json Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.