Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FSX - Playing with AP Max Bank Angle, no success...

Featured Replies

The new FSX gauges.h allows to change the auto-pilot max bank angle. I tried to play with this variable 1) by assigning a key to the "Autopilot (decrease max bank)" event, and 2) by triggering a "KEY_AP_MAX_BANK_DEC" event in my C++ code. Both didn't work, and the max bank angle I have remains at 25

>The new FSX gauges.h allows to change the auto-pilot max bank>angle. I tried to play with this variable 1) by assigning a>key to the "Autopilot (decrease max bank)" event, and 2) by>triggering a "KEY_AP_MAX_BANK_DEC" event in my C++ code. Both>didn't work, and the max bank angle I have remains at 25

  • Moderator

>The new FSX gauges.h allows to change the auto-pilot max bank>angle. I tried to play with this variable 1) by assigning a>key to the "Autopilot (decrease max bank)" event, and 2) by>triggering a "KEY_AP_MAX_BANK_DEC" event in my C++ code. Both>didn't work, and the max bank angle I have remains at 25

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • Author

Thanks for your help, Bill, it now works perfect !!Eric

  • Moderator

>Thanks for your help, Bill, it now works perfect !!Thank Mike Schroeter next time you are => over there =>... ;)I added the comments in my gauges.h so I won't forget should I use those myself later! ;)

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator
  • Author

I will !!BTW, I'm happy that you remember that we met some time ago, "over there" ;-)I hope we will have the opportunity to do this again...Eric

  • 4 years later...
  • Moderator

For the sake of anyone else looking for the answer (which seems to have mysteriously vanished!), here it is:

#define KEY_AP_MAX_BANK_INC                 (KEY_ID_MIN + 1173)		// must set aircraft.cfg:	[autopilot]#define KEY_AP_MAX_BANK_DEC                 (KEY_ID_MIN + 1174)		// max_bank=27,14

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.