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.

PMDG 737 MSFS Profile Issues

Featured Replies

I've tried mapping the autobrake functions (RTO, off, 1, 2, 3) to switches and haven't been able to get them to work in sim. Gear up also seems to map the gear handle to off rather than up.

6 hours ago, dukeorbust said:

I've tried mapping the autobrake functions (RTO, off, 1, 2, 3) to switches and haven't been able to get them to work in sim. Gear up also seems to map the gear handle to off rather than up.

Thank you for your report.

There is an error in the direct functions that call PMDG_MPNL_AUTOBRAKE_move(). Open PMDG737 actions.lau file in LINDA Editor and replace this function:


function PMDG_MPNL_AUTOBRAKE_move (ABsel)
if ABsel == nil then return end
local ABpos = ipc.readLvar("L:switch_460_73X")/10
    if ABpos > ABsel then
        for i = 1, (ABpos - ABsel), 1 do
            ipc.sleep(150)
            PMDG_MPNL_AUTOBRAKE_dec ()
        end
    elseif ABpos < ABsel then
        for i = 1, (ABsel - ABpos), 1 do
            ipc.sleep(150)
            PMDG_MPNL_AUTOBRAKE_inc ()
        end
    end
end

There is also an error in PMDG_MPNL_GEAR_ functions.

These fixes will be available in v0.2 shortly.

Edited by ScotFlieger

Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Hi before any thing will like to say THANKS VERY MUCH FOR YOUR WORK..

As a read before this post gear dose not work and I see you have erase that part as the autobrake gose I have not function PMDG_MPNL_AUTOBRAKE_move (ABsel) on tha last .1  it is call function PMDG_MPNL_AUTOBRAKE_calc (ABsel). on my part autobrake work fine

To add as a comment is that tcas funcion to inc or dec as soon as i used it,  fsuipc crash and end.. 

if tehre anything I can do to help late me know..thanks very much

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.