October 21, 201114 yr Hello, I would like to parametrize 2 buttons of MCP combo so that he allows to increment / décrémenter the command of spoilers (as for autobrake) but I do not find in the menu - option sous Linda's PMDG NGX the commandHow then I to make? Thank you for your answer Christian PICARDFCY-ISA
October 21, 201114 yr Hello, they where currently not available ...But I will implement them for you as soon as possible ... Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
October 21, 201114 yr Hello, edit the NGX module with these lines function NGX_SPOILER_arm () if ipc.readLvar('ngx_switch_679_a') == 0 then ipc.control(76424, 536870912) DspShow ("SPLR", "ARM") endendfunction NGX_SPOILER_off () if ipc.readLvar('ngx_switch_679_a') == 100 then ipc.control(76424, 536870912) end ipc.control(86637, -16384) DspShow ("SPLR", "OFF")endfunction NGX_SPOILER_50 () ipc.control(86637, -2200) DspShow ("SPLR", " 50")endfunction NGX_SPOILER_detend () ipc.control(86637, 7100) DspShow ("SPLR", "FDet")endfunction NGX_SPOILER_100 () ipc.control(86637, 16384) DspShow ("SPLR", "100")end will be included in the next NGX module update Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
Create an account or sign in to comment