Jump to content
Sign in to follow this  
eliott3

Spoiler in 737 ngx Pmdg with MCP Combo

Recommended Posts

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

Share this post


Link to post
Share on other sites

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
--------------------------------------------------------------------------------------

Share this post


Link to post
Share on other sites

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
--------------------------------------------------------------------------------------

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...