May 15, 20224 yr 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.
May 15, 20224 yr 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 May 15, 20224 yr 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
May 15, 20224 yr 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.