Jump to content
The simFlight Network Forums

Identifying Joysticks


Recommended Posts

I did all of my FSUIPC programing with FSX running on the same PC that my "joysticks" were connected to. Now I have a dedicated PC for FSX and am running WideClient on the old PC and I need to get all of my button programming over to the FSX PC FSUIPC.INI file. I copied all of the settings under Buttons in the FSUIPC.INI file and pasted them under Buttons in the new PC FSUIPC.INI file. However the new FSUIPC doesn't recognize my programming. When I push on a button it shows up in FSUIPC as Joy#1001 Butn# 2 but without any programming. Now I know that FSUIPC recognized joysticks over the network and puts the 1000 in front of the name.

How can I get the "new" FSUIPC to load all the programming that I have done? BTW I did change the AutoAssignLetters to YES on both machines.

Can anyone help me get the programming I spent a long time doing, into the "new" FSUIPC?

Thanks

Alan

Link to comment
Share on other sites

I copied all of the settings under Buttons in the FSUIPC.INI file and pasted them under Buttons in the new PC FSUIPC.INI file. However the new FSUIPC doesn't recognize my programming. When I push on a button it shows up in FSUIPC as Joy#1001 Butn# 2 but without any programming. Now I know that FSUIPC recognized joysticks over the network and puts the 1000 in front of the name.

Yes, but you must surely realise that each joystick on each Client PC needs to have a unique number -- otherwise how can FSUIPC handle joysticks on both the local PC and all of up to, what, 99 clients? The whole point, surrely, of being able to have joysticks on clients is to enable as many separate assignments as you need, where you want them. How would assignments work if all PC joysticks were numbered from 1, or 'A'?

How can I get the "new" FSUIPC to load all the programming that I have done? BTW I did change the AutoAssignLetters to YES on both machines.

I'm afraid the lettering of joysticks only applies on the FS PC. it won't help with clients.

Can anyone help me get the programming I spent a long time doing, into the "new" FSUIPC?

You'd need to simply replace the joystick numbers in the INI file with the new ones. If you know, for example, that joystick 1001 now is the same one as 'A' or maybe 1 on the original, then search and replace all instances or =PA or =P1, with =P1001, and the same for =U and =R. If you don't have an editor which can do this easily, or you are not sure, just paste your complete original FSUIPC.INI in a message here (r at least the [buttons] section(s) ), and tell me all the correspondences, and i'll do it for you. It's no trouble -- I have an editor with a good search/replace facility.

BTW you do realise that Axis assignments aren't transmitted through WideFS? At least, not without a Lua plug-in to do this.

Regards

Pete

Link to comment
Share on other sites

Pete

Thanks for doing that. Here are the relevant INI entries. Old PC is the one I programmed FSUIPC on and New PC is the FSX PC that I need the button programs to work on. Not sure why there are duplicate entries as there are only two Virtual Joysticks connected on the old PC -- two Pokeys cards to which all my buttons and encoders are connected. Also not sure about the Missing Joystick. I believe that the entry for 0=BU0836 Interface is my Leo Bodnar card on the new PC. I did have another Pokeys card on the new PC for my TQ but I unplugged that as well as the Leo Bodnar card to try and see if I could identify the joysticks over WideFS. I guess the entry for the Leo Bodnar card was left behind as it still has a running interface program.

Alan

Old PC

[JoyNames]

AutoAssignLetters=Yes

0=Virtual Joystick

0.GUID={9576E920-6F6E-11E2-8002-444553540000}

1=Virtual Joystick

1.GUID={9576E920-6F6E-11E2-8006-444553540000}

A=Virtual Joystick

A.GUID={9576E920-6F6E-11E2-8002-444553540000}

B=Virtual Joystick

B.GUID={9576E920-6F6E-11E2-8006-444553540000}

J= << MISSING JOYSTICK >>

New PC

[JoyNames]

AutoAssignLetters=Yes

0=BU0836 Interface

0.GUID={486EF670-8BD6-11E2-8001-444553540000}

1=Virtual Joystick

1.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

A=BU0836 Interface

A.GUID={486EF670-8BD6-11E2-8001-444553540000}

B=Virtual Joystick

B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

Link to comment
Share on other sites

Thanks for doing that. Here are the relevant INI entries. Old PC is the one I programmed FSUIPC on and New PC is the FSX PC that I need the button programs to work on.

Er, there's some misunderstanding here! You said:

When I push on a button it shows up in FSUIPC as Joy#1001 Butn# 2 but without any programming

which means that joystick is connercted on your Client PC, not on the FS PC!

Not sure why there are duplicate entries as there are only two Virtual Joysticks connected on the old PC

But there are only two "virtual Joysticks" listed on you "Old PC" -- #0 which is A and #1 which is B.

Evidently you didn't copy the [Joysticks] section as well as the Buttons section!!! Why didn't you simply use the whole existing INI file? Why pick out sections? That's why the new assignments are different -- FSUIPC had to remake them all! Throw away the INI and use your old one. There's no point in having letters assigned to unique GUDs as you had and then just discarding the correspondence! That destroys the whole point. Can't you see that?

Meanwhile i've no idea where WideFS and your Client joystick connections come into this. You appear to have completely changed subjects since the first post!

:sad: :sad:

Pete

Link to comment
Share on other sites

I must admit I thought Alan was using a client PC as well when I first read his post. What he actually meant was that he has bought a new PC that is dedicated to FS only and he wants to copy the assignments across to this new PC from his old PC. The old PC has now been relegated to WideFS duties, he isn't doing any joystick work on the client machine at all it would appear.

Link to comment
Share on other sites

Andy

You are correct up to a point. I didn't move those two virtual joysticks to the new PC. Here's what I did and I'm sorry about any confusion.

I have two PCs called AVIONICS and FSX. I have the virtual joysticks -- two Pokeys cards that run my three DUs (Primary Flight Display, EICAS and MFD) and my RMUs (Radio Management Units). These are connected to AVIONICS where I was running FSX while I programmed the buttons and encoders. I now run FSX and WideFS on the new FSX PC and when FSX loads, FSUIPC created a new INI file. AVIONICS is now the client running WideClient but still with the two virtual joysticks connected to it.

