Jump to content
The simFlight Network Forums

Braking with offset 0xbc4


Recommended Posts

Hello,

Recently, my autobrake system failed. It is no longer activating the brakes and I cannot figure out what is causing this. The system worked before.

The autobrake system works by repeatedly writing the appropriate value to offset 0xbc4 and 0xbc6.

The observation is that no brakes are being applied. To debug this further, I enabled the logging in FSUIPC to monitor offset 0xbc4.

The value is correctly set by the autobrake code and it remains at the correct value, while no braking takes place.

What I did next was to enable "Axis controls" logging. I notice that whenever I write to the brake offsets, I get two messages in the log saying that the toebrakes were set to 0 (event though the 0xbc4 offset remains at the correct value)

We have brakes configured through FSUIPC and they are configured to "Send direct to FSUIPC calibration". Disabling these configurations does not help and the brakes are still not being applied.

Is there anything that I'm doing wrong?

Thanks,

Marty

Link to comment
Share on other sites

The autobrake system works by repeatedly writing the appropriate value to offset 0xbc4 and 0xbc6.

The observation is that no brakes are being applied. To debug this further, I enabled the logging in FSUIPC to monitor offset 0xbc4.

The value is correctly set by the autobrake code and it remains at the correct value, while no braking takes place.

0BC4 and 0BC6 show the value FS itself has for the brake values -- writing to them sends it to FS, but reading them reads it from FS.

Of course how it does this depends on what Flight Simulator you are using. Unfortunately you don't mention either the version number of FSUIPC nor even the version of FS, so I cannot really comment further.

What I did next was to enable "Axis controls" logging. I notice that whenever I write to the brake offsets, I get two messages in the log saying that the toebrakes were set to 0 (event though the 0xbc4 offset remains at the correct value)

Not sure why 0BC4 and 0BC6 don't get reset to 0 -- possibly, if you are talking about FSX, it is because they were at 0 before and so SimConnect doesn't send the new value because there is no new value. But the action of setting 0 instead of the value you request sounds like either a brake failure has been set (certainly possible via SimConnect, or even, probably, via FSUIPC offset 0B63), or the brakes are disconnected either via FSUIPC (see offset 341A) or directly by some other add-on intercepting the controls.

Regards

Pete

Link to comment
Share on other sites

0BC4 and 0BC6 show the value FS itself has for the brake values -- writing to them sends it to FS, but reading them reads it from FS.

Of course how it does this depends on what Flight Simulator you are using. Unfortunately you don't mention either the version number of FSUIPC nor even the version of FS, so I cannot really comment further.

Not sure why 0BC4 and 0BC6 don't get reset to 0 -- possibly, if you are talking about FSX, it is because they were at 0 before and so SimConnect doesn't send the new value because there is no new value. But the action of setting 0 instead of the value you request sounds like either a brake failure has been set (certainly possible via SimConnect, or even, probably, via FSUIPC offset 0B63), or the brakes are disconnected either via FSUIPC (see offset 341A) or directly by some other add-on intercepting the controls.

Regards

Pete

Sorry for not posting the specific versions. We are using FSX with the latest FSUIPC downloaded last week.

The toebrakes always work when applied from the input axes (rudder pedals), but as soon as I start writing values to 0xbc4, no braking occurs and a repeating list of "toebrake = 0" messages appear in the axes log, while the offset value shown in the debug window in FSX maintains the correct value for 0xbc4 set by the autobrake. As soon as you then apply the rudder toe brakes manually, normal braking occurs again.

I'll do some more testing today.

Thanks,

Marty

Link to comment
Share on other sites

Sorry for not posting the specific versions. We are using FSX with the latest FSUIPC downloaded last week.

Which one downloaded last week? 4.60a is the one available on the Schiratti site, but 4.638 and 4.667 are available here, in the Download Links subforum. This is why I always need the version number. "Latest version" is only the latest one you've seen.

The toebrakes always work when applied from the input axes (rudder pedals), but as soon as I start writing values to 0xbc4, no braking occurs and a repeating list of "toebrake = 0" messages appear in the axes log, while the offset value shown in the debug window in FSX maintains the correct value for 0xbc4 set by the autobrake. As soon as you then apply the rudder toe brakes manually, normal braking occurs again.

Well, writing to 0BC4 and OBC6 certainly works fine here. There's something else going on there.

Here's a log (this is from 4.667). You can see that values written to 0BC4/6, being in the range 0-16k, are scaled automatically to the -16k to +16k range used by the AXIS controls. You can also see that applying more brake pressure is instant, but releases pressure over time when you reduce the value. You'll also notice that the read-back figure is not the same as the written figure, as noted in red in the FSUIPC4 Offsets Status document..

