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.

autothrust

Featured Replies

Hi,I am working on a authrust function and I wonder what is the difference between K:AP_PANEL_MACH_HOLD and K:AP_PANEL_MACH_ON? The below code snippets seems to work bothbrgdsEugen(A:Autopilot throttle arm, bool) if{ (>K:AUTO_THROTTLE_ARM) } els{ (L:SPD-MACH, bool) if{ (>K:AUTO_THROTTLE_ARM) 1 (>K:AP_PANEL_SPEED_HOLD) } els{ (>K:AUTO_THROTTLE_ARM) 1 (>K:AP_PANEL_MACH_HOLD) }} (A:Autopilot throttle arm, bool) if{ (>K:AUTO_THROTTLE_ARM) } els{ (L:SPD-MACH, bool) if{ (>K:AUTO_THROTTLE_ARM) (>K:AP_PANEL_MACH_ON) } els{ (>K:AUTO_THROTTLE_ARM) (>K:AP_PANEL_SPEED_ON) } }

The list f K: events has evolved over the last years, so its no wonder if you find inconsistencies and duplettes. Apart from that I assume AP_PANEL_MACH_HOLD toggles the mach hold state and AP_PANEL_MACH_ON enables the mach hold state disregard of the previous state. You can even add 0 (>AP_PANEL_MACH_SET) for off and 1 (>AP_PANEL_MACH_SET) for on.Arne Bartels

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.