Pete Dowson Posted June 1, 2014 Report Posted June 1, 2014 Got it. ... As you can see, Flaps Handle Index is registering "8" when it shouldn't. This tracks with what we were seeing initially and with the FSUIPC Monitor program. YOU have something odd going on there. There are two different Flaps controls operating, AXIS_FLAPS_SET, and FLAPS_SET. I suspect the PMDG code is doing some preprocessing of the AXIS_FLAPS_SET control before FSUIPC sees it and calibrates the values. There are two possible ways to stop that. The first, and probably best (as it is far more efficient in any case) is to change the assignment mode to use "Direct to FSUIPC Calibration". This is more efficient because instead of having the control sent to FS to be intercepted by FSUIPC (just as if it were assigned in FS in the first place), it merely gets passed directly to FSUIPC's calibration routines. The removes two messages per change from the Windows message queue and also prevents the PMDG code from seeing the control first. The other way would be to assign directly to the Flaps set control in the first place, instead of the Axis Flaps Set control. This still means it would go to FS first, and so be just as inefficient, but would probably defeat interference by the PMDG code. The downside of either of these methods might be that the PMDG flaps don't then operate at all. I can't see that happening -- it depends how they've coded it all. But if this is the case you have no alternative but to leave the assignment as Axis flaps set, and cancel calibration (ie press the RESET button on the calibration option so it is no longer active). Pete
Fadamor Posted June 1, 2014 Author Report Posted June 1, 2014 Changed the lever to "Direct to FSUIPC Calibration"|Flaps. Here's the resulting log: ********* FSUIPC4, Version 4.934 by Pete Dowson *********User Name="Larry *********"User Addr="**************@comcast.net"FSUIPC4 Key is providedWIDEFS7 not user registered, or expired 316656 System time = 01/06/2014 16:35:11, Simulator time = 11:56:40 (16:56Z)[Continuation log requested by user]Running inside FSX on Windows 8Module base=5DEC0000 316656 LogOptions changed, now 30000000 00000001 321438 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -11394 (0xffffd37e) AXIS_FLAPS_SET 321438 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 0 (0x00000000) FLAPS_SET 328031 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 2048 (0x00000800) FLAPS_SET 328063 Monitor IPC:0BDC (S16) = 2048 328063 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 12.5000019455 328063 Monitor IPC:0BFC (U8) = 1 328063 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 1 343281 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -7300 (0xffffe37c) AXIS_FLAPS_SET 343313 Monitor IPC:0BDC (S16) = 4096 343313 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 25.0000039209 343313 Monitor IPC:0BFC (U8) = 2 343313 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 2 343313 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 2048 (0x00000800) FLAPS_SET 343344 Monitor IPC:0BDC (S16) = 2048 343344 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 12.5000019455 343344 Monitor IPC:0BFC (U8) = 1 343344 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 1 346625 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 4096 (0x00001000) FLAPS_SET 346656 Monitor IPC:0BDC (S16) = 4096 346656 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 25.0000039209 346656 Monitor IPC:0BFC (U8) = 2 346656 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 2 356266 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -3206 (0xfffff37a) AXIS_FLAPS_SET 356297 Monitor IPC:0BDC (S16) = 6144 356297 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 37.5000078781 356297 Monitor IPC:0BFC (U8) = 3 356297 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 3 356297 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 4096 (0x00001000) FLAPS_SET 356328 Monitor IPC:0BDC (S16) = 4096 356328 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 25.0000039209 356328 Monitor IPC:0BFC (U8) = 2 356328 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 2 359141 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 6144 (0x00001800) FLAPS_SET 359172 Monitor IPC:0BDC (S16) = 6144 359172 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 37.5000078781 359172 Monitor IPC:0BFC (U8) = 3 359172 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 3 365485 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 888 (0x00000378) AXIS_FLAPS_SET 365516 Monitor IPC:0BDC (S16) = 8192 365516 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 50.0000079013 365516 Monitor IPC:0BFC (U8) = 4 365516 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 4 365516 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 6144 (0x00001800) FLAPS_SET 365547 Monitor IPC:0BDC (S16) = 6144 365547 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 37.5000078781 365547 Monitor IPC:0BFC (U8) = 3 365547 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 3 368906 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 8192 (0x00002000) FLAPS_SET 368938 Monitor IPC:0BDC (S16) = 8192 368938 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 50.0000079013 368938 Monitor IPC:0BFC (U8) = 4 368938 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 4 374422 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 4982 (0x00001376) AXIS_FLAPS_SET 374453 Monitor IPC:0BDC (S16) = 10239 374453 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 374453 Monitor IPC:0BFC (U8) = 5 374453 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 374453 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 8192 (0x00002000) FLAPS_SET 374485 Monitor IPC:0BDC (S16) = 8192 374485 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 50.0000079013 374485 Monitor IPC:0BFC (U8) = 4 374485 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 4 376922 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 10240 (0x00002800) FLAPS_SET 376953 Monitor IPC:0BDC (S16) = 10239 376953 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 376953 Monitor IPC:0BFC (U8) = 5 376953 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 380625 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 9076 (0x00002374) AXIS_FLAPS_SET 380656 Monitor IPC:0BDC (S16) = 12287 380656 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 75.0000158753 380656 Monitor IPC:0BFC (U8) = 6 380656 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 6 380688 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 10240 (0x00002800) FLAPS_SET 380719 Monitor IPC:0BDC (S16) = 10239 380719 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 380719 Monitor IPC:0BFC (U8) = 5 380719 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 383078 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 12288 (0x00003000) FLAPS_SET 383110 Monitor IPC:0BDC (S16) = 12287 383110 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 75.0000158753 383110 Monitor IPC:0BFC (U8) = 6 383110 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 6 386672 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 13170 (0x00003372) AXIS_FLAPS_SET 386672 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 12288 (0x00003000) FLAPS_SET 390063 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 14336 (0x00003800) FLAPS_SET 390094 Monitor IPC:0BDC (S16) = 14335 390094 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 87.5000158986 390094 Monitor IPC:0BFC (U8) = 7 390094 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 7 393922 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 16384 (0x00004000) AXIS_FLAPS_SET 393953 Monitor IPC:0BDC (S16) = 16383 393953 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 100.000015922 393953 Monitor IPC:0BFC (U8) = 8 393953 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 8 393953 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 14336 (0x00003800) FLAPS_SET 394000 Monitor IPC:0BDC (S16) = 14335 394000 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 87.5000158986 394000 Monitor IPC:0BFC (U8) = 7 394000 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 7 397625 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 16384 (0x00004000) FLAPS_SET 397656 Monitor IPC:0BDC (S16) = 16383 397656 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 100.000015922 397656 Monitor IPC:0BFC (U8) = 8 397656 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 8 402360 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 13170 (0x00003372) AXIS_FLAPS_SET 402375 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 16384 (0x00004000) FLAPS_SET 405875 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 14336 (0x00003800) FLAPS_SET 405906 Monitor IPC:0BDC (S16) = 14335 405906 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 87.5000158986 405906 Monitor IPC:0BFC (U8) = 7 405906 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 7 410594 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 9076 (0x00002374) AXIS_FLAPS_SET 410594 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 14336 (0x00003800) FLAPS_SET 414188 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 12288 (0x00003000) FLAPS_SET 414219 Monitor IPC:0BDC (S16) = 12287 414219 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 75.0000158753 414219 Monitor IPC:0BFC (U8) = 6 414219 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 6 419125 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 4982 (0x00001376) AXIS_FLAPS_SET 419156 Monitor IPC:0BDC (S16) = 10239 419156 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 419156 Monitor IPC:0BFC (U8) = 5 419156 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 419156 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 12288 (0x00003000) FLAPS_SET 419188 Monitor IPC:0BDC (S16) = 12287 419188 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 75.0000158753 419188 Monitor IPC:0BFC (U8) = 6 419188 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 6 421391 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 10240 (0x00002800) FLAPS_SET 421422 Monitor IPC:0BDC (S16) = 10239 421422 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 421422 Monitor IPC:0BFC (U8) = 5 421422 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 426031 *** AXIS: Cntrl= 66534 (0x000103e6), Param= 888 (0x00000378) AXIS_FLAPS_SET 426063 Monitor IPC:0BDC (S16) = 8192 426063 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 50.0000079013 426063 Monitor IPC:0BFC (U8) = 4 426063 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 4 426063 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 10240 (0x00002800) FLAPS_SET 426094 Monitor IPC:0BDC (S16) = 10239 426094 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 62.5000079246 426094 Monitor IPC:0BFC (U8) = 5 426094 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 5 428531 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 8192 (0x00002000) FLAPS_SET 428563 Monitor IPC:0BDC (S16) = 8192 428563 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 50.0000079013 428563 Monitor IPC:0BFC (U8) = 4 428563 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 4 433485 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -3206 (0xfffff37a) AXIS_FLAPS_SET 433485 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 8192 (0x00002000) FLAPS_SET 436860 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 6144 (0x00001800) FLAPS_SET 436891 Monitor IPC:0BDC (S16) = 6144 436891 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 37.5000078781 436891 Monitor IPC:0BFC (U8) = 3 436891 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 3 442828 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -7300 (0xffffe37c) AXIS_FLAPS_SET 442860 Monitor IPC:0BDC (S16) = 4096 442860 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 25.0000039209 442860 Monitor IPC:0BFC (U8) = 2 442860 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 2 442860 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 6144 (0x00001800) FLAPS_SET 442891 Monitor IPC:0BDC (S16) = 6144 442891 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 37.5000078781 442891 Monitor IPC:0BFC (U8) = 3 442891 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 3 445781 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 4096 (0x00001000) FLAPS_SET 445813 Monitor IPC:0BDC (S16) = 4096 445813 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 25.0000039209 445813 Monitor IPC:0BFC (U8) = 2 445813 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 2 452078 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -11394 (0xffffd37e) AXIS_FLAPS_SET 452078 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 4096 (0x00001000) FLAPS_SET 455453 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 2048 (0x00000800) FLAPS_SET 455485 Monitor IPC:0BDC (S16) = 2048 455485 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 12.5000019455 455485 Monitor IPC:0BFC (U8) = 1 455485 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 1 460188 *** AXIS: Cntrl= 66534 (0x000103e6), Param= -16384 (0xffffc000) AXIS_FLAPS_SET 460188 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 2048 (0x00000800) FLAPS_SET 466860 *** AXIS: Cntrl= 65698 (0x000100a2), Param= 0 (0x00000000) FLAPS_SET 466891 Monitor IPC:0BDC (S16) = 0 466891 SimRead: 0BDC="FLAPS HANDLE PERCENT" FLT64: 0 466891 Monitor IPC:0BFC (U8) = 0 466891 SimRead: 0BFC="FLAPS HANDLE INDEX" FLT64: 0 473235 *** EVENT: Cntrl= 70095 (0x000111cf), Param= 4194304 (0x00400000) <70095> 473281 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 684 (0x000002ac) ROTOR_BRAKE 473281 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473328 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 366 (0x0000016e) ROTOR_BRAKE 473328 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473641 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473641 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473688 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473688 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473735 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473735 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473766 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473766 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473766 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473766 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473813 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473813 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473860 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473860 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473891 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473891 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473938 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473938 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 473969 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 473969 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474016 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474016 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474063 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474063 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474094 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474094 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474141 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474141 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474188 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474188 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474219 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474219 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474266 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474266 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474297 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474297 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474344 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474344 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474391 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474391 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474391 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474391 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 474438 *** EVENT: Cntrl= 66587 (0x0001041b), Param= 979 (0x000003d3) ROTOR_BRAKE 474438 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 477078 Sim stopped: average frame rate for last 160 secs = 31.1 fps 483688 LogOptions changed, now 00000000 00000001 495516 System time = 01/06/2014 16:38:09, Simulator time = 11:59:25 (16:59Z) 495516 *** FSUIPC log file being closedAverage frame rate for running time of 338 secs = 30.0 fpsG3D fix: Passes 26612, Null pointers 0, Bad pointers 0, Separate instances 0Memory managed: 162 Allocs, 162 Freed********* FSUIPC Log file closed ***********
Pete Dowson Posted June 1, 2014 Report Posted June 1, 2014 Changed the lever to "Direct to FSUIPC Calibration"|Flaps. Here's the resulting log: And? What did you see as a result? It looks better, but I can't analyse it without knowing what I'm looking for! Did you re-calibrate afterwards? I think you'd need to. Something is still sending the occasional Axis flaps set control I see. Pete
Fadamor Posted June 1, 2014 Author Report Posted June 1, 2014 It looks like it's doing a "one step back, two steps forward" routine. I sent it (0 - was here when the log started),1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0. I would think I'd want to see FSUIPC echo that and show those flap handle indexes in that order. The log shows 1,2, 1,2,3, 2,3,4, 3,4,5, 4,5,6, 5,6,7, 6,7,8, 7,8, 7,6,5, 6,5,4, 5,4,3, 2,3,2, 1,0. That's a very active flap handle index!
Pete Dowson Posted June 1, 2014 Report Posted June 1, 2014 It looks like it's doing a "one step back, two steps forward" routine. I sent it (0 - was here when the log started),1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0. I would think I'd want to see FSUIPC echo that and show those flap handle indexes in that order. The log shows 1,2, 1,2,3, 2,3,4, 3,4,5, 4,5,6, 5,6,7, 6,7,8, 7,8, 7,6,5, 6,5,4, 5,4,3, 2,3,2, 1,0. That's a very active flap handle index! Apart from the worrying intrusions of the "Axis flaps set" controls, it mainly looks like it isn't calibrated. With a different way of assigning you need to Reset and re-do the calibration properly. Pete
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now