With 0BC4/0BC6 there should be no need to continually write -- the pressure is maintained -- unless of course it is getting overridden by real joystick inputs. But joystick inputs are only noticed if they change. Maybe you have an insufficient dead zone on your real toe brakes, or they have bad jitters? You might need to disable the toe brakes whilst autobraking, using offset 341A. (However, I note you said earlier that dosabling the toe brakes didn't help in any case).

   107922 Monitor IPC:0BC4 (U16) = 0
   107922 Monitor IPC:0BC6 (U16) = 0
   165500 Monitor IPC:0BC4 (U16) = 2560
   165500 Monitor IPC:0BC6 (U16) = 5120
   165547 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -11305 (0xffffd3d7) AXIS_LEFT_BRAKE_SET
   165547 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -6226 (0xffffe7ae) AXIS_RIGHT_BRAKE_SET
   165563 Monitor IPC:0BC4 (U16) = 2539
   165563 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.154977708179
   165563 Monitor IPC:0BC6 (U16) = 2057
   165563 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.125566153788
   215954 Monitor IPC:0BC4 (U16) = 16383
   215954 Monitor IPC:0BC6 (U16) = 8192
   215985 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 16383 (0x00003fff) AXIS_LEFT_BRAKE_SET
   215985 ***  AXIS: Cntrl= 66388 (0x00010354), Param= 0 (0x00000000) AXIS_RIGHT_BRAKE_SET
   216016 Monitor IPC:0BC4 (U16) = 16384
   216016 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 1.00000023656
   216016 Monitor IPC:0BC6 (U16) = 4423
   216016 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.269976674151
   241188 Monitor IPC:0BC6 (U16) = 0
   241297 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -1639 (0xfffff999) AXIS_RIGHT_BRAKE_SET
   241313 Monitor IPC:0BC6 (U16) = 3801
   241313 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.231983809931
   241360 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -3277 (0xfffff333) AXIS_RIGHT_BRAKE_SET
   241375 Monitor IPC:0BC6 (U16) = 3178
   241375 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.193990736397
   241438 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -4915 (0xffffeccd) AXIS_RIGHT_BRAKE_SET
   241454 Monitor IPC:0BC6 (U16) = 2556
   241454 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.155997662863
   241485 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -6554 (0xffffe666) AXIS_RIGHT_BRAKE_SET
   241516 Monitor IPC:0BC6 (U16) = 1933
   241516 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.117958202479
   241547 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -8192 (0xffffe000) AXIS_RIGHT_BRAKE_SET
   241563 Monitor IPC:0BC6 (U16) = 1310
   241563 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.0799853349197
   241610 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -9830 (0xffffd99a) AXIS_RIGHT_BRAKE_SET
   241625 Monitor IPC:0BC6 (U16) = 1048
   241625 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.0639882826973
   241672 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -11469 (0xffffd333) AXIS_RIGHT_BRAKE_SET
   241688 Monitor IPC:0BC6 (U16) = 786
   241688 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.0479911935129
   241735 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -13107 (0xffffcccd) AXIS_RIGHT_BRAKE_SET
   241750 Monitor IPC:0BC6 (U16) = 524
   241750 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.0319941412904
   241797 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -14745 (0xffffc667) AXIS_RIGHT_BRAKE_SET
   241813 Monitor IPC:0BC6 (U16) = 262
   241813 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0.0159970706161
   241875 ***  AXIS: Cntrl= 66388 (0x00010354), Param= -16384 (0xffffc000) AXIS_RIGHT_BRAKE_SET
   241891 Monitor IPC:0BC6 (U16) = 0
   241891 SimRead: 0BC6="BRAKE RIGHT POSITION"
        	FLT64: 0
   252188 Monitor IPC:0BC4 (U16) = 0
   252297 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 14744 (0x00003998) AXIS_LEFT_BRAKE_SET
   252313 Monitor IPC:0BC4 (U16) = 14842
   252329 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.905902503814
   252360 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 13106 (0x00003332) AXIS_LEFT_BRAKE_SET
   252375 Monitor IPC:0BC4 (U16) = 13302
   252375 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.811919807106
   252422 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 11468 (0x00002ccc) AXIS_LEFT_BRAKE_SET
   252438 Monitor IPC:0BC4 (U16) = 11763
   252454 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.717936633561
   252485 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 9829 (0x00002665) AXIS_LEFT_BRAKE_SET
   252500 Monitor IPC:0BC4 (U16) = 10223
   252500 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.623953936852
   252547 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 8191 (0x00001fff) AXIS_LEFT_BRAKE_SET
   252563 Monitor IPC:0BC4 (U16) = 8683
   252563 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.529984114747
   252610 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 6553 (0x00001999) AXIS_LEFT_BRAKE_SET
   252641 Monitor IPC:0BC4 (U16) = 7831
   252641 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.477993546944
   252672 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 4914 (0x00001332) AXIS_LEFT_BRAKE_SET
   252704 Monitor IPC:0BC4 (U16) = 6979
   252704 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.425939618472
   252750 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 3276 (0x00000ccc) AXIS_LEFT_BRAKE_SET
   252766 Monitor IPC:0BC4 (U16) = 6127
   252766 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.373949109342
   252813 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 1638 (0x00000666) AXIS_LEFT_BRAKE_SET
   252829 Monitor IPC:0BC4 (U16) = 5275
   252829 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.321958600212
   252860 ***  AXIS: Cntrl= 66387 (0x00010353), Param= 0 (0x00000000) AXIS_LEFT_BRAKE_SET
   252875 Monitor IPC:0BC4 (U16) = 4423
   252875 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.269976674151
   252938 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -1639 (0xfffff999) AXIS_LEFT_BRAKE_SET
   252954 Monitor IPC:0BC4 (U16) = 3801
   252954 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.231983809931
   253000 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -3277 (0xfffff333) AXIS_LEFT_BRAKE_SET
   253016 Monitor IPC:0BC4 (U16) = 3178
   253016 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.193990736397
   253063 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -4915 (0xffffeccd) AXIS_LEFT_BRAKE_SET
   253079 Monitor IPC:0BC4 (U16) = 2556
   253079 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.155997662863
   253110 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -6554 (0xffffe666) AXIS_LEFT_BRAKE_SET
   253141 Monitor IPC:0BC4 (U16) = 1933
   253141 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.117958202479
   253172 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -8192 (0xffffe000) AXIS_LEFT_BRAKE_SET
   253188 Monitor IPC:0BC4 (U16) = 1310
   253188 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.0799853349197
   253235 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -9830 (0xffffd99a) AXIS_LEFT_BRAKE_SET
   253250 Monitor IPC:0BC4 (U16) = 1048
   253250 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.0639882826973
   253297 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -11469 (0xffffd333) AXIS_LEFT_BRAKE_SET
   253329 Monitor IPC:0BC4 (U16) = 786
   253329 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.0479911935129
   253360 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -13107 (0xffffcccd) AXIS_LEFT_BRAKE_SET
   253375 Monitor IPC:0BC4 (U16) = 524
   253375 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.0319941412904
   253422 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -14745 (0xffffc667) AXIS_LEFT_BRAKE_SET
   253438 Monitor IPC:0BC4 (U16) = 262
   253438 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0.0159970706161
   253485 ***  AXIS: Cntrl= 66387 (0x00010353), Param= -16384 (0xffffc000) AXIS_LEFT_BRAKE_SET
   253500 Monitor IPC:0BC4 (U16) = 0
   253500 SimRead: 0BC4="BRAKE LEFT POSITION"
        	FLT64: 0

You also said "recently, my autobrake system failed. It is no longer activating the brakes", so i assume your code worked once. So what changed?

Regards

Pete

Link to comment
Share on other sites

The exact release is FSUIPC 4.60a.

I don't think there has been any changes to the braking offsets lately.

The code used to work on our simulator with the same FSUIPC, but with an older machine. The simulator was then physically moved to a new location and I build a brand new machine with Windows 7 and since then, the problem occurs.

The code is still working on my home FSX machine (without real brakes).

My first thoughts were also joystick axis jitter, causing the brake to be set back to 0 each time, but after disabling the toe brakes from the FSUIPC config, the problem still occurred.

To test this further, I loaded up the default FSX cessna, to make sure no panels are active with private code. I then activated the logging that you can see below. As you can see, the 0xbc4 and 0xbc6 are written, and after the write, the axis messages about the toe brake always appear.

Do you have any information about what triggers these TOE BRAKE = 0 messages? They also appear when no brakes have been assigned in FSUIPC.

  1254202 WRITE0  0BC4,   2 bytes: FF 1F
  1254202 WRITE0  0BC6,   2 bytes: FF 1F
  1254202 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254202 WRITE0  310A,   1 bytes: 00
  1254202 WRITE0  3366,   1 bytes: 00
  1254202 WRITE0  2054,   4 bytes: 03 00 00 00
  1254202 WRITE0  2154,   4 bytes: 03 00 00 00
  1254202 WRITE0  0330,   2 bytes: 50 3F
  1254233 *** TOE BRAKE AXIS, Left set = 0
  1254233 *** TOE BRAKE AXIS, Right set = 0
  1254280 WRITE repeated 2 times
  1254280 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254311 WRITE0  0330,   2 bytes: 50 3F
  1254311 WRITE0  0BC4,   2 bytes: FF 1F
  1254311 WRITE0  0BC6,   2 bytes: FF 1F
  1254311 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254311 WRITE0  310A,   1 bytes: 00
  1254311 WRITE0  3366,   1 bytes: 00
  1254311 WRITE0  2054,   4 bytes: 03 00 00 00
  1254311 WRITE0  2154,   4 bytes: 03 00 00 00
  1254311 *** TOE BRAKE AXIS, Left set = 0
  1254311 *** TOE BRAKE AXIS, Right set = 0
  1254342 WRITE0  0330,   2 bytes: 50 3F
  1254389 WRITE repeated 1 times
  1254389 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254420 WRITE0  0BC4,   2 bytes: FF 1F
  1254420 WRITE0  0BC6,   2 bytes: FF 1F
  1254420 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254420 WRITE0  310A,   1 bytes: 00
  1254420 WRITE0  3366,   1 bytes: 00
  1254420 WRITE0  2054,   4 bytes: 03 00 00 00
  1254420 WRITE0  2154,   4 bytes: 03 00 00 00
  1254420 WRITE0  0330,   2 bytes: 50 3F
  1254420 *** TOE BRAKE AXIS, Left set = 0
  1254420 *** TOE BRAKE AXIS, Right set = 0
  1254498 WRITE repeated 2 times
  1254498 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254529 WRITE0  0330,   2 bytes: 50 3F
  1254529 WRITE0  0BC4,   2 bytes: FF 1F
  1254529 WRITE0  0BC6,   2 bytes: FF 1F
  1254529 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254529 WRITE0  310A,   1 bytes: 00
  1254529 WRITE0  3366,   1 bytes: 00
  1254529 WRITE0  2054,   4 bytes: 03 00 00 00
  1254529 WRITE0  2154,   4 bytes: 03 00 00 00
  1254529 WRITE0  029C,   1 bytes: 00
  1254560 WRITE0  0330,   2 bytes: 50 3F
  1254560 *** TOE BRAKE AXIS, Left set = 0
  1254560 *** TOE BRAKE AXIS, Right set = 0
  1254607 WRITE repeated 1 times
  1254607 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254638 WRITE0  0BC4,   2 bytes: FF 1F
  1254638 WRITE0  0BC6,   2 bytes: FF 1F
  1254638 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254638 WRITE0  310A,   1 bytes: 00
  1254638 WRITE0  3366,   1 bytes: 00
  1254638 WRITE0  2054,   4 bytes: 03 00 00 00
  1254638 WRITE0  2154,   4 bytes: 03 00 00 00
  1254638 WRITE0  0330,   2 bytes: 50 3F
  1254670 *** TOE BRAKE AXIS, Left set = 0
  1254670 *** TOE BRAKE AXIS, Right set = 0
  1254732 WRITE repeated 1 times
  1254732 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254732 WRITE0  0330,   2 bytes: 50 3F
  1254748 WRITE0  0BC4,   2 bytes: FF 1F
  1254748 WRITE0  0BC6,   2 bytes: FF 1F
  1254748 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254748 WRITE0  310A,   1 bytes: 00
  1254748 WRITE0  3366,   1 bytes: 00
  1254748 WRITE0  2054,   4 bytes: 03 00 00 00
  1254748 WRITE0  2154,   4 bytes: 03 00 00 00
  1254779 WRITE0  0330,   2 bytes: 50 3F
  1254810 *** TOE BRAKE AXIS, Left set = 0
  1254810 *** TOE BRAKE AXIS, Right set = 0
  1254841 WRITE repeated 1 times
  1254841 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254841 WRITE0  0330,   2 bytes: 50 3F
  1254872 WRITE0  0BC4,   2 bytes: FF 1F
  1254872 WRITE0  0BC6,   2 bytes: FF 1F
  1254872 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254872 WRITE0  310A,   1 bytes: 00
  1254872 WRITE0  3366,   1 bytes: 00
  1254872 WRITE0  2054,   4 bytes: 03 00 00 00
  1254872 WRITE0  2154,   4 bytes: 03 00 00 00
  1254872 WRITE0  0330,   2 bytes: 50 3F
  1254872 *** TOE BRAKE AXIS, Left set = 0
  1254872 *** TOE BRAKE AXIS, Right set = 0
  1254950 WRITE repeated 1 times
  1254950 WRITE0  07BC,   4 bytes: 00 00 00 00
  1254950 WRITE0  0330,   2 bytes: 50 3F
  1254982 WRITE repeated 1 times
  1254982 WRITE0  0BC4,   2 bytes: FF 1F
  1254982 WRITE0  0BC6,   2 bytes: FF 1F
  1254982 WRITE0  2E80,   4 bytes: 01 00 00 00
  1254982 WRITE0  310A,   1 bytes: 00
  1254982 WRITE0  3366,   1 bytes: 00
  1254982 WRITE0  2054,   4 bytes: 03 00 00 00
  1254982 WRITE0  2154,   4 bytes: 03 00 00 00
  1254982 *** TOE BRAKE AXIS, Left set = 0
  1254982 *** TOE BRAKE AXIS, Right set = 0
  1255013 WRITE0  0330,   2 bytes: 50 3F
  1255060 WRITE repeated 1 times
  1255060 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255091 WRITE0  0BC4,   2 bytes: FF 1F
  1255091 WRITE0  0BC6,   2 bytes: FF 1F
  1255091 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255091 WRITE0  310A,   1 bytes: 00
  1255091 WRITE0  3366,   1 bytes: 00
  1255091 WRITE0  2054,   4 bytes: 03 00 00 00
  1255091 WRITE0  2154,   4 bytes: 03 00 00 00
  1255091 WRITE0  0330,   2 bytes: 50 3F
  1255091 WRITE0  029C,   1 bytes: 00
  1255122 WRITE0  0330,   2 bytes: 50 3F
  1255122 *** TOE BRAKE AXIS, Left set = 0
  1255122 *** TOE BRAKE AXIS, Right set = 0
  1255169 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255200 WRITE0  0BC4,   2 bytes: FF 1F
  1255200 WRITE0  0BC6,   2 bytes: FF 1F
  1255200 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255200 WRITE0  310A,   1 bytes: 00
  1255200 WRITE0  3366,   1 bytes: 00
  1255200 WRITE0  2054,   4 bytes: 03 00 00 00
  1255200 WRITE0  2154,   4 bytes: 03 00 00 00
  1255231 WRITE0  0330,   2 bytes: 50 3F
  1255231 *** TOE BRAKE AXIS, Left set = 0
  1255231 *** TOE BRAKE AXIS, Right set = 0
  1255262 WRITE repeated 1 times
  1255262 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255294 WRITE0  0330,   2 bytes: 50 3F
  1255309 WRITE0  0BC4,   2 bytes: FF 1F
  1255309 WRITE0  0BC6,   2 bytes: FF 1F
  1255309 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255309 WRITE0  310A,   1 bytes: 00
  1255309 WRITE0  3366,   1 bytes: 00
  1255309 WRITE0  2054,   4 bytes: 03 00 00 00
  1255309 WRITE0  2154,   4 bytes: 03 00 00 00
  1255340 WRITE0  0330,   2 bytes: 50 3F
  1255372 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255372 WRITE0  0330,   2 bytes: 50 3F
  1255372 *** TOE BRAKE AXIS, Left set = 0
  1255372 *** TOE BRAKE AXIS, Right set = 0
  1255418 WRITE0  0BC4,   2 bytes: FF 1F
  1255418 WRITE0  0BC6,   2 bytes: FF 1F
  1255418 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255418 WRITE0  310A,   1 bytes: 00
  1255418 WRITE0  3366,   1 bytes: 00
  1255418 WRITE0  2054,   4 bytes: 03 00 00 00
  1255418 WRITE0  2154,   4 bytes: 03 00 00 00
  1255418 *** TOE BRAKE AXIS, Left set = 0
  1255418 *** TOE BRAKE AXIS, Right set = 0
  1255450 WRITE0  0330,   2 bytes: 50 3F
  1255481 WRITE repeated 1 times
  1255481 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255512 WRITE0  0330,   2 bytes: 50 3F
  1255559 WRITE repeated 1 times
  1255559 WRITE0  0BC4,   2 bytes: FF 1F
  1255559 WRITE0  0BC6,   2 bytes: FF 1F
  1255559 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255559 WRITE0  310A,   1 bytes: 00
  1255559 WRITE0  3366,   1 bytes: 00
  1255559 WRITE0  2054,   4 bytes: 03 00 00 00
  1255559 WRITE0  2154,   4 bytes: 03 00 00 00
  1255559 *** TOE BRAKE AXIS, Left set = 0
  1255559 *** TOE BRAKE AXIS, Right set = 0
  1255590 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255590 WRITE0  0330,   2 bytes: 50 3F
  1255668 WRITE repeated 2 times
  1255668 WRITE0  0BC4,   2 bytes: FF 1F
  1255668 WRITE0  0BC6,   2 bytes: FF 1F
  1255668 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255668 WRITE0  310A,   1 bytes: 00
  1255668 WRITE0  3366,   1 bytes: 00
  1255668 WRITE0  2054,   4 bytes: 03 00 00 00
  1255668 WRITE0  2154,   4 bytes: 03 00 00 00
  1255668 WRITE0  029C,   1 bytes: 00
  1255668 *** TOE BRAKE AXIS, Left set = 0
  1255668 *** TOE BRAKE AXIS, Right set = 0
  1255699 WRITE0  0330,   2 bytes: 50 3F
  1255699 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255730 WRITE0  0330,   2 bytes: 50 3F
  1255793 WRITE repeated 1 times
  1255793 WRITE0  0BC4,   2 bytes: FF 1F
  1255793 WRITE0  0BC6,   2 bytes: FF 1F
  1255793 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255793 WRITE0  310A,   1 bytes: 00
  1255793 WRITE0  3366,   1 bytes: 00
  1255793 WRITE0  2054,   4 bytes: 03 00 00 00
  1255793 WRITE0  2154,   4 bytes: 03 00 00 00
  1255793 WRITE0  0330,   2 bytes: 50 3F
  1255808 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255824 WRITE0  0330,   2 bytes: 50 3F
  1255902 WRITE repeated 2 times
  1255902 WRITE0  0BC4,   2 bytes: FF 1F
  1255902 WRITE0  0BC6,   2 bytes: FF 1F
  1255902 WRITE0  2E80,   4 bytes: 01 00 00 00
  1255902 WRITE0  310A,   1 bytes: 00
  1255902 WRITE0  3366,   1 bytes: 00
  1255902 WRITE0  2054,   4 bytes: 03 00 00 00
  1255902 WRITE0  2154,   4 bytes: 03 00 00 00
  1255918 WRITE0  0330,   2 bytes: 50 3F
  1255918 WRITE0  07BC,   4 bytes: 00 00 00 00
  1255949 WRITE0  0330,   2 bytes: 50 3F
  1256011 WRITE repeated 2 times
  1256011 WRITE0  0BC4,   2 bytes: FF 1F
  1256011 WRITE0  0BC6,   2 bytes: FF 1F
  1256011 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256011 WRITE0  310A,   1 bytes: 00
  1256011 WRITE0  3366,   1 bytes: 00
  1256011 WRITE0  2054,   4 bytes: 03 00 00 00
  1256011 WRITE0  2154,   4 bytes: 03 00 00 00
  1256027 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256042 WRITE0  0330,   2 bytes: 50 3F
  1256120 WRITE repeated 2 times
  1256120 WRITE0  0BC4,   2 bytes: FF 1F
  1256120 WRITE0  0BC6,   2 bytes: FF 1F
  1256120 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256120 WRITE0  310A,   1 bytes: 00
  1256120 WRITE0  3366,   1 bytes: 00
  1256120 WRITE0  2054,   4 bytes: 03 00 00 00
  1256120 WRITE0  2154,   4 bytes: 03 00 00 00
  1256136 WRITE0  0330,   2 bytes: 50 3F
  1256136 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256167 WRITE0  0330,   2 bytes: 50 3F
  1256230 WRITE repeated 2 times
  1256230 WRITE0  0BC4,   2 bytes: FF 1F
  1256230 WRITE0  0BC6,   2 bytes: FF 1F
  1256230 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256230 WRITE0  310A,   1 bytes: 00
  1256230 WRITE0  3366,   1 bytes: 00
  1256230 WRITE0  2054,   4 bytes: 03 00 00 00
  1256230 WRITE0  2154,   4 bytes: 03 00 00 00
  1256230 WRITE0  029C,   1 bytes: 00
  1256245 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256261 WRITE0  0330,   2 bytes: 50 3F
  1256339 WRITE repeated 2 times
  1256339 WRITE0  0BC4,   2 bytes: FF 1F
  1256339 WRITE0  0BC6,   2 bytes: FF 1F
  1256339 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256339 WRITE0  310A,   1 bytes: 00
  1256339 WRITE0  3366,   1 bytes: 00
  1256339 WRITE0  2054,   4 bytes: 03 00 00 00
  1256339 WRITE0  2154,   4 bytes: 03 00 00 00
  1256354 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256386 WRITE0  0330,   2 bytes: 50 3F
  1256448 WRITE repeated 2 times
  1256448 WRITE0  0BC4,   2 bytes: FF 1F
  1256448 WRITE0  0BC6,   2 bytes: FF 1F
  1256448 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256448 WRITE0  310A,   1 bytes: 00
  1256448 WRITE0  3366,   1 bytes: 00
  1256448 WRITE0  2054,   4 bytes: 03 00 00 00
  1256448 WRITE0  2154,   4 bytes: 03 00 00 00
  1256464 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256479 WRITE0  0330,   2 bytes: 50 3F
  1256557 WRITE repeated 2 times
  1256557 WRITE0  0BC4,   2 bytes: FF 1F
  1256557 WRITE0  0BC6,   2 bytes: FF 1F
  1256557 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256557 WRITE0  310A,   1 bytes: 00
  1256557 WRITE0  3366,   1 bytes: 00
  1256557 WRITE0  2054,   4 bytes: 03 00 00 00
  1256557 WRITE0  2154,   4 bytes: 03 00 00 00
  1256573 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256573 WRITE0  0330,   2 bytes: 50 3F
  1256666 WRITE repeated 3 times
  1256666 WRITE0  0BC4,   2 bytes: FF 1F
  1256666 WRITE0  0BC6,   2 bytes: FF 1F
  1256666 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256666 WRITE0  310A,   1 bytes: 00
  1256666 WRITE0  3366,   1 bytes: 00
  1256666 WRITE0  2054,   4 bytes: 03 00 00 00
  1256666 WRITE0  2154,   4 bytes: 03 00 00 00
  1256682 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256698 WRITE0  0330,   2 bytes: 50 3F
  1256776 WRITE repeated 2 times
  1256776 WRITE0  0BC4,   2 bytes: FF 1F
  1256776 WRITE0  0BC6,   2 bytes: FF 1F
  1256776 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256776 WRITE0  310A,   1 bytes: 00
  1256776 WRITE0  3366,   1 bytes: 00
  1256776 WRITE0  2054,   4 bytes: 03 00 00 00
  1256776 WRITE0  2154,   4 bytes: 03 00 00 00
  1256776 WRITE0  029C,   1 bytes: 00
  1256791 WRITE0  0330,   2 bytes: 50 3F
  1256791 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256822 WRITE0  0330,   2 bytes: 50 3F
  1256885 WRITE repeated 2 times
  1256885 WRITE0  0BC4,   2 bytes: FF 1F
  1256885 WRITE0  0BC6,   2 bytes: FF 1F
  1256885 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256885 WRITE0  310A,   1 bytes: 00
  1256885 WRITE0  3366,   1 bytes: 00
  1256885 WRITE0  2054,   4 bytes: 03 00 00 00
  1256885 WRITE0  2154,   4 bytes: 03 00 00 00
  1256900 WRITE0  07BC,   4 bytes: 00 00 00 00
  1256916 WRITE0  0330,   2 bytes: 50 3F
  1256994 WRITE repeated 1 times
  1256994 WRITE0  0BC4,   2 bytes: FF 1F
  1256994 WRITE0  0BC6,   2 bytes: FF 1F
  1256994 WRITE0  2E80,   4 bytes: 01 00 00 00
  1256994 WRITE0  310A,   1 bytes: 00
  1256994 WRITE0  3366,   1 bytes: 00
  1256994 WRITE0  2054,   4 bytes: 03 00 00 00
  1256994 WRITE0  2154,   4 bytes: 03 00 00 00
  1257010 WRITE0  0330,   2 bytes: 50 3F
  1257010 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257041 WRITE0  0330,   2 bytes: 50 3F
  1257103 WRITE repeated 2 times
  1257103 WRITE0  0BC4,   2 bytes: FF 1F
  1257103 WRITE0  0BC6,   2 bytes: FF 1F
  1257103 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257103 WRITE0  310A,   1 bytes: 00
  1257103 WRITE0  3366,   1 bytes: 00
  1257103 WRITE0  2054,   4 bytes: 03 00 00 00
  1257103 WRITE0  2154,   4 bytes: 03 00 00 00
  1257119 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257134 WRITE0  0330,   2 bytes: 50 3F
  1257212 WRITE repeated 2 times
  1257212 WRITE0  0BC4,   2 bytes: FF 1F
  1257212 WRITE0  0BC6,   2 bytes: FF 1F
  1257212 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257212 WRITE0  310A,   1 bytes: 00
  1257212 WRITE0  3366,   1 bytes: 00
  1257212 WRITE0  2054,   4 bytes: 03 00 00 00
  1257212 WRITE0  2154,   4 bytes: 03 00 00 00
  1257290 WRITE0  0330,   2 bytes: 50 3F
  1257290 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257322 WRITE0  0BC4,   2 bytes: FF 1F
  1257322 WRITE0  0BC6,   2 bytes: FF 1F
  1257322 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257322 WRITE0  310A,   1 bytes: 00
  1257322 WRITE0  3366,   1 bytes: 00
  1257322 WRITE0  2054,   4 bytes: 03 00 00 00
  1257322 WRITE0  2154,   4 bytes: 03 00 00 00
  1257322 WRITE0  029C,   1 bytes: 00
  1257322 WRITE0  0330,   2 bytes: 50 3F
  1257337 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257353 WRITE0  0330,   2 bytes: 50 3F
  1257431 WRITE repeated 2 times
  1257431 WRITE0  0BC4,   2 bytes: FF 1F
  1257431 WRITE0  0BC6,   2 bytes: FF 1F
  1257431 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257431 WRITE0  310A,   1 bytes: 00
  1257431 WRITE0  3366,   1 bytes: 00
  1257431 WRITE0  2054,   4 bytes: 03 00 00 00
  1257431 WRITE0  2154,   4 bytes: 03 00 00 00
  1257446 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257446 WRITE0  0330,   2 bytes: 50 3F
  1257540 WRITE repeated 3 times
  1257540 WRITE0  0BC4,   2 bytes: FF 1F
  1257540 WRITE0  0BC6,   2 bytes: FF 1F
  1257540 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257540 WRITE0  310A,   1 bytes: 00
  1257540 WRITE0  3366,   1 bytes: 00
  1257540 WRITE0  2054,   4 bytes: 03 00 00 00
  1257540 WRITE0  2154,   4 bytes: 03 00 00 00
  1257556 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257571 WRITE0  0330,   2 bytes: 50 3F
  1257649 WRITE repeated 2 times
  1257649 WRITE0  0BC4,   2 bytes: FF 1F
  1257649 WRITE0  0BC6,   2 bytes: FF 1F
  1257649 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257649 WRITE0  310A,   1 bytes: 00
  1257649 WRITE0  3366,   1 bytes: 00
  1257649 WRITE0  2054,   4 bytes: 03 00 00 00
  1257649 WRITE0  2154,   4 bytes: 03 00 00 00
  1257665 WRITE0  0330,   2 bytes: 50 3F
  1257665 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257696 WRITE0  0330,   2 bytes: 50 3F
  1257758 WRITE repeated 1 times
  1257758 WRITE0  0BC4,   2 bytes: FF 1F
  1257758 WRITE0  0BC6,   2 bytes: FF 1F
  1257758 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257758 WRITE0  310A,   1 bytes: 00
  1257758 WRITE0  3366,   1 bytes: 00
  1257758 WRITE0  2054,   4 bytes: 03 00 00 00
  1257758 WRITE0  2154,   4 bytes: 03 00 00 00
  1257758 WRITE0  0330,   2 bytes: 50 3F
  1257774 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257790 WRITE0  0330,   2 bytes: 50 3F
  1257868 WRITE repeated 2 times
  1257868 WRITE0  0BC4,   2 bytes: FF 1F
  1257868 WRITE0  0BC6,   2 bytes: FF 1F
  1257868 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257868 WRITE0  310A,   1 bytes: 00
  1257868 WRITE0  3366,   1 bytes: 00
  1257868 WRITE0  2054,   4 bytes: 03 00 00 00
  1257868 WRITE0  2154,   4 bytes: 03 00 00 00
  1257868 WRITE0  029C,   1 bytes: 00
  1257883 WRITE0  07BC,   4 bytes: 00 00 00 00
  1257883 WRITE0  0330,   2 bytes: 50 3F
  1257977 WRITE repeated 3 times
  1257977 WRITE0  0BC4,   2 bytes: FF 1F
  1257977 WRITE0  0BC6,   2 bytes: FF 1F
  1257977 WRITE0  2E80,   4 bytes: 01 00 00 00
  1257977 WRITE0  310A,   1 bytes: 00
  1257977 WRITE0  3366,   1 bytes: 00
  1257977 WRITE0  2054,   4 bytes: 03 00 00 00
  1257977 WRITE0  2154,   4 bytes: 03 00 00 00
  1257992 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258008 WRITE0  0330,   2 bytes: 50 3F
  1258086 WRITE repeated 2 times
  1258086 WRITE0  0BC4,   2 bytes: FF 1F
  1258086 WRITE0  0BC6,   2 bytes: FF 1F
  1258086 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258086 WRITE0  310A,   1 bytes: 00
  1258086 WRITE0  3366,   1 bytes: 00
  1258086 WRITE0  2054,   4 bytes: 03 00 00 00
  1258086 WRITE0  2154,   4 bytes: 03 00 00 00
  1258102 WRITE0  0330,   2 bytes: 50 3F
  1258102 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258133 WRITE0  0330,   2 bytes: 50 3F
  1258195 WRITE repeated 1 times
  1258195 WRITE0  0BC4,   2 bytes: FF 1F
  1258195 WRITE0  0BC6,   2 bytes: FF 1F
  1258195 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258195 WRITE0  310A,   1 bytes: 00
  1258195 WRITE0  3366,   1 bytes: 00
  1258195 WRITE0  2054,   4 bytes: 03 00 00 00
  1258195 WRITE0  2154,   4 bytes: 03 00 00 00
  1258195 WRITE0  0330,   2 bytes: 50 3F
  1258211 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258226 WRITE0  0330,   2 bytes: 50 3F
  1258304 WRITE repeated 2 times
  1258304 WRITE0  0BC4,   2 bytes: FF 1F
  1258304 WRITE0  0BC6,   2 bytes: FF 1F
  1258304 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258304 WRITE0  310A,   1 bytes: 00
  1258304 WRITE0  3366,   1 bytes: 00
  1258304 WRITE0  2054,   4 bytes: 03 00 00 00
  1258304 WRITE0  2154,   4 bytes: 03 00 00 00
  1258320 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258320 WRITE0  0330,   2 bytes: 50 3F
  1258414 WRITE repeated 3 times
  1258414 WRITE0  0BC4,   2 bytes: FF 1F
  1258414 WRITE0  0BC6,   2 bytes: FF 1F
  1258414 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258414 WRITE0  310A,   1 bytes: 00
  1258414 WRITE0  3366,   1 bytes: 00
  1258414 WRITE0  2054,   4 bytes: 03 00 00 00
  1258414 WRITE0  2154,   4 bytes: 03 00 00 00
  1258414 WRITE0  029C,   1 bytes: 00
  1258429 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258445 WRITE0  0330,   2 bytes: 50 3F
  1258523 WRITE repeated 2 times
  1258523 WRITE0  0BC4,   2 bytes: FF 1F
  1258523 WRITE0  0BC6,   2 bytes: FF 1F
  1258523 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258523 WRITE0  310A,   1 bytes: 00
  1258523 WRITE0  3366,   1 bytes: 00
  1258523 WRITE0  2054,   4 bytes: 03 00 00 00
  1258523 WRITE0  2154,   4 bytes: 03 00 00 00
  1258538 WRITE0  0330,   2 bytes: 50 3F
  1258538 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258570 WRITE0  0330,   2 bytes: 50 3F
  1258632 WRITE repeated 1 times
  1258632 WRITE0  0BC4,   2 bytes: FF 1F
  1258632 WRITE0  0BC6,   2 bytes: FF 1F
  1258632 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258632 WRITE0  310A,   1 bytes: 00
  1258632 WRITE0  3366,   1 bytes: 00
  1258632 WRITE0  2054,   4 bytes: 03 00 00 00
  1258632 WRITE0  2154,   4 bytes: 03 00 00 00
  1258632 WRITE0  0330,   2 bytes: 50 3F
  1258648 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258663 WRITE0  0330,   2 bytes: 50 3F
  1258741 WRITE repeated 2 times
  1258741 WRITE0  0BC4,   2 bytes: FF 1F
  1258741 WRITE0  0BC6,   2 bytes: FF 1F
  1258741 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258741 WRITE0  310A,   1 bytes: 00
  1258741 WRITE0  3366,   1 bytes: 00
  1258741 WRITE0  2054,   4 bytes: 03 00 00 00
  1258741 WRITE0  2154,   4 bytes: 03 00 00 00
  1258757 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258757 WRITE0  0330,   2 bytes: 50 3F
  1258850 WRITE repeated 3 times
  1258850 WRITE0  0BC4,   2 bytes: FF 1F
  1258850 WRITE0  0BC6,   2 bytes: FF 1F
  1258850 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258850 WRITE0  310A,   1 bytes: 00
  1258850 WRITE0  3366,   1 bytes: 00
  1258850 WRITE0  2054,   4 bytes: 03 00 00 00
  1258850 WRITE0  2154,   4 bytes: 03 00 00 00
  1258866 WRITE0  07BC,   4 bytes: 00 00 00 00
  1258882 WRITE0  0330,   2 bytes: 50 3F
  1258960 WRITE repeated 2 times
  1258960 WRITE0  0BC4,   2 bytes: FF 1F
  1258960 WRITE0  0BC6,   2 bytes: FF 1F
  1258960 WRITE0  2E80,   4 bytes: 01 00 00 00
  1258960 WRITE0  310A,   1 bytes: 00
  1258960 WRITE0  3366,   1 bytes: 00
  1258960 WRITE0  2054,   4 bytes: 03 00 00 00
  1258960 WRITE0  2154,   4 bytes: 03 00 00 00
  1258960 WRITE0  029C,   1 bytes: 00
  1258975 WRITE0  0330,   2 bytes: 50 3F
  1258975 WRITE0  07BC,   4 bytes: 00 00 00 00
  1259006 WRITE0  0330,   2 bytes: 50 3F
  1260473 LogOptions changed, now 00000000 00000001

Link to comment
Share on other sites

The exact release is FSUIPC 4.60a.

Might be a good idea to install 4.667 so we can compare things like with like.

The code used to work on our simulator with the same FSUIPC, but with an older machine. The simulator was then physically moved to a new location and I build a brand new machine with Windows 7 and since then, the problem occurs.

The code is still working on my home FSX machine (without real brakes).

My first thoughts were also joystick axis jitter, causing the brake to be set back to 0 each time, but after disabling the toe brakes from the FSUIPC config, the problem still occurred.

But the log entries:

1254233 *** TOE BRAKE AXIS, Left set = 0

1254233 *** TOE BRAKE AXIS, Right set = 0

only occur with FSUIPC calibrated toe brakes. They don't appear in my log, as you see, because I had no toe brake movement or jitter. It certrainly seems like you have axis inputs for the brakes and it is they which are doing this.

Could you add Event and Axis logging to the log options so we can cross-compare? Also show me the [Axes] and [JoystickCalibration] sections of your INI.

Do you have any information about what triggers these TOE BRAKE = 0 messages? They also appear when no brakes have been assigned in FSUIPC.

They aren't related to ASSIGNMENT, only to CALIBRATION. Maybe you are looking on the wrong FSUIPC Tab?

BTW the extra logging of the actual SimConnect values returned, as shown in my log above, is obtained when you use the Monitor facilities, just to watch for changes to offsets. You are logging all IPC writes, which might fog the issue a little in your logging.

egards

Pete

Link to comment
Share on other sites

Might be a good idea to install 4.667 so we can compare things like with like.

Ok, done. The next logging is based on 4.667.

But the log entries:

1254233 *** TOE BRAKE AXIS, Left set = 0

1254233 *** TOE BRAKE AXIS, Right set = 0

only occur with FSUIPC calibrated toe brakes. They don't appear in my log, as you see, because I had no toe brake movement or jitter. It certainly seems like you have axis inputs for the brakes and it is they which are doing this.

Could you add Event and Axis logging to the log options so we can cross-compare? Also show me the [Axes] and [JoystickCalibration] sections of your INI.

Yes, we are using two rudder pedals. We have made sure that no axes are assigned in the normal FSX configuration. All configuration is done through FSUIPC. Both toe brakes for both pedals have been configured to send directly to FSUIPC calibration.


[Axes]
0=0S,256,D,36,0,0,0
1=1X,256,D,1,0,0,0
2=1Y,256,D,2,0,0,0
3=1Z,256,D,7,0,0,0
4=1R,256,D,3,0,0,0
5=1S,256,D,8,0,0,0
6=2X,256,D,1,0,0,0
7=2Y,256,D,2,0,0,0
8=2Z,256,D,7,0,0,0
9=2R,256,D,3,0,0,0
10=2S,256,D,8,0,0,0

[JoystickCalibration]
AllowSuppressForPFCquad=Yes
ExcludeThrottleSet=Yes
ExcludeMixtureSet=Yes
ExcludePropPitchSet=Yes
SepRevsJetsOnly=No
ApplyHeloTrim=No
UseAxisControlsForNRZ=No
FlapsSetControl=0
FlapDetents=No
ReverserControl=66292
Reverser1Control=66422
Reverser2Control=66425
Reverser3Control=66428
Reverser4Control=66431
MaxThrottleForReverser=256
AileronTrimControl=66731
RudderTrimControl=66732
CowlFlaps1Control=66162
CowlFlaps2Control=66163
CowlFlaps3Control=66164
CowlFlaps4Control=66165
SteeringTillerControl=0
MaxSteerSpeed=60
Aileron=-15992,-1957,1114,16383/8
Elevator=-15984,-799,273,15837
Rudder=-16215,-1002,836,16216/24
LeftBrake=-11796,16383/24
RightBrake=-11342,16383/24

They aren't related to ASSIGNMENT, only to CALIBRATION. Maybe you are looking on the wrong FSUIPC Tab?

BTW the extra logging of the actual SimConnect values returned, as shown in my log above, is obtained when you use the Monitor facilities, just to watch for changes to offsets. You are logging all IPC writes, which might fog the issue a little in your logging.

egards

Pete

Yes, I used the monitor facility to make sure that the brake values were not reset to 0. They remain at the correct value after writing them.

Here is a new log file. It includes Event, Axis and FSUIPC write options.

At the start of the log, the autobrake is disabled.

At time mark 171601, the autobrake is engaged and writes 0xbc4.

Many thanks,

Marty

********* FSUIPC4, Version 4.667 by Pete Dowson *********
FSUIPC4 Key is provided
WideFS7 Key is provided
[Continuation log requested by user]
Running inside FSX on Windows 7 (using SimConnect Acc/SP2 Oct07)
Module base=61000000
Wind smoothing fix is fully installed
   163286 System time = 17/03/2011 16:53:56, Simulator time = 13:18:48 (12:18Z)
   163302 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   163302 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163302 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163302 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163302 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163302 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163302 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163458 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   163458 WRITE0  310A,   1 bytes: 00                                               .
   163458 WRITE0  3366,   1 bytes: 00                                               .
   163458 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   163458 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   163458 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   163458 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163458 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163458 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163458 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163551 Ready Flags: Ready-To-Fly=Y, In Menu=N, In Dlg=N
   163582 WRITE repeated 1 times
   163582 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   163582 WRITE0  310A,   1 bytes: 00                                               .
   163582 WRITE0  3366,   1 bytes: 00                                               .
   163582 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   163582 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   163582 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163582 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   163582 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163582 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   163629 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   163692 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   163692 WRITE0  310A,   1 bytes: 00                                               .
   163692 WRITE0  3366,   1 bytes: 00                                               .
   163692 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   163692 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   170899 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   170899 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   170899 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   170899 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   170930 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   170930 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171024 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171024 WRITE0  310A,   1 bytes: 00                                               .
   171024 WRITE0  3366,   1 bytes: 00                                               .
   171024 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171024 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171024 WRITE0  029C,   1 bytes: 01                                               .
   171024 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171024 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171024 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171024 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171024 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   171055 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171055 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171133 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171133 WRITE0  310A,   1 bytes: 00                                               .
   171133 WRITE0  3366,   1 bytes: 00                                               .
   171133 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171133 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171133 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171133 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171133 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171133 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171164 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171164 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171195 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   171258 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171258 WRITE0  310A,   1 bytes: 00                                               .
   171258 WRITE0  3366,   1 bytes: 00                                               .
   171258 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171258 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171258 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171258 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171258 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171258 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171258 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171258 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171289 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   171367 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171367 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171367 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171367 WRITE0  310A,   1 bytes: 00                                               .
   171367 WRITE0  3366,   1 bytes: 00                                               .
   171367 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171367 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171367 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171367 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171367 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171367 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171492 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171492 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171492 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171492 WRITE0  310A,   1 bytes: 00                                               .
   171492 WRITE0  3366,   1 bytes: 00                                               .
   171492 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171492 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171492 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171492 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171492 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171492 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171601 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171601 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171601 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   171601 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   171601 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171601 WRITE0  310A,   1 bytes: 00                                               .
   171601 WRITE0  3366,   1 bytes: 00                                               .
   171601 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171601 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171601 WRITE0  029C,   1 bytes: 01                                               .
   171601 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171601 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171601 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171601 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171601 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   171632 *** TOE BRAKE AXIS, Left set = 0
   171632 *** TOE BRAKE AXIS, Right set = 0
   171695 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171695 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171741 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   171741 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   171741 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171741 WRITE0  310A,   1 bytes: 00                                               .
   171741 WRITE0  3366,   1 bytes: 00                                               .
   171741 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171741 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171741 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171741 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171741 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171741 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171773 *** TOE BRAKE AXIS, Left set = 0
   171773 *** TOE BRAKE AXIS, Right set = 0
   171835 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171835 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171866 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   171866 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   171866 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171866 WRITE0  310A,   1 bytes: 00                                               .
   171866 WRITE0  3366,   1 bytes: 00                                               .
   171866 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171866 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   171866 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171866 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   171866 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171866 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   171897 *** TOE BRAKE AXIS, Left set = 0
   171897 *** TOE BRAKE AXIS, Right set = 0
   171929 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   171929 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   171991 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   171991 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   171991 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   171991 WRITE0  310A,   1 bytes: 00                                               .
   171991 WRITE0  3366,   1 bytes: 00                                               .
   171991 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   171991 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172007 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172007 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172007 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172007 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172007 *** TOE BRAKE AXIS, Left set = 0
   172007 *** TOE BRAKE AXIS, Right set = 0
   172038 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172038 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172131 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172131 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172131 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172131 WRITE0  310A,   1 bytes: 00                                               .
   172131 WRITE0  3366,   1 bytes: 00                                               .
   172131 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172131 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172131 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172131 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172131 WRITE0  029C,   1 bytes: 01                                               .
   172131 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172131 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172131 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172131 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172131 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   172131 *** TOE BRAKE AXIS, Left set = 0
   172131 *** TOE BRAKE AXIS, Right set = 0
   172241 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172241 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172241 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172241 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172241 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172241 WRITE0  310A,   1 bytes: 00                                               .
   172241 WRITE0  3366,   1 bytes: 00                                               .
   172241 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172241 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172241 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172241 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172241 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172241 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172272 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   172272 *** TOE BRAKE AXIS, Left set = 0
   172272 *** TOE BRAKE AXIS, Right set = 0
   172365 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172365 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172365 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172365 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172365 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172365 WRITE0  310A,   1 bytes: 00                                               .
   172365 WRITE0  3366,   1 bytes: 00                                               .
   172365 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172365 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172365 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   172365 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172365 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172365 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172365 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172381 *** TOE BRAKE AXIS, Left set = 0
   172381 *** TOE BRAKE AXIS, Right set = 0
   172459 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172459 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172506 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172506 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172506 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172506 WRITE0  310A,   1 bytes: 00                                               .
   172506 WRITE0  3366,   1 bytes: 00                                               .
   172506 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172506 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172506 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172506 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172506 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172506 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172506 *** TOE BRAKE AXIS, Left set = 0
   172506 *** TOE BRAKE AXIS, Right set = 0
   172568 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172568 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172631 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172631 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172631 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172631 WRITE0  310A,   1 bytes: 00                                               .
   172631 WRITE0  3366,   1 bytes: 00                                               .
   172631 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172631 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172631 WRITE0  029C,   1 bytes: 01                                               .
   172631 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172631 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172631 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172631 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172631 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   172631 *** TOE BRAKE AXIS, Left set = 0
   172631 *** TOE BRAKE AXIS, Right set = 0
   172677 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   172677 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172677 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172740 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172740 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172740 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172740 WRITE0  310A,   1 bytes: 00                                               .
   172740 WRITE0  3366,   1 bytes: 00                                               .
   172740 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172740 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172740 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172740 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172740 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172740 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172771 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   172771 *** TOE BRAKE AXIS, Left set = 0
   172771 *** TOE BRAKE AXIS, Right set = 0
   172802 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172802 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172849 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172849 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172849 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172849 WRITE0  310A,   1 bytes: 00                                               .
   172849 WRITE0  3366,   1 bytes: 00                                               .
   172849 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172849 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172849 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172849 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172849 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172849 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172849 *** TOE BRAKE AXIS, Left set = 0
   172849 *** TOE BRAKE AXIS, Right set = 0
   172880 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   172911 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   172911 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   172974 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   172974 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   172974 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   172974 WRITE0  310A,   1 bytes: 00                                               .
   172974 WRITE0  3366,   1 bytes: 00                                               .
   172974 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   172974 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   172974 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   172974 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172974 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   172974 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   172974 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173005 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173005 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173005 *** TOE BRAKE AXIS, Left set = 0
   173005 *** TOE BRAKE AXIS, Right set = 0
   173083 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   173083 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173083 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173083 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173083 WRITE0  310A,   1 bytes: 00                                               .
   173083 WRITE0  3366,   1 bytes: 00                                               .
   173083 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173083 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173083 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173083 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173083 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173083 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173083 *** TOE BRAKE AXIS, Left set = 0
   173083 *** TOE BRAKE AXIS, Right set = 0
   173114 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173114 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173177 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   173208 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173208 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173208 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173208 WRITE0  310A,   1 bytes: 00                                               .
   173208 WRITE0  3366,   1 bytes: 00                                               .
   173208 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173208 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173208 WRITE0  029C,   1 bytes: 01                                               .
   173208 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173208 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173208 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173208 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173208 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   173208 *** TOE BRAKE AXIS, Left set = 0
   173208 *** TOE BRAKE AXIS, Right set = 0
   173239 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173239 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173317 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173317 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173317 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173317 WRITE0  310A,   1 bytes: 00                                               .
   173317 WRITE0  3366,   1 bytes: 00                                               .
   173317 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173317 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173317 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173317 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173317 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173317 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173317 *** TOE BRAKE AXIS, Left set = 0
   173317 *** TOE BRAKE AXIS, Right set = 0
   173348 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173348 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173442 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173442 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173442 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173442 WRITE0  310A,   1 bytes: 00                                               .
   173442 WRITE0  3366,   1 bytes: 00                                               .
   173442 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173442 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173442 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173442 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173442 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173442 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173442 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173442 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173442 *** TOE BRAKE AXIS, Left set = 0
   173442 *** TOE BRAKE AXIS, Right set = 0
   173551 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173551 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173551 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173551 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173551 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173551 WRITE0  310A,   1 bytes: 00                                               .
   173551 WRITE0  3366,   1 bytes: 00                                               .
   173551 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173551 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173551 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173551 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173551 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173551 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173582 *** TOE BRAKE AXIS, Left set = 0
   173582 *** TOE BRAKE AXIS, Right set = 0
   173645 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   173691 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173691 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173691 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173691 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173691 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173691 WRITE0  310A,   1 bytes: 00                                               .
   173691 WRITE0  3366,   1 bytes: 00                                               .
   173691 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173691 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173691 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173691 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173691 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173691 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173691 *** TOE BRAKE AXIS, Left set = 0
   173691 *** TOE BRAKE AXIS, Right set = 0
   173754 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   173785 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173785 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173816 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173816 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173816 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173816 WRITE0  310A,   1 bytes: 00                                               .
   173816 WRITE0  3366,   1 bytes: 00                                               .
   173816 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173816 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173816 WRITE0  029C,   1 bytes: 01                                               .
   173816 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173816 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173816 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173816 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173816 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   173816 *** TOE BRAKE AXIS, Left set = 0
   173816 *** TOE BRAKE AXIS, Right set = 0
   173879 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173879 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   173957 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   173957 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   173957 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   173957 WRITE0  310A,   1 bytes: 00                                               .
   173957 WRITE0  3366,   1 bytes: 00                                               .
   173957 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   173957 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   173957 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173957 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   173957 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173957 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   173957 *** TOE BRAKE AXIS, Left set = 0
   173957 *** TOE BRAKE AXIS, Right set = 0
   173988 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   173988 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174081 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174081 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174081 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174081 WRITE0  310A,   1 bytes: 00                                               .
   174081 WRITE0  3366,   1 bytes: 00                                               .
   174081 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174081 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174081 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174081 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174081 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174081 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174081 *** TOE BRAKE AXIS, Left set = 0
   174081 *** TOE BRAKE AXIS, Right set = 0
   174128 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174128 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174159 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   174191 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174191 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174191 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174191 WRITE0  310A,   1 bytes: 00                                               .
   174191 WRITE0  3366,   1 bytes: 00                                               .
   174191 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174191 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174191 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174191 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174191 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174191 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174191 *** TOE BRAKE AXIS, Left set = 0
   174191 *** TOE BRAKE AXIS, Right set = 0
   174222 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174222 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174253 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   174331 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174331 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174331 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174331 WRITE0  310A,   1 bytes: 00                                               .
   174331 WRITE0  3366,   1 bytes: 00                                               .
   174331 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174331 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174331 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174331 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174331 WRITE0  029C,   1 bytes: 01                                               .
   174331 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174331 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174331 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174331 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174331 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   174331 *** TOE BRAKE AXIS, Left set = 0
   174331 *** TOE BRAKE AXIS, Right set = 0
   174425 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174425 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174456 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174456 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174456 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174456 WRITE0  310A,   1 bytes: 00                                               .
   174456 WRITE0  3366,   1 bytes: 00                                               .
   174456 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174456 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174456 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174456 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174456 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174456 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174456 *** TOE BRAKE AXIS, Left set = 0
   174456 *** TOE BRAKE AXIS, Right set = 0
   174549 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174549 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174596 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174596 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174596 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174596 WRITE0  310A,   1 bytes: 00                                               .
   174596 WRITE0  3366,   1 bytes: 00                                               .
   174596 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174596 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174596 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174596 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174596 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174596 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174596 *** TOE BRAKE AXIS, Left set = 0
   174596 *** TOE BRAKE AXIS, Right set = 0
   174659 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174659 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174721 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174721 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174721 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174721 WRITE0  310A,   1 bytes: 00                                               .
   174721 WRITE0  3366,   1 bytes: 00                                               .
   174721 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174721 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174721 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174721 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174721 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174721 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174768 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   174768 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174768 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174768 *** TOE BRAKE AXIS, Left set = 0
   174768 *** TOE BRAKE AXIS, Right set = 0
   174830 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174830 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174830 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174830 WRITE0  310A,   1 bytes: 00                                               .
   174830 WRITE0  3366,   1 bytes: 00                                               .
   174830 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174830 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174830 WRITE0  029C,   1 bytes: 01                                               .
   174830 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174830 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174830 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174830 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174830 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   174830 *** TOE BRAKE AXIS, Left set = 0
   174830 *** TOE BRAKE AXIS, Right set = 0
   174861 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174861 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174971 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   174971 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   174971 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   174971 WRITE0  310A,   1 bytes: 00                                               .
   174971 WRITE0  3366,   1 bytes: 00                                               .
   174971 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   174971 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   174971 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   174971 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   174971 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   174971 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174971 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   174971 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174971 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   174971 *** TOE BRAKE AXIS, Left set = 0
   174971 *** TOE BRAKE AXIS, Right set = 0
   175095 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175095 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175095 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175095 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175095 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175095 WRITE0  310A,   1 bytes: 00                                               .
   175095 WRITE0  3366,   1 bytes: 00                                               .
   175095 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175095 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175095 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175095 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175095 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175095 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175142 *** TOE BRAKE AXIS, Left set = 0
   175142 *** TOE BRAKE AXIS, Right set = 0
   175189 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175189 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175236 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175236 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175236 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175236 WRITE0  310A,   1 bytes: 00                                               .
   175236 WRITE0  3366,   1 bytes: 00                                               .
   175236 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175236 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175236 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175236 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175236 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175236 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175267 *** TOE BRAKE AXIS, Left set = 0
   175267 *** TOE BRAKE AXIS, Right set = 0
   175298 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175298 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175361 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175361 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175361 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175361 WRITE0  310A,   1 bytes: 00                                               .
   175361 WRITE0  3366,   1 bytes: 00                                               .
   175361 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175361 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175361 WRITE0  029C,   1 bytes: 01                                               .
   175361 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175361 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175361 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175361 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175361 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   175392 *** TOE BRAKE AXIS, Left set = 0
   175392 *** TOE BRAKE AXIS, Right set = 0
   175439 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175439 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175470 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175470 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175470 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175470 WRITE0  310A,   1 bytes: 00                                               .
   175470 WRITE0  3366,   1 bytes: 00                                               .
   175470 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175470 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175470 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175470 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175470 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175470 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175501 *** TOE BRAKE AXIS, Left set = 0
   175501 *** TOE BRAKE AXIS, Right set = 0
   175532 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175532 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175610 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175610 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175610 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175610 WRITE0  310A,   1 bytes: 00                                               .
   175610 WRITE0  3366,   1 bytes: 00                                               .
   175610 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175610 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175610 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175610 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175610 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175610 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175641 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175641 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175641 *** TOE BRAKE AXIS, Left set = 0
   175641 *** TOE BRAKE AXIS, Right set = 0
   175735 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175735 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175735 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175735 WRITE0  310A,   1 bytes: 00                                               .
   175735 WRITE0  3366,   1 bytes: 00                                               .
   175735 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175735 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175735 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175735 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175735 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175735 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175735 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175735 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175766 *** TOE BRAKE AXIS, Left set = 0
   175766 *** TOE BRAKE AXIS, Right set = 0
   175860 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175860 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   175860 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   175860 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   175860 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   175860 WRITE0  310A,   1 bytes: 00                                               .
   175860 WRITE0  3366,   1 bytes: 00                                               .
   175860 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   175860 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   175860 WRITE0  029C,   1 bytes: 01                                               .
   175875 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175875 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   175875 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175875 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   175875 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   175875 *** TOE BRAKE AXIS, Left set = 0
   175875 *** TOE BRAKE AXIS, Right set = 0
   175969 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   175969 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176000 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176000 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176000 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176000 WRITE0  310A,   1 bytes: 00                                               .
   176000 WRITE0  3366,   1 bytes: 00                                               .
   176000 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176000 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176000 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176000 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176000 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176000 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176000 *** TOE BRAKE AXIS, Left set = 0
   176000 *** TOE BRAKE AXIS, Right set = 0
   176078 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176078 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176109 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176109 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176109 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176109 WRITE0  310A,   1 bytes: 00                                               .
   176109 WRITE0  3366,   1 bytes: 00                                               .
   176109 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176109 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176109 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176109 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176109 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176109 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176141 *** TOE BRAKE AXIS, Left set = 0
   176141 *** TOE BRAKE AXIS, Right set = 0
   176172 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176172 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176203 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 80 (0x00000050) AXIS_ELEVATOR_SET
   176234 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176234 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176234 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176234 WRITE0  310A,   1 bytes: 00                                               .
   176234 WRITE0  3366,   1 bytes: 00                                               .
   176234 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176234 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176234 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176234 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176234 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176234 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176281 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176281 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176281 *** TOE BRAKE AXIS, Left set = 0
   176281 *** TOE BRAKE AXIS, Right set = 0
   176312 ***  AXIS: Cntrl= 65762 (0x000100e2), Param= 0 (0x00000000) AXIS_ELEVATOR_SET
   176375 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176375 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176375 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176375 WRITE0  310A,   1 bytes: 00                                               .
   176375 WRITE0  3366,   1 bytes: 00                                               .
   176375 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176375 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176375 WRITE0  029C,   1 bytes: 01                                               .
   176375 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176375 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176375 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176375 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176375 *** EVENT: Cntrl= 66074 (0x0001021a), Param= 1 (0x00000001) PITOT_HEAT_SET
   176375 *** TOE BRAKE AXIS, Left set = 0
   176375 *** TOE BRAKE AXIS, Right set = 0
   176406 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176406 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176499 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176499 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176499 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176499 WRITE0  310A,   1 bytes: 00                                               .
   176499 WRITE0  3366,   1 bytes: 00                                               .
   176499 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176499 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176499 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176499 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176499 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176499 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176499 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176499 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176499 *** TOE BRAKE AXIS, Left set = 0
   176499 *** TOE BRAKE AXIS, Right set = 0
   176609 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176609 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176609 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176609 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176609 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176609 WRITE0  310A,   1 bytes: 00                                               .
   176609 WRITE0  3366,   1 bytes: 00                                               .
   176609 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176609 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176609 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176609 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176609 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176609 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176640 *** TOE BRAKE AXIS, Left set = 0
   176640 *** TOE BRAKE AXIS, Right set = 0
   176749 WRITE0  0810,   4 bytes: 00 00 00 00                                      ....
   176749 WRITE0  07BC,   4 bytes: 00 00 00 00                                      ....
   176749 WRITE0  0BC4,   2 bytes: FF 1F                                            ..
   176749 WRITE0  0BC6,   2 bytes: FF 1F                                            ..
   176749 WRITE0  2E80,   4 bytes: 01 00 00 00                                      ....
   176749 WRITE0  310A,   1 bytes: 00                                               .
   176749 WRITE0  3366,   1 bytes: 00                                               .
   176749 WRITE0  2054,   4 bytes: 10 00 00 00                                      ....
   176749 WRITE0  2154,   4 bytes: 10 00 00 00                                      ....
   176749 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176749 *** EVENT: Cntrl= 65962 (0x000101aa), Param= 16 (0x00000010) FUEL_SELECTOR_SET
   176749 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176749 *** EVENT: Cntrl= 66523 (0x000103db), Param= 16 (0x00000010) FUEL_SELECTOR_2_SET
   176749 *** TOE BRAKE AXIS, Left set = 0
   176749 *** TOE BRAKE AXIS, Right set = 0

Link to comment
Share on other sites

Ok, done. The next logging is based on 4.667.

Could you turn off IPC write logging and instead use the Monitor to monitor 0BC4 and 0BC6 both as type U16, with "normal log" checked below? Then we are comparable.

Yes, we are using two rudder pedals. We have made sure that no axes are assigned in the normal FSX configuration. All configuration is done through FSUIPC. Both toe brakes for both pedals have been configured to send directly to FSUIPC calibration.

Hmmm. I'll need to try and set up another pair of axes to dual the toe brakes. Your log is so completely different that I'm mystified. There's no sign of any AXIS BRAKE controls. That can be a sign of them being captured and discarded elsewhere, but you said you had this with default aircraft. The presence of those other readouts definitely means FSUIPC is acting on axis inputs (it's the only way into the code which provides those messages). It may be related to the dual controls arbitration facility. That's what I'll need to check.