Initially I thought that by setting the INI so that AutoAssignLetters is YES, FSUIPC would identify the two virtual joysticks on the AVIONICS PC and I could just copy and paste all the buttons assignments from my AVIONICS FSUIPC INI file into the FSX FSUIPC INI file. That worked up to a point as FSUIPC on the FSX PC now identifies the two virtual joysticks as 1001 and 1002 (because they're running on the client PC across the network) and as I said when I pressed a switch on the EICAS it showed up as Joy# 1001 Btn# 2 but with no programming.

Can I just copy the entire INI file from AVIONICS to FSX and be done?

Thanks

Alan

Link to comment
Share on other sites

he isn't doing any joystick work on the client machine at all it would appear.

So how did he get this?

When I push on a button it shows up in FSUIPC as Joy#1001 Butn# 2

1001 is Joystick #1 on the 1st listed Client on WideFS.

I have two PCs called AVIONICS and FSX. I have the virtual joysticks -- two Pokeys cards that run my three DUs (Primary Flight Display, EICAS and MFD) and my RMUs (Radio Management Units). These are connected to AVIONICS where I was running FSX while I programmed the buttons and encoders. I now run FSX and WideFS on the new FSX PC and when FSX loads, FSUIPC created a new INI file. AVIONICS is now the client running WideClient but still with the two virtual joysticks connected to it.

Okay. In that case, for those two, the joystick letterng isn't relevant. They will be joysticks 1001 and 1002 now, assuming that PC is your first or only Client (the clients are listed in the WideServer section of the FSUIPC4.INI file). That's okay, providing they are only buttons, no axes, and it is for those i offered to edit your [buttons] section for you. I've not seen that yet.

Initially I thought that by setting the INI so that AutoAssignLetters is YES, FSUIPC would identify the two virtual joysticks on the AVIONICS PC

No, it cannot do that. To start with there is no guarantee that the GUIDs on two separate PCs are the same and/or not duplicated. The only way FSUIPC can identify devices on a WideFS client is by WideFS assigning joystick numbers 1xxx for the 1st client, 2xxx for the second, and so on.

Can I just copy the entire INI file from AVIONICS to FSX and be done?

Only for the joysticks connected to the new FSX PC. For the WideFs ones we need to convert the letters to the client joystick numbers..

Look, I explained all this already, and even volunteered to do the work for you. What else do you want?

:sad:

BTW, is your client PC a long way from your FS PC? Or have you run out of USB ports on the FS PC? If neither, why not simply plug those two into the FSX PC and use the same INI as beflore? Aren't you making this rather more complicated than you need to?

Pete

Link to comment
Share on other sites

Pete

I ran out of ports on the FS PC. I've attached both INI files -- one is titled OLD and one NEW. The old one is where I programmed the buttons. BTW there are some entries under [buttons.LEAR45] in the new INI and they need to stay. If you need the Joystick entries from both ini files I posted them earlier.

Thanks

Alan

Edit

It won't let me upload a TXT file so here are the relevant Buttons section from both ini files.

OLD INI (I need these buttons in the FSX FSUIPC ini file)

[buttons.LEAR45]

0=PB,0,Cx0D0073F8,x01

2=PB,5,Cx050073F8,x20

4=PB,1,Cx050073F8,x02

5=PB,14,C66040,16211

6=UB,1,Cx090073F8,x02

7=UB,0,Cx090073F8,x01

8=PB,2,Cx050073F8,x04

9=UB,2,Cx090073F8,x04

10=PB,3,Cx050073F8,x08

11=UB,3,Cx090073F8,x08

12=PB,4,Cx050073F8,x10

13=UB,4,Cx090073F8,x10

14=UB,5,Cx090073F8,x20

15=PB,13,Cx050073D5,x40

18=UB,13,Cx090073D5,x40

19=PB,7,Cx050073F9,x01

20=UB,7,Cx090073F9,x01

21=PB,8,Cx050073F9,x02

22=UB,8,Cx090073F9,x02

23=PB,9,Cx050073F9,x04

24=UB,9,Cx090073F9,x04

25=PB,10,Cx050073F9,x08

26=UB,10,Cx090073F9,x08

27=PB,11,Cx050073F9,x10

28=UB,11,Cx09000049,x10

29=PB,12,Cx050073F9,x20

30=UB,12,Cx090073F9,x20

31=RB,19,Cx110073FD,x00FF0001

32=RB,18,Cx210073FD,x00FF0001

33=RB,23,Cx110073FC,x00FF0001

34=RB,22,Cx210073FC,x00FF0001

35=RB,21,Cx210073D2,x00FF0001

36=RB,20,Cx110073D2,x00FF0001

37=RB,25,Cx110073D7,x00FF0001

38=RB,24,Cx210073D7,x00FF0001

39=RB,27,Cx210073D8,x00FF0001

40=RB,26,Cx11000049,x00FF0001

41=RB,29,C65883,10

42=RB,28,C65884,10

NEW INI (these buttons need to stay)

[buttons.LEARJET45]

0=PB,0,C3,0

1=PB,1,C65552,0

4=RB,2,C65604,0

5=PB,3,C65972,0

6=RB,5,C66635,0

10=PB,4,C65588,0

16=UB,4,C65752,0

17=UB,5,C65967,0

Link to comment
Share on other sites

I ran out of ports on the FS PC. I've attached both INI files -- one is titled OLD and one NEW. The old one is where I programmed the buttons. BTW there are some entries under [buttons.LEAR45] in the new INI and they need to stay. If you need the Joystick entries from both ini files I posted them earlier.

There are only buttons for Joystick B. Just one joystick? I thought you said there were two on the Client PC you needed re-programmed?

It won't let me upload a TXT file so here are the relevant Buttons section from both ini files.

It's always best to paste in any case. Else i'd have to download into a folder on my PC and analyse separately. Doing it here is easier and quicker.

OLD INI (I need these buttons in the FSX FSUIPC ini file)

And are all these now on Joystick 1001? You've not told me which is which. The joystick entries from before don't tell me anything about joysticks on the Client PC -- obviously, because they are the results of scanning on the FSX PC. You need to actually press a button on each of your Client PC devices to determine the Joystick numbers!

If they are 1001 then all you needed to do was change all the B's into 1001, thus:


[Buttons.LEAR45]
0=P1001,0,Cx0D0073F8,x01
2=P1001,5,Cx050073F8,x20
4=P1001,1,Cx050073F8,x02
5=P1001,14,C66040,16211
6=U1001,1,Cx090073F8,x02
7=U1001,0,Cx090073F8,x01
8=P1001,2,Cx050073F8,x04
9=U1001,2,Cx090073F8,x04
10=P1001,3,Cx050073F8,x08
11=U1001,3,Cx090073F8,x08
12=P1001,4,Cx050073F8,x10
13=U1001,4,Cx090073F8,x10
14=U1001,5,Cx090073F8,x20
15=P1001,13,Cx050073D5,x40
18=U1001,13,Cx090073D5,x40
19=P1001,7,Cx050073F9,x01
20=U1001,7,Cx090073F9,x01
21=P1001,8,Cx050073F9,x02
22=U1001,8,Cx090073F9,x02
23=P1001,9,Cx050073F9,x04
24=U1001,9,Cx090073F9,x04
25=P1001,10,Cx050073F9,x08
26=U1001,10,Cx090073F9,x08
27=P1001,11,Cx050073F9,x10
28=U1001,11,Cx09000049,x10
29=P1001,12,Cx050073F9,x20
30=U1001,12,Cx090073F9,x20
31=R1001,19,Cx110073FD,x00FF0001
32=R1001,18,Cx210073FD,x00FF0001
33=R1001,23,Cx110073FC,x00FF0001
34=R1001,22,Cx210073FC,x00FF0001
35=R1001,21,Cx210073D2,x00FF0001
36=R1001,20,Cx110073D2,x00FF0001
37=R1001,25,Cx110073D7,x00FF0001
38=R1001,24,Cx210073D7,x00FF0001
39=R1001,27,Cx210073D8,x00FF0001
40=R1001,26,Cx11000049,x00FF0001
41=R1001,29,C65883,10
42=R1001,28,C65884,10
[/CODE]

NEW INI (these buttons need to stay)

[buttons.LEARJET45]

0=PB,0,C3,0

1=PB,1,C65552,0

4=RB,2,C65604,0

5=PB,3,C65972,0

6=RB,5,C66635,0

10=PB,4,C65588,0

16=UB,4,C65752,0

17=UB,5,C65967,0

So those work with a Joystick on the FSX PC? Is that this one, which used to be Joystick A?

B=Virtual Joystick

B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

If then they are all okay, as you have them?

BTW, you have a "LEARJET" and a "LEARJET45". Are the really distinct aircraft Profiles or specific selections? Or do you need the above merged into one section? If so the line numbers in the smaller section should be changed to 43-50 so there's no duplicates.

Regards

Pete

Link to comment
Share on other sites

Pete

Sorry about that, I didn't think that you needed them identified by joystick number. I can change the 1001 to 1002 if I can determine which of these entries are for each. If I get stuck on that I'll let you know. Yes there should only be LEAR45 so I'll merge those and make sure the entry numbers are consecutive.

Thanks

Alan

I checked and all of the first set of buttons is for joystick 1001. I merged the second set with entries 43-50.

Thanks

Alan

Link to comment
Share on other sites

Pete

I used all of the reconfigured buttons that you kindly did for me and they worked just fine. However, I had to restart my FSX computer due to some Windows updates and now none of them work anymore. If I click on a button it correctly identifies the joystick as 1001 and the button number but all of the programming is gone.

I've attached my INI file for you to peruse to see if you can spot the problem.

Thanks

Alan

[General]

UpdatedByVersion=4880

History=G6H2CO1TR9UX5U0REPI3X

TCASid=Flight

TCASrange=40

AxisCalibration=No

DirectAxesToCalibs=No

ShowMultilineWindow=Yes

SuppressSingleline=No

SuppressMultilineFS=No

AxisIntercepts=No

DontResetAxes=No

GetNearestAirports=Yes

WeatherReadFactor=2

WeatherRewriteSeconds=1

CustomWeatherModify=No

SimConnectStallTime=1

LuaRerunDelay=66

Console=No

MouseWheelTrim=No

MouseWheelTrimSpeed=1

JoystickTimeout=20

PollGFTQ6=Yes

BlankDisplays=No

FixControlAccel=No

FixMachSpeedBug=No

VisibilityOptions=No

OneCloudLayer=No

CloudTurbulence=No

CloudIcing=No

GenerateCirrus=No

SuppressCloudTurbulence=No

MaxIce=3

MinIce=-1

UpperWindGusts=No

SuppressWindTurbulence=No

SuppressWindVariance=No

WindTurbulence=No

TurbulenceRate=1.0,5.0

TurbulenceDivisor=20,20,40,40

SuppressAllGusts=No

MaxSurfaceWind=0

WindLimitLevel=200

WindDiscardLevel=400

WindAjustAltitude=No

WindAjustAltitudeBy=2000

SmoothBySimTime=No

WindSmoothing=No

WindSmoothness=2

WindSmoothAirborneOnly=Yes

PressureSmoothness=0

TemperatureSmoothness=0

DisconnTrimForAP=No

ZeroElevForAPAlt=No

ThrottleSyncAll=No

WhiteMessages=No

ShowPMcontrols=No

SpoilerIncrement=512

MagicBattery=Yes

RudderSpikeRemoval=No

ElevatorSpikeRemoval=No

AileronSpikeRemoval=No

ReversedElevatorTrim=No

ClockSync=Yes

ClockSyncMins=5

ClearWeatherDynamics=No

OwnWeatherChanges=No

TimeForSelect=4

LoadFlightMenu=No

LoadPlanMenu=No

PauseAfterCrash=No

BrakeReleaseThreshold=75

SaveDataWithFlights=Yes

ZapSound=firework

ShortAircraftNameOk=No

UseProfiles=Yes

MouseWheelMove=No

DeleteVehiclesForAES=Yes

AutoScanDevices=Yes

EnableMouseLook=No

AxesWrongRange=No

InitDelay=0

InitDelayDevicesToo=No

OOMcheck=Yes

LogExtras=x4

LogButtonsKeys=Yes

LogLua=Yes

PollInterval=15

UseMidMouseBtn=Yes

LogWeather=Yes

FSVersionUsed="Microsoft Flight Simulator X",10.0.61472.0

SimConnectUsed=10.0.61259.0

LogWrites=Yes

LogReads=Yes

LogEvents=Yes

[JoyNames]

AutoAssignLetters=Yes

A=BU0836 Interface

B=Virtual Joystick

0=BU0836 Interface

0.GUID={486EF670-8BD6-11E2-8001-444553540000}

1=Virtual Joystick

1.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

A.GUID={486EF670-8BD6-11E2-8001-444553540000}

B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

[WideServer]

WideFSenabled=Yes

AdvertiseService=1

Port=8002

Port2=9002

[sounds]

Path=E:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Sound\

Device1=Primary Sound Driver

Device2=SAMSUNG-1 (NVIDIA High Definition Audio)

Device3=Digital Audio (S/PDIF) (High Definition Audio Device)

Device4=Digital Audio (S/PDIF) (High Definition Audio Device)

[AutoSave]

AutoSaveEnabled=No

Next=1

Interval=60

Files=10

SaveOnGround=No

[GPSout]

GPSoutEnabled=No

Port=COM0

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[GPSout2]

GPSoutEnabled=No

Port=<none set>

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[Programs]

[ClientNames]

1=AVIONICS

[Monitor]

Display=1

[Profile.LEARJET45]

1=Learjet 45

[JoystickCalibration.LEARJET45]

AllowSuppressForPFCquad=Yes

ExcludeThrottleSet=Yes

ExcludeMixtureSet=Yes

ExcludePropPitchSet=Yes

SepRevsJetsOnly=No

ApplyHeloTrim=No

UseAxisControlsForNRZ=No

FlapsSetControl=0

FlapDetents=Yes

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=-16068,-512,512,16096

SlopeAileron=-7

Elevator=-16209,-512,512,16131

SlopeElevator=-6

Rudder=-13926,-492,512,16274

LeftBrake=-16384,16383

RightBrake=-16384,15798

!1=T

PropPitch=-16380,16380

Throttle1=-16182,-104,-104,22/56

Throttle2=16383,16383,16383,16384/40

SlopeThrottle1=12

FlapStarts=-16384,-2461,9451,15968

FlapEnds=-15968,2923,12663,16384

Flaps=0,16380

Spoilers=3674,3674,10823,16185

Reverser=-16380,16380

SlopeThrottle2=7

[Axes.LEARJET45]

0=AX,256,D,3,0,0,0

1=AU,256,D,7,0,0,0

2=AV,256,D,8,0,0,0

3=BX,256,D,9,0,0,0

4=BY,256,D,10,0,0,0

5=BU,256,D,22,0,0,0

6=BV,256,D,23,0,0,0

[buttons.LEAR45]

0=P1001,0,Cx0D0073F8,x01

2=P1001,5,Cx050073F8,x20

4=P1001,1,Cx050073F8,x02

5=P1001,14,C66040,16211

6=U1001,1,Cx090073F8,x02

7=U1001,0,Cx090073F8,x01

8=P1001,2,Cx050073F8,x04

9=U1001,2,Cx090073F8,x04

10=P1001,3,Cx050073F8,x08

11=U1001,3,Cx090073F8,x08

12=P1001,4,Cx050073F8,x10

13=U1001,4,Cx090073F8,x10

14=U1001,5,Cx090073F8,x20

15=P1001,13,Cx050073D5,x40

18=U1001,13,Cx090073D5,x40

19=P1001,7,Cx050073F9,x01

20=U1001,7,Cx090073F9,x01

21=P1001,8,Cx050073F9,x02

22=U1001,8,Cx090073F9,x02

23=P1001,9,Cx050073F9,x04

24=U1001,9,Cx090073F9,x04

25=P1001,10,Cx050073F9,x08

26=U1001,10,Cx090073F9,x08

27=P1001,11,Cx050073F9,x10

28=U1001,11,Cx09000049,x10

29=P1001,12,Cx050073F9,x20

30=U1001,12,Cx090073F9,x20

31=R1001,19,Cx110073FD,x00FF0001

32=R1001,18,Cx210073FD,x00FF0001

33=R1001,23,Cx110073FC,x00FF0001

34=R1001,22,Cx210073FC,x00FF0001

35=R1001,21,Cx210073D2,x00FF0001

36=R1001,20,Cx110073D2,x00FF0001

37=R1001,25,Cx110073D7,x00FF0001

38=R1001,24,Cx210073D7,x00FF0001

39=R1001,27,Cx210073D8,x00FF0001

40=R1001,26,Cx11000049,x00FF0001

41=R1001,29,C65883,10

42=R1001,28,C65884,10

[Profile.LEAR45]

Buttonrepeat=20,10

1=LEAR45

[MacroFiles]

1=iFly737

2=leveld767

[buttons]

Buttonrepeat=20,10

[LuaFiles]

1=ipcReady

[buttons.LEARJET45]

0=PB,4,Cx02000BC8,x0000

1=UB,4,Cx02000BC8,x7FFF

Link to comment
Share on other sites

I used all of the reconfigured buttons that you kindly did for me and they worked just fine. However, I had to restart my FSX computer due to some Windows updates and now none of them work anymore. If I click on a button it correctly identifies the joystick as 1001 and the button number but all of the programming is gone.

I've attached my INI file for you to peruse to see if you can spot the problem.

It's all still there. It simply sounds like you didn't load the aircraft known as LEARJET45. None of your settings apply to any others.

BTW is that the full name of the aircraft? You have:

ShortAircraftNameOk=No

set, for more flexibility that would be better as "ShortAircraftNameOk=Substring" so that it recognises "LEARJET45" anywhere in the aircraft title.

Pete

Link to comment
Share on other sites

Pete

My default start up in FSX is the LEAR45 cold and dark at KGSO. It has worked before but this is the first time I restarted this new PC with the modified INI file. I'll change that entry and see if that fixes it.

Thanks

Alan

Pete

I'm at a loss as to what has happened. My default is the FSX Lear45 and always has been and that loads every time I start FSX. Is there something I need to change in the INI file to load LEAR45? I did change the entry to ShortAircraftNameOk=Substring closed and restarted FSX but no luck.

Thanks

Alan

Link to comment
Share on other sites

I'm at a loss as to what has happened. My default is the FSX Lear45 and always has been and that loads every time I start FSX. Is there something I need to change in the INI file to load LEAR45? I did change the entry to ShortAircraftNameOk=Substring closed and restarted FSX but no luck.

FSUIPC doesn't load the aircraft.

BTW I see you use a differnt aircraft too! You have two buttons assigned to a Profile called LEARJET45.


[Buttons.LEARJET45]
0=PB,4,Cx02000BC8,x0000
1=UB,4,Cx02000BC8,x7FFF

[/CODE]

Also all of your axes and calibrations are for LEARJET54, not LEAR45. Are you sure you didn't just make a mistake when you edited the INI file? You say you only have one, the LEAR45, but if so why is everythnig else in the name of LEARJET45? Either that or you are really loading the wrong aircraft despite your belief. The LEARJET45 has been assigned to an aircraft with the title Learjet 45 and the LEAR45 to an aircraft named LEAR45, so there are certainly two different Profiles for differently named aircraft.

Pete

Link to comment
Share on other sites

Pete

I exited FSX and copied the settings in the old INI file across to the new INI file again and they work fine. I was trying to do all the work while FSX was running which is why I couldn't get rid of the old LEARJET45 Profile.

Thanks

Alan

Link to comment
Share on other sites

Agghhh if I had any hair it would be gone by now as my woes continue. After shutting down FSX to go to lunch none of the buttons are working. Even in the Buttons + Switches window with the Profile Specific box checked and the correct profile shown at the top of the screen (LEAR45) there is no reaction to a button press.

What has happened here? I've attached the current INI file contents.

Thanks

Alan

[General]

UpdatedByVersion=4880

History=SKXMV2F9BNYNALG8V6ZKQ

TCASid=Flight

TCASrange=40

AxisCalibration=No

DirectAxesToCalibs=No

ShowMultilineWindow=Yes

SuppressSingleline=No

SuppressMultilineFS=No

AxisIntercepts=No

DontResetAxes=No

GetNearestAirports=Yes

WeatherReadFactor=2

WeatherRewriteSeconds=1

CustomWeatherModify=No

SimConnectStallTime=1

LuaRerunDelay=66

Console=No

MouseWheelTrim=No

MouseWheelTrimSpeed=1

JoystickTimeout=20

PollGFTQ6=No

BlankDisplays=No

FixControlAccel=No

FixMachSpeedBug=No

VisibilityOptions=No

OneCloudLayer=No

CloudTurbulence=No

CloudIcing=No

GenerateCirrus=No

SuppressCloudTurbulence=No

MaxIce=3

MinIce=-1

UpperWindGusts=No

SuppressWindTurbulence=No

SuppressWindVariance=No

WindTurbulence=No

TurbulenceRate=1.0,5.0

TurbulenceDivisor=20,20,40,40

SuppressAllGusts=No

MaxSurfaceWind=0

WindLimitLevel=200

WindDiscardLevel=400

WindAjustAltitude=No

WindAjustAltitudeBy=2000

SmoothBySimTime=No

WindSmoothing=No

WindSmoothness=2

WindSmoothAirborneOnly=Yes

PressureSmoothness=0

TemperatureSmoothness=0

DisconnTrimForAP=No

ZeroElevForAPAlt=No

ThrottleSyncAll=No

WhiteMessages=No

ShowPMcontrols=No

SpoilerIncrement=512

MagicBattery=Yes

RudderSpikeRemoval=No

ElevatorSpikeRemoval=No

AileronSpikeRemoval=No

ReversedElevatorTrim=No

ClockSync=Yes

ClockSyncMins=5

ClearWeatherDynamics=No

OwnWeatherChanges=No

TimeForSelect=4

LoadFlightMenu=No

LoadPlanMenu=No

PauseAfterCrash=No

BrakeReleaseThreshold=75

SaveDataWithFlights=Yes

ZapSound=firework

ShortAircraftNameOk=Substring

UseProfiles=Yes

MouseWheelMove=No

DeleteVehiclesForAES=Yes

AutoScanDevices=Yes

EnableMouseLook=No

AxesWrongRange=No

InitDelay=0

InitDelayDevicesToo=No

OOMcheck=Yes

LogExtras=x204

PollInterval=15

UseMidMouseBtn=Yes

LogAxes=Yes

LogReads=Yes

LogWeather=Yes

LogEvents=Yes

FSVersionUsed="Microsoft Flight Simulator X",10.0.61472.0

SimConnectUsed=10.0.61259.0

LogButtonsKeys=Yes

[JoyNames]

AutoAssignLetters=Yes

A=BU0836 Interface

B=Virtual Joystick

0=Virtual Joystick

0.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

1=BU0836 Interface

1.GUID={486EF670-8BD6-11E2-8001-444553540000}

A.GUID={486EF670-8BD6-11E2-8001-444553540000}

B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

[WideServer]

WideFSenabled=Yes

AdvertiseService=1

Port=8002

Port2=9002

[sounds]

Path=E:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Sound\

Device1=Primary Sound Driver

Device2=SAMSUNG-1 (NVIDIA High Definition Audio)

Device3=Digital Audio (S/PDIF) (High Definition Audio Device)

Device4=Digital Audio (S/PDIF) (High Definition Audio Device)

[AutoSave]

AutoSaveEnabled=No

Next=1

Interval=60

Files=10

SaveOnGround=No

[GPSout]

GPSoutEnabled=No

Port=COM0

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[GPSout2]

GPSoutEnabled=No

Port=<none set>

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[Programs]

[ClientNames]

1=AVIONICS

[Monitor]

Display=1

[Profile.LEAR45]

1=Learjet 45

[buttons.LEAR45]

Buttonrepeat=20,10

0=PB,4,Cx02000BC8,x0000

1=UB,4,Cx02000BC8,x7FFF

0=P1001,0,Cx0D0073F8,x01

2=P1001,5,Cx050073F8,x20

4=P1001,1,Cx050073F8,x02

5=P1001,14,C66040,16211

6=U1001,1,Cx090073F8,x02

7=U1001,0,Cx090073F8,x01

8=P1001,2,Cx050073F8,x04

9=U1001,2,Cx090073F8,x04

10=P1001,3,Cx050073F8,x08

11=U1001,3,Cx090073F8,x08

12=P1001,4,Cx050073F8,x10

13=U1001,4,Cx090073F8,x10

14=U1001,5,Cx090073F8,x20

15=P1001,13,Cx050073D5,x40

18=U1001,13,Cx090073D5,x40

21=P1001,8,Cx050073F9,x02

22=U1001,8,Cx090073F9,x02

23=P1001,9,Cx050073F9,x04

24=U1001,9,Cx090073F9,x04

25=P1001,10,Cx050073F9,x08

26=U1001,10,Cx090073F9,x08

27=P1001,11,Cx050073F9,x10

28=U1001,11,Cx09000049,x10

29=P1001,12,Cx050073F9,x20

30=U1001,12,Cx090073F9,x20

31=R1001,19,Cx110073FD,x00FF0001

32=R1001,18,Cx210073FD,x00FF0001

33=R1001,23,Cx110073FC,x00FF0001

34=R1001,22,Cx210073FC,x00FF0001

35=R1001,21,Cx210073D2,x00FF0001

36=R1001,20,Cx110073D2,x00FF0001

37=R1001,25,Cx110073D7,x00FF0001

38=R1001,24,Cx210073D7,x00FF0001

39=R1001,27,Cx210073D8,x00FF0001

40=R1001,26,Cx11000049,x00FF0001

41=R1001,29,C65883,10

42=R1001,28,C65884,10

43=P1001,7,Cx050073F9,x01

44=U1001,7,Cx090073F9,x01

45=P1001,0,Cx050073F8,x01

46=PB,2,C65983,0

47=UB,2,C65987,0

48=PB,3,C65988,0

49=UB,3,C65992,0

50=PB,5,C65820,0

51=UB,5,C65820,-4096

52=PB,6,C65821,0

53=UB,6,C65821,-4096

[MacroFiles]

1=iFly737

2=leveld767

[LuaFiles]

1=ipcReady

2=linda

[window.LUA display]

Docked=7351, 2856, 3509, 2446

[Axes.LEAR45]

0=BS,R0,D,23,0,0,0

[JoystickCalibration]

AllowSuppressForPFCquad=Yes

ExcludeThrottleSet=Yes

ExcludeMixtureSet=Yes

ExcludePropPitchSet=Yes

SepRevsJetsOnly=No

ApplyHeloTrim=No

UseAxisControlsForNRZ=No

FlapsSetControl=0

FlapDetents=Yes

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

[buttons]

Buttonrepeat=20,10

Link to comment
Share on other sites

Agghhh if I had any hair it would be gone by now as my woes continue. After shutting down FSX to go to lunch none of the buttons are working. Even in the Buttons + Switches window with the Profile Specific box checked and the correct profile shown at the top of the screen (LEAR45) there is no reaction to a button press.

It looks like you've made another complete mess. It seems you do not know how to edit files at all!

What has happened here? I've attached the current INI file contents.

You now have one Profile only, called LEAR45, and it only works with an aircraft with exactly "Learjet 45" in its name.

That profile has a large Buttons assignment section, but with an error:

0=PB,4,Cx02000BC8,x0000

1=UB,4,Cx02000BC8,x7FFF

0=P1001,0,Cx0D0073F8,x01

Two lines 0's won't work, only the second one will have any effect (I think -- it rather depends on how windows processes it -- Windows is "in charge" of FSUIPC's INI file)!

You've now only got one Axis assigned:

[Axes.LEAR45]

0=BS,R0,D,23,0,0,0

and no Joystick Calibrations in that Profile -- the default ones in your default section will apply.

It seems that every time you mess about with the file you make it worse. Why not delete the **** thing and start again? Or simply avoid using Profiles, because it seems obvious you don't know what you are doing with them. Since you've only got one and only ever fly the one aiircraft, why on Earth are you messing with Profiles in any case?

I hope you've saved your proper complete INI because it appears you've lost some stuff. If you'd like to post the most complete one I'll edit it for you to make it only have the one set of things, no profiles. Maybe then you won't get so confused?

:sad:

Pete

Link to comment
Share on other sites

Pete

I think you are right -- I don't know what I am doing. :???: I deleted all the joystick calibrations and axes because I was having issues with setting up my TQ. I'm not bothered about losing those setting as all I had programmed was the flaps, reversers, and engine shut off. The whole issue of Profiles came from the days before I started building a Lear45 and yes, as I will only ever fly a Lear, then I don't need them. The INI file I below is the last one before my latest screw up (it's the one where I had LEARJET45 instead of LEAR45).

Thanks for fixing this for me.

Alan

[General]

UpdatedByVersion=4880

History=G6H2CO1TR9UX5U0REPI3X

TCASid=Flight

TCASrange=40

AxisCalibration=No

DirectAxesToCalibs=No

ShowMultilineWindow=Yes

SuppressSingleline=No

SuppressMultilineFS=No

AxisIntercepts=No

DontResetAxes=No

GetNearestAirports=Yes

WeatherReadFactor=2

WeatherRewriteSeconds=1

CustomWeatherModify=No

SimConnectStallTime=1

LuaRerunDelay=66

Console=No

MouseWheelTrim=No

MouseWheelTrimSpeed=1

JoystickTimeout=20

PollGFTQ6=Yes

BlankDisplays=No

FixControlAccel=No

FixMachSpeedBug=No

VisibilityOptions=No

OneCloudLayer=No

CloudTurbulence=No

CloudIcing=No

GenerateCirrus=No

SuppressCloudTurbulence=No

MaxIce=3

MinIce=-1

UpperWindGusts=No

SuppressWindTurbulence=No

SuppressWindVariance=No

WindTurbulence=No

TurbulenceRate=1.0,5.0

TurbulenceDivisor=20,20,40,40

SuppressAllGusts=No

MaxSurfaceWind=0

WindLimitLevel=200

WindDiscardLevel=400

WindAjustAltitude=No

WindAjustAltitudeBy=2000

SmoothBySimTime=No

WindSmoothing=No

WindSmoothness=2

WindSmoothAirborneOnly=Yes

PressureSmoothness=0

TemperatureSmoothness=0

DisconnTrimForAP=No

ZeroElevForAPAlt=No

ThrottleSyncAll=No

WhiteMessages=No

ShowPMcontrols=No

SpoilerIncrement=512

MagicBattery=Yes

RudderSpikeRemoval=No

ElevatorSpikeRemoval=No

AileronSpikeRemoval=No

ReversedElevatorTrim=No

ClockSync=Yes

ClockSyncMins=5

ClearWeatherDynamics=No

OwnWeatherChanges=No

TimeForSelect=4

LoadFlightMenu=No

LoadPlanMenu=No

PauseAfterCrash=No

BrakeReleaseThreshold=75

SaveDataWithFlights=Yes

ZapSound=firework

ShortAircraftNameOk=No

UseProfiles=Yes

MouseWheelMove=No

DeleteVehiclesForAES=Yes

AutoScanDevices=Yes

EnableMouseLook=No

AxesWrongRange=No

InitDelay=0

InitDelayDevicesToo=No

OOMcheck=Yes

LogExtras=x4

LogButtonsKeys=Yes

LogLua=Yes

PollInterval=15

UseMidMouseBtn=Yes

LogWeather=Yes

FSVersionUsed="Microsoft Flight Simulator X",10.0.61472.0

SimConnectUsed=10.0.61259.0

LogWrites=Yes

LogReads=Yes

LogEvents=Yes

[JoyNames]

AutoAssignLetters=Yes

A=BU0836 Interface

B=Virtual Joystick

0=BU0836 Interface

0.GUID={486EF670-8BD6-11E2-8001-444553540000}

1=Virtual Joystick

1.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

A.GUID={486EF670-8BD6-11E2-8001-444553540000}

B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

[WideServer]

WideFSenabled=Yes

AdvertiseService=1

Port=8002

Port2=9002

[sounds]

Path=E:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Sound\

Device1=Primary Sound Driver

Device2=SAMSUNG-1 (NVIDIA High Definition Audio)

Device3=Digital Audio (S/PDIF) (High Definition Audio Device)

Device4=Digital Audio (S/PDIF) (High Definition Audio Device)

[AutoSave]

AutoSaveEnabled=No

Next=1

Interval=60

Files=10

SaveOnGround=No

[GPSout]

GPSoutEnabled=No

Port=COM0

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[GPSout2]

GPSoutEnabled=No

Port=<none set>

Speed=4800

Interval=2000

PosTo6Decimal=No

Sentences=

[Programs]

[ClientNames]

1=AVIONICS

[Monitor]

Display=1

[Profile.LEARJET45]

1=Learjet 45

[JoystickCalibration.LEARJET45]

AllowSuppressForPFCquad=Yes

ExcludeThrottleSet=Yes

ExcludeMixtureSet=Yes

ExcludePropPitchSet=Yes

SepRevsJetsOnly=No

ApplyHeloTrim=No

UseAxisControlsForNRZ=No

FlapsSetControl=0

FlapDetents=Yes

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=-16068,-512,512,16096

SlopeAileron=-7

Elevator=-16209,-512,512,16131

SlopeElevator=-6

Rudder=-13926,-492,512,16274

LeftBrake=-16384,16383

RightBrake=-16384,15798

!1=T

PropPitch=-16380,16380

Throttle1=-16182,-104,-104,22/56

Throttle2=16383,16383,16383,16384/40

SlopeThrottle1=12

FlapStarts=-16384,-2461,9451,15968

FlapEnds=-15968,2923,12663,16384

Flaps=0,16380

Spoilers=3674,3674,10823,16185

Reverser=-16380,16380

SlopeThrottle2=7

[Axes.LEARJET45]

0=AX,256,D,3,0,0,0

1=AU,256,D,7,0,0,0

2=AV,256,D,8,0,0,0

3=BX,256,D,9,0,0,0

4=BY,256,D,10,0,0,0

5=BU,256,D,22,0,0,0

6=BV,256,D,23,0,0,0

[buttons.LEAR45]

0=P1001,0,Cx0D0073F8,x01

2=P1001,5,Cx050073F8,x20

4=P1001,1,Cx050073F8,x02

5=P1001,14,C66040,16211

6=U1001,1,Cx090073F8,x02

7=U1001,0,Cx090073F8,x01

8=P1001,2,Cx050073F8,x04

9=U1001,2,Cx090073F8,x04

10=P1001,3,Cx050073F8,x08

11=U1001,3,Cx090073F8,x08

12=P1001,4,Cx050073F8,x10

13=U1001,4,Cx090073F8,x10

14=U1001,5,Cx090073F8,x20

15=P1001,13,Cx050073D5,x40

18=U1001,13,Cx090073D5,x40

19=P1001,7,Cx050073F9,x01

20=U1001,7,Cx090073F9,x01

21=P1001,8,Cx050073F9,x02

22=U1001,8,Cx090073F9,x02

23=P1001,9,Cx050073F9,x04

24=U1001,9,Cx090073F9,x04

25=P1001,10,Cx050073F9,x08

26=U1001,10,Cx090073F9,x08

27=P1001,11,Cx050073F9,x10

28=U1001,11,Cx09000049,x10

29=P1001,12,Cx050073F9,x20

30=U1001,12,Cx090073F9,x20

31=R1001,19,Cx110073FD,x00FF0001

32=R1001,18,Cx210073FD,x00FF0001

33=R1001,23,Cx110073FC,x00FF0001

34=R1001,22,Cx210073FC,x00FF0001

35=R1001,21,Cx210073D2,x00FF0001

36=R1001,20,Cx110073D2,x00FF0001

37=R1001,25,Cx110073D7,x00FF0001

38=R1001,24,Cx210073D7,x00FF0001

39=R1001,27,Cx210073D8,x00FF0001

40=R1001,26,Cx11000049,x00FF0001

41=R1001,29,C65883,10

42=R1001,28,C65884,10

[MacroFiles]

1=iFly737

2=leveld767

[buttons]

Buttonrepeat=20,10

[LuaFiles]

1=ipcReady

Link to comment
Share on other sites

I think you are right -- I don't know what I am doing. :???: I deleted all the joystick calibrations and axes because I was having issues with setting up my TQ. I'm not bothered about losing those setting as all I had programmed was the flaps, reversers, and engine shut off. The whole issue of Profiles came from the days before I started building a Lear45 and yes, as I will only ever fly a Lear, then I don't need them. The INI file I below is the last one before my latest screw up (it's the one where I had LEARJET45 instead of LEAR45).

