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.

Pitch Limiter in XML

Featured Replies

I have developed this simple XML code (see below) to implement a pitch limiter in FS2k2. The idea is to detect FD pitch angle greater than or equal 10 degrees (for example). And if this is the case, then the attitude hold mode goes on. It doesn't want to work though. Can someone tell if the parameters and events in the code are correct for this ? Or, in general, what is wrong with this code ?- - - (A:AUTOPILOT FLIGHT DIRECTOR PITCH, degree) 10 >= if{ 1 (>K:KEY_AP_ATT_HOLD_ON) 0 (>K:KEY_AP_ATT_HOLD_OFF)} els { 0 (>K:KEY_AP_ATT_HOLD_ON) 1 (>K:KEY_AP_ATT_HOLD_OFF)}Thanks

  • Author

Hi,Try (didn't test it): (A:ATTITUDE INDICATOR PITCH DEGREES, degrees) 10 >= if{ (>K:AP_ATT_HOLD_ON) } els{ 0 (>K:AP_ATT_HOLD_OFF) } Instead of (A:ATTITUDE INDICATOR PITCH DEGREES, degrees) you can use your (A:AUTOPILOT FLIGHT DIRECTOR PITCH, degrees)Jan"Procul Negotiis"

Jan

 

 

 

"Beatus ille qui procul negotiis..."

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.