Jump to content
Sign in to follow this  
mounty

737NGX OFFSETS FOR REVERSE THRUST.

Recommended Posts

Hi,

 

I am having trouble with assigning offsets for reverse thrust using FSUIPC.  I enter the custome control number (70312 for #1 and 70313 for # 2) and have tried using the 0 and 1 to set the parameter but it doesn't have any effect on the 737 thrust reversers - no movement.  Any ideas where I may be going wrong?

 

Many Thanks

 

Rob

Share this post


Link to post
Share on other sites

Hi,

 

Try with 16384 and 8192

 

rgs


Roar Kristensen    www.flightsim4fun.com

P3Dv4 with Opencockpits hardware controlled by OC4BAv4 for immersive PMDG B737/777/747 flying

XPLANE 11 with Opencockpits hardware controlled by OC4BA_XP for immersive  B737 flying

rmMShli.jpg?1 WylQl0J.jpg?3

Share this post


Link to post
Share on other sites

This is how I set up the reverse button on my Saitek throttle:

 

02eg.jpg

 

The Parameter of 20000000 is the value for a left mouse click.


Larry

i9-9900k@5.0 HT, Maximus XI Code, 16GB TridentZ @ 4000, 2080Ti FTW3 Ultra Hydro, ekwb EK-KIT P360 water, 4K@30, W10 Pro, P3D v5.0

Share this post


Link to post
Share on other sites

Thanks LRW, works fine now.  Didn't know it was 20000000 for a button press - will remember for future offsets.

 

Rob

Share this post


Link to post
Share on other sites

One odd thing about the 20000000 value I gave you.  It's actually supposed to be the hex value x20000000.  From the PMDG_NGX_SDK.h:

 

#define MOUSE_FLAG_LEFTSINGLE    0x20000000

 

which is the same as a decimal value of 536870912.  I forgot to include the 'x' prefix in FSUIPC (not '0x' because FSUIPC will only store the '0'), which means that it's sending a decimal 20000000, but it still works.  With logging turned on in FSUIPC I can see it sending two different values depending on whether I include the 'x' or not, but I get reverse thrust either way.

 

   203831 Button changed: bRef=0, Joy=2, Btn=7, Pressed
   203831 [buttons.Boeing 737-7K2NGX KLM Royal Dutch Airlines Winglets] 14=R2,7,C70312,536870912
   203831 Repeating flag set: bRef=0, Joy=2, Btn=7 (RepeatDelayCtr=1)
   203831 FS Control Sent: Ctrl=70312, Param=536870912
   
   695921 Button changed: bRef=0, Joy=2, Btn=7, Pressed
   695921 [buttons.Boeing 737-7K2NGX KLM Royal Dutch Airlines Winglets] 14=R2,7,C70312,20000000
   695921 Repeating flag set: bRef=0, Joy=2, Btn=7 (RepeatDelayCtr=1)
   695921 FS Control Sent: Ctrl=70312, Param=20000000
 
The mouse flags in the header file appear to be standard mask values and it looks to me like the decimal 20000000 should not work because it does not include the bit that is set by the correct x20000000.  Maybe someone more knowledgeable with FSUIPC or the SDK can explain it.

Larry

i9-9900k@5.0 HT, Maximus XI Code, 16GB TridentZ @ 4000, 2080Ti FTW3 Ultra Hydro, ekwb EK-KIT P360 water, 4K@30, W10 Pro, P3D v5.0

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