April 23, 20224 yr Does anyone have a working template for the FBW for Honeycomb? I downloaded the one from GitHub but there are several things that don’t work correctly. Namely, you can’t decrease altitude, only increase. I would also like the landing lights to be ON/RETRACTED as opposed to ON/OFF. FBW has the variables but RPN scripting makes me feel dumb. Just wondered if anyone had perfected it and would share. Thanks! EddieKABQ
April 23, 20224 yr It is not perfected and it is not a template, but with that SD profiles, there are always scripts included which you could use with any hardware. If it fits your special needs for the Honeycomb I can't say, but features like LL retracted are included. If you need a few additions drop me a note and I can make maybe some additional scripts for your needs Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
April 25, 20224 yr To turn on Landing lights and extend. I just use a key event. Set Key Down Event to: LANDING_LIGHTS_SET Key Up Event: To turn Off and Retract and move the Switch to retract, use the script below. 0·(>K:LANDING_LIGHTS_SET)·1·(>L:LANDING_2_Retracted,·Number)·1·(>L:LANDING_3_Retracted,·Number)·2·(>L:LIGHTING_LANDING_2,·Number)·2·(>L:LIGHTING_LANDING_3,·Number) 0·(>K:LANDING_LIGHTS_SET) ; Turns the landing lights off and moves the light switches to Off 1·(>L:LANDING_2_Retracted,·Number)·1·(>L:LANDING_3_Retracted,·Number)·; Retracts the lights 2·(>L:LIGHTING_LANDING_2,·Number)·2·(>L:LIGHTING_LANDING_3,·Number) ; Moves the LR landing switches to retract. Took me awhile to figure it out because I forgot to remove the landing light control bindings from my FBW Honeycomb Alpha profile. Intel i7 10700K (OC 5.0) / 64GB DDR4 3600MHz CL16 /4070 Ti Super / SSDs / 660watt PSU / LG27GL83A-B 1440P IPS G-Sync Compatible / Noctua NH-D15 CHROMAX / Honeycomb Alpha & Bravo
Archived
This topic is now archived and is closed to further replies.