Jump to content
The simFlight Network Forums

FSUIPC assigning HAT for CH Yoke


Recommended Posts

Hi Pete

I have ver 3.70 (reg) of FSUIPC registered and using the latest documentation I have disabled FS's joystick facilities so that I can program all buttons and axes in FSUIPC. Obviously after doing this I lost the Pan view facility of the HAT switch in VC (& other) mode. I would like to get the HAT switch pan facility back so I thought that I might do that by adding similar lines to that below in the FSUIPC.ini file but I want to make sure that I have read your instructions correctly. The Hat switch returns 8 codes (4 main and 4 quarter views) and the CH Yoke is designated P2 in the ini file under [bUTTONS] section:

If I enter the button entries below for all 8 codes I presume that I will get the same functionality that I had with the old HAT switch?

26=P2,R1,32,C65734,0

27=P2,R1,33,C65856,0

etc

etc to

32=P2,R1,38,C65671,0

33=P2,R1,39,C65854,0

Have I got this right?

Will it work in the VC and 2D modes?

Is there another solution that I may have missed?

Thanks

PeterH

(PS all other assignments work fine except for reverse thrust - I'm still working on that one)

Link to comment
Share on other sites

... after doing this I lost the Pan view facility of the HAT switch in VC (& other) mode.

Ah .... FSUIPC sees a Hat as 8 switches/buttons, whereas I think the PAN facility reads it a little like an axis -- the Hat values being the parameters.

The Hat switch returns 8 codes (4 main and 4 quarter views)

Are you sure it isn't continuous, like an axis? Re-assign it in FS and use the Event and Axis logging in FSUIPC to see what FS is passing.

If I enter the button entries below for all 8 codes I presume that I will get the same functionality that I had with the old HAT switch?

I really have no idea because I don't know what the old HAT switch assignment is doing. I don't have one, you see.

But first, please tell me, WHY are you trying to do this the hard way, by editing the INI file? Have you looked at the Buttons assignment facilities in FSUIPC. Surely it must be 1000% easier to do it on-line, where you can move the hat, assign a control by name and so on .... you have me quite puzzled!

Have I got this right? Will it work in the VC and 2D modes?

Since I don't know what your "old Hat" was doing, and I can't try this way (not having any such hat), I really can't say. Surely it is easy for you to test? Are you saying you've not even tried it?

Is there another solution that I may have missed?

I don't know, because i don't know what your Hat does in FS in the first place. Check the logging as I suggest. It may work better if you program it as a PAN VIEW with a parameter to tell it the direction -- typically hats return a direction either in degrees (0, 45, 90, 135, etc) or in 100ths of a degree (0, 4500, 9000, 13500 etc). The log should help tell, otherwise you'd need that JoyView program I've uploaded here a few times. If you can't find out from logging, let me know and I'll see if I can find it and attach it here too (or you can scan the threads here with papaer clips indicating attachments).

Note that, if the Hat is providing continuous changes, like an axis, I will consider adding it as an extra assignable Axis in FSUIPC. I would be completely dependent upon folks like you to test this for me, but otherwise I don't think it would be a big problem -- just a matter of finding the time!

Regards,

Pete

Link to comment
Share on other sites

HI Pete

Thanks for the reply - it would be truly wonderful if you could find the time to get the hat to act as an axis in FS2004. I would be more than happy to test it out.

You asked why I was doing it the hard way and not using button assignment - simple in button assignment you can only "hold" 4 of the directions ie UP, DOWN , LEFT, RIGHT in FSUIPC assignments ie the "MAIN" codes. You can "see" the other 4 quarter view codes in FSUIPC but as soon as you let the button go to assign one of them in FSUIPC it reverts to the nearest "MAIN" code ie LEFT etc in other words it doesn't retain the other 4 quarter view codes so that you can assign them. I did actually manage to assign the 4 other codes by holding the hat switch in the position that I wanted and at the same time assigned the button - but again it didn't work ie it didn't pan in the VC mode.

You asked if I had tried out my coding efforts - Yes I did but I couldn't get it to work in VC mode it seems to stick in one position and becomes difficult to move, that's why I wondered if I had got the syntax correct.

I did reassign the axis for the hat switch in FS2004 but then under axis assignment in FSUIPC I couldn't see anything registering when I moved the hat positions, it only "registers" under "BUTTONS.

At the moment I have rectivated the joystick in FS2004 and deleted all assignments except the hat switch which is a BUTTON assignment called "PAN VIEW" (ie NOT an axis) and this works quite well. I will now follow your suggestion and program the POV as a PAN VIEW and set a parameter to return a direction in degrees, etc. I take it that I will find the correct syntax to do that in one of the user guides?

Thanks again for the great support it is much appreciated

PeterH

Link to comment
Share on other sites

it would be truly wonderful if you could find the time to get the hat to act as an axis in FS2004.

There would be little point unless the hat is providing continuous changes. If it is only giving 8 discrete values then it can be fully programmed already.

in button assignment you can only "hold" 4 of the directions ie UP, DOWN , LEFT, RIGHT in FSUIPC assignments ie the "MAIN" codes. You can "see" the other 4 quarter view codes in FSUIPC but as soon as you let the button go to assign one of them in FSUIPC it reverts to the nearest "MAIN" code ie LEFT etc in other words it doesn't retain the other 4 quarter view codes so that you can assign them.

Really? That has never been reported before, and certainly, years ago when I did have a joystick with a Hat I could obtain the 8 positions separately. I need to know what your hat is doing to achieve that, please. Where's the logging?

I did actually manage to assign the 4 other codes by holding the hat switch in the position that I wanted and at the same time assigned the button - but again it didn't work ie it didn't pan in the VC mode.

That would likely be either because you assigned the wrong controls, or the right controls with the wrong parameters, or you have the FS CFG "pan_in_cockpit_mode" parameter set incorrectly for what you want to do.

I did reassign the axis for the hat switch in FS2004 but then under axis assignment in FSUIPC I couldn't see anything registering when I moved the hat positions, it only "registers" under "BUTTONS.

Because it is NOT an axis, not even for FS, it is a "POV", and the only POV support FSUIPC offers in as 8 buttons. I thought we went through this?

I will now follow your suggestion and program the POV as a PAN VIEW and set a parameter to return a direction in degrees, etc. I take it that I will find the correct syntax to do that in one of the user guides?

You can assign parameters in the options, on screen. Why do you want the syntax (but, yes, it is in the Advanced Guide, and anyway you've already been using it, haven't you. You showed me in your previous message -- you just had 0's for all the parameter values).

Thanks again for the great support it is much appreciated

I really cannot help much without information about how your hat works. Did you not get any, not do any logging, or look for that Joyview program?

Pete

Link to comment
Share on other sites

Hi Pete

Thanks again

I managed to "fix" the quarter values in the button assignment I had to "click" each quarter value twice and it was then retained by FSUIPC and I assigned the buttons as per my first email but again in VC mode there was no change ie the view just gets stuck on one view and stays there. I also spoke to Bob Church and he thinks that the FS CFG "pan_in_cockpit_mode setting in the fs9.cfg may let you change the view in 2d mode but not in VC mode and vice versa -depending on the setting. So while I I can get a movement in 2D mode I might not be ablle to get it in VC mode.

With respect to the code, I have read the advanced guide and I see how to enter the parameter, I was just making sure I had got my syntax right.

So I would use?

26=P2,R1,32,C66416,0

27=P2,R1,33,C66416,45

etc

etc to

32=P2,R1,38,C66416,270

33=P2,R1,39,C66416,315

Below is part of the log file dealing with the HAT/POV switch: (this was in VC mode)

493078 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

493125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

493156 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

493281 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

493391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

493922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

493953 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

494188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

495156 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

495203 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

495766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

495797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

I see that is using the same value 66416 each time even though the parameter has changed and they are using 45 degree increments. What would be the -1 figure?

in 2D Mode this was the log:

********* FSUIPC, Version 3.65 by Pete Dowson *********

Running inside FS2004 (FS9.1 CONTROLS.DLL, FS9.1 WEATHER.DLL)

User Name="PETER HAYES"

User Addr

FSUIPC Key is provided

WIDEFS not user registered, or expired

Module base=61000000

ClassOptions: UIPCMAIN=FF7F, FS98MAIN=FF7F, FS2KMAIN=FF5E

WeatherOptions(Orig)=4000B7AF[4000B7AF]

InitDelay: 0 seconds

WeatherReadInterval=4

LogOptions=00000001

DebugStatus=15

1859 System time = 15:07:06

1859 \\TI-AMD\RAPTOR (E)\Program Files\Microsoft Games\Flight Simulator 9\

1859 System time = 15:07:06, FS2004 time = 12:00:00 (00:00Z)

3125 FLIGHTS\OTHER\FLTSIM.flt

3156 AIRCRAFT\c172\Cessna172SP.air

3297 Aircraft="Cessna Skyhawk 172SP"

5187 Module [M1] identified = "ActiveRadar.dll"

5187 Module [M1] "ActiveRadar.dll" access registration is okay

11125 FLIGHTS\other\FLTSIM.flt

11359 Clear All Weather requested: external weather discarded

12484 Advanced Weather Interface Enabled

36922 Traffic File #16 = "scenery\world\scenery\traffic030528"

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

64265 READ0 [M1] 0564, 4 bytes: 31 6E 50 00

64265 READ0 [M1] 056C, 4 bytes: 28 82 06 A9

64265 READ0 [M1] 0580, 4 bytes: DD DA 38 00

64265 READ0 [M1] 0574, 4 bytes: 83 00 00 00

64265 GetRealAddr(22008800)=610C2460 (orig C000)

64265 READ0 [M1] C000, 1024 bytes: 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00

64265 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

There were nearly 100 lines of this last code, until I terminated the logging.

Pete this still says ver 3.65 but I definetely downloaded it as 3.70.

I operated the hat/pov for nearly 5 minutes but there was no mention in the log as shown above

Pete I don't know what is going on here I definitely updated to ver 3.70 but somehow ver 3.65 appeared in my Fs2004 module folder. This is the second time that I have suffered a "spontaneous" change remeber I got an out of date message even though I had uppdated the dll file. I will get my machine exorcised. I apologise for giving you the wrong version. I will now test everything again using the latest version and report back

Regards

PeterH

Link to comment
Share on other sites

With respect to the code, I have read the advanced guide and I see how to enter the parameter, I was just making sure I had got my syntax right.

So I would use?

26=P2,R1,32,C66416,0

27=P2,R1,33,C66416,45

etc

etc to

32=P2,R1,38,C66416,270

33=P2,R1,39,C66416,315

Yes -- but again easier to set in the on-line options.

And really this is where I am still not following you, I'm afraid. If you want each of the 8 positions to give you one fixed 45 degree view, why not simply use the direct controls that give you those? i.e. the "VIEW FORWARD, VIEW FORWARD RIGHT, .... through to VIEW FORWARD LEFT controls? Those are made for the purpose.

I see that is using the same value 66416 each time even though the parameter has changed and they are using 45 degree increments. What would be the -1 figure?

The same 66416 value (= PAN_VIEW) is there because that's what you assigned. FSUIPC isn't in the habit of ignoring what you ask for and putting its own ideas in place.

Hats have a centre 'off' position -- when you release them they return -1.

********* FSUIPC, Version 3.65 by Pete Dowson *********

Please update to 3.70. I don't support old versions.

64265 READ0 [M1] C000, 1024 bytes: 00 00 00 00 00 00 00 00 00 00 00 00 03 00 00 00

64265 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

There were nearly 100 lines of this last code, until I terminated the logging.

Er .. for some reason you are logging IPC Reads. Why? The logs for reading C000 are from a Module you have installed which is reading the Weather data.

Pete this still says ver 3.65 but I definetely downloaded it as 3.70.

It most definitely is NOT 3.65. There are three ways for checking version numbers:

1. Right click on the DLL, select Properties -- Version.

2. Run FS, go to FSUIPC options, look at the first Tab displayed.

3. After running FS, look at the first line in the Log.

There's also a 4th but less reliable way, and that is to look at the User Guide in the Zip, first page.

Either you downloaded the wrong version (your ISP probably hadn't updated its cache) or you have installed something since which has overwritten the later one.

I operated the hat/pov for nearly 5 minutes but there was no mention in the log as shown above

Probably because instead of checking the option to Log events you were logging IPC Reads, which are not relevant here at all!

I will now test everything again using the latest version and report back

None of this is going to tell me how the Hat behaves. Please re-program it as a POV to do as you think you want it to in FS, delete (temporarily remove) your FSUIPC programming for it. Then enable both Axis and non-Axis Event logging in FSUIPC. Test all hat positions USING FS.

It really isn't so useful programming FSUIPC and then showing me FSUIPC doing as you programmed. Nothing is actually learned that way (well, by me at least ), do you see? We need to know what it is doing in FS, not in FSUIPC!

Didn't you ever look for JoyView?

Regards,

Pete

Link to comment
Share on other sites

Hi Pete

Here is the log file as requested the first part was for the 2D movement and the latter for VC: The joystick assignments in FSUIPC have all been removed ie these movements are from FS 2004 ONLY and it is the correct version. This is definitely ver 3.70 re downloaded today.

********* FSUIPC, Version 3.70 by Pete Dowson *********

Running inside FS2004 (FS9.1 CONTROLS.DLL, FS9.1 WEATHER.DLL)

User Name="PETER HAYES"

User Addrxxxxxxxxxxxxxxx

FSUIPC Key is provided

WIDEFS not user registered, or expired

[Continuation log requested by user]

Module base=61000000

ClassOptions: UIPCMAIN=FF7F, FS98MAIN=FF7F, FS2KMAIN=FF5E

WeatherOptions(Orig)=4000B7AF[4000B7AF]

InitDelay: 0 seconds

WeatherReadInterval=4

LogOptions=00000001

121391 System time = 15:00:05, FS2004 time = 10:15:28 (17:15Z)

121391 WeatherOptions set, now 4000B7AF (timer=0)

124188 FS Control Sent: Ctrl=65763, Param=-260

124188 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -263 (0xfffffef9) AXIS_AILERONS_SET

124219 FS Control Sent: Ctrl=65763, Param=-650

124219 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

124250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124282 FS Control Sent: Ctrl=65763, Param=-910

124282 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -918 (0xfffffc6a) AXIS_AILERONS_SET

124282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

124516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

124579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

124625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

124688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

124735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

124766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

124797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

124829 FS Control Sent: Ctrl=65763, Param=-1170

124829 FS Control Sent: Ctrl=65763, Param=-1560

124829 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1180 (0xfffffb64) AXIS_AILERONS_SET

124829 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1573 (0xfffff9db) AXIS_AILERONS_SET

124829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

124860 FS Control Sent: Ctrl=65763, Param=-1820

124860 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1835 (0xfffff8d5) AXIS_AILERONS_SET

124875 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

124907 FS Control Sent: Ctrl=65763, Param=-2080

124907 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2097 (0xfffff7cf) AXIS_AILERONS_SET

124938 FS Control Sent: Ctrl=65763, Param=-2341

124938 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2360 (0xfffff6c8) AXIS_AILERONS_SET

124969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

125016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

125047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

125094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

125125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

125157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

125188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

125219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

125266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

125297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

125329 FS Control Sent: Ctrl=65763, Param=-2080

125329 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2097 (0xfffff7cf) AXIS_AILERONS_SET

125329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

125360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

125391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

125422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

125454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

125500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

125532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

125563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

125625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

125719 FS Control Sent: Ctrl=65763, Param=-2471

125719 FS Control Sent: Ctrl=65763, Param=-2731

125719 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2491 (0xfffff645) AXIS_AILERONS_SET

125735 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2754 (0xfffff53e) AXIS_AILERONS_SET

125735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

125766 FS Control Sent: Ctrl=65763, Param=-2991

125766 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -3016 (0xfffff438) AXIS_AILERONS_SET

125766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

125829 FS Control Sent: Ctrl=65763, Param=-2731

125829 FS Control Sent: Ctrl=65763, Param=-2991

125829 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2754 (0xfffff53e) AXIS_AILERONS_SET

125829 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -3016 (0xfffff438) AXIS_AILERONS_SET

125829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

125860 FS Control Sent: Ctrl=65763, Param=-2731

125860 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2754 (0xfffff53e) AXIS_AILERONS_SET

125860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

125891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

125922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

125969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

126000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

126032 FS Control Sent: Ctrl=65763, Param=-2341

126032 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -2360 (0xfffff6c8) AXIS_AILERONS_SET

126032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

126063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

126094 FS Control Sent: Ctrl=65763, Param=-1950

126094 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1966 (0xfffff852) AXIS_AILERONS_SET

126094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

126125 FS Control Sent: Ctrl=65763, Param=-1690

126125 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1704 (0xfffff958) AXIS_AILERONS_SET

126125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

126157 FS Control Sent: Ctrl=65763, Param=-1430

126157 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1442 (0xfffffa5e) AXIS_AILERONS_SET

126157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

126188 FS Control Sent: Ctrl=65763, Param=-1170

126188 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1180 (0xfffffb64) AXIS_AILERONS_SET

126204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

126235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126329 FS Control Sent: Ctrl=65763, Param=-910

126329 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -918 (0xfffffc6a) AXIS_AILERONS_SET

126329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126438 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

126469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

126500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

126532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

126563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

126594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

126625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

126672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

126704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

126735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

126766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

126797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

126829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

126860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

126907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

126938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

126969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127063 FS Control Sent: Ctrl=65763, Param=-650

127063 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

127063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127141 FS Control Sent: Ctrl=65763, Param=-390

127141 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

127141 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

127172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

127204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

127235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

127266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

127297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

127344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

127375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

127407 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

127469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

127500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127672 FS Control Sent: Ctrl=65763, Param=-130

127672 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

127672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

127907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

127938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

127985 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

128219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

128250 FS Control Sent: Ctrl=65763, Param=-390

128250 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

128250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128282 FS Control Sent: Ctrl=65763, Param=-650

128282 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

128282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

128485 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

128594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

128625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

128657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

128688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

128719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

128750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

128782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

128829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

128860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

128891 FS Control Sent: Ctrl=65762, Param=3968

128891 FS Control Sent: Ctrl=65762, Param=4224

128891 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 4030 (0x00000fbe) AXIS_ELEVATOR_SET

128891 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 4291 (0x000010c3) AXIS_ELEVATOR_SET

128891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

128922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

128954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

128985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

129016 FS Control Sent: Ctrl=65762, Param=3968

129016 FS Control Sent: Ctrl=65762, Param=4224

129016 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 4030 (0x00000fbe) AXIS_ELEVATOR_SET

129016 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 4291 (0x000010c3) AXIS_ELEVATOR_SET

129032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

129063 FS Control Sent: Ctrl=65762, Param=3968

129063 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 4030 (0x00000fbe) AXIS_ELEVATOR_SET

129063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

129094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

129125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

129157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

129391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

129422 FS Control Sent: Ctrl=65763, Param=-390

129422 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

129422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

129469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

129500 FS Control Sent: Ctrl=65763, Param=-130

129500 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

129500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

129532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

129563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

129594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

129625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

129657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

129704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

129735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

129766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

129797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

129829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

129860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

129891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

129938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

129969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

130000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

130032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

130063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

130094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

130125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

130329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

130360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

130407 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

130438 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

130469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

130500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

130532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

130563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

130610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

130641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

130672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

130704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

130735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

130766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

130797 FS Control Sent: Ctrl=65763, Param=-390

130797 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

130797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

130844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

130875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

130907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

130938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

130969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

131000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

131032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131141 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

131204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

131235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

131266 FS Control Sent: Ctrl=65763, Param=-130

131266 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

131266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

131313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

131344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

131375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

131407 FS Control Sent: Ctrl=65762, Param=3584

131407 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

131407 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

131438 FS Control Sent: Ctrl=65762, Param=3840

131438 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

131438 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

131469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

131500 FS Control Sent: Ctrl=65762, Param=3584

131500 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

131516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

131547 FS Control Sent: Ctrl=65763, Param=-390

131547 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

131547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

131579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

131610 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

131641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

131688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

131719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

131875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

131985 FS Control Sent: Ctrl=65763, Param=-130

131985 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

131985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

132079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

132110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

132157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

132188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

132219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

132250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

132282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

132313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

132360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

132391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

132422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

132454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

132485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

132688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

132719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

132750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 315 (0x0000013b) PAN_VIEW

132782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

132922 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

134907 KEYDOWN: VK=83, Waiting=0, Shifts=0

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

134907 *** EVENT: Cntrl= 65567 (0x0001001f), Param= 0 (0x00000000) VIEW_MODE (NoAccel)

138329 FS Control Sent: Ctrl=65762, Param=3840

138329 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

138375 FS Control Sent: Ctrl=65762, Param=3584

138375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

138469 FS Control Sent: Ctrl=65762, Param=3840

138469 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

138532 FS Control Sent: Ctrl=65762, Param=3584

138532 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

138563 FS Control Sent: Ctrl=65762, Param=3840

138563 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

138969 FS Control Sent: Ctrl=65762, Param=3584

138969 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139000 FS Control Sent: Ctrl=65762, Param=3840

139000 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139079 FS Control Sent: Ctrl=65762, Param=3584

139079 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139110 FS Control Sent: Ctrl=65762, Param=3840

139110 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139141 FS Control Sent: Ctrl=65762, Param=3584

139141 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139172 FS Control Sent: Ctrl=65762, Param=3840

139172 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139282 FS Control Sent: Ctrl=65762, Param=3584

139282 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139313 FS Control Sent: Ctrl=65762, Param=3840

139313 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139344 FS Control Sent: Ctrl=65762, Param=3584

139344 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139375 FS Control Sent: Ctrl=65762, Param=3840

139375 FS Control Sent: Ctrl=65762, Param=3584

139375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139485 FS Control Sent: Ctrl=65762, Param=3840

139485 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139516 FS Control Sent: Ctrl=65762, Param=3584

139516 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139610 FS Control Sent: Ctrl=65762, Param=3840

139610 FS Control Sent: Ctrl=65762, Param=3584

139610 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

139610 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

139922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW (NoAccel)

139954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

139985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

140485 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

140829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

140860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

140891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

140922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

140954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

140985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

141969 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

142157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142438 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142563 FS Control Sent: Ctrl=65763, Param=128

142563 *** AXIS: Cntrl= 65763 (0x000100e3), Param= 129 (0x00000081) AXIS_AILERONS_SET

142563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

142969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143141 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143407 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143438 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

143969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

144016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

144047 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

144313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

144344 FS Control Sent: Ctrl=65762, Param=3840

144344 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

144375 FS Control Sent: Ctrl=65762, Param=3584

144375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144375 FS Control Sent: Ctrl=65762, Param=3840

144375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

144407 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

144438 FS Control Sent: Ctrl=65762, Param=3584

144438 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

144485 FS Control Sent: Ctrl=65762, Param=3840

144485 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144547 FS Control Sent: Ctrl=65762, Param=3584

144547 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144579 FS Control Sent: Ctrl=65762, Param=3840

144579 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144610 FS Control Sent: Ctrl=65762, Param=3584

144610 FS Control Sent: Ctrl=65762, Param=3840

144610 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144610 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144641 FS Control Sent: Ctrl=65762, Param=3584

144641 FS Control Sent: Ctrl=65762, Param=3840

144641 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144641 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144688 FS Control Sent: Ctrl=65762, Param=3584

144688 FS Control Sent: Ctrl=65762, Param=3840

144688 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144688 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144719 FS Control Sent: Ctrl=65762, Param=3584

144719 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144750 FS Control Sent: Ctrl=65762, Param=3840

144750 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144782 FS Control Sent: Ctrl=65762, Param=3584

144782 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144813 FS Control Sent: Ctrl=65762, Param=3840

144813 FS Control Sent: Ctrl=65762, Param=3584

144813 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

144813 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

144813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

144985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145782 FS Control Sent: Ctrl=65763, Param=-130

145782 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

145797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

145829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

145860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

145891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

145922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

145954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

145985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

146032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

146063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146469 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

146704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

146969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147000 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147141 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147235 FS Control Sent: Ctrl=65763, Param=-390

147235 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

147235 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147266 FS Control Sent: Ctrl=65763, Param=-650

147266 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

147266 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147297 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147329 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147407 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

147500 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

147766 FS Control Sent: Ctrl=65762, Param=3840

147766 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

147766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147797 FS Control Sent: Ctrl=65762, Param=3584

147797 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

147813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147844 FS Control Sent: Ctrl=65763, Param=-910

147844 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -918 (0xfffffc6a) AXIS_AILERONS_SET

147844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147875 FS Control Sent: Ctrl=65762, Param=3840

147875 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

147875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147907 FS Control Sent: Ctrl=65763, Param=-1170

147907 FS Control Sent: Ctrl=65762, Param=3584

147907 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -1180 (0xfffffb64) AXIS_AILERONS_SET

147907 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

147907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

147969 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148000 FS Control Sent: Ctrl=65762, Param=3840

148000 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148110 FS Control Sent: Ctrl=65762, Param=3584

148110 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

148110 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148141 FS Control Sent: Ctrl=65762, Param=3840

148141 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148141 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148172 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148204 FS Control Sent: Ctrl=65762, Param=3584

148204 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

148204 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

148250 FS Control Sent: Ctrl=65762, Param=3840

148250 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148250 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

148344 FS Control Sent: Ctrl=65763, Param=-780

148344 FS Control Sent: Ctrl=65762, Param=3584

148344 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -787 (0xfffffced) AXIS_AILERONS_SET

148344 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

148375 FS Control Sent: Ctrl=65763, Param=-390

148375 FS Control Sent: Ctrl=65762, Param=3840

148375 FS Control Sent: Ctrl=65763, Param=-130

148375 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

148375 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148375 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -132 (0xffffff7c) AXIS_AILERONS_SET

148407 FS Control Sent: Ctrl=65762, Param=3584

148407 FS Control Sent: Ctrl=65762, Param=3840

148407 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

148407 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148641 FS Control Sent: Ctrl=65762, Param=3584

148641 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

148641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148688 FS Control Sent: Ctrl=65762, Param=3840

148688 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

148688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

148985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149047 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

149250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

149282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

149313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

149344 FS Control Sent: Ctrl=65763, Param=-390

149344 FS Control Sent: Ctrl=65763, Param=-650

149344 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -394 (0xfffffe76) AXIS_AILERONS_SET

149344 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

149360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149422 FS Control Sent: Ctrl=65763, Param=-910

149422 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -918 (0xfffffc6a) AXIS_AILERONS_SET

149422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

149625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

149657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 90 (0x0000005a) PAN_VIEW

149688 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

149719 FS Control Sent: Ctrl=65763, Param=-650

149719 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -656 (0xfffffd70) AXIS_AILERONS_SET

149750 FS Control Sent: Ctrl=65763, Param=-260

149750 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -263 (0xfffffef9) AXIS_AILERONS_SET

149782 FS Control Sent: Ctrl=65763, Param=0

149782 *** AXIS: Cntrl= 65763 (0x000100e3), Param= 0 (0x00000000) AXIS_AILERONS_SET

149860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

149985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

150032 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

150063 *** EVENT: Cntrl= 66416 (0x00010370), Param= 225 (0x000000e1) PAN_VIEW

150094 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

150125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

150157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

150188 FS Control Sent: Ctrl=65762, Param=3584

150188 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

150188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 270 (0x0000010e) PAN_VIEW

150219 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

150250 FS Control Sent: Ctrl=65762, Param=3840

150266 FS Control Sent: Ctrl=65762, Param=3584

150266 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

150266 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

150532 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150563 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150594 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150625 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150657 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150797 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150829 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150860 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150891 *** EVENT: Cntrl= 66416 (0x00010370), Param= 45 (0x0000002d) PAN_VIEW

150938 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

151610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151672 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151704 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151735 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151766 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151907 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151938 FS Control Sent: Ctrl=65762, Param=3840

151938 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

151938 *** EVENT: Cntrl= 66416 (0x00010370), Param= 0 (0x00000000) PAN_VIEW

151969 *** EVENT: Cntrl= 66416 (0x00010370), Param= -1 (0xffffffff) PAN_VIEW

152000 FS Control Sent: Ctrl=65762, Param=3584

152000 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

152047 FS Control Sent: Ctrl=65762, Param=3840

152047 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

152110 FS Control Sent: Ctrl=65762, Param=3584

152110 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

152141 FS Control Sent: Ctrl=65762, Param=3840

152141 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

152172 FS Control Sent: Ctrl=65762, Param=3584

152172 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

152250 FS Control Sent: Ctrl=65762, Param=3840

152250 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

152282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152313 FS Control Sent: Ctrl=65762, Param=3584

152313 FS Control Sent: Ctrl=65763, Param=-260

152313 FS Control Sent: Ctrl=65762, Param=3840

152313 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

152313 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -263 (0xfffffef9) AXIS_AILERONS_SET

152313 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

152313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152344 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152375 FS Control Sent: Ctrl=65763, Param=-520

152375 *** AXIS: Cntrl= 65763 (0x000100e3), Param= -525 (0xfffffdf3) AXIS_AILERONS_SET

152375 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152407 FS Control Sent: Ctrl=65762, Param=3584

152407 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3640 (0x00000e38) AXIS_ELEVATOR_SET

152407 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152438 FS Control Sent: Ctrl=65762, Param=3840

152438 *** AXIS: Cntrl= 65762 (0x000100e2), Param= 3900 (0x00000f3c) AXIS_ELEVATOR_SET

152454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 180 (0x000000b4) PAN_VIEW

152516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152547 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152579 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152610 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152641 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152688 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152719 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152750 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152782 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152813 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152844 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152875 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152922 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152954 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

152985 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153016 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153047 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153079 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153125 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153157 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153188 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153219 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153250 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153282 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153313 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153360 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153391 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153422 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153454 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153485 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153516 *** EVENT: Cntrl= 66416 (0x00010370), Param= 135 (0x00000087) PAN_VIEW

153547 *** EVENT: Cntrl= 66416 (0x0001037

Link to comment
Share on other sites

Hi Pete this part of my post was omitted and should be added on the end of the above:

201969 FS Control Sent: Ctrl=65762, Param=6144

207438 System time = 15:01:31, FS2004 time = 10:17:29 (17:17Z)

207438 *** FSUIPC log file being closed

Memory managed: 2 Allocs, 390 Freed

********* FSUIPC Log file closed ****

PETE - with the FSUIPC.dll file - can it be protected eg using the Windows protection service, so that I am the only one who can change that file and it cannot be changed or altered by a piece of software that I installed.

Yes, I have Joy View but I got sidetracked and will try to use it this weekend. I just have to ensure that I understand how to use it and to make sure that it will not affect my PC in any way.

I guess for me, in all of this, is I would like to deactivate my joystick in FS2004 and only use FSUIPC to assign, and calibrate it, and my question should be, " can FSUIPC emulate the HAT/POV switch the same way as FS2004 does". If it can then that is wonderful, but if it can't no matter, it is easy enough to assign it in FS2004 and use FSUIPC for all other controls.

I apologise if I misled you in my last post but I only had the FS2004 assignments - I hadn't programmed the HAT switch in FSUIPC when I sent you the last log but I did get the logging wrong and I apologise for that.

Thanks again for your help

PeterH

Link to comment
Share on other sites

Okay, the logs show that the connection of the Hat to FS in this was generates exactly the same sort of controls you are doing with the assignments to PAN_VIEW with the parameters 0, 45, 90 and so on. I think that if you enabled Repeat whilst held then the results should be indistiguishable.

PETE - with the FSUIPC.dll file - can it be protected eg using the Windows protection service, so that I am the only one who can change that file and it cannot be changed or altered by a piece of software that I installed.

The DLL itself cannot be patched or changed internally with causing failures when it is run. It is protected against hacking, if that's what you mean. With FS2004 and before it cannot be stopped from loading by FS even if it is hacked -- I think that is likely to be changed in FSX though.

If you merely mean to stop another installer installing an older version, well, you could try making it read-only in Explorer. but programs can remove that attribute in any case. If you are frequently installing such packages with bad installers like that I would recommend that you simply right-click on the FSUIPC.DL after each installation and check Propeties Version. Obviously dong this 10 times an hour wouldn't be convenient, but i wouldn't think you were installing or re-installing packages so often unless you are in a shop demonstating such processes.

Yes, I have Joy View but I got sidetracked and will try to use it this weekend. I just have to ensure that I understand how to use it and to make sure that it will not affect my PC in any way.

It's just a little free-standing utility originally provided by Thrustmaster for checking their joysticks.

Anyway I don't think you need to use it now. The logs show everything. The Hat is NOT a continuous axis providing values 0-360, so it doesn't really justify axis treatment. It is merely 8 buttons with a common "off" position. I think the provisions in FS and FSUIPC are fine.

my question should be, "can FSUIPC emulate the HAT/POV switch the same way as FS2004 does".

I think the log shows it can and does if you program the 8 positions using PAN_VIEW with parameters 0, 45,315 and enable repeat. Yes. You have a little more flexibility with FSUIPC in that you could even program the 'offs' differently, eg to choose to execute "VIEW_FORWARD" to return to a normal view, as you might wish.

Regards

Pete

Link to comment
Share on other sites

Hi Pete

Here are the JOYVIEW Results for 8 quadrants starting at the top and moving clockwise

O -UP - TOP

4500

9000 RIGHT

13500

18000 DOWN BOTTOM

22500

27000 LEFT

31500

Regards

PeterH

Ah, so it is in 100ths. FS will be scaling it then, on the input side.

Thanks for the info. It is stil really only a bunch of 8 buttons! ;-)

Pete

Link to comment
Share on other sites

Hi Pete

For the sake of completeness the POV/HAT works perfectly very easy to do after following your tips. I have now every button, and axis on the CH Yoke, TQ & Pro Pedals assigned only in FSUIPC and all working perfectly (with FS2004 joystick decativated) - makes simming so easy.

Thanks

PeterH

Link to comment
Share on other sites

For the sake of completeness the POV/HAT works perfectly very easy to do after following your tips. I have now every button, and axis on the CH Yoke, TQ & Pro Pedals assigned only in FSUIPC and all working perfectly (with FS2004 joystick decativated) - makes simming so easy.

Very good! Thanks for letting me know!

Regards

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.