cristian Posted January 29, 2020 Report Share Posted January 29, 2020 greetings, could someone tell me if you can program the taxi lights, navigate on and off, since some are only in toggle 😃 Link to comment Share on other sites More sharing options...
Thomas Richter Posted January 29, 2020 Report Share Posted January 29, 2020 Hi, Offset 0x0D0C using the Bits might work for you. Thomas Link to comment Share on other sites More sharing options...
cristian Posted January 29, 2020 Author Report Share Posted January 29, 2020 thanks for reply excuse me, but where can I do if you can tell me, since I'm new to this Link to comment Share on other sites More sharing options...
Thomas Richter Posted January 30, 2020 Report Share Posted January 30, 2020 (edited) Hi, all described in the manuals, located in ..\Modules\FSUIPC Documents\ folder. Make sure you have a look at those. Setting up two Keys but works as well for joy-buttons, SHIFT+L (Landing Light ON) and CTRL+L (Landing Light OFF) looks like this. As well the theory is described in the manuals (advanced and user). Quote 0D0C 2 Lights, a switch for each one (bits from lo to hi):0 Navigation 1 Beacon2 Landing 3 Taxi 4 Strobes 5 Instruments 6 Recognition 7 Wing 8 Logo 9 Cabin Bit0 = 2^0 = 1 Bit1 = 2^1 = 2Bit2 = 2^2 = 4 Bit3 = 2^3 = 8 Bit4 = 2^4 = 16 Bit5 = 2^5 = 32 Bit6 = 2^6 = 64 Bit7 = 2^7 = 128 SHIFT+L key for ON CTRL+L key for OFF Thomas Edited January 31, 2020 by John Dowson powers corrected Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now