Jump to content
The simFlight Network Forums

program switches


Recommended Posts

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 Beacon
2 Landing
3 Taxi
4 Strobes
5 Instruments
6 Recognition
7 Wing
8 Logo
9 Cabin

Bit0 = 2^0 = 1
Bit1 = 2^1 = 2
Bit2 = 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

image.png.b2c79d91b2f9d19a188700e12d0c4ed3.png

CTRL+L key for OFF

image.png.a634fa9b589c93eddebc1edfbb518359.png

Thomas

Edited by John Dowson
powers corrected
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.