Okay. Try this.

[General]
UpdatedByVersion=4880
History=G6H2CO1TR9UX5U0REPI3X
TCASid=Flight
TCASrange=40
AxisCalibration=No
DirectAxesToCalibs=No
ShowMultilineWindow=Yes
SuppressSingleline=No
SuppressMultilineFS=No
AxisIntercepts=No
DontResetAxes=No
GetNearestAirports=Yes
WeatherReadFactor=2
WeatherRewriteSeconds=1
CustomWeatherModify=No
SimConnectStallTime=1
LuaRerunDelay=66
Console=No
MouseWheelTrim=No
MouseWheelTrimSpeed=1
JoystickTimeout=20
PollGFTQ6=Yes
BlankDisplays=No
FixControlAccel=No
FixMachSpeedBug=No
VisibilityOptions=No
OneCloudLayer=No
CloudTurbulence=No
CloudIcing=No
GenerateCirrus=No
SuppressCloudTurbulence=No
MaxIce=3
MinIce=-1
UpperWindGusts=No
SuppressWindTurbulence=No
SuppressWindVariance=No
WindTurbulence=No
TurbulenceRate=1.0,5.0
TurbulenceDivisor=20,20,40,40
SuppressAllGusts=No
MaxSurfaceWind=0
WindLimitLevel=200
WindDiscardLevel=400
WindAjustAltitude=No
WindAjustAltitudeBy=2000
SmoothBySimTime=No
WindSmoothing=No
WindSmoothness=2
WindSmoothAirborneOnly=Yes
PressureSmoothness=0
TemperatureSmoothness=0
DisconnTrimForAP=No
ZeroElevForAPAlt=No
ThrottleSyncAll=No
WhiteMessages=No
ShowPMcontrols=No
SpoilerIncrement=512
MagicBattery=Yes
RudderSpikeRemoval=No
ElevatorSpikeRemoval=No
AileronSpikeRemoval=No
ReversedElevatorTrim=No
ClockSync=Yes
ClockSyncMins=5
ClearWeatherDynamics=No
OwnWeatherChanges=No
TimeForSelect=4
LoadFlightMenu=No
LoadPlanMenu=No
PauseAfterCrash=No
BrakeReleaseThreshold=75
SaveDataWithFlights=Yes
ZapSound=firework
ShortAircraftNameOk=Substring
UseProfiles=Yes
MouseWheelMove=No
DeleteVehiclesForAES=Yes
AutoScanDevices=Yes
EnableMouseLook=No
AxesWrongRange=No
InitDelay=0
InitDelayDevicesToo=No
OOMcheck=Yes
LogExtras=x4
LogButtonsKeys=Yes
LogLua=Yes
PollInterval=15
UseMidMouseBtn=Yes
LogWeather=Yes
FSVersionUsed="Microsoft Flight Simulator X",10.0.61472.0
SimConnectUsed=10.0.61259.0
LogWrites=Yes
LogReads=Yes
LogEvents=Yes

