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.

Help with FSLabs A321 (Flight Director OFF + BIRD mode ON)

Featured Replies

Hi everyone,

I’m trying to create a script in Lorby Axis and Ohs for the FSLabs A321, and I’d like some help.

What I want to achieve is:

  • Turn Flight Director OFF

  • Activate the BIRD mode

Has anyone here done this before, or does anyone know the correct event IDs/variables/LVars/HVars that I need to use in Axis and Ohs to make this work?

Any tips, examples, or even a small script would be greatly appreciated!

Thanks in advance.

  • Commercial Member

How/where do you activate "BIRD" mode, what is that?

The general procedure is to use the MSFS developer mode -> Tools -> Behaviors. Then click back into the simulator window, hover the mouse over the control you are interested in and press Ctrl - G. This will bring up the behavior code. Check out the "...MouseRect" components to find out about the FSLs ROTOR_BRAKE codes, then implement them in AAO. 
thecodenumber (>K:ROTOR_BRAKE)
Same as the plane does it.

Edited by Lorby_SI

LORBY-SI

  • Commercial Member

Example: 
this script will turn both FDs off (! it turns them off, it doesn't toggle!)

(L:VC_GSLD_CP_EFIS_FD_Brt_Lt,·Number)·0·>·if{·71035·(>K:ROTOR_BRAKE)·71037·(>K:ROTOR_BRAKE)·}·
(L:VC_GSLD_FO_EFIS_FD_Brt_Lt,·Number)·0·>·if{·71108·(>K:ROTOR_BRAKE)·71110·(>K:ROTOR_BRAKE)·}·

 

LORBY-SI

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.