Jump to content
Sign in to follow this  
dukeorbust

PMDG 737 MSFS Profile Issues

Recommended Posts

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.

Share this post


Link to post
Share on other sites
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
  • Like 1

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...