In this post I would like to show you how to control the external taxi lights (runway turn off and nose light) with the Switch 36 /37 on your Honeycomb Bravo Quadrant Throttle. Of course you are welcome to use a different button or setup, it’s just for demonstration. For the following setup you need the following:
- The Microsoft Flight Simulator 2020 (subject to a fee), can be purchased e.g. at Amazon
- A Honeycomb Bravo Throttle Quadrant (subject to a fee), can be bought at Amazon
- Den FlyByWire A32NX (free), download FlyByWire Simulations
- Spad.Next (fee required), download/buyable from Spad.Next
Switch for External Lights (Taxi)
The external taxi lights on the A32NX include the following external lights:
- NOSE LIGHT, which must be in position TAXI
- RWY TURN OFF LIGHT, which must be in position ON
To be able to switch the external Taxi Lights, all you need is the variable TAXI_LIGHTS_SET with one parameter (0 = OFF, 1 = ON). Spad.Next triggers an event via the SimConnect interface (similar to a keystroke). The A32NX automatically recognizes the position in which the lights are currently located and switches the lights on or off if necessary. Note that when you use the mouse or keyboard to turn the external lights on or off, your switch position on the Honeycomb may differ.
The switches should trigger with a release event, i.e. as soon as you flip the button. Of course, you can also make a configuration so that the triggering takes place as soon as the buttons are pressed (short press). But then you have to swap the logic for button 36 and button 37.
Button 36 Configuration (Release Event), External Taxi Lights ON
Note that this is a button release event. The configuration is quite simple, because the event TAXI_LIGHT_SET with the parameter 1 via the SimConnect interface triggers two events in the FBW A32NX:
- RWY TURN OFF to ON position
- NOSE to TAXI position (if Landing Lights are activated, this will be overridden! Landing Light always pulls before Taxi Light or OFF position)
Button 37 Configuration (Release Event), External Taxi Lights OFF
Note that this is a button release event. The configuration is quite simple, because the event TAXI_LIGHT_SET with the parameter 0 via the SimConnect interface triggers two events in the FBW A32NX:
- RWY TURN OFF to OFF position
- NOSE to OFF position (if landing lights are enabled this will be overridden)
More configurations
- Configure the autopilot
- Configuration for SeatBelts
- Configuration for AutoBrakes
- Configuration for the APU
- Configure A/THR
- Configure for taxi lights
- Configure for landing lights
- Configuring flaps & spoilers
- Configuration in MSFS
- To the overview page of the configuration of the A32NX
- Key Map / Button Map Honeycomb Bravo
More about the Honeycomb Bravo Throttle Quadrant
More about the Honeycomb Bravo Throttle Quadrant can be found on the Honeycomb Bravo Throttle Quadrant Overview Page, the Configuration page of the Honeycomb Bravo Throttle Quadrant for many other aircraft and the Honeycomb Bravo Throttle Quadrant Test and Recommendation.
1 thought on “Honeycomb Bravo – FBW A32NX – External Taxi Lights (Button 36 / 37)”
Comments are closed.