[JoyNames]
AutoAssignLetters=Yes
A=BU0836 Interface
B=Virtual Joystick
0=BU0836 Interface
0.GUID={486EF670-8BD6-11E2-8001-444553540000}
1=Virtual Joystick
1.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}
A.GUID={486EF670-8BD6-11E2-8001-444553540000}
B.GUID={7BA4DE70-8BDA-11E2-8002-444553540000}

[WideServer]
WideFSenabled=Yes
AdvertiseService=1
Port=8002
Port2=9002

[Sounds]
Path=E:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Sound\
Device1=Primary Sound Driver
Device2=SAMSUNG-1 (NVIDIA High Definition Audio)
Device3=Digital Audio (S/PDIF) (High Definition Audio Device)
Device4=Digital Audio (S/PDIF) (High Definition Audio Device)

[AutoSave]
AutoSaveEnabled=No
Next=1
Interval=60
Files=10
SaveOnGround=No

[GPSout]
GPSoutEnabled=No
Port=COM0
Speed=4800
Interval=2000
PosTo6Decimal=No
Sentences=

[GPSout2]
GPSoutEnabled=No
Port=<none set>
Speed=4800
Interval=2000
PosTo6Decimal=No
Sentences=

[Programs]

[ClientNames]
1=AVIONICS