Maybe I can get away with two left brakes being arbitrated rather than find a couple more axes. (Most of my stuff is PFC driven via my PFC driver and that wouldn't do the same in any case).

What I still don't understand is that you said you got the problem even with no rudder pedals assigned or calibrated? Or did I misunderstand that? If I did could you try it, please. Also try with only one set of pedals assigned.

[LATER]

With two axes both assigned and calibrated on only one of the two brakes, so they arbitrate, I still don't get a problem until I touch the axes so causing jitter. THEN with arbitration I am getting the same Brake messages as you. And with the Monitoring as I requested I see the pressure going down to zero, not immediately changing (you can't see this with your logging).

I certainly suspect it's jitter on your pedals. Try calibrating with a dead zone in the foot-off areas -- I see from your calibration that you've left absolutely no room at all, look:

LeftBrake=-11796,16383/24

RightBrake=-11342,16383/24

The axes are reversed, so 16383 is the "off" setting. Even a very mild jitter to 16382 will operate the brakes, or even taking your feet off if the springs aren't really really strong. Try calibrating correctly with unused zones at either extreme, exactly as documented.

Regards

Pete

Link to comment
Share on other sites

With two axes both assigned and calibrated on only one of the two brakes, so they arbitrate, I still don't get a problem until I touch the axes so causing jitter. THEN with arbitration I am getting the same Brake messages as you. And with the Monitoring as I requested I see the pressure going down to zero, not immediately changing (you can't see this with your logging).

