June 25, 201312 yr 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
June 25, 201312 yr Commercial Member 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
June 26, 201312 yr This is how I set up the reverse button on my Saitek throttle: The Parameter of 20000000 is the value for a left mouse click. Larry [email protected] HT, Maximus XI Code, 16GB TridentZ @ 4000, 2080Ti FTW3 Ultra Hydro, ekwb EK-KIT P360 water, 4K@30, W10 Pro, P3D v5.0
June 26, 201312 yr Author Thanks LRW, works fine now. Didn't know it was 20000000 for a button press - will remember for future offsets. Rob
June 26, 201312 yr 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 [email protected] HT, Maximus XI Code, 16GB TridentZ @ 4000, 2080Ti FTW3 Ultra Hydro, ekwb EK-KIT P360 water, 4K@30, W10 Pro, P3D v5.0
Create an account or sign in to comment