[Monitor]
Display=1

[JoystickCalibration]
AllowSuppressForPFCquad=Yes
ExcludeThrottleSet=Yes
ExcludeMixtureSet=Yes
ExcludePropPitchSet=Yes
SepRevsJetsOnly=No
ApplyHeloTrim=No
UseAxisControlsForNRZ=No
FlapsSetControl=0
FlapDetents=Yes
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=-16068,-512,512,16096
SlopeAileron=-7
Elevator=-16209,-512,512,16131
SlopeElevator=-6
Rudder=-13926,-492,512,16274
LeftBrake=-16384,16383
RightBrake=-16384,15798
!1=T
PropPitch=-16380,16380
Throttle1=-16182,-104,-104,22/56
Throttle2=16383,16383,16383,16384/40
SlopeThrottle1=12
FlapStarts=-16384,-2461,9451,15968
FlapEnds=-15968,2923,12663,16384
Flaps=0,16380
Spoilers=3674,3674,10823,16185
Reverser=-16380,16380
SlopeThrottle2=7

[Axes]
0=AX,256,D,3,0,0,0
1=AU,256,D,7,0,0,0
2=AV,256,D,8,0,0,0
3=BX,256,D,9,0,0,0
4=BY,256,D,10,0,0,0
5=BU,256,D,22,0,0,0
6=BV,256,D,23,0,0,0