After more experimentation, I did for a while get EXACTLY the same as you. I enabled both Reverse and Filtering in the calibration. I was just about to put a trace on it to find out why, and it stopped happening. Grrr.

I suspect it's a complex relationship between arbitration and filtering -- filtering does make it a lot more complicated because values from axes don't go direct, they go through a pipe-type arrangement so the pattern can be smoothed. That makes it very difficult indeed to work out what is going on, even if it was consistent, which, at least here, it is certainly not!

So, can you try not only without assignments and calibrations but also with only one set assigned and calibrated, and also with the filtering off. I need to narrow it down. There are far too many possibilities and matching code paths at present.

Regards

Pete

Link to comment
Share on other sites

After more experimentation, I did for a while get EXACTLY the same as you. I enabled both Reverse and Filtering in the calibration. I was just about to put a trace on it to find out why, and it stopped happening. Grrr.

I suspect it's a complex relationship between arbitration and filtering -- filtering does make it a lot more complicated because values from axes don't go direct, they go through a pipe-type arrangement so the pattern can be smoothed. That makes it very difficult indeed to work out what is going on, even if it was consistent, which, at least here, it is certainly not!

So, can you try not only without assignments and calibrations but also with only one set assigned and calibrated, and also with the filtering off. I need to narrow it down. There are far too many possibilities and matching code paths at present.

