
KAPTEJNLN
Members-
Posts
208 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by KAPTEJNLN
-
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
pete i tryeid your version whit out reverse, that works it idels when my device is at idle and works as it should around 20%. so now i need to get the reverse work when i move the throtles to the reverse on my device... so i would try to get it working.. bythe way should that be in the same dokument or a new one for the reverser? function throttle1(offset, val) if val < 0 then val = 0 end val = (val * 2) - 16384 ipc.control(66420,val) end function throttle2(offset, val) if val < 0 then val = 0 end val = (val * 2) - 16384 ipc.control(66423,val) end event.intercept(0x089A, "SW", "throttle1") event.intercept(0x0932, "SW", "throttle2") [/CODE] -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
OK here is it.. to keep it clean i go back to the firs codes you gave me.... started whit throttle position on my device at idle then full reverse back to idle and full throtle. Sorry the long code but wanted to be sure i got it all.. but the highes negative i recorded so far was: 201959 *** AXIS: Cntrl= 66420 (0x00010374), Param= -6092 (0xffffe834) AXIS_THROTTLE1_SET 201959 *** AXIS: Cntrl= 66423 (0x00010377), Param= -6092 (0xffffe834) AXIS_THROTTLE2_SET 94412 System time = 02/02/2012 13:09:56, Simulator time = 13:09:08 (12:09Z) 94490 WRITE0 089A, 2 bytes: 00 00 .. 94490 WRITE0 0932, 2 bytes: 00 00 .. 94490 WRITE0 0890, 2 bytes: BB 1B .. 94490 WRITE0 0928, 2 bytes: 99 19 .. 94490 WRITE0 0BBA, 2 bytes: 28 0A (. 94537 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94537 WRITE0 089A, 2 bytes: 00 00 .. 94537 WRITE0 0932, 2 bytes: 00 00 .. 94537 WRITE0 0890, 2 bytes: BB 1B .. 94537 WRITE0 0928, 2 bytes: 99 19 .. 94583 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94615 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94661 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94693 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94739 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94739 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 94739 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 94786 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94817 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 94864 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 95036 *** AXIS: Cntrl= 66162 (0x00010272), Param= 3 (0x00000003) COWLFLAP1_SET 95223 WRITE0 0BBA, 2 bytes: 28 0A (. 95582 WRITE0 089A, 2 bytes: 00 00 .. 95582 WRITE0 0932, 2 bytes: 00 00 .. 95582 WRITE0 0890, 2 bytes: BB 1B .. 95582 WRITE0 0928, 2 bytes: 99 19 .. 95660 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 95660 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 96268 WRITE0 0BBA, 2 bytes: 28 0A (. 96643 WRITE0 089A, 2 bytes: 00 00 .. 96643 WRITE0 0932, 2 bytes: 00 00 .. 96643 WRITE0 0890, 2 bytes: BB 1B .. 96643 WRITE0 0928, 2 bytes: 99 19 .. 96674 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 96674 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 97282 WRITE0 0BBA, 2 bytes: 28 0A (. 97688 WRITE0 089A, 2 bytes: 00 00 .. 97688 WRITE0 0932, 2 bytes: 00 00 .. 97688 WRITE0 0890, 2 bytes: BB 1B .. 97688 WRITE0 0928, 2 bytes: 99 19 .. 97766 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 97766 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 98359 WRITE0 0BBA, 2 bytes: 28 0A (. 98717 WRITE0 089A, 2 bytes: 00 00 .. 98717 WRITE0 0932, 2 bytes: 00 00 .. 98717 WRITE0 0890, 2 bytes: BB 1B .. 98717 WRITE0 0928, 2 bytes: 99 19 .. 98795 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 98795 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 99404 WRITE0 0BBA, 2 bytes: 28 0A (. 99763 WRITE0 089A, 2 bytes: 00 00 .. 99763 WRITE0 0932, 2 bytes: 00 00 .. 99763 WRITE0 0890, 2 bytes: BB 1B .. 99763 WRITE0 0928, 2 bytes: 99 19 .. 99794 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 99794 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 100418 WRITE0 0BBA, 2 bytes: 28 0A (. 100792 WRITE0 089A, 2 bytes: 00 00 .. 100792 WRITE0 0932, 2 bytes: 00 00 .. 100792 WRITE0 0890, 2 bytes: BB 1B .. 100792 WRITE0 0928, 2 bytes: 99 19 .. 100823 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 100823 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 101494 WRITE0 0BBA, 2 bytes: 28 0A (. 101837 WRITE0 089A, 2 bytes: 00 00 .. 101837 WRITE0 0932, 2 bytes: 00 00 .. 101837 WRITE0 0890, 2 bytes: BB 1B .. 101837 WRITE0 0928, 2 bytes: 99 19 .. 101900 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 101900 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 102508 WRITE0 0BBA, 2 bytes: 28 0A (. 102914 WRITE0 089A, 2 bytes: 00 00 .. 102914 WRITE0 0932, 2 bytes: 00 00 .. 102914 WRITE0 0890, 2 bytes: BB 1B .. 102914 WRITE0 0928, 2 bytes: 99 19 .. 103007 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 103007 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 103585 WRITE0 0BBA, 2 bytes: 28 0A (. 103928 WRITE0 089A, 2 bytes: 00 00 .. 103928 WRITE0 0932, 2 bytes: 00 00 .. 103928 WRITE0 0890, 2 bytes: BB 1B .. 103928 WRITE0 0928, 2 bytes: 99 19 .. 104021 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 104021 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 104630 WRITE0 0BBA, 2 bytes: 28 0A (. 104848 WRITE0 089A, 2 bytes: A4 FE .. 104848 WRITE0 0932, 2 bytes: A4 FE .. 104879 *** AXIS: Cntrl= 66420 (0x00010374), Param= -348 (0xfffffea4) AXIS_THROTTLE1_SET 104879 *** AXIS: Cntrl= 66423 (0x00010377), Param= -348 (0xfffffea4) AXIS_THROTTLE2_SET 104879 WRITE0 089A, 2 bytes: 90 FA .. 104879 WRITE0 0932, 2 bytes: EC FB .. 104911 WRITE0 089A, 2 bytes: 2A F7 *. 104911 WRITE0 0932, 2 bytes: D8 F7 .. 104942 *** AXIS: Cntrl= 66420 (0x00010374), Param= -1392 (0xfffffa90) AXIS_THROTTLE1_SET 104942 *** AXIS: Cntrl= 66423 (0x00010377), Param= -1044 (0xfffffbec) AXIS_THROTTLE2_SET 104942 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2262 (0xfffff72a) AXIS_THROTTLE1_SET 104942 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2088 (0xfffff7d8) AXIS_THROTTLE2_SET 104942 WRITE0 089A, 2 bytes: C3 F3 .. 104942 WRITE0 0932, 2 bytes: 72 F4 r. 104989 WRITE0 089A, 2 bytes: 5D F0 ]. 104989 WRITE0 0932, 2 bytes: 0B F1 .. 105004 WRITE0 089A, 2 bytes: F7 EC .. 105004 WRITE0 0932, 2 bytes: F7 EC .. 105004 WRITE0 0890, 2 bytes: BB 1B .. 105004 WRITE0 0928, 2 bytes: 99 19 .. 105035 *** AXIS: Cntrl= 66420 (0x00010374), Param= -3133 (0xfffff3c3) AXIS_THROTTLE1_SET 105035 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2958 (0xfffff472) AXIS_THROTTLE2_SET 105035 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4003 (0xfffff05d) AXIS_THROTTLE1_SET 105035 *** AXIS: Cntrl= 66423 (0x00010377), Param= -3829 (0xfffff10b) AXIS_THROTTLE2_SET 105035 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4873 (0xffffecf7) AXIS_THROTTLE1_SET 105035 *** AXIS: Cntrl= 66423 (0x00010377), Param= -4873 (0xffffecf7) AXIS_THROTTLE2_SET 105035 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 105035 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 105035 WRITE0 089A, 2 bytes: 34 E8 4. 105035 WRITE0 0932, 2 bytes: 34 E8 4. 105082 WRITE0 089A, 2 bytes: 34 E8 4. 105082 WRITE0 0932, 2 bytes: 34 E8 4. 105113 *** AXIS: Cntrl= 66420 (0x00010374), Param= -6092 (0xffffe834) AXIS_THROTTLE1_SET 105113 *** AXIS: Cntrl= 66423 (0x00010377), Param= -6092 (0xffffe834) AXIS_THROTTLE2_SET 105659 WRITE0 0BBA, 2 bytes: 28 0A (. 106034 WRITE0 089A, 2 bytes: 34 E8 4. 106034 WRITE0 0932, 2 bytes: 34 E8 4. 106034 WRITE0 0890, 2 bytes: BB 1B .. 106034 WRITE0 0928, 2 bytes: 99 19 .. 106127 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 106127 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 106705 WRITE0 0BBA, 2 bytes: 28 0A (. 107079 WRITE0 089A, 2 bytes: 34 E8 4. 107079 WRITE0 0932, 2 bytes: 34 E8 4. 107079 WRITE0 0890, 2 bytes: BB 1B .. 107079 WRITE0 0928, 2 bytes: 99 19 .. 107141 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 107141 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 107750 WRITE0 0BBA, 2 bytes: 28 0A (. 108124 WRITE0 089A, 2 bytes: 34 E8 4. 108124 WRITE0 0932, 2 bytes: 34 E8 4. 108124 WRITE0 0890, 2 bytes: BB 1B .. 108124 WRITE0 0928, 2 bytes: 99 19 .. 108155 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 108155 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 108779 WRITE0 0BBA, 2 bytes: 28 0A (. 109185 WRITE0 089A, 2 bytes: 34 E8 4. 109185 WRITE0 0932, 2 bytes: 34 E8 4. 109185 WRITE0 0890, 2 bytes: BB 1B .. 109185 WRITE0 0928, 2 bytes: 99 19 .. 109247 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 109247 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 109872 WRITE0 0BBA, 2 bytes: 28 0A (. 110215 WRITE0 089A, 2 bytes: 34 E8 4. 110215 WRITE0 0932, 2 bytes: 34 E8 4. 110246 WRITE0 0890, 2 bytes: BB 1B .. 110246 WRITE0 0928, 2 bytes: 99 19 .. 110340 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 110340 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 110870 WRITE0 0BBA, 2 bytes: 28 0A (. 111260 WRITE0 089A, 2 bytes: 34 E8 4. 111260 WRITE0 0932, 2 bytes: 34 E8 4. 111260 WRITE0 0890, 2 bytes: BB 1B .. 111260 WRITE0 0928, 2 bytes: 99 19 .. 111354 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 111354 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 111931 WRITE0 0BBA, 2 bytes: 28 0A (. 112321 WRITE0 089A, 2 bytes: 34 E8 4. 112321 WRITE0 0932, 2 bytes: 34 E8 4. 112321 WRITE0 0890, 2 bytes: BB 1B .. 112321 WRITE0 0928, 2 bytes: 99 19 .. 112352 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 112352 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 112960 WRITE0 0BBA, 2 bytes: 28 0A (. 113335 WRITE0 089A, 2 bytes: 34 E8 4. 113335 WRITE0 0932, 2 bytes: 34 E8 4. 113335 WRITE0 0890, 2 bytes: BB 1B .. 113335 WRITE0 0928, 2 bytes: 99 19 .. 113366 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 113366 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 114006 WRITE0 0BBA, 2 bytes: 28 0A (. 114396 WRITE0 089A, 2 bytes: 34 E8 4. 114396 WRITE0 0932, 2 bytes: 34 E8 4. 114396 WRITE0 0890, 2 bytes: BB 1B .. 114396 WRITE0 0928, 2 bytes: 99 19 .. 114458 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 114458 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 115066 WRITE0 0BBA, 2 bytes: 28 0A (. 115456 WRITE0 089A, 2 bytes: 34 E8 4. 115456 WRITE0 0932, 2 bytes: 34 E8 4. 115456 WRITE0 0890, 2 bytes: BB 1B .. 115456 WRITE0 0928, 2 bytes: 99 19 .. 115488 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 115488 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 116096 WRITE0 0BBA, 2 bytes: 28 0A (. 116502 WRITE0 089A, 2 bytes: 34 E8 4. 116502 WRITE0 0932, 2 bytes: 34 E8 4. 116502 WRITE0 0890, 2 bytes: BB 1B .. 116502 WRITE0 0928, 2 bytes: 99 19 .. 116564 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 116564 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 117172 WRITE0 0BBA, 2 bytes: 28 0A (. 117547 WRITE0 089A, 2 bytes: 34 E8 4. 117547 WRITE0 0932, 2 bytes: 34 E8 4. 117547 WRITE0 0890, 2 bytes: BB 1B .. 117547 WRITE0 0928, 2 bytes: 99 19 .. 117578 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 117578 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 118218 WRITE0 0BBA, 2 bytes: 28 0A (. 118592 WRITE0 089A, 2 bytes: 34 E8 4. 118592 WRITE0 0932, 2 bytes: 34 E8 4. 118592 WRITE0 0890, 2 bytes: BB 1B .. 118592 WRITE0 0928, 2 bytes: 99 19 .. 118686 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 118686 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 119232 WRITE0 0BBA, 2 bytes: 28 0A (. 119622 WRITE0 089A, 2 bytes: 34 E8 4. 119622 WRITE0 0932, 2 bytes: 34 E8 4. 119622 WRITE0 0890, 2 bytes: BB 1B .. 119622 WRITE0 0928, 2 bytes: 99 19 .. 119700 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 119700 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 120292 WRITE0 0BBA, 2 bytes: 28 0A (. 120682 WRITE0 089A, 2 bytes: 34 E8 4. 120682 WRITE0 0932, 2 bytes: 34 E8 4. 120682 WRITE0 0890, 2 bytes: BB 1B .. 120682 WRITE0 0928, 2 bytes: 99 19 .. 120714 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 120714 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 120776 WRITE0 089A, 2 bytes: 34 E8 4. 120776 WRITE0 0932, 2 bytes: E3 E8 .. 120854 *** AXIS: Cntrl= 66423 (0x00010377), Param= -5917 (0xffffe8e3) AXIS_THROTTLE2_SET 120854 WRITE0 089A, 2 bytes: E3 E8 .. 120854 WRITE0 0932, 2 bytes: 3F EA ?. 120885 WRITE0 089A, 2 bytes: 91 E9 .. 120916 WRITE0 089A, 2 bytes: ED EA .. 120916 WRITE0 0932, 2 bytes: 9B EB .. 120963 *** AXIS: Cntrl= 66420 (0x00010374), Param= -5917 (0xffffe8e3) AXIS_THROTTLE1_SET 120963 *** AXIS: Cntrl= 66423 (0x00010377), Param= -5569 (0xffffea3f) AXIS_THROTTLE2_SET 120963 *** AXIS: Cntrl= 66420 (0x00010374), Param= -5743 (0xffffe991) AXIS_THROTTLE1_SET 120963 *** AXIS: Cntrl= 66420 (0x00010374), Param= -5395 (0xffffeaed) AXIS_THROTTLE1_SET 120963 *** AXIS: Cntrl= 66423 (0x00010377), Param= -5221 (0xffffeb9b) AXIS_THROTTLE2_SET 120963 WRITE0 089A, 2 bytes: 49 EC I. 120963 WRITE0 0932, 2 bytes: F7 EC .. 120994 WRITE0 089A, 2 bytes: 9B EB .. 121026 *** AXIS: Cntrl= 66420 (0x00010374), Param= -5047 (0xffffec49) AXIS_THROTTLE1_SET 121026 *** AXIS: Cntrl= 66423 (0x00010377), Param= -4873 (0xffffecf7) AXIS_THROTTLE2_SET 121026 *** AXIS: Cntrl= 66420 (0x00010374), Param= -5221 (0xffffeb9b) AXIS_THROTTLE1_SET 121026 WRITE0 089A, 2 bytes: F7 EC .. 121026 WRITE0 0932, 2 bytes: 53 EE S. 121057 WRITE0 089A, 2 bytes: 53 EE S. 121104 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4873 (0xffffecf7) AXIS_THROTTLE1_SET 121104 *** AXIS: Cntrl= 66423 (0x00010377), Param= -4525 (0xffffee53) AXIS_THROTTLE2_SET 121104 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4525 (0xffffee53) AXIS_THROTTLE1_SET 121104 WRITE0 089A, 2 bytes: AF EF .. 121104 WRITE0 0932, 2 bytes: 5D F0 ]. 121135 WRITE0 089A, 2 bytes: 5D F0 ]. 121182 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4177 (0xffffefaf) AXIS_THROTTLE1_SET 121182 *** AXIS: Cntrl= 66423 (0x00010377), Param= -4003 (0xfffff05d) AXIS_THROTTLE2_SET 121182 *** AXIS: Cntrl= 66420 (0x00010374), Param= -4003 (0xfffff05d) AXIS_THROTTLE1_SET 121182 WRITE0 089A, 2 bytes: B9 F1 .. 121182 WRITE0 0932, 2 bytes: B9 F1 .. 121244 *** AXIS: Cntrl= 66420 (0x00010374), Param= -3655 (0xfffff1b9) AXIS_THROTTLE1_SET 121244 *** AXIS: Cntrl= 66423 (0x00010377), Param= -3655 (0xfffff1b9) AXIS_THROTTLE2_SET 121244 WRITE0 089A, 2 bytes: 15 F3 .. 121244 WRITE0 0932, 2 bytes: 15 F3 .. 121275 WRITE0 0932, 2 bytes: 72 F4 r. 121322 *** AXIS: Cntrl= 66420 (0x00010374), Param= -3307 (0xfffff315) AXIS_THROTTLE1_SET 121322 *** AXIS: Cntrl= 66423 (0x00010377), Param= -3307 (0xfffff315) AXIS_THROTTLE2_SET 121322 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2958 (0xfffff472) AXIS_THROTTLE2_SET 121322 WRITE0 089A, 2 bytes: C3 F3 .. 121322 WRITE0 0BBA, 2 bytes: 28 0A (. 121353 WRITE0 089A, 2 bytes: 20 F5 . 121400 *** AXIS: Cntrl= 66420 (0x00010374), Param= -3133 (0xfffff3c3) AXIS_THROTTLE1_SET 121400 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2784 (0xfffff520) AXIS_THROTTLE1_SET 121400 WRITE0 089A, 2 bytes: 72 F4 r. 121447 WRITE0 089A, 2 bytes: CE F5 .. 121447 WRITE0 0932, 2 bytes: 20 F5 . 121478 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2958 (0xfffff472) AXIS_THROTTLE1_SET 121478 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2610 (0xfffff5ce) AXIS_THROTTLE1_SET 121478 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2784 (0xfffff520) AXIS_THROTTLE2_SET 121478 WRITE0 089A, 2 bytes: 20 F5 . 121556 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2784 (0xfffff520) AXIS_THROTTLE1_SET 121556 WRITE0 089A, 2 bytes: 7C F6 |. 121556 WRITE0 0932, 2 bytes: 7C F6 |. 121634 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2436 (0xfffff67c) AXIS_THROTTLE1_SET 121634 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2436 (0xfffff67c) AXIS_THROTTLE2_SET 121634 WRITE0 0932, 2 bytes: D8 F7 .. 121665 WRITE0 089A, 2 bytes: D8 F7 .. 121665 WRITE0 0932, 2 bytes: 2A F7 *. 121696 WRITE0 0932, 2 bytes: D8 F7 .. 121728 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2088 (0xfffff7d8) AXIS_THROTTLE2_SET 121728 *** AXIS: Cntrl= 66420 (0x00010374), Param= -2088 (0xfffff7d8) AXIS_THROTTLE1_SET 121728 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2262 (0xfffff72a) AXIS_THROTTLE2_SET 121728 *** AXIS: Cntrl= 66423 (0x00010377), Param= -2088 (0xfffff7d8) AXIS_THROTTLE2_SET 121743 WRITE0 089A, 2 bytes: D8 F7 .. 121743 WRITE0 0932, 2 bytes: D8 F7 .. 121743 WRITE0 0890, 2 bytes: BB 1B .. 121743 WRITE0 0928, 2 bytes: 99 19 .. 121774 WRITE0 089A, 2 bytes: 34 F9 4. 121774 WRITE0 0932, 2 bytes: 34 F9 4. 121806 *** AXIS: Cntrl= 66420 (0x00010374), Param= -1740 (0xfffff934) AXIS_THROTTLE1_SET 121806 *** AXIS: Cntrl= 66423 (0x00010377), Param= -1740 (0xfffff934) AXIS_THROTTLE2_SET 121806 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 121806 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 121852 WRITE0 0932, 2 bytes: 90 FA .. 121884 *** AXIS: Cntrl= 66423 (0x00010377), Param= -1392 (0xfffffa90) AXIS_THROTTLE2_SET 121884 WRITE0 089A, 2 bytes: 90 FA .. 121915 WRITE0 089A, 2 bytes: 3E FB >. 121915 WRITE0 0932, 2 bytes: EC FB .. 121946 *** AXIS: Cntrl= 66420 (0x00010374), Param= -1392 (0xfffffa90) AXIS_THROTTLE1_SET 121946 *** AXIS: Cntrl= 66420 (0x00010374), Param= -1218 (0xfffffb3e) AXIS_THROTTLE1_SET 121946 *** AXIS: Cntrl= 66423 (0x00010377), Param= -1044 (0xfffffbec) AXIS_THROTTLE2_SET 121962 WRITE0 089A, 2 bytes: 9A FC .. 121962 WRITE0 0932, 2 bytes: 48 FD H. 121993 WRITE0 089A, 2 bytes: 00 00 .. 121993 WRITE0 0932, 2 bytes: 00 00 .. 122024 *** AXIS: Cntrl= 66420 (0x00010374), Param= -870 (0xfffffc9a) AXIS_THROTTLE1_SET 122024 *** AXIS: Cntrl= 66423 (0x00010377), Param= -696 (0xfffffd48) AXIS_THROTTLE2_SET 122024 *** AXIS: Cntrl= 66420 (0x00010374), Param= 0 (0x00000000) AXIS_THROTTLE1_SET 122024 *** AXIS: Cntrl= 66423 (0x00010377), Param= 0 (0x00000000) AXIS_THROTTLE2_SET 122024 WRITE0 089A, 2 bytes: 00 00 .. 122071 WRITE0 0932, 2 bytes: BC 00 .. 122102 *** AXIS: Cntrl= 66423 (0x00010377), Param= 188 (0x000000bc) AXIS_THROTTLE2_SET 122102 WRITE0 0932, 2 bytes: 00 00 .. 122180 *** AXIS: Cntrl= 66423 (0x00010377), Param= 0 (0x00000000) AXIS_THROTTLE2_SET 122398 WRITE0 0BBA, 2 bytes: 28 0A (. 122757 WRITE0 089A, 2 bytes: 00 00 .. 122757 WRITE0 0932, 2 bytes: 00 00 .. 122757 WRITE0 0890, 2 bytes: BB 1B .. 122757 WRITE0 0928, 2 bytes: 99 19 .. 122835 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 122835 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 123428 WRITE0 0BBA, 2 bytes: 28 0A (. 123802 WRITE0 089A, 2 bytes: 00 00 .. 123802 WRITE0 0932, 2 bytes: 00 00 .. 123802 WRITE0 0890, 2 bytes: BB 1B .. 123802 WRITE0 0928, 2 bytes: 99 19 .. 123834 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 123834 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 124489 WRITE0 0BBA, 2 bytes: 28 0A (. 124863 WRITE0 089A, 2 bytes: 00 00 .. 124863 WRITE0 0932, 2 bytes: 00 00 .. 124863 WRITE0 0890, 2 bytes: BB 1B .. 124863 WRITE0 0928, 2 bytes: 99 19 .. 124910 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 124910 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 125550 WRITE0 0BBA, 2 bytes: 28 0A (. 125908 WRITE0 089A, 2 bytes: 00 00 .. 125908 WRITE0 0932, 2 bytes: 00 00 .. 125908 WRITE0 0890, 2 bytes: BB 1B .. 125908 WRITE0 0928, 2 bytes: 99 19 .. 125955 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 125955 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 126579 WRITE0 0BBA, 2 bytes: 28 0A (. 126954 WRITE0 089A, 2 bytes: 00 00 .. 126954 WRITE0 0932, 2 bytes: 00 00 .. 126954 WRITE0 0890, 2 bytes: BB 1B .. 126954 WRITE0 0928, 2 bytes: 99 19 .. 127032 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 127032 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 127593 WRITE0 0BBA, 2 bytes: 28 0A (. 127968 WRITE0 089A, 2 bytes: 00 00 .. 127968 WRITE0 0932, 2 bytes: 00 00 .. 127968 WRITE0 0890, 2 bytes: BB 1B .. 127968 WRITE0 0928, 2 bytes: 99 19 .. 128046 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 128046 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 128654 WRITE0 0BBA, 2 bytes: 28 0A (. 128904 WRITE0 089A, 2 bytes: BC 00 .. 128935 WRITE0 089A, 2 bytes: 00 00 .. 128982 *** AXIS: Cntrl= 66420 (0x00010374), Param= 188 (0x000000bc) AXIS_THROTTLE1_SET 128982 *** AXIS: Cntrl= 66420 (0x00010374), Param= 0 (0x00000000) AXIS_THROTTLE1_SET 129013 WRITE0 089A, 2 bytes: 78 01 x. 129013 WRITE0 0932, 2 bytes: 78 01 x. 129060 *** AXIS: Cntrl= 66420 (0x00010374), Param= 376 (0x00000178) AXIS_THROTTLE1_SET 129060 *** AXIS: Cntrl= 66423 (0x00010377), Param= 376 (0x00000178) AXIS_THROTTLE2_SET 129060 WRITE0 089A, 2 bytes: F1 02 .. 129060 WRITE0 0932, 2 bytes: F1 02 .. 129060 WRITE0 0890, 2 bytes: BB 1B .. 129060 WRITE0 0928, 2 bytes: 99 19 .. 129091 WRITE0 089A, 2 bytes: 69 04 i. 129091 WRITE0 0932, 2 bytes: 69 04 i. 129138 *** AXIS: Cntrl= 66420 (0x00010374), Param= 753 (0x000002f1) AXIS_THROTTLE1_SET 129138 *** AXIS: Cntrl= 66423 (0x00010377), Param= 753 (0x000002f1) AXIS_THROTTLE2_SET 129138 *** AXIS: Cntrl= 66420 (0x00010374), Param= 1129 (0x00000469) AXIS_THROTTLE1_SET 129138 *** AXIS: Cntrl= 66423 (0x00010377), Param= 1129 (0x00000469) AXIS_THROTTLE2_SET 129138 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 129138 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 129138 WRITE0 0932, 2 bytes: E2 05 .. 129169 WRITE0 089A, 2 bytes: E2 05 .. 129169 WRITE0 0932, 2 bytes: 5B 07 [. 129200 *** AXIS: Cntrl= 66423 (0x00010377), Param= 1506 (0x000005e2) AXIS_THROTTLE2_SET 129200 *** AXIS: Cntrl= 66420 (0x00010374), Param= 1506 (0x000005e2) AXIS_THROTTLE1_SET 129200 *** AXIS: Cntrl= 66423 (0x00010377), Param= 1883 (0x0000075b) AXIS_THROTTLE2_SET 129200 WRITE0 089A, 2 bytes: 5B 07 [. 129200 WRITE0 0932, 2 bytes: D3 08 .. 129278 *** AXIS: Cntrl= 66420 (0x00010374), Param= 1883 (0x0000075b) AXIS_THROTTLE1_SET 129278 *** AXIS: Cntrl= 66423 (0x00010377), Param= 2259 (0x000008d3) AXIS_THROTTLE2_SET 129278 WRITE0 089A, 2 bytes: D3 08 .. 129278 WRITE0 0932, 2 bytes: 4C 0A L. 129356 *** AXIS: Cntrl= 66420 (0x00010374), Param= 2259 (0x000008d3) AXIS_THROTTLE1_SET 129356 *** AXIS: Cntrl= 66423 (0x00010377), Param= 2636 (0x00000a4c) AXIS_THROTTLE2_SET 129356 WRITE0 089A, 2 bytes: 4C 0A L. 129356 WRITE0 0932, 2 bytes: C5 0B .. 129387 WRITE0 089A, 2 bytes: C5 0B .. 129387 WRITE0 0932, 2 bytes: 3D 0D =. 129434 *** AXIS: Cntrl= 66420 (0x00010374), Param= 2636 (0x00000a4c) AXIS_THROTTLE1_SET 129434 *** AXIS: Cntrl= 66423 (0x00010377), Param= 3013 (0x00000bc5) AXIS_THROTTLE2_SET 129434 *** AXIS: Cntrl= 66420 (0x00010374), Param= 3013 (0x00000bc5) AXIS_THROTTLE1_SET 129434 *** AXIS: Cntrl= 66423 (0x00010377), Param= 3389 (0x00000d3d) AXIS_THROTTLE2_SET 129434 WRITE0 089A, 2 bytes: 3D 0D =. 129434 WRITE0 0932, 2 bytes: B6 0E .. 129465 WRITE0 089A, 2 bytes: B6 0E .. 129512 *** AXIS: Cntrl= 66420 (0x00010374), Param= 3389 (0x00000d3d) AXIS_THROTTLE1_SET 129512 *** AXIS: Cntrl= 66423 (0x00010377), Param= 3766 (0x00000eb6) AXIS_THROTTLE2_SET 129512 *** AXIS: Cntrl= 66420 (0x00010374), Param= 3766 (0x00000eb6) AXIS_THROTTLE1_SET 129512 WRITE0 089A, 2 bytes: 2F 10 /. 129512 WRITE0 0932, 2 bytes: A7 11 .. 129543 WRITE0 089A, 2 bytes: A7 11 .. 129590 *** AXIS: Cntrl= 66420 (0x00010374), Param= 4143 (0x0000102f) AXIS_THROTTLE1_SET 129590 *** AXIS: Cntrl= 66423 (0x00010377), Param= 4519 (0x000011a7) AXIS_THROTTLE2_SET 129590 *** AXIS: Cntrl= 66420 (0x00010374), Param= 4519 (0x000011a7) AXIS_THROTTLE1_SET 129590 WRITE0 0932, 2 bytes: 99 14 .. 129621 WRITE0 089A, 2 bytes: 99 14 .. 129621 WRITE0 0932, 2 bytes: 11 16 .. 129668 WRITE0 089A, 2 bytes: 8A 17 .. 129668 WRITE0 0932, 2 bytes: 02 19 .. 129699 *** AXIS: Cntrl= 66423 (0x00010377), Param= 5273 (0x00001499) AXIS_THROTTLE2_SET 129699 *** AXIS: Cntrl= 66420 (0x00010374), Param= 5273 (0x00001499) AXIS_THROTTLE1_SET 129699 *** AXIS: Cntrl= 66423 (0x00010377), Param= 5649 (0x00001611) AXIS_THROTTLE2_SET 129699 *** AXIS: Cntrl= 66420 (0x00010374), Param= 6026 (0x0000178a) AXIS_THROTTLE1_SET 129699 *** AXIS: Cntrl= 66423 (0x00010377), Param= 6402 (0x00001902) AXIS_THROTTLE2_SET 129699 WRITE0 089A, 2 bytes: 02 19 .. 129699 WRITE0 0932, 2 bytes: 7B 1A {. 129699 WRITE0 0BBA, 2 bytes: 28 0A (. 129730 WRITE0 0932, 2 bytes: F4 1B .. 129762 *** AXIS: Cntrl= 66420 (0x00010374), Param= 6402 (0x00001902) AXIS_THROTTLE1_SET 129762 *** AXIS: Cntrl= 66423 (0x00010377), Param= 6779 (0x00001a7b) AXIS_THROTTLE2_SET 129762 *** AXIS: Cntrl= 66423 (0x00010377), Param= 7156 (0x00001bf4) AXIS_THROTTLE2_SET 129762 WRITE0 089A, 2 bytes: F4 1B .. 129762 WRITE0 0932, 2 bytes: E5 1E .. 129808 WRITE0 089A, 2 bytes: 6C 1D l. 129808 WRITE0 0932, 2 bytes: 5E 20 ^ 129840 *** AXIS: Cntrl= 66420 (0x00010374), Param= 7156 (0x00001bf4) AXIS_THROTTLE1_SET 129840 *** AXIS: Cntrl= 66423 (0x00010377), Param= 7909 (0x00001ee5) AXIS_THROTTLE2_SET 129840 *** AXIS: Cntrl= 66420 (0x00010374), Param= 7532 (0x00001d6c) AXIS_THROTTLE1_SET 129840 *** AXIS: Cntrl= 66423 (0x00010377), Param= 8286 (0x0000205e) AXIS_THROTTLE2_SET 129840 WRITE0 089A, 2 bytes: 5E 20 ^ 129840 WRITE0 0932, 2 bytes: 4F 23 O# 129886 WRITE0 089A, 2 bytes: D6 21 .! 129886 WRITE0 0932, 2 bytes: C8 24 .$ 129918 *** AXIS: Cntrl= 66420 (0x00010374), Param= 8286 (0x0000205e) AXIS_THROTTLE1_SET 129918 *** AXIS: Cntrl= 66423 (0x00010377), Param= 9039 (0x0000234f) AXIS_THROTTLE2_SET 129918 *** AXIS: Cntrl= 66420 (0x00010374), Param= 8662 (0x000021d6) AXIS_THROTTLE1_SET 129918 *** AXIS: Cntrl= 66423 (0x00010377), Param= 9416 (0x000024c8) AXIS_THROTTLE2_SET 129918 WRITE0 089A, 2 bytes: 4F 23 O# 129918 WRITE0 0932, 2 bytes: 40 26 @& 129949 WRITE0 089A, 2 bytes: C8 24 .$ 129949 WRITE0 0932, 2 bytes: B9 27 .' 129980 *** AXIS: Cntrl= 66420 (0x00010374), Param= 9039 (0x0000234f) AXIS_THROTTLE1_SET 129980 *** AXIS: Cntrl= 66423 (0x00010377), Param= 9792 (0x00002640) AXIS_THROTTLE2_SET 129980 *** AXIS: Cntrl= 66420 (0x00010374), Param= 9416 (0x000024c8) AXIS_THROTTLE1_SET 129980 *** AXIS: Cntrl= 66423 (0x00010377), Param= 10169 (0x000027b9) AXIS_THROTTLE2_SET 129980 WRITE0 089A, 2 bytes: 40 26 @& 129980 WRITE0 0932, 2 bytes: AA 2A .* 130027 WRITE0 089A, 2 bytes: 32 29 2) 130027 WRITE0 0932, 2 bytes: 23 2C #, 130058 *** AXIS: Cntrl= 66420 (0x00010374), Param= 9792 (0x00002640) AXIS_THROTTLE1_SET 130058 *** AXIS: Cntrl= 66423 (0x00010377), Param= 10922 (0x00002aaa) AXIS_THROTTLE2_SET 130058 *** AXIS: Cntrl= 66420 (0x00010374), Param= 10546 (0x00002932) AXIS_THROTTLE1_SET 130058 *** AXIS: Cntrl= 66423 (0x00010377), Param= 11299 (0x00002c23) AXIS_THROTTLE2_SET 130058 WRITE0 089A, 2 bytes: AA 2A .* 130058 WRITE0 0932, 2 bytes: 9B 2D .- 130105 WRITE0 089A, 2 bytes: 23 2C #, 130105 WRITE0 0932, 2 bytes: 14 2F ./ 130105 WRITE0 0890, 2 bytes: BB 1B .. 130105 WRITE0 0928, 2 bytes: 99 19 .. 130136 *** AXIS: Cntrl= 66420 (0x00010374), Param= 10922 (0x00002aaa) AXIS_THROTTLE1_SET 130136 *** AXIS: Cntrl= 66423 (0x00010377), Param= 11675 (0x00002d9b) AXIS_THROTTLE2_SET 130136 *** AXIS: Cntrl= 66420 (0x00010374), Param= 11299 (0x00002c23) AXIS_THROTTLE1_SET 130136 *** AXIS: Cntrl= 66423 (0x00010377), Param= 12052 (0x00002f14) AXIS_THROTTLE2_SET 130136 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 130136 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 130136 WRITE0 089A, 2 bytes: 9B 2D .- 130136 WRITE0 0932, 2 bytes: 8D 30 .0 130167 WRITE0 089A, 2 bytes: 8D 30 .0 130167 WRITE0 0932, 2 bytes: 7E 33 ~3 130214 WRITE0 089A, 2 bytes: 05 32 .2 130214 WRITE0 0932, 2 bytes: F7 34 .4 130245 *** AXIS: Cntrl= 66420 (0x00010374), Param= 11675 (0x00002d9b) AXIS_THROTTLE1_SET 130245 *** AXIS: Cntrl= 66423 (0x00010377), Param= 12429 (0x0000308d) AXIS_THROTTLE2_SET 130245 *** AXIS: Cntrl= 66420 (0x00010374), Param= 12429 (0x0000308d) AXIS_THROTTLE1_SET 130245 *** AXIS: Cntrl= 66423 (0x00010377), Param= 13182 (0x0000337e) AXIS_THROTTLE2_SET 130245 *** AXIS: Cntrl= 66420 (0x00010374), Param= 12805 (0x00003205) AXIS_THROTTLE1_SET 130245 *** AXIS: Cntrl= 66423 (0x00010377), Param= 13559 (0x000034f7) AXIS_THROTTLE2_SET 130245 WRITE0 089A, 2 bytes: F7 34 .4 130245 WRITE0 0932, 2 bytes: 6F 36 o6 130276 WRITE0 089A, 2 bytes: 6F 36 o6 130276 WRITE0 0932, 2 bytes: E8 37 .7 130308 *** AXIS: Cntrl= 66420 (0x00010374), Param= 13559 (0x000034f7) AXIS_THROTTLE1_SET 130308 *** AXIS: Cntrl= 66423 (0x00010377), Param= 13935 (0x0000366f) AXIS_THROTTLE2_SET 130308 *** AXIS: Cntrl= 66420 (0x00010374), Param= 13935 (0x0000366f) AXIS_THROTTLE1_SET 130308 *** AXIS: Cntrl= 66423 (0x00010377), Param= 14312 (0x000037e8) AXIS_THROTTLE2_SET 130323 WRITE0 089A, 2 bytes: 61 39 a9 130323 WRITE0 0932, 2 bytes: D9 3A .: 130354 WRITE0 089A, 2 bytes: D9 3A .: 130354 WRITE0 0932, 2 bytes: 52 3C R< 130386 *** AXIS: Cntrl= 66420 (0x00010374), Param= 14689 (0x00003961) AXIS_THROTTLE1_SET 130386 *** AXIS: Cntrl= 66423 (0x00010377), Param= 15065 (0x00003ad9) AXIS_THROTTLE2_SET 130386 *** AXIS: Cntrl= 66420 (0x00010374), Param= 15065 (0x00003ad9) AXIS_THROTTLE1_SET 130386 *** AXIS: Cntrl= 66423 (0x00010377), Param= 15442 (0x00003c52) AXIS_THROTTLE2_SET 130386 WRITE0 089A, 2 bytes: 52 3C R< 130386 WRITE0 0932, 2 bytes: CB 3D .= 130417 WRITE0 089A, 2 bytes: CB 3D .= 130417 WRITE0 0932, 2 bytes: 43 3F C? 130464 *** AXIS: Cntrl= 66420 (0x00010374), Param= 15442 (0x00003c52) AXIS_THROTTLE1_SET 130464 *** AXIS: Cntrl= 66423 (0x00010377), Param= 15819 (0x00003dcb) AXIS_THROTTLE2_SET 130464 *** AXIS: Cntrl= 66420 (0x00010374), Param= 15819 (0x00003dcb) AXIS_THROTTLE1_SET 130464 *** AXIS: Cntrl= 66423 (0x00010377), Param= 16195 (0x00003f43) AXIS_THROTTLE2_SET 130464 WRITE0 089A, 2 bytes: 00 40 .@ 130464 WRITE0 0932, 2 bytes: 00 40 .@ 130542 *** AXIS: Cntrl= 66420 (0x00010374), Param= 16384 (0x00004000) AXIS_THROTTLE1_SET 130542 *** AXIS: Cntrl= 66423 (0x00010377), Param= 16384 (0x00004000) AXIS_THROTTLE2_SET 130729 WRITE0 0BBA, 2 bytes: 28 0A (. 131150 WRITE0 089A, 2 bytes: 00 40 .@ 131150 WRITE0 0932, 2 bytes: 00 40 .@ 131150 WRITE0 0890, 2 bytes: BB 1B .. 131150 WRITE0 0928, 2 bytes: 99 19 .. 131181 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 131181 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 131774 WRITE0 0BBA, 2 bytes: 28 0A (. 132164 WRITE0 089A, 2 bytes: 00 40 .@ 132164 WRITE0 0932, 2 bytes: 00 40 .@ 132164 WRITE0 0890, 2 bytes: BB 1B .. 132164 WRITE0 0928, 2 bytes: 99 19 .. 132242 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 132242 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 132819 WRITE0 0BBA, 2 bytes: 28 0A (. 133209 WRITE0 089A, 2 bytes: 00 40 .@ 133209 WRITE0 0932, 2 bytes: 00 40 .@ 133209 WRITE0 0890, 2 bytes: BB 1B .. 133209 WRITE0 0928, 2 bytes: 99 19 .. 133287 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 133287 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 133864 WRITE0 0BBA, 2 bytes: 28 0A (. 134239 WRITE0 089A, 2 bytes: 00 40 .@ 134286 WRITE0 0932, 2 bytes: 00 40 .@ 134286 WRITE0 0890, 2 bytes: BB 1B .. 134286 WRITE0 0928, 2 bytes: 99 19 .. 134364 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 134364 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 134910 WRITE0 0BBA, 2 bytes: 28 0A (. 135315 WRITE0 089A, 2 bytes: 00 40 .@ 135315 WRITE0 0932, 2 bytes: 00 40 .@ 135315 WRITE0 0890, 2 bytes: BB 1B .. 135315 WRITE0 0928, 2 bytes: 99 19 .. 135378 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 135378 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 135970 WRITE0 0BBA, 2 bytes: 28 0A (. 136376 WRITE0 089A, 2 bytes: 00 40 .@ 136376 WRITE0 0932, 2 bytes: 00 40 .@ 136376 WRITE0 0890, 2 bytes: BB 1B .. 136376 WRITE0 0928, 2 bytes: 99 19 .. 136485 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 136485 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 137016 WRITE0 0BBA, 2 bytes: 28 0A (. 137406 WRITE0 089A, 2 bytes: 00 40 .@ 137406 WRITE0 0932, 2 bytes: 00 40 .@ 137406 WRITE0 0890, 2 bytes: BB 1B .. 137406 WRITE0 0928, 2 bytes: 99 19 .. 137468 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 137468 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 138045 WRITE0 0BBA, 2 bytes: 28 0A (. 138451 WRITE0 089A, 2 bytes: 00 40 .@ 138451 WRITE0 0932, 2 bytes: 00 40 .@ 138451 WRITE0 0890, 2 bytes: BB 1B .. 138451 WRITE0 0928, 2 bytes: 99 19 .. 138482 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 138482 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 139106 WRITE0 0BBA, 2 bytes: 28 0A (. 139512 WRITE0 089A, 2 bytes: 00 40 .@ 139512 WRITE0 0932, 2 bytes: 00 40 .@ 139512 WRITE0 0890, 2 bytes: BB 1B .. 139512 WRITE0 0928, 2 bytes: 99 19 .. 139590 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 139590 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 140151 WRITE0 0BBA, 2 bytes: 28 0A (. 140541 WRITE0 089A, 2 bytes: 00 40 .@ 140541 WRITE0 0932, 2 bytes: 00 40 .@ 140541 WRITE0 0890, 2 bytes: BB 1B .. 140541 WRITE0 0928, 2 bytes: 99 19 .. 140588 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 140588 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 141212 WRITE0 0BBA, 2 bytes: 28 0A (. 141587 WRITE0 089A, 2 bytes: 00 40 .@ 141587 WRITE0 0932, 2 bytes: 00 40 .@ 141587 WRITE0 0890, 2 bytes: BB 1B .. 141587 WRITE0 0928, 2 bytes: 99 19 .. 141680 *** AXIS: Cntrl= 65919 (0x0001017f), Param= 16383 (0x00003fff) MIXTURE1_SET 141680 *** AXIS: Cntrl= 65920 (0x00010180), Param= 16383 (0x00003fff) MIXTURE2_SET 142242 WRITE0 0BBA, 2 bytes: 28 0A (. 142725 Sim stopped: average frame rate for last 48 secs = 28.5 fps 150572 WRITE0 089A, 2 bytes: 00 40 .@ 150572 WRITE0 0932, 2 bytes: 00 40 .@ 150572 WRITE0 0890, 2 bytes: BB 1B .. 150572 WRITE0 0928, 2 bytes: 99 19 .. 150572 WRITE0 0BBA, 2 bytes: 28 0A (. [/CODE] -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
will try do log Axis events.. but i had it at full reverse to get the lowest reading 42.3% -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
OK i want the reverser so i tryeid option 2 and i see in the reverser feeld on the elite device it dosent do anything when the throttles are in the reverse and it should be so as i understand as i have to give it the decrease comand or so but, the problem i am facing is that it idle at around 42.3% throttle as before. and by pressing the the F1 key on the keyboard gets the engin to idle at 20.3% as it should. so thats my consern so far as i dont understand why it idle at 42 % insted of 22%. as test i tryeid it whit the default plane like the A321 and it also give the to high reading whitout reverse as i remember and is why we try to calibrate the revers but it dosent get to revers not even whit the code above where i just assigned set it as you set so it should have reverse as it wasent defined but it dosent it gives the high idle position. -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
It sems to works now i have to try edit to get it fit in the throttle range as it cant go to idle even in reverser range so yes it have reverser range.. on the saitek device i used reverser by assigning a button to throttle decrease as it was a button in the reverser feeld of Saitek but now i would return se if i can find out els i might ask :smile: and pete you are the best! the -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
well it was what i did and in the coding you see it WRITE that EliteFSX.dll shouldstart but els i dont think it gives a clue: 1763 WRITE0 330A, 2 bytes: B0 04 .. 1778 WRITE0 330A, 2 bytes: EC 03 .. 2184 WRITE0 8001, 25 bytes: 53 56 50 45 55 37 59 49 38 55 53 4A 45 6C 69 74 SVPEU7YI8USJElit 2184 65 46 53 58 2E 44 4C 4C 00 eFSX.DLL. 2215 Running in "Microsoft Flight Simulator X", Version: 10.0.61637.0 (SimConnect: 10.0.61259.0) 2215 Initialising SimConnect data requests now 2215 FSUIPC Menu entry added 2262 C:\FSX\FLIGHTS\OTHER\FLTSIM.FLT 2262 C:\FSX\SimObjects\Airplanes\Aircreation_582SL\Aircreation_582SL.AIR 2527 WRITE0 089A, 2 bytes: 00 00 .. 2527 WRITE0 088E, 2 bytes: A4 01 .. 2527 WRITE0 0890, 2 bytes: 00 40 .@ 2527 WRITE0 0BBA, 2 bytes: 20 08 . 4103 WRITE0 089A, 2 bytes: 00 00 .. 4103 WRITE0 088E, 2 bytes: A4 01 .. 4103 WRITE0 0890, 2 bytes: 00 40 .@ 4103 WRITE0 0BBA, 2 bytes: 20 08 . 4586 WRITE0 089A, 2 bytes: 00 00 .. 4586 WRITE0 088E, 2 bytes: A4 01 .. 4586 WRITE0 0890, 2 bytes: 00 40 .@ 12464 WRITE0 089A, 2 bytes: 00 00 .. 12464 WRITE0 088E, 2 bytes: A4 01 .. 12464 WRITE0 0890, 2 bytes: 00 40 .@ 12464 WRITE0 0BBA, 2 bytes: 20 08 . 12542 WRITE0 089A, 2 bytes: 00 00 .. 12542 WRITE0 088E, 2 bytes: A4 01 .. 12542 WRITE0 0890, 2 bytes: 00 40 .@ 12605 WRITE0 089A, 2 bytes: 00 00 .. 12605 WRITE0 088E, 2 bytes: A4 01 .. 12605 WRITE0 0890, 2 bytes: 00 40 .@ 12667 WRITE0 089A, 2 bytes: 00 00 .. 12667 WRITE0 088E, 2 bytes: A4 01 .. 12667 WRITE0 0890, 2 bytes: 00 40 .@ 12714 WRITE0 089A, 2 bytes: 00 00 .. 12714 WRITE0 088E, 2 bytes: A4 01 .. 12714 WRITE0 0890, 2 bytes: 00 40 .@ 12948 WRITE0 089A, 2 bytes: 00 00 .. 12948 WRITE0 088E, 2 bytes: A4 01 .. 12948 WRITE0 0890, 2 bytes: 00 40 .@ 17238 WRITE0 089A, 2 bytes: 00 00 .. 17238 WRITE0 088E, 2 bytes: A4 01 .. 17238 WRITE0 0890, 2 bytes: 00 40 .@ 17238 WRITE0 0BBA, 2 bytes: 20 08 . 17300 WRITE0 089A, 2 bytes: 00 00 .. 17300 WRITE0 088E, 2 bytes: A4 01 .. 17300 WRITE0 0890, 2 bytes: 00 40 .@ 17737 WRITE0 0BBA, 2 bytes: 20 08 . 18299 WRITE0 089A, 2 bytes: 00 00 .. 18299 WRITE0 088E, 2 bytes: A4 01 .. 18299 WRITE0 0890, 2 bytes: 00 40 .@ 19562 WRITE0 089A, 2 bytes: 00 00 .. 19562 WRITE0 088E, 2 bytes: A4 01 .. 19562 WRITE0 0890, 2 bytes: 00 40 .@ 19562 WRITE0 0BBA, 2 bytes: 20 08 . 29593 C:\FSX\SimObjects\Airplanes\Airbus_A321\Airbus_A321.AIR 29905 WRITE0 089A, 2 bytes: 00 00 .. 29905 WRITE0 088E, 2 bytes: A4 01 .. 29905 WRITE0 0890, 2 bytes: 00 40 .@ 29905 WRITE0 0BBA, 2 bytes: 20 08 . 29937 WRITE0 089A, 2 bytes: 00 00 .. 29937 WRITE0 088E, 2 bytes: A4 01 .. 29937 WRITE0 0890, 2 bytes: 00 40 .@ 29983 WRITE0 089A, 2 bytes: 00 00 .. 29983 WRITE0 088E, 2 bytes: A4 01 .. 29983 WRITE0 0890, 2 bytes: 00 40 .@ 30046 WRITE0 089A, 2 bytes: 00 00 .. 30046 WRITE0 088E, 2 bytes: A4 01 .. 30046 WRITE0 0890, 2 bytes: 00 40 .@ 30093 WRITE0 089A, 2 bytes: 00 00 .. 30093 WRITE0 088E, 2 bytes: A4 01 .. 30093 WRITE0 0890, 2 bytes: 00 40 .@ 30155 WRITE0 089A, 2 bytes: 00 00 .. 30155 WRITE0 088E, 2 bytes: A4 01 .. 30155 WRITE0 0890, 2 bytes: 00 40 .@ 30217 WRITE0 089A, 2 bytes: 00 00 .. 30217 WRITE0 088E, 2 bytes: A4 01 .. 30217 WRITE0 0890, 2 bytes: 00 40 .@ 30280 WRITE0 0BBA, 2 bytes: 20 08 . 49265 WRITE0 089A, 2 bytes: 00 00 .. 49265 WRITE0 088E, 2 bytes: A4 01 .. 49265 WRITE0 0890, 2 bytes: 00 40 .@ 49265 WRITE0 0BBA, 2 bytes: 20 08 . 52947 WRITE0 089A, 2 bytes: 00 00 .. 52947 WRITE0 088E, 2 bytes: A4 01 .. 52947 WRITE0 0890, 2 bytes: 00 40 .@ 52947 WRITE0 0BBA, 2 bytes: 20 08 . 53103 WRITE0 089A, 2 bytes: 00 00 .. 53103 WRITE0 088E, 2 bytes: A4 01 .. 53103 WRITE0 0890, 2 bytes: 00 40 .@ 53602 WRITE0 089A, 2 bytes: 00 00 .. 53602 WRITE0 088E, 2 bytes: A4 01 .. 53602 WRITE0 0890, 2 bytes: 00 40 .@ 53602 WRITE0 0BBA, 2 bytes: 20 08 . 53789 WRITE0 089A, 2 bytes: 00 00 .. 53789 WRITE0 088E, 2 bytes: A4 01 .. 53789 WRITE0 0890, 2 bytes: 00 40 .@ 53836 WRITE0 089A, 2 bytes: 00 00 .. 53836 WRITE0 088E, 2 bytes: A4 01 .. 53836 WRITE0 0890, 2 bytes: 00 40 .@ 53851 WRITE0 089A, 2 bytes: 00 00 .. 53851 WRITE0 088E, 2 bytes: A4 01 .. 53851 WRITE0 0890, 2 bytes: 00 40 .@ 53867 WRITE0 089A, 2 bytes: 00 00 .. 53867 WRITE0 088E, 2 bytes: A4 01 .. 53867 WRITE0 0890, 2 bytes: 00 40 .@ 53898 WRITE0 089A, 2 bytes: 00 00 .. 53898 WRITE0 0932, 2 bytes: 00 00 .. 53898 WRITE0 0890, 2 bytes: 00 40 .@ 53898 WRITE0 0928, 2 bytes: AA 3A .: 53914 WRITE0 089A, 2 bytes: 00 00 .. 53914 WRITE0 0932, 2 bytes: 00 00 .. 53914 WRITE0 0890, 2 bytes: 00 40 .@ 53914 WRITE0 0928, 2 bytes: AA 3A .: 53929 WRITE0 089A, 2 bytes: 00 00 .. 53929 WRITE0 0932, 2 bytes: 00 00 .. 53929 WRITE0 0890, 2 bytes: 00 40 .@ 53929 WRITE0 0928, 2 bytes: AA 3A .: 53945 WRITE0 089A, 2 bytes: 00 00 .. 53945 WRITE0 0932, 2 bytes: 00 00 .. 53945 WRITE0 0890, 2 bytes: 00 40 .@ 53945 WRITE0 0928, 2 bytes: AA 3A .: 53961 WRITE0 089A, 2 bytes: 00 00 .. 53961 WRITE0 0932, 2 bytes: 00 00 .. 53961 WRITE0 0890, 2 bytes: 00 40 .@ 53961 WRITE0 0928, 2 bytes: AA 3A .: 54288 WRITE0 0BBA, 2 bytes: 20 08 . 54366 Aircraft="Airbus A321 Paint2" 54382 System time = 02/02/2012 06:57:26, Simulator time = 12:05:17 (11:05Z) 54772 WRITE0 089A, 2 bytes: 00 00 .. 54772 WRITE0 088E, 2 bytes: A4 01 .. 54772 WRITE0 0890, 2 bytes: 00 40 .@ 54865 Starting everything now ... 54881 Using "C:\FSX\Modules\GFDEV.DLL", version 2.1.0.1 54881 GoFlight GFP8 detected: 2 devices 54881 GoFlight GFLGT detected: 1 device 54881 GoFlight GF166 detected: 1 device 54881 GoFlight GFRP48 detected: 1 device 54881 GoFlight GFMCPPRO detected: 1 device 55333 WRITE0 0BBA, 2 bytes: 20 08 . 55817 WRITE0 089A, 2 bytes: 00 00 .. 55817 WRITE0 088E, 2 bytes: A4 01 .. 55833 WRITE0 0890, 2 bytes: 00 40 .@ 56379 WRITE0 0BBA, 2 bytes: 20 08 . 56878 WRITE0 089A, 2 bytes: 00 00 .. 56878 WRITE0 088E, 2 bytes: A4 01 .. 56878 WRITE0 0890, 2 bytes: 00 40 .@ 57424 WRITE0 0BBA, 2 bytes: 20 08 . 57923 WRITE0 089A, 2 bytes: 00 00 .. 57923 WRITE0 088E, 2 bytes: A4 01 .. 57923 WRITE0 0890, 2 bytes: 00 40 .@ 58485 WRITE0 0BBA, 2 bytes: 20 08 . 58532 Advanced Weather Interface Enabled 58968 WRITE0 089A, 2 bytes: 00 00 .. 58968 WRITE0 088E, 2 bytes: A4 01 .. 58984 WRITE0 0890, 2 bytes: 00 40 .@ 59514 WRITE0 0BBA, 2 bytes: 20 08 . 60014 WRITE0 089A, 2 bytes: 01 F0 .. 60014 WRITE0 0932, 2 bytes: 01 F0 .. 60014 WRITE0 0890, 2 bytes: 00 40 .@ 60014 WRITE0 0928, 2 bytes: AA 3A .: 60560 WRITE0 0BBA, 2 bytes: 20 08 . 60918 WRITE0 0932, 2 bytes: 01 F0 .. 60934 WRITE0 089A, 2 bytes: 60 F1 `. 60934 WRITE0 0932, 2 bytes: EB F0 .. 60950 WRITE0 089A, 2 bytes: 4A F2 J. 60950 WRITE0 0932, 2 bytes: A9 F3 .. 60965 WRITE0 089A, 2 bytes: 34 F3 4. 60965 WRITE0 0932, 2 bytes: 93 F4 .. 60981 WRITE0 089A, 2 bytes: 1E F4 .. 60981 WRITE0 0932, 2 bytes: 7D F5 }. 60996 WRITE0 0932, 2 bytes: 67 F6 g. 61012 WRITE0 089A, 2 bytes: 08 F5 .. 61012 WRITE0 0932, 2 bytes: 51 F7 Q. 61028 WRITE0 089A, 2 bytes: F2 F5 .. 61028 WRITE0 0932, 2 bytes: 3B F8 ;. 61043 WRITE0 089A, 2 bytes: DC F6 .. 61043 WRITE0 0932, 2 bytes: 25 F9 %. 61059 WRITE0 089A, 2 bytes: C6 F7 .. 61059 WRITE0 0932, 2 bytes: 25 F9 %. 61059 WRITE0 0890, 2 bytes: 00 40 .@ 61059 WRITE0 0928, 2 bytes: AA 3A .: 61074 WRITE0 089A, 2 bytes: B0 F8 .. 61074 WRITE0 0932, 2 bytes: 0F FA .. 61090 WRITE0 089A, 2 bytes: 9A F9 .. 61090 WRITE0 0932, 2 bytes: F9 FA .. 61106 WRITE0 089A, 2 bytes: 84 FA .. 61106 WRITE0 0932, 2 bytes: E3 FB .. 61137 WRITE0 089A, 2 bytes: E3 FB .. 61137 WRITE0 0932, 2 bytes: B7 FD .. 61152 WRITE0 089A, 2 bytes: 42 FD B. 61152 WRITE0 0932, 2 bytes: 16 FF .. 61168 WRITE0 089A, 2 bytes: 00 00 .. 61168 WRITE0 0932, 2 bytes: 78 01 x. 61184 WRITE0 089A, 2 bytes: F1 02 .. 61184 WRITE0 0932, 2 bytes: 69 04 i. 61199 WRITE0 089A, 2 bytes: E2 05 .. 61199 WRITE0 0932, 2 bytes: 5B 07 [. 61215 WRITE0 089A, 2 bytes: 5B 07 [. 61215 WRITE0 0932, 2 bytes: C5 0B .. 61230 WRITE0 089A, 2 bytes: 08 0B .. 61230 WRITE0 0932, 2 bytes: B6 0E .. 61246 WRITE0 089A, 2 bytes: FA 0D .. 61246 WRITE0 0932, 2 bytes: A7 11 .. 61262 WRITE0 089A, 2 bytes: 72 0F r. 61277 WRITE0 089A, 2 bytes: 20 13 . 61277 WRITE0 0932, 2 bytes: CD 16 .. 61293 WRITE0 089A, 2 bytes: 55 15 U. 61293 WRITE0 0932, 2 bytes: BF 19 .. 61293 WRITE0 089A, 2 bytes: 46 18 F. 61293 WRITE0 0932, 2 bytes: F4 1B .. 61308 WRITE0 089A, 2 bytes: BF 19 .. 61308 WRITE0 0932, 2 bytes: E5 1E .. 61324 WRITE0 089A, 2 bytes: F4 1B .. 61324 WRITE0 0932, 2 bytes: 5E 20 ^ 61340 WRITE0 089A, 2 bytes: 6C 1D l. 61340 WRITE0 0932, 2 bytes: D6 21 .! 61355 WRITE0 089A, 2 bytes: E5 1E .. 61355 WRITE0 0932, 2 bytes: 0B 24 .$ 61371 WRITE0 089A, 2 bytes: 5E 20 ^ 61371 WRITE0 0932, 2 bytes: 84 25 .% 61402 WRITE0 0932, 2 bytes: B9 27 .' 61418 WRITE0 089A, 2 bytes: D6 21 .! 61418 WRITE0 0932, 2 bytes: 32 29 2) 61433 WRITE0 089A, 2 bytes: 4F 23 O# 61433 WRITE0 0932, 2 bytes: AA 2A .* 61449 WRITE0 089A, 2 bytes: C8 24 .$ 61449 WRITE0 0932, 2 bytes: 23 2C #, 61464 WRITE0 089A, 2 bytes: 40 26 @& 61464 WRITE0 0932, 2 bytes: 9B 2D .- 61480 WRITE0 089A, 2 bytes: B9 27 .' 61480 WRITE0 0932, 2 bytes: 8D 30 .0 61496 WRITE0 089A, 2 bytes: EE 29 .) 61496 WRITE0 0932, 2 bytes: 05 32 .2 61511 WRITE0 089A, 2 bytes: 66 2B f+ 61511 WRITE0 0932, 2 bytes: 7E 33 ~3 61527 WRITE0 089A, 2 bytes: DF 2C ., 61527 WRITE0 0932, 2 bytes: F7 34 .4 61542 WRITE0 089A, 2 bytes: 58 2E X. 61542 WRITE0 0932, 2 bytes: 6F 36 o6 61558 WRITE0 089A, 2 bytes: D0 2F ./ 61558 WRITE0 0932, 2 bytes: E8 37 .7 61574 WRITE0 089A, 2 bytes: 49 31 I1 61574 WRITE0 0932, 2 bytes: 61 39 a9 61589 WRITE0 089A, 2 bytes: C2 32 .2 61589 WRITE0 0932, 2 bytes: D9 3A .: 61589 WRITE0 0BBA, 2 bytes: 20 08 . 61605 WRITE0 089A, 2 bytes: 3A 34 :4 61605 WRITE0 0932, 2 bytes: 52 3C R< 61620 WRITE0 089A, 2 bytes: B3 35 .5 61620 WRITE0 0932, 2 bytes: CB 3D .= 61636 WRITE0 089A, 2 bytes: 2C 37 ,7 61652 WRITE0 089A, 2 bytes: A4 38 .8 61652 WRITE0 0932, 2 bytes: 43 3F C? 61667 WRITE0 089A, 2 bytes: 1D 3A .: 61667 WRITE0 0932, 2 bytes: 00 40 .@ 61683 WRITE0 089A, 2 bytes: 96 3B .; 61698 WRITE0 089A, 2 bytes: 0E 3D .= 61714 WRITE0 089A, 2 bytes: 87 3E .> 61761 WRITE0 089A, 2 bytes: 00 40 .@ 62088 WRITE repeated 2 times 62088 WRITE0 0932, 2 bytes: 00 40 .@ 62120 WRITE0 0890, 2 bytes: 00 40 .@ 62120 WRITE0 0928, 2 bytes: AA 3A .: 62650 WRITE0 0BBA, 2 bytes: 20 08 . 62744 WRITE0 089A, 2 bytes: 43 3F C? 62759 WRITE0 089A, 2 bytes: 0E 3D .= 62790 WRITE0 089A, 2 bytes: 96 3B .; 62806 WRITE0 089A, 2 bytes: 61 39 a9 62822 WRITE0 089A, 2 bytes: E8 37 .7 62837 WRITE0 089A, 2 bytes: F7 34 .4 62853 WRITE0 089A, 2 bytes: C2 32 .2 62868 WRITE0 089A, 2 bytes: 8D 30 .0 62884 WRITE0 089A, 2 bytes: DF 2C ., 62900 WRITE0 089A, 2 bytes: AA 2A .* 62900 WRITE0 089A, 2 bytes: B9 27 .' 62931 WRITE0 089A, 2 bytes: 84 25 .% 62946 WRITE0 089A, 2 bytes: 4F 23 O# 62962 WRITE0 089A, 2 bytes: 5E 20 ^ 62978 WRITE0 089A, 2 bytes: 29 1E ). 62993 WRITE0 089A, 2 bytes: F4 1B .. 63009 WRITE0 089A, 2 bytes: 46 18 F. 63024 WRITE0 089A, 2 bytes: 11 16 .. 63040 WRITE0 089A, 2 bytes: 20 13 . 63056 WRITE0 089A, 2 bytes: 64 12 d. 63071 WRITE0 089A, 2 bytes: EB 10 .. 63087 WRITE0 089A, 2 bytes: B6 0E .. 63118 WRITE0 089A, 2 bytes: 3D 0D =. 63134 WRITE0 089A, 2 bytes: 4C 0A L. 63165 WRITE0 089A, 2 bytes: 9E 06 .. 63165 WRITE0 0932, 2 bytes: 00 40 .@ 63165 WRITE0 0890, 2 bytes: 00 40 .@ 63165 WRITE0 0928, 2 bytes: AA 3A .: 63196 WRITE0 089A, 2 bytes: AD 03 .. 63212 WRITE0 089A, 2 bytes: 78 01 x. 63227 WRITE0 089A, 2 bytes: BC 00 .. 63243 WRITE0 089A, 2 bytes: 00 00 .. 63711 WRITE0 0BBA, 2 bytes: 20 08 . 64194 WRITE0 089A, 2 bytes: 00 00 .. 64194 WRITE0 0932, 2 bytes: 00 40 .@ 64194 WRITE0 0890, 2 bytes: 00 40 .@ 64194 WRITE0 0928, 2 bytes: AA 3A .: 64740 WRITE0 0BBA, 2 bytes: 20 08 . 65255 WRITE0 089A, 2 bytes: 00 00 .. 65255 WRITE0 0932, 2 bytes: 00 40 .@ 65255 WRITE0 0890, 2 bytes: 00 40 .@ 65255 WRITE0 0928, 2 bytes: AA 3A .: 65801 WRITE0 0BBA, 2 bytes: 20 08 . 66300 WRITE0 089A, 2 bytes: 00 00 .. 66300 WRITE0 0932, 2 bytes: 00 40 .@ 66300 WRITE0 0890, 2 bytes: 00 40 .@ 66316 WRITE0 0928, 2 bytes: AA 3A .: 66846 WRITE0 0BBA, 2 bytes: 20 08 . 67346 WRITE0 089A, 2 bytes: 00 00 .. 67346 WRITE0 0932, 2 bytes: 00 40 .@ 67346 WRITE0 0890, 2 bytes: 00 40 .@ 67346 WRITE0 0928, 2 bytes: AA 3A .: 67673 WRITE0 0932, 2 bytes: 43 3F C? 67720 WRITE0 0932, 2 bytes: 87 3E .> 67782 WRITE0 0932, 2 bytes: CB 3D .= 67798 WRITE0 0932, 2 bytes: 0E 3D .= 67814 WRITE0 0932, 2 bytes: 96 3B .; 67829 WRITE0 0932, 2 bytes: 1D 3A .: 67845 WRITE0 0932, 2 bytes: F7 34 .4 67876 WRITE0 0932, 2 bytes: 05 32 .2 67876 WRITE0 0BBA, 2 bytes: 20 08 . 67892 WRITE0 0932, 2 bytes: 58 2E X. 67907 WRITE0 0932, 2 bytes: 32 29 2) 67938 WRITE0 0932, 2 bytes: 4F 23 O# 67954 WRITE0 0932, 2 bytes: 1A 21 .! 67970 WRITE0 0932, 2 bytes: A1 1F .. 68001 WRITE0 0932, 2 bytes: B0 1C .. 68016 WRITE0 0932, 2 bytes: 37 1B 7. 68032 WRITE0 0932, 2 bytes: 02 19 .. 68063 WRITE0 0932, 2 bytes: CD 16 .. 68094 WRITE0 0932, 2 bytes: 55 15 U. 68110 WRITE0 0932, 2 bytes: A7 11 .. 68141 WRITE0 0932, 2 bytes: 72 0F r. 68157 WRITE0 0932, 2 bytes: 4C 0A L. 68188 WRITE0 0932, 2 bytes: AD 03 .. 68219 WRITE0 0932, 2 bytes: 00 00 .. 68406 WRITE0 089A, 2 bytes: 00 00 .. 68406 WRITE0 0932, 2 bytes: 00 00 .. 68406 WRITE0 0890, 2 bytes: 00 40 .@ 68406 WRITE0 0928, 2 bytes: AA 3A .: 68531 WRITE0 089A, 2 bytes: 78 01 x. 68547 WRITE0 089A, 2 bytes: F1 02 .. 68718 WRITE0 089A, 2 bytes: 69 04 i. 68734 WRITE0 089A, 2 bytes: D3 08 .. 68750 WRITE0 089A, 2 bytes: 4C 0A L. 68765 WRITE0 089A, 2 bytes: C5 0B .. 68781 WRITE0 089A, 2 bytes: 2F 10 /. 68796 WRITE0 089A, 2 bytes: 20 13 . 68828 WRITE0 089A, 2 bytes: 46 18 F. 68843 WRITE0 089A, 2 bytes: B0 1C .. 68874 WRITE0 089A, 2 bytes: A1 1F .. 68890 WRITE0 089A, 2 bytes: 93 22 ." 68906 WRITE0 089A, 2 bytes: 66 2B f+ 68921 WRITE0 089A, 2 bytes: 14 2F ./ 68937 WRITE0 089A, 2 bytes: C2 32 .2 68937 WRITE0 0BBA, 2 bytes: 20 08 . 68968 WRITE0 089A, 2 bytes: 6F 36 o6 68984 WRITE0 089A, 2 bytes: 61 39 a9 68999 WRITE0 089A, 2 bytes: 43 3F C? 69015 WRITE0 089A, 2 bytes: 00 40 .@ 69436 WRITE repeated 1 times 69436 WRITE0 0932, 2 bytes: 00 00 .. 69436 WRITE0 0890, 2 bytes: 00 40 .@ 69436 WRITE0 0928, 2 bytes: AA 3A .: 69514 WRITE0 0BBA, 2 bytes: 18 06 .. 69654 WRITE0 0BBA, 2 bytes: 20 08 . 70247 WRITE repeated 1 times 70247 WRITE0 0932, 2 bytes: 16 FF .. 70263 WRITE0 0932, 2 bytes: CD FC .. 70294 WRITE0 0932, 2 bytes: 0F FA .. 70310 WRITE0 0932, 2 bytes: 08 F5 .. 70325 WRITE0 0932, 2 bytes: 4A F2 J. 70356 WRITE0 0932, 2 bytes: 01 F0 .. 70481 WRITE repeated 1 times 70481 WRITE0 089A, 2 bytes: 00 40 .@ 70481 WRITE0 0932, 2 bytes: 01 F0 .. 70481 WRITE0 0890, 2 bytes: 00 40 .@ 70481 WRITE0 0928, 2 bytes: AA 3A .: 71012 WRITE0 0BBA, 2 bytes: 20 08 . 71558 WRITE0 089A, 2 bytes: 00 40 .@ 71558 WRITE0 0932, 2 bytes: 01 F0 .. 71558 WRITE0 0890, 2 bytes: 00 40 .@ 71558 WRITE0 0928, 2 bytes: AA 3A .: 72057 WRITE0 0BBA, 2 bytes: 20 08 . 72587 WRITE0 089A, 2 bytes: 00 40 .@ 72587 WRITE0 0932, 2 bytes: 01 F0 .. 72587 WRITE0 0890, 2 bytes: 00 40 .@ 72587 WRITE0 0928, 2 bytes: AA 3A .: 73102 WRITE0 0BBA, 2 bytes: 20 08 . 73632 WRITE0 089A, 2 bytes: 00 40 .@ 73632 WRITE0 0932, 2 bytes: 01 F0 .. 73632 WRITE0 0890, 2 bytes: 00 40 .@ 73632 WRITE0 0928, 2 bytes: AA 3A .: 74147 WRITE0 0BBA, 2 bytes: 20 08 . 74319 WRITE0 089A, 2 bytes: 00 40 .@ 74334 WRITE0 089A, 2 bytes: 87 3E .> 74366 WRITE0 089A, 2 bytes: D9 3A .: 74381 WRITE0 089A, 2 bytes: E8 37 .7 74397 WRITE0 089A, 2 bytes: B3 35 .5 74428 WRITE0 089A, 2 bytes: 7E 33 ~3 74444 WRITE0 089A, 2 bytes: 14 2F ./ 74459 WRITE0 089A, 2 bytes: 9B 2D .- 74475 WRITE0 089A, 2 bytes: 66 2B f+ 74490 WRITE0 089A, 2 bytes: 32 29 2) 74522 WRITE0 089A, 2 bytes: FD 26 .& 74537 WRITE0 089A, 2 bytes: 84 25 .% 74553 WRITE0 089A, 2 bytes: D6 21 .! 74568 WRITE0 089A, 2 bytes: A1 1F .. 74584 WRITE0 089A, 2 bytes: 6C 1D l. 74615 WRITE0 089A, 2 bytes: F4 1B .. 74631 WRITE0 089A, 2 bytes: BF 19 .. 74646 WRITE0 089A, 2 bytes: CD 16 .. 74662 WRITE0 089A, 2 bytes: 20 13 . 74678 WRITE0 089A, 2 bytes: 64 12 d. 74678 WRITE0 0932, 2 bytes: 01 F0 .. 74678 WRITE0 0890, 2 bytes: 00 40 .@ 74678 WRITE0 0928, 2 bytes: AA 3A .: 74693 WRITE0 089A, 2 bytes: A7 11 .. 74709 WRITE0 089A, 2 bytes: EB 10 .. 74724 WRITE0 089A, 2 bytes: 2F 10 /. 74740 WRITE0 089A, 2 bytes: 72 0F r. 74771 WRITE0 089A, 2 bytes: FA 0D .. 74787 WRITE0 089A, 2 bytes: 3D 0D =. 74802 WRITE0 089A, 2 bytes: 81 0C .. 74818 WRITE0 089A, 2 bytes: 4C 0A L. 74834 WRITE0 089A, 2 bytes: D3 08 .. 74849 WRITE0 089A, 2 bytes: 5B 07 [. 74865 WRITE0 089A, 2 bytes: E2 05 .. 74880 WRITE0 089A, 2 bytes: 26 05 &. 74896 WRITE0 089A, 2 bytes: AD 03 .. 74912 WRITE0 089A, 2 bytes: F1 02 .. 74927 WRITE0 089A, 2 bytes: BC 00 .. 75021 WRITE0 089A, 2 bytes: 00 00 .. 75114 WRITE repeated 1 times 75114 WRITE0 089A, 2 bytes: A1 FE .. 75130 WRITE0 089A, 2 bytes: 42 FD B. 75161 WRITE0 089A, 2 bytes: E3 FB .. 75192 WRITE0 089A, 2 bytes: 84 FA .. 75208 WRITE0 089A, 2 bytes: 9A F9 .. 75208 WRITE0 0BBA, 2 bytes: 20 08 . 75224 WRITE0 089A, 2 bytes: B0 F8 .. 75224 WRITE0 089A, 2 bytes: 51 F7 Q. 75239 WRITE0 089A, 2 bytes: F2 F5 .. 75255 WRITE0 089A, 2 bytes: 08 F5 .. 75270 WRITE0 089A, 2 bytes: A9 F3 .. 75286 WRITE0 089A, 2 bytes: 4A F2 J. 75302 WRITE0 089A, 2 bytes: D5 F1 .. 75317 WRITE0 089A, 2 bytes: EB F0 .. 75333 WRITE0 089A, 2 bytes: 01 F0 .. 75723 WRITE repeated 1 times 75723 WRITE0 0932, 2 bytes: 01 F0 .. 75723 WRITE0 0890, 2 bytes: 00 40 .@ 75723 WRITE0 0928, 2 bytes: AA 3A .: 76238 WRITE0 0BBA, 2 bytes: 20 08 . 76768 WRITE0 089A, 2 bytes: 01 F0 .. 76768 WRITE0 0932, 2 bytes: 01 F0 .. 76768 WRITE0 0890, 2 bytes: 00 40 .@ 76768 WRITE0 0928, 2 bytes: AA 3A .: 77283 WRITE0 0BBA, 2 bytes: 20 08 . 77813 WRITE0 089A, 2 bytes: 01 F0 .. 77813 WRITE0 0932, 2 bytes: 01 F0 .. 77813 WRITE0 0890, 2 bytes: 00 40 .@ 77813 WRITE0 0928, 2 bytes: AA 3A .: 78328 WRITE0 0BBA, 2 bytes: 20 08 . 78858 WRITE0 089A, 2 bytes: 01 F0 .. 78858 WRITE0 0932, 2 bytes: 01 F0 .. 78858 WRITE0 0890, 2 bytes: 00 40 .@ 78858 WRITE0 0928, 2 bytes: AA 3A .: 79373 WRITE0 0BBA, 2 bytes: 20 08 . 79919 WRITE0 089A, 2 bytes: 01 F0 .. 79919 WRITE0 0932, 2 bytes: 01 F0 .. 79919 WRITE0 0890, 2 bytes: 00 40 .@ 79919 WRITE0 0928, 2 bytes: AA 3A .: 80418 WRITE0 0BBA, 2 bytes: 20 08 . 80964 WRITE0 089A, 2 bytes: 01 F0 .. 80964 WRITE0 0932, 2 bytes: 01 F0 .. 80964 WRITE0 0890, 2 bytes: 00 40 .@ 80964 WRITE0 0928, 2 bytes: AA 3A .: 81464 WRITE0 0BBA, 2 bytes: 20 08 . 82010 WRITE0 089A, 2 bytes: 01 F0 .. 82010 WRITE0 0932, 2 bytes: 01 F0 .. 82010 WRITE0 0890, 2 bytes: 00 40 .@ 82010 WRITE0 0928, 2 bytes: AA 3A .: 82509 WRITE0 0BBA, 2 bytes: 20 08 . 83055 WRITE0 089A, 2 bytes: 01 F0 .. 83055 WRITE0 0932, 2 bytes: 01 F0 .. 83055 WRITE0 0890, 2 bytes: 00 40 .@ 83055 WRITE0 0928, 2 bytes: AA 3A .: 83663 Sim stopped: average frame rate for last 30 secs = 60.8 fps 83663 WRITE0 0BBA, 2 bytes: 20 08 [/CODE] -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
yes there isient much to see in the log.. could there be a way to try find what Elite driver is telling by doeing a trick like a lua or so for the throtle axis and that way could give a output reading like increasing numbers or so that might give a indication of what it might do ? I know but it just iritates me i cant get it work now when it works whit the other planes. dam i wish it would have been like other devices as then we could have assigned in FSUIPC insted and mabe that way have avoided the problems as sendt it as default FS comands as pointed out in the manual as for some reason there is complications when running throu FSUIPC´s calibrations whit the NGX what ever the cause could be.. But thanks anyway i think it leads no futher sadly whished i could mind teleport the device to you :-) -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
well i was about to say i found a solution as when i changse this: AxisIntercepts=No to Yes it works so far whit A/T when using flight1 MD80 and airbus X it stops giving interface even if i try move the throtle leaver on the Elite device it dident respond before A/t was disengaged i got the controls back. But it dosent work whit the 737NGX i dont know why els then it might be 1 of the limits there are refered to in the manual, so i think it might be a clear indication it runs throu FSUIPC right? just woundering if there is a solution so it would work whit NGX like the other planes...? -
FSUIPC and ELITE King Air Throttle Quadrant
KAPTEJNLN replied to KAPTEJNLN's topic in FSUIPC Support Pete Dowson Modules
It is a USB device, and yes it cost the program i see. it was just if it was posible as im low on money as many expensive things have had to be payeid due to my unlucky periode. And about if it is worth it, well i and others like the Elite device much as its metal and solid and a bit expensive depending on device and so but the device give the interface it should. as compaired to the Saitek device i had to buy as i last time dident have much money after the Elite device + i had to get a new yoke as it broke down right after, but it isent as good under 1 year and the device dident work probley and now it is hard to even use it.. thats why i like the more expensive. Becaus now i got the elite device if i then just could have used that and get a yoke it would still be expensive but it would be 2 times more expensive if i have to buy a new Throttle device as well. but yes it seems like a dead end sadly... as i have hoped there was a way some how to block the bypass FSUIPC by blocking the Interface in Fsuipc or something so it could work like a fire wall and block the input it gets and dont send it to FSX as it uses FSUIPC as i can understand.. So you only assigne a button to turn on and off the blocade between FS and Elite driver, so FSUIPC gets the data but dosent sendt it to FS it´s also a sad that ELITE dosent do something to help / solve it.. as what is the point in a device that only works whit the default planes when Auto throttle is engaged. they keep say on the forum its up to the Developers of the driver... standard awenser since i for around 2-3 years ago opend the problem post... -
Helo Pete, well i know there have been talked about the Elite device for FSX, But dont you think there is a way to in some way by a lua or something to stop the Elite device frome give interface to FS like a on and off button you could assigne. Because program the throttle to turn on and off when A/T is turned on or off would be imposible as this is only a problem when using Add-ons and would require coding for all add-ons i think. So i just think if we could create a way to turn off the inteface from the device but not turn it off directly as if you pull out the USB stick and insert it when you want to fly manualy it dosent work as then the Elite device would sendt data to the FS anylonger when you insert the usb again.. I realy hope there is a solution as now i got this device for some years and dident used it, but becaus i have been unlucky the past moth so 1 thing was my saiteck device is down. so i had to go back to this nice hardware. As for some time ago before i skiped it.. i contacted Elite but nothing have been changsed since about finding a solution so now i try go this way as i know it is more ELITES problem... As i know it uses the Elite driver but requires FSUIPC as you cant assign in FSX.... Best Regards LN
-
well inside the FSUIPC.ini file this should be used insted then it works whit all the aircraft types: [Profile.PMDG 737NG] 1=PMDG 737-800NG 2=Boeing 737-800NG 3=Boeing 737-900NG [Auto.PMDG 737NG] 1=Lua NGX_AUTO Insted of [Auto.PMDG 737] 1=Lua NGX_AUTO [Auto.Boeing 737] 1=Lua NGX_AUTO As for some reason it just simply dosent load it whit the codes from the manual..
-
plz standby.. i just tryeid to re-install to reprosess of what could have happend. I am as confused as az1228 latest version of FSUIPC the Script steveo38 gave only shows dashes and buttons dosent work.. sounds wired it worked before also when inserting my old fsuipc.ini file from before it works again ??? but whit the new nothing happens.
-
well when using the file i gave you, could make some funny things to default planes also why when its a finished product isent set as ipcready as it runs all the time, thats why we set: [Auto.PMDG 737] 1=Lua NGX_AUTO [Auto.Boeing 737] 1=Lua NGX_AUTO This does it only loads when we use this plane the ipcready runns always no matter what plane. you havent assigned any buttons right? as it should work whit out setting any buttons in fsuipc It just sound wired that you only se 0 thats shown when steveo38 lua file start but here it updates after a sec but you could try shutdown the goflight driver. as mabe the saved file dosent save the compatible mode as some users experinced that. as out scrips work whitout the gf driver thats why you insert the GFDev.dll
-
well steveo38 of cause its a extra script dual read but no writes, and already told. and is only testing and the way its setup, was more petes work then my as it´s him there learnde me how to do it whit the struckture. And he had problem whit freezes, lags ... lookups whit out the test file. and by the way the sleep funktion is there to limit the resourses. I just simply don`t se why you don´t split i into to 2 sections of files as that would solve it.. 1 whit only the displays like the file i provided and 1 for the rest that would work. thats all i try to say and let the test show "at the moment its written to be safe and will be fine with people on older firmware" What is the point in only support some device, we all have the same hardware but for some reason there is a difference on the firmware whitch have shown different results even whit the GFdriver where people fight to get it working when otheres sit and say no problem it works..
-
well lets take the importan steps here, i start whit the file from steveo38: 1) Take his file (NGX_AUTO.lua) place it in the modules folder. 2) make sure you have copyeid: GFDev.dll from GoFlight folder (default location on 64 bit version = Program Files (x86)\GoFlight 32 bit i mean it is Program Files\GoFlight) and placed the file in the modules folder as well. 3) inside modules folder there is a file named: FSUIPC4.ini open it whit a text editor (notepad or so) go to the last line and add this if you havent don it yet. [Auto.PMDG 737] 1=Lua NGX_AUTO [Auto.Boeing 737] 1=Lua NGX_AUTO inside the dokunment use the search to find:ShortAircraftNameOk then set =YES if it is NO so it looks like this: ShortAircraftNameOk=Yes 4) save the dokument and Setup is done for his file. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The test: 1) download the file i uploaded, insert ipcready.lua in the modules folder, and start FS. There is no need for doeing anything to the file as i have named it ipcready thats becaus FSUIPC would then run it automatic. If it have been the release version i would have named it different and you would have to do like whit the other file. like: [Auto.Boeing 737] 1=Lua NGX_AUTO 2=Lua NGX_AUTO2 [Auto.PMDG 737] 1=Lua NGX_AUTO 2=Lua NGX_AUTO2 so i call it NGX_AUTO2.lua insted of ipcready.lua Note i hope you could see an difference, as i could give you the macro as well if you want to try assign all the rotation buttons to be 100% sure, as now his file is still running and could give a different result like it still dosent work for you. but as said i like you to do that first, before giving you the macro file to save you time, so you dont spend more time on it then required. hope it is enough els let me know
-
I tested whit A25 and the latest versions of FSUIPC + goflight driver. Francesco, i have something you could test to se if that helps you to.. i have attached the file i was using yesterday try it out together whit NGX_AUTO.LUA. i know using 2 files whit some of the same context isent that good but its only for testing i did it and works together, i could have attached the macro file to but if this is enough we are 1 step closer as the macro you have to assign in fsuipc and would be waste of time in the first place. so plz try it and report back... as i want to see if it´s just me this helps. as the file is a looping and keep looking for new input to the MCP displays of the 737ngx. PMDG737NGX_demo .zip
-
well here is the macrofile.... have fun and plz study. and test it as only limited tested... If you want to create the macrofile your self insted just craeate a new macrofile and place this inside the dokument and save it. [Macros] 1=LSK_1L 1.1=C70166, 536870912 2=LSK_2L 2.1=C70167, 536870912 3=LSK_3L 3.1=C70168, 536870912 4=LSK_4L 4.1=C70169, 536870912 5=LSK_5L 5.1=C70170, 536870912 6=LSK_6 6.1=C70171, 536870912 7=LSK_1R 7.1=C70172, 536870912 8=LSK_2R 8.1=C70173, 536870912 9=LSK_3R 9.1=C70174, 536870912 10=LSK_4R 10.1=C70175, 536870912 11=LSK_5R 11.1=C70176, 536870912 12=LSK_6R 12.1=C70177, 536870912 13=INIT_REF 13.1=C70178, 536870912 14=RTE 14.1=C70179, 536870912 15=CLB 15.1=C70180, 536870912 16=CRZ 16.1=C70181, 536870912 17=DES 17.1=C70182, 536870912 18=MENU 18.1=C70183, 536870912 19=LEGS 19.1=C70184, 536870912 20=ARR 20.1=C70185, 536870912 21=HOLD 21.1=C70186, 536870912 22=PROG 22.1=C70187, 536870912 23=EXEC 23.1=C70188, 536870912 24=N1_LIMIT 24.1=C70189, 536870912 25=FIX 25.1=C70190, 536870912 26=PREV_PAGE 26.1=C70191, 536870912 27=NEXT_PAGE 27.1=C70192, 536870912 28=1 28.1=C70193, 536870912 29=2 29.1=C70194, 536870912 30=3 30.1=C70195, 536870912 31=4 31.1=C70196, 536870912 32=5 32.1=C70197, 536870912 33=6 33.1=C70198, 536870912 34=7 34.1=C70199, 536870912 35=8 35.1=C70200, 536870912 36=9 36.1=C70201, 536870912 37=Period 37.1=C70202, 536870912 38=0 38.1=C70203, 536870912 39=Sign 39.1=C70204, 536870912 40=A 40.1=C70205, 536870912 41=B 41.1=C70206, 536870912 42=C 42.1=C70207, 536870912 43=D 43.1=C70208, 536870912 44=E 44.1=C70209, 536870912 45=F 45.1=C70210, 536970912 46=G 46.1=C70211, 536870912 47=H 47.1=C70212, 536870912 48=I 48.1=C70213, 536870912 49=J 49.1=C70214, 536870912 50=K 50.1=C70215, 536870912 51=L 51.1=C70216, 536870912 52=M 52.1=C70217, 536870912 53=N 53.1=C70218, 536870912 54=O 54.1=C70219, 536870912 55=P 55.1=C70220, 536870912 56=Q 56.1=C70221, 536870912 57=R 57.1=C70222, 536870912 58=S 58.1=C70223, 536870912 59=T 59.1=C70224, 536870912 60=U 60.1=C70225, 536870912 61=V 61.1=C70226, 536870912 62=W 62.1=C70227, 536870912 63=X 63.1=C70228, 536870912 64=Y 64.1=C70229, 536870912 65=Z 65.1=C70230, 536870912 66=Space 66.1=C70231, 536870912 67=DEL 67.1=C70232, 536870912 68=FwdSlash 68.1=C70233, 536870912 69=CLR 69.1=C70234, 536870912 CDU_737NGX.zip
-
well a macro file is a lot easyer to do while new to it. but wait as im doeing the file for you now as macro then you can study what i have done... and use it right away.. and would be easyer to set in fsuipc as you can see the command name and dont have to use parameter.
-
As said i have been tweaking whit those numbers even hig and low,even again i tryeid and keep tweaking but all there is happening is i move the moment of when it updates as it is what it´s there for. i can se it works better whit some delays and that as it gets more smooth but i cant remove that it takes xxx sec before it jumps to what the NGX says. Therefor it dosent fix the main problem only move the moment of when it happens. look at the video here and se what i mean: In the video i used this lua whit delay as ipc.sleep(200): prevCRS1 = -1 prevspeed = -1 prevhdg = -1 prevalt = -1 prevVS = -1 prevCRS2 = -1 while 1 do CRS1 = ipc.readSW("0C4E") if (CRS1 ~= prevCRS1) then stringCRS1 = string.format("%03d", CRS1) gfd.setDisplay(GFMCPPRO,0,0,stringCRS1) prevCRS1 = CRS1 end speed = ipc.readLvar("L:ngx_SPDwindow") if (speed ~= prevspeed) then stringspeed = string.format("%03d", speed) gfd.setDisplay(GFMCPPRO,0,1,stringspeed) prevspeed = speed end hdg = ipc.readLvar("L:ngx_HDGwindow") if (hdg ~= prevhdg) then stringhdg = string.format("%03d", hdg) gfd.setDisplay(GFMCPPRO,0,2,stringhdg) prevhdg = hdg end alt = ipc.readLvar("L:ngx_ALTwindow") if (alt ~= prevalt) then stringalt = string.format("%05d", alt) gfd.setDisplay(GFMCPPRO,0,3,stringalt) prevalt = alt end VS = ipc.readLvar("L:ngx_VSwindow") if (VS ~= prevVS) then stringalt = string.format("%05d", VS) gfd.setDisplay(GFMCPPRO,0,4,stringalt) prevVS = VS end CRS2 = ipc.readSW("0C5E") if (CRS2 ~= prevCRS2) then stringCRS2 = string.format("%03d", CRS2) gfd.setDisplay(GFMCPPRO,0,5,stringCRS2) prevCRS2 = CRS2 end ipc.sleep(200) end
-
Well i just tryeid it and it worked ok,on my short testing. but like whit the driver the displays dosent show the same, before after 0.5 - 1 sec. depending on the setting used bu cant remove the lag but might be the file from goflight as same whit gf driver. + when plane crash or so the GF device gets blank. but els it seems to work quite good. exsept from the known mouse problem. About the displays i cant say as im not much into the structure you use but mabe by let the display run as a lua file for it self might help. I did it that way on for pmdg J41 and the rest of the lua files and it works whit out any lag.