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.

Majestic Q400 MFD Range Controls

Featured Replies

I couldn't add this to the existing Majestic Q400 LINDA page but if anyone needs to assign range controls to the Majestic Q400 (not just increase or decrease), here is the code. I'm not much of a coder but I figured if anyone needed it I should share. This would be used with a rotary switch instead of a toggle or similar. Just copy and paste this into your Majestic Q400 User Functions code file and you should be good to go.

 

function Ped_range_10 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 0)
    Ped_Range_show ()
end

function Ped_range_20 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 1)
    Ped_Range_show ()
end

function Ped_range_40 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 2)
    Ped_Range_show ()
end

function Ped_range_80 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 3)
    Ped_Range_show ()
end

function Ped_range_160 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 4)
    Ped_Range_show ()
end

function Ped_range_240 ()
    ipc.writeLvar("L:PED_CPT_RANGE_KNOB", 5)
    Ped_Range_show ()
end

 

Dan

 

Archived

This topic is now archived and is closed to further replies.

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.