Regards

Pete

Many thanks for your continued support! I can confirm that only removing the "filtered" checkbox fixes the issue. I think we had this switch turned off in our previous computer and turned it on in the new computer, but we never made the match between this switch and the brakes not working.

I can generate any debugging logs if it is still of any use to you, but we have no problem with simply keeping the filtered switch off.

If I can make you happy with a free Prosim737 license, I'd be happy to offer it too. :razz:

Link to comment
Share on other sites

Many thanks for your continued support! I can confirm that only removing the "filtered" checkbox fixes the issue. I think we had this switch turned off in our previous computer and turned it on in the new computer, but we never made the match between this switch and the brakes not working.

Okay. I thought it might be related to that ... it narrows it down for me quite a bit. I'm going to have to try reproducing it again under my debugger so I can find out what is happening.

I can generate any debugging logs if it is still of any use to you, but we have no problem with simply keeping the filtered switch off.

Probably best to run with it off in any case. You shouldn't need it on for brakes at all. However, I would like to get to the bottom of it and fix it. I don't need any more logs, but since it was consistent for you with Flitering enabled, could you try once more with filtering enabled but only one pair of pedals assigned. Best just commenting out the lines in the [Axes] sections for one of the pairs, please. My problem is getting it to occur consistently enough to track it down, so any more clues are welcome.