[Buttons]
0=P1001,0,Cx0D0073F8,x01
2=P1001,5,Cx050073F8,x20
4=P1001,1,Cx050073F8,x02
5=P1001,14,C66040,16211
6=U1001,1,Cx090073F8,x02
7=U1001,0,Cx090073F8,x01
8=P1001,2,Cx050073F8,x04
9=U1001,2,Cx090073F8,x04
10=P1001,3,Cx050073F8,x08
11=U1001,3,Cx090073F8,x08
12=P1001,4,Cx050073F8,x10
13=U1001,4,Cx090073F8,x10
14=U1001,5,Cx090073F8,x20
15=P1001,13,Cx050073D5,x40
18=U1001,13,Cx090073D5,x40
19=P1001,7,Cx050073F9,x01
20=U1001,7,Cx090073F9,x01
21=P1001,8,Cx050073F9,x02
22=U1001,8,Cx090073F9,x02
23=P1001,9,Cx050073F9,x04
24=U1001,9,Cx090073F9,x04
25=P1001,10,Cx050073F9,x08
26=U1001,10,Cx090073F9,x08
27=P1001,11,Cx050073F9,x10
28=U1001,11,Cx09000049,x10
29=P1001,12,Cx050073F9,x20
30=U1001,12,Cx090073F9,x20
31=R1001,19,Cx110073FD,x00FF0001
32=R1001,18,Cx210073FD,x00FF0001
33=R1001,23,Cx110073FC,x00FF0001
34=R1001,22,Cx210073FC,x00FF0001
35=R1001,21,Cx210073D2,x00FF0001
36=R1001,20,Cx110073D2,x00FF0001
37=R1001,25,Cx110073D7,x00FF0001
38=R1001,24,Cx210073D7,x00FF0001
39=R1001,27,Cx210073D8,x00FF0001
40=R1001,26,Cx11000049,x00FF0001
41=R1001,29,C65883,10
42=R1001,28,C65884,10
50=PB,0,C3,0
51=PB,1,C65552,0
54=RB,2,C65604,0
55=PB,3,C65972,0
56=RB,5,C66635,0
60=PB,4,C65588,0
66=UB,4,C65752,0
67=UB,5,C65967,0

[MacroFiles]
1=iFly737
2=leveld767

[Buttons]
Buttonrepeat=20,10

[LuaFiles]
1=ipcReady
[/CODE]

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.