Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi,

I use VRisim to control my VRinsight "MCP Combo II-Airbus FCU" (with wilco AXX ou PMDG 737)

This is great for all controls managed by vrisim.

Now I want to be able to program the addtionals user buttons in FSUIPC ... I've got a registred version of FSUIPC.

But it is not working properly : for example, when I press a button on my MCP that I programmed in FSUIPC, and when I look at the FSUIPC log, I see "joy #xx, button #yy ... trapped ..." but nothing happens ! More generally, I see in the fsuipc log file only the information "To Device" but never "from device" ... (I put a extract of my log at the end of this topic)

I applied everything that is said in "APPENDIX 3: Handling VRInsight devices in FSUIPC4" of "FSUIPC4 andvanced for users" except the following: "Run1 = READY, CLOSE, d: \ VRInsight \ SerialFP2 \ SerialFP2.exe" that I replaced by "... \ vrisim.exe" because it is this last application I use.

All softwares are executed as administrator.

Can you help me?

Thank you

--------------------------------------------------------------------

My log :

Running inside FSX on Windows 7

Module base=0DAE0000

User Name="xxx"

User Addr="xxx"

FSUIPC4 Key is provided

WideFS7 Key is provided

592 System time = 03/11/2012 14:53:23

624 FLT UNC path = "\\BRUNO-PC\Fichiers Flight Simulator X\"

670 Trying to connect to SimConnect Acc/SP2 Oct07 ...

717 FS UNC path = "\\BRUNO-PC\Microsoft Flight Simulator X\"

1716 LogOptions=00000000 00000051

1716 Wind smoothing fix is fully installed

1716 G3D.DLL fix attempt installed ok

1716 SimConnect_Open succeeded: waiting to check version okay

1716 Trying to use SimConnect Acc/SP2 Oct07

1747 VRI port 1 "COM3" opened

1747 VRI driver port 1 "COM2" also opened

51480 Ready Flags: Ready-To-Fly=N, In Menu=N, In Dlg=N

52525 Running in "Microsoft Flight Simulator X", Version: 10.0.61637.0 (SimConnect: 10.0.61259.0)

52525 Initialising SimConnect data requests now

52525 FSUIPC Menu entry added

52556 Ready Flags: Ready-To-Fly=N, In Menu=Y, In Dlg=Y

52572 \\BRUNO-PC\Fichiers Flight Simulator X\Brit Air au départ de brest.FLT

52572 \\BRUNO-PC\Microsoft Flight Simulator X\SimObjects\Airplanes\Wilco CRJ 1000NG\CRJ1000NG.AIR

105207 \\BRUNO-PC\Microsoft Flight Simulator X\SimObjects\Airplanes\PMDG 737-800NGX WL\B737-800WL.AIR

115362 Ready Flags: Ready-To-Fly=N, In Menu=N, In Dlg=N

126173 Aircraft="PMDG 737-800NGX PMDG House Winglets"

126189 System time = 03/11/2012 14:55:28, Simulator time = 14:54:15 (13:54Z)

126392 Ready Flags: Ready-To-Fly=N, In Menu=Y, In Dlg=Y

353950 Ready Flags: Ready-To-Fly=N, In Menu=N, In Dlg=N

357601 Starting everything now ...

357632 Using "C:\Program Files (x86)\GoFlight\GFDEV.DLL", version 2.2.1.0

357632 GoFlight GFTQ6 detected: 1 device

357663 AES Link established

357663 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N

357835 Run: "C:\Program Files (x86)\VRInsight\bin\VRiSim.exe"

358100 VRI COM3 <--- CMDRST [to Device]

358693 VRI COM3 <--- CMDCON [to Device]

358817 Advanced Weather Interface Enabled

359488 VRI COM2 <--- CMDCON [to VRI Driver]

359551 VRI COM3 <--- CMDFUN [to Device]

359785 VRI MCP2A ("MCP2 Airbus") detected on port COM3

359785 VRI COM2 <--- CMDMCP2A [to VRI Driver]

359816 VRI COM2 <--- EFIVOR1: [to VRI Driver]

359831 VRI COM2 <--- EFIADF1: [to VRI Driver]

359847 VRI COM2 <--- EFIVOR2: [to VRI Driver]

359847 VRI COM2 <--- EFIADF2: [to VRI Driver]

359878 VRI COM2 <--- EFIhPa . [to VRI Driver]

360112 VRI COM3 <--- CMDVER [to Device]

360175 VRI COM2 <--- CMD1.100 [to VRI Driver]

365557 VRI COM3 <--- DSP0 \\\ [to Device]

...

370143 VRI COM3 <--- DSPB [to Device]

451030 Ready Flags: Ready-To-Fly=Y, In Menu=Y, In Dlg=Y

451030 Sim stopped: average frame rate for last 97 secs = 8.7 fps

454618 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

479375 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N

481434 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

482261 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

482745 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

484398 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

512634 Ready Flags: Ready-To-Fly=Y, In Menu=Y, In Dlg=Y

512634 Sim stopped: average frame rate for last 33 secs = 8.4 fps

519795 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

520856 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

578592 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N

Posted

All softwares are executed as administrator.

Why? You shouldn't need to execure any that way!

Can you help me?

I see this:

   481434 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle[/CODE]

but I've no idea if you've assigned anything to Joy 290 Button 17. You don't say and you've not shown me the FSUIPC INI file which contains your assignments.

Pete

Posted

yes I've assigned the "landing light" to this boutton by the interface FSUIPC, not in the fsuipc.ini ... is that wrong ?

No. That should work fine. Doesn't it? Enable Button and Event logging in the FSUIPC Logging tab, and try again. Show me the resulting log.

Note that VRi buttons operate like toggles -- one press "on", next press "off", etc. If you are assigning a toggle control then you need to assign to both Press and Release otherwise you'd need to press the button twice each time.

Regards

Pete

Posted

HI,

I want to assign the fonction "increase autobrake". My plane is the 737 from PMDG.

This is what I get after enable Button and Event logging in the FSUIPC Logging tab.

1070214 VRI command USRUSR1. trapped as Joy 290 Btn 25 Toggle

1074098 VRI command USRUSR1. trapped as Joy 290 Btn 25 Toggle

1135953 Ready Flags: Ready-To-Fly=Y, In Menu=Y, In Dlg=Y

1135953 Sim stopped: average frame rate for last 98 secs = 6.7 fps

1162629 LogOptions changed, now 60000000 00000051

1162972 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163128 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163269 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163425 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163565 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163581 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N

1163721 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1163877 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164017 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164173 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164329 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164470 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164626 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164766 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1164922 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165078 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165219 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165375 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165515 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165655 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165796 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1165936 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166092 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166248 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166389 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166545 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166685 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166825 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1166981 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167122 *** EVENT: Cntrl= 69706 (0x0001104a), Param= 4194304 (0x00400000) <69706>

1167122 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167278 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167403 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167559 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167715 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167839 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1167995 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168136 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168276 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168432 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168557 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168713 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1168853 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1169009 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1169165 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1169306 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1169462 Ready Flags: Ready-To-Fly=Y, In Menu=Y, In Dlg=Y

1171724 *** Entered Buttons option page ***

1174516 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

1174516 FirstButtonChange res=00012211 (0.290, 17)

1191661 *** Exiting Buttons option page ***

1192004 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192160 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192316 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192456 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192612 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192612 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N

1192784 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1192924 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193080 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193221 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193377 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193533 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193673 KEYDOWN: VK=16, Waiting=0, Repeat=N, Shifts=1

1193673 .. Key not programmed -- passed on to FS

1193673 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193829 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1193985 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194126 KEYDOWN: VK=54, Waiting=0, Repeat=N, Shifts=1

1194126 .. Key not programmed -- passed on to FS

1194126 *** EVENT: Cntrl= 65911 (0x00010177), Param= 0 (0x00000000) PANEL_6

1194126 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194282 KEYUP: VK=54, Waiting=0

1194282 KEYUP: VK=16, Waiting=0

1194282 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194438 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194578 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194734 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1194890 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195030 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195186 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195327 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195483 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195639 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195779 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1195935 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196076 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196232 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196388 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196528 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196684 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196840 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1196965 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197121 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197261 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197448 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197604 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197745 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1197901 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1197901 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198072 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198072 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198213 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198213 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198369 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198369 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198509 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198509 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198665 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198665 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198821 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198821 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1198962 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1198962 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199118 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199118 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199274 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199274 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199414 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199414 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199570 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199570 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199710 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199710 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1199866 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1199866 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200022 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200022 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200163 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200163 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200319 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200319 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200475 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200475 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200615 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200615 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200771 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200771 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1200927 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1200927 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201068 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201068 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201224 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201224 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201364 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201364 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201520 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201520 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201676 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201676 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201816 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201816 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1201972 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1201972 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202113 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202128 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202269 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202269 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202425 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202425 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202518 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

1202581 Button changed: bRef=0, Joy=290, Btn=17, Released

1202581 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202581 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202737 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202737 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1202893 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1202893 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203033 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203174 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203298 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203454 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203610 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203735 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1203891 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204032 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204188 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204344 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204484 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204640 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204796 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1204936 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205092 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205233 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205389 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205545 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205685 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205841 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1205841 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle

1205982 Button changed: bRef=0, Joy=290, Btn=17, Pressed

1205982 [buttons] 2=P290,17,C66298,0

1205982 FS Control Sent: Ctrl=66298, Param=0

1205982 *** EVENT: Cntrl= 66298 (0x000102fa), Param= 0 (0x00000000) INCREASE_AUTOBRAKE_CONTROL

1205982 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206138 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206294 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206434 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206574 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206715 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1206871 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207027 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE

1207027 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207167 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207323 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207479 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207620 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207776 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1207932 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1208072 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

1208228 *** EVENT: Cntrl= 85637 (0x00014e85), Param= 0 (0x00000000) <85637>

Posted

I want to assign the fonction "increase autobrake". My plane is the 737 from PMDG.

And it is assigned, and it is sent then the button is seen as "pressed". This is clearly shown in your log:


1205841 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle
1205982 Button changed: bRef=0, Joy=290, Btn=17, Pressed
1205982 [Buttons] 2=P290,17,C66298,0
1205982 FS Control Sent: Ctrl=66298, Param=0
1205982 *** EVENT: Cntrl= 66298 (0x000102fa), Param= 0 (0x00000000) INCREASE_AUTOBRAKE_CONTROL

[/CODE]

As I said, VRi buttons act like toggles, so you should assign to both press AND release -- you clearly have not done the latter as shown by the only other time you pressed it in this log:

[CODE]
1202518 VRI command USRBTN1. trapped as Joy 290 Btn 17 Toggle
1202581 Button changed: bRef=0, Joy=290, Btn=17, Released

[/CODE]

When testing such things you'd be best not loading an aircraft like the PMDG, as it does tend to constantly sent FS controls all of the time, -- resulting in your long log with little of interest. Control 85637 is one of its own controls and I think it also uses "rotor brake" controls for something devious, internally. For a cleaner log so you can see what is going on, load the default 738. You'll see the Autobrake increase each other button press, they way you've programmed it.

Additionally it is likely (though I don't know) that the PMDG aircraft does not obey default FSX commands like the A/B ones. You'll probablyneed to use its own controls as listed in the 737NGX SDK.

Pete

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.