If I can make you happy with a free Prosim737 license, I'd be happy to offer it too. :razz:

That's very kind of you! I do have it installed on one PC for experimentation. I think it was free or registration-free at least when I downloaded it. I assume there's a new version now?

If you need to send me anything use petedowson@btconnect.com.

Regards

Pete

Link to comment
Share on other sites

Okay. I thought it might be related to that ... it narrows it down for me quite a bit. I'm going to have to try reproducing it again under my debugger so I can find out what is happening.

Probably best to run with it off in any case. You shouldn't need it on for brakes at all. However, I would like to get to the bottom of it and fix it. I don't need any more logs, but since it was consistent for you with Flitering enabled, could you try once more with filtering enabled but only one pair of pedals assigned. Best just commenting out the lines in the [Axes] sections for one of the pairs, please. My problem is getting it to occur consistently enough to track it down, so any more clues are welcome.

Ok, I've done some debugging.

First try: Enabling filtering again: The problem is back.

Next, I removed the F/O toebrakes by going to the FSUIPC axis tab and pressing the F/O left brake, then pressed "CLEAR" and "RESCAN" and pressed the right toe brake and CLEAR again. I then confirmed that the F/O brakes no longer worked.

Then checked the autobrake again, with only the captain brakes being assigned. When filtering is on, the brakes did not work. With filtering off, everything is back to normal again.

That's very kind of you! I do have it installed on one PC for experimentation. I think it was free or registration-free at least when I downloaded it. I assume there's a new version now?

If you need to send me anything use petedowson@btconnect.com.

Regards

Pete

Yes, the basic Prosim737 module is freeware. It contains systems logic and instructor station. The addon modules are in beta test and contain the rest of the cockpit. Total price will be 300 euro per cockpit for non commercial use. Currently, licensing is disabled, so the version on the website is fully function. I'll send you a key to the indicated mail so that when licensing is enabled, your copy will continue to work.

Thanks,

Marty

Link to comment
Share on other sites

...checked the autobrake again, with only the captain brakes being assigned. When filtering is on, the brakes did not work. With filtering off, everything is back to normal again.

Hmm. Right. I only need one pair assigned then. I wonder why it is so consistent on your system yet I have a job to reproduce it? Strange.

Thanks. I'll get to work on that next week.

Yes, the basic Prosim737 module is freeware. It contains systems logic and instructor station. The addon modules are in beta test and contain the rest of the cockpit. Total price will be 300 euro per cockpit for non commercial use. Currently, licensing is disabled, so the version on the website is fully function. I'll send you a key to the indicated mail so that when licensing is enabled, your copy will continue to work.

Thanks!

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.