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.

Autobrake

Featured Replies

HiI want to make a switch that turns the Autobrake to RTO and then the Off Positon using an On, Off switch.This Turn the Autobrake to RTO:(L:Autobrake Max, enum) if{ 1 (A:Auto brake switch cb, enum) if{ 1 (>K:DECREASE_AUTOBRAKE_CONTROL) } } But if I reverse the code, it does not turn it back to the off position. The code reversed : (L:Autobrake Max, enum) if{ 0 (A:Auto brake switch cb, enum) if{ 0 (>K:INCREASE_AUTOBRAKE_CONTROL) } } I have been trying to work this problem out for the last two days so I am now beginning to tear my hair out, so I hope someone can help me here.This is what I have so far: Sets the Autobrake to RTO, but does not set it to Off. (L:Autobrake Max, enum) if{ 1 (A:Auto brake switch cb, enum) if{ 1 (>K:DECREASE_AUTOBRAKE_CONTROL) } } els {(L:Autobrake Max, enum) if{ 0 (A:Auto brake switch cb, enum) if{ 0 (>K:INCREASE_AUTOBRAKE_CONTROL) } } Autobrake Max(L:Autobrake Max, enum) ! (>L:Autobrake Max, enum)

  • Author

Hi,Try or modify:(L:Autobrake Max,enum)Autobrake Max(L:Autobrake Max,enum) 0 == if{ 1 (>L:Autobrake Max,enum) (>K:INCREASE_AUTOBRAKE_CONTROL) } els{ 0 (>L:Autobrake Max,enum) (>K:DECREASE_AUTOBRAKE_CONTROL) } Hope it helps,Jan"Beatus ille qui 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.