yorkshirebloke Posted March 11, 2013 Report Posted March 11, 2013 Hi Pete Black box A320 Have been trying to setup some macros in fsuipc latest virsion and everything seems fine but then i try to assign a button for that macro via aircraft specific then select for fs control then control when button pressed drop down box to select macro the macro is not listed. Whilst setting up macro i used tab to test and it worked fine and i ended macro making afterwards. Also if i go into the modules folder within fsx the macro shows.Plz help Thanks in advance Nigel Owen
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 Have been trying to setup some macros in fsuipc latest virsion "Latest version" doesn't help. Do you mean 3.999z or 4.863 or some other "latest version". Please ALWAYS give version numbers! I can't even tell which version of FS you are using! and everything seems fine but then i try to assign a button for that macro via aircraft specific then select for fs control then control when button pressed drop down box to select macro the macro is not listed. Whilst setting up macro i used tab to test and it worked fine and i ended macro making afterwards. Also if i go into the modules folder within fsx the macro shows.Plz help After creating the macro file did you tell FSUIPC to reload? (The "reload" button on the Buttons and Switches tab). That tells FSUIPC to rescan the files in the Modules folder so that newly created ones will be discovered. Don't forget macros are listed with the macro filename first, then : and the macro name withing the file. A macro file can contain many macros. Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Hi Pete Sorry i am using FSX with fsuipc 4.863. Tried as you suggested to reload managed to program some buttons however after creating some more macros and reloading again some of the previous ones dissappeared. Nigel
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 Tried as you suggested to reload managed to program some buttons however after creating some more macros and reloading again some of the previous ones dissappeared. If the .mcro file you saved them in is still there, they cannot just "disappear". Please paste the contents of the affected macro files, with their filenames, and tell me which you don't see in the drop-down list. Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Sorry Pete dont really understand what it is you want me to do the macros are still in modules folder . Nigel
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 Sorry Pete dont really understand what it is you want me to do the macros are still in modules folder I need to see the files. They are text files. Paste their contents into a message, along with the filenames, so i can see why they "disappear"! Te;; me the full names of the ones which "disappear". Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Again sorry Pete iknow you need to see the files but i have no idea how to get them to you and from where i have tried to copy from modules folder and paste hear but it wont let me you have completely lost me
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 Again sorry Pete iknow you need to see the files but i have no idea how to get them to you and from where i have tried to copy from modules folder and paste hear but it wont let me you have completely lost me Oh dear. Try reading the files in an editor, eg Notepad. Cut the complete text from Notepad and paste into a message. Don't you know how to cut-and-paste? They are just text files. Have you never looked at or edited a text file, like a INI or CFG or TXT? The MCRO files are the same. Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Thanks for the reply Pete have cut and paste many times before and were not all experts when it comes to computers but hey ho i now hope this is what you were after and the only one in the drop down menu is the last one bbsbeacon also attached two jpeg pictures of modules folder and drop down box HTH Nigel Module="BlackBox-AirbusPro.DLL" 1=bbslanding=RX4def0*X33cc Module="BlackBox-AirbusPro.DLL" 1=bbsrwyto=RX4ded0*X33cc Module="BlackBox-AirbusPro.DLL" 1=bbsbeacon=RX4de30*Xa1cc Module="BlackBox-AirbusPro.DLL" 1=bbsstrobe=RX4de00*Xa1cc Module="BlackBox-AirbusPro.DLL" 1=bbssmokeon=RX4db10*Xa1cc Module="BlackBox-AirbusPro.DLL" 1=bbsseaton=RX4daa0*X83cc Module="BlackBox-AirbusPro.DLL" 1=bbsseatoff=RX4da80*X83cc Module="BlackBox-AirbusPro.DLL" 1=bbstaxi=RX4df10*Xa1cc Module="BlackBox-AirbusPro.DLL" 1=bbsbeacon=RX4de30*Xa1cc
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 the only one in the drop down menu is the last one bbsbeacon also attached two jpeg pictures of modules folder and drop down box If all those are in one .mcro file I'm not surpised. In such a file you are only allowed one of each parameter. Each successive "Module=" parameter overrides the previous one, and the same for each successive "1=" line. Please tell me exactly how you managed to create that file. Are you enabling macro creation, creating one macro, then closining macro creation and starting over? If so then each time you do that you are overriding the last one. You should start macro file creation, create ALL of the macros for the one cockpit, then close it and finish. The file would then contain: Module="BlackBox-AirbusPro.DLL" 1=bbslanding=RX4def0*X33cc 2=bbsrwyto=RX4ded0*X33cc 3=bbsbeacon=RX4de30*Xa1cc 4=bbsstrobe=RX4de00*Xa1cc 5=bbssmokeon=RX4db10*Xa1cc 6=bbsseaton=RX4daa0*X83cc 7=bbsseatoff=RX4da80*X83cc 8=bbstaxi=RX4df10*Xa1cc 9=bbsbeacon=RX4de30*Xa1cc I'd like to know exactly what you did to create the file still, please, because something looks like it is going wrong with the Windows Profile system, as it should automatically replace each Module= and 1= line with the new one when you made the next one. Then your file would contain just: Module="BlackBox-AirbusPro.DLL" 1=bbsbeacon=RX4de30*Xa1cc with the same result as you see now but no way of recouping the earlier made macros. BTW, why pre-pend all of the macro names with "bbs", so making all of them longer than they need to be? Why not make BBS part of (or all of) the .mcro file name instead? Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Pete thanks for the quick reply again the way i make macros and the only way i know how to is like you have said open create macro name it eg bbsnav click on nav buuton on overhead panel and a green box appears at top so i name it the same press enter reopen fsuipc end macro making then assign button via buttons and switches.I have always done it this way and have had no problems really and i only use bbs so as to find easier.I will try and do all macros as you have suggested Nigel
Pete Dowson Posted March 11, 2013 Report Posted March 11, 2013 Pete thanks for the quick reply again the way i make macros and the only way i know how to is like you have said open create macro name it eg bbsnav click on nav buuton on overhead panel and a green box appears at top so i name it the same press enter reopen fsuipc end macro making You should make all the macros for that cockpit between "create macro" and "end macro making". Even so, Windows should not be creating the file the way you showed it. I don't know how it does that. (FSUIPC doesn't handle the file itself, it is handled by standard Windows "profile" facilities, the same as the INI file and all of FS's own CFG files). Anyway, for now just edit the file the way I showed above and you'll be okay with that one. i only use bbs so as to find easier. But the macro name is preceded by the Macro filename in any case. doesn't that make it easy to find? Regards Pete
yorkshirebloke Posted March 11, 2013 Author Report Posted March 11, 2013 Hi Pete I created a macro as per instructions from yourself well at least i hope i did plz can you now tell me how to assign each to a button on my joystick if its possible this way. Thanks Nigel
Pete Dowson Posted March 12, 2013 Report Posted March 12, 2013 I created a macro as per instructions from yourself well at least i hope i did plz can you now tell me how to assign each to a button on my joystick if its possible this way. Go to FSUIPC buttons & switches tab, press a button, select FS Control, and in the drop down select the macro you want on that button. It IS that simple. The macro will be identified by the macro filename followed by the individual macro name. It is really easy. Why are you so puzzled? Pete
yorkshirebloke Posted March 12, 2013 Author Report Posted March 12, 2013 Hi Pete Really sorry about this i know it must frustrate you but am i trying to set the button from the macro i have just created cos if i am even after reload its not there. Nigel
Pete Dowson Posted March 12, 2013 Report Posted March 12, 2013 Really sorry about this i know it must frustrate you but am i trying to set the button from the macro i have just created cos if i am even after reload its not there. What "macro you just created"? I thought you'd made a macro file as you showed me. Have you gone back to making single macros then assigning? Why not use the file you showed me? And what is the name of the macro file you are trying to assign into? Is it in the Modules folder? Show me your FSUIPC INI file -- it lists all the macro files it finds.. And what exact name are you looking for in the drop-down list? Pete
yorkshirebloke Posted March 12, 2013 Author Report Posted March 12, 2013 Hi Pete Yes i want to use the macro file i showed you to assign my buttons to a task ie taxi lights on/off ,landing lights on/off apu master on/off apu start/on/off etc i believe the macros inside the file are what i setup are these macros the ones i need to use and how do i find them. INI file attached. Nigel [General] History=0FJZO83TNB2RW6HDZZSD9 TCASid=Flight TCASrange=40 AxisCalibration=No DirectAxesToCalibs=No ShowMultilineWindow=Yes SuppressSingleline=No SuppressMultilineFS=No AxisIntercepts=No WeatherReadFactor=2 SimConnectStallTime=1 UpdatedByVersion=4863 MouseWheelTrim=No MouseWheelTrimSpeed=1 JoystickTimeout=20 PollGFTQ6=Yes BlankDisplays=No FixControlAccel=Yes FixMachSpeedBug=No VisibilityOptions=No OneCloudLayer=No CloudTurbulence=No CloudIcing=No GenerateCirrus=No SuppressCloudTurbulence=No MaxIce=3 MinIce=-1 UpperWindGusts=No SuppressWindTurbulence=Yes SuppressWindVariance=Yes WindTurbulence=No TurbulenceRate=1.0,5.0 TurbulenceDivisor=20,20,40,40 SuppressAllGusts=Yes MaxSurfaceWind=0 WindLimitLevel=200 WindDiscardLevel=400 WindAjustAltitude=No WindAjustAltitudeBy=2000 SmoothBySimTime=No WindSmoothing=Yes WindSmoothness=2 WindSmoothAirborneOnly=Yes PressureSmoothness=0 TemperatureSmoothness=0 DisconnTrimForAP=No ZeroElevForAPAlt=No ThrottleSyncAll=No WhiteMessages=No ShowPMcontrols=No SpoilerIncrement=512 MagicBattery=No RudderSpikeRemoval=Yes ElevatorSpikeRemoval=Yes AileronSpikeRemoval=Yes ReversedElevatorTrim=No ClockSync=Yes ClockSyncMins=5 ClearWeatherDynamics=No OwnWeatherChanges=Yes TimeForSelect=4 LoadFlightMenu=Yes LoadPlanMenu=Yes PauseAfterCrash=No BrakeReleaseThreshold=75 SaveDataWithFlights=Auto ZapSound=firework ShortAircraftNameOk=No UseProfiles=No DontResetAxes=No WeatherRewriteSeconds=1 CustomWeatherModify=No Console=No GetNearestAirports=Yes LuaRerunDelay=66 EnableMouseLook=No AxesWrongRange=No InitDelay=0 DeleteVehiclesForAES=Yes MouseWheelMove=No AutoScanDevices=Yes InitDelayDevicesToo=No OOMcheck=Yes FSVersionUsed="Microsoft Flight Simulator X",10.0.61637.0 SimConnectUsed=10.0.61259.0 [WideServer] WideFSenabled=Yes AdvertiseService=1 Port=8002 Port2=9002 [GPSout] Port=<none set> Speed=4800 Interval=1000 PosTo6Decimal=Yes Sentences= GPSoutEnabled=No [JoyNames] AutoAssignLetters=No 1=Saitek Pro Flight Yoke 1.GUID={A97B6250-1289-11E0-8001-444553540000} 2=Saitek Pro Flight Rudder Pedals 2.GUID={0E1F3D30-128A-11E0-8002-444553540000} 0=T.16000M 0.GUID={80520EA0-4ED8-11E2-8001-444553540000} [buttons] Buttonrepeat=20,10 1=H0,6,K76,10 2=P0,2,CM7:1,0 3=P0,4,K113,8 6=P0,7,CM6:1,0 9=P0,9,CM2:1,0 11=P0,11,CM7:1,0 12=P1,14,K76,10 13=P1,15,CM86:1,0 14=P1,16,C65560,0 15=P1,17,CM84:1,0 19=P1,0,K90,8 20=P1,21,C65602,0 22=P1,18,CM87:1,0 24=R1,5,C65607,0 25=P1,7,CM116:1,0 26=P1,6,CM92:1,0 27=P1,2,CM108:1,0 28=P1,3,C65860,0 29=P1,4,C65615,0 [AutoSave] AutoSaveEnabled=No Next=1 Interval=60 Files=10 SaveOnGround=No [GPSout2] GPSoutEnabled=No [buttons.Feelthere A320 IAE Airbus British Airways] 0=P0,8,K53,9 1=P0,2,CM9:1,0 2=P0,10,CM11:1,1 3=P0,11,CM14:1,1 4=P0,9,CM12:1,4 5=P0,6,K76,10 6=P1,2,C66239,1 7=P1,14,K76,10 8=P1,15,C66240,1 10=P1,16,C66052,0 11=P1,17,C66053,1 12=P1,18,C66379,1 13=P1,19,K76,9 14=R1,4,C65615,1 17=P1,0,K90,8 18=P1,3,K82,9 19=P1,7,CM53:1,1 20=P1,6,CM54:1,0 21=R1,5,C65607,0 [MacroFiles] 1=autothrottle 2=1taxilights 3=athr 4=2athr 5=3strobe 6=4gear 7=737athr 8=4strobeon 9=6abathr 10=7abstrobe 11=8abstrobeoff 12=9abtaxi 13=abtaxi 14=abusstron 15=abusstroff 16=737landing 17=737taxi 18=737strobe 19=737strobeoff 20=737wheelwing 21=737ap 22=737winglight 23=737wheel 24=737logo 25=737acoll 26=abarm spoil 27=abarmspoil 28=abtaxilighton 29=ab33tax 30=332tlights 31=abtaxon 32=abtaxoff 33=abbton 34=abtoff 35=a33tax1 36=a33tax2 37=738strobeon 38=738stobeoff 39=738strobeoff 40=737StrobeDown 41=737StrobeUp 42=737Beacon 43=738taxi 44=737SeatOff 45=737SeatOn 46=737StrobeOn 47=abtax 48=AIRBUSTAX 49=AIRBUSTAXON 50=AIRBUSTAXOFF 51=332TAXON 52=332TAXOFF 53=320TAXON 54=320TAXOFF 55=320etaxon 56=320etaxoff 57=738tax 58=737Beacon(1) 59=737Logo(1) 60=737StrobeOff(1) 61=737StrobeOn(1) 62=737Taxi(1) 63=734athr 64=734beacon 65=734strobe off 66=734strobeon 67=734taxi 68=734logo 69=734fd 70=733TAXI 71=733STROBEOFF 72=733STROBEON 73=733BEAC 74=733LOGO 75=md11taxi 76=MD11Beacon 77=MD11FlapsExtend 78=MD11FlapsRetract 79=MD11Logo 80=MD11TaxiOff 81=MD11TaxiOn 82=MD11TrimDown 83=MD11TrimUp 84=MD11Nav 85=73t 86=b738taxi 87=B738logo 88=B738strobeoff 89=B738strobeon 90=B738beacon 91=B738toffR 92=B738toffL 93=b738lo 94=b738turnoffleft 95=b738turnoffright 96=MD11 hiin 97=b744autoth 98=b744taxi 99=b744beacon 100=b744nav 101=b744 strobe 102=b744lo 103=b744seat 104=b744apilot 105=B744FD 106=bbstaxi 107=bbslandlights 108=bbsbeacon 109=bbsnav 110=bbsseat 111=bbsrwy 112=bbsseaton 113=bbsnosmoke 114=Bbstakeoff 115=Bbsseatoff 116=bbsrwyto 117=BBSRWYLIGHTS 118=bbsrwylghts 119=bbsstrobeon 120=bbssmokeon 121=bbssmokeoff 122=bbsrwto 123=bbssmoke on 124=bbssmoke off 125=bbslanding 126=bbsnosmokeon 127=bbsnosmokeoff [Axes] 0=0X,256,D,1,0,0,0 1=0Y,256,D,2,0,0,0 2=1X,256,D,1,0,0,0 3=1Y,256,D,2,0,0,0 4=1Z,256,D,22,0,0,0 5=1U,256,D,4,0,0,0 6=1V,256,D,23,0,0,0 7=2X,256,D,7,0,0,0 8=2Y,256,D,8,0,0,0 9=2R,256,D,3,0,0,0 [JoystickCalibration] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=60 Aileron=-16384,0,0,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16380,-512,512,16380/8 Throttle=-16384,16383/8 LeftBrake=-16383,16384/24 RightBrake=-16383,16384/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 Spoilers=-16384,16383/24 FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 Aileron Trim=-16380,-512,512,16380 Rudder Trim=-16380,-512,512,16380 ElevatorTrim=-16380,-512,512,16380/8 [JoystickCalibration.Feelthere A320 IAE Airbus British Airways] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=60 Aileron=-16384,-512,512,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16384,-512,512,16383/8 Throttle=-16256,16256/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 Flaps=-16256,16380/24 Spoilers=-16193,16192/24 Reverser=-16380,16380 [buttons.feelThere Boeing 737-300 KLM] 0=R1,21,C65602,0 1=U1,21,C65604,0 [buttons.Feelthere A319 CFM Airbus EasyJet] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,18,C66379,0 5=P1,19,C66378,0 6=P1,4,C65860,0 7=P1,0,K90,8 8=P1,2,C66239,0 [buttons.Feelthere A330-200 GE Airbus KLM full] 0=P1,18,C66379,0 1=P1,19,C66378,0 2=P1,2,C66239,0 3=P1,16,C66052,0 4=P1,17,C66053,0 5=P1,14,K76,10 6=P1,15,C66240,0 7=P1,0,K90,8 8=P1,4,C65860,0 [buttons.Feelthere A330-200 RR Airbus bmi - british midland full] 0=P1,18,C66379,0 2=P1,2,C66239,0 3=P1,16,C66052,0 4=P1,17,C66053,0 5=P1,0,K90,8 6=P1,4,C65860,0 7=P1,14,K76,10 10=R1,15,C66240,1 [buttons.Feelthere A321 IAE Airbus] 0=P1,18,C66379,0 1=P1,19,C66378,0 2=P1,2,C66239,0 3=P1,16,C66052,0 4=P1,17,C66053,0 5=P1,14,K76,10 6=P1,15,C66240,0 7=P1,4,C65860,0 8=P1,0,K90,8 [buttons.Feelthere A340-600 RR Virgin Atlantic Airways full] 0=P1,18,C66379,0 1=P1,2,C66239,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,14,K76,10 5=P1,15,C66240,0 6=P1,4,C65860,0 7=P1,0,K90,8 [buttons.Feelthere A319 IAE British Airways] 0=P1,18,C66379,0 1=P1,19,C66378,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,15,C66240,0 5=P1,14,K76,10 6=P1,4,C65860,0 7=P1,0,K90,8 8=P1,2,C66239,0 [buttons.Feelthere A319 IAE British Midland] 0=P1,18,C66379,0 1=P1,19,C66378,0 2=P1,2,C66239,0 3=P1,16,C66052,0 4=P1,17,C66053,0 5=P1,15,C66240,0 6=P1,14,K76,10 7=P1,4,C65860,0 8=P1,0,K90,8 [buttons.Captain Sim 757-200 FSX 17] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,18,C66378,0 5=P1,19,C66379,0 6=P1,0,K90,8 7=P1,4,K82,9 8=P1,2,C66239,0 [buttons.Captain Sim 757-Freighter FSX 0] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,18,C66378,0 5=P1,19,C66379,0 6=P1,2,C66239,0 7=P1,0,K90,8 8=P1,4,C65860,1 9=P1,6,C65860,0 [buttons.Captain Sim 757 Freighter FSX Paint1] 0=P1,15,C66240,0 1=P1,14,K76,10 2=P1,18,C66378,0 3=P1,19,C66379,0 4=P1,16,C66052,0 5=P1,17,C66053,0 [buttons.Captain Sim 757-Freighter FSX 1] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,18,C66378,0 5=P1,19,C66379,0 6=P1,2,C66239,0 [buttons.Captain Sim 757-200 FSX 4] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,19,C66379,0 3=P1,2,C66239,0 4=P1,16,C66052,0 6=P1,17,C66053,0 7=P1,18,C66378,0 8=P1,0,K90,8 9=P1,4,C65860,0 [buttons.Captain Sim 757-200 FSX 19] 0=P1,14,K76,10 1=P1,15,C66240,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,18,C66378,0 5=P1,19,C66379,0 6=P1,2,C66239,0 7=P1,0,K90,8 [sounds] Path=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Sound\ Device1=Primary Sound Driver Device2=Speakers (High Definition Audio Device) Device3=Digital Audio (S/PDIF) (High Definition Audio Device) [Keys] 1=82,10,65860,0 [Keys.Captain Sim 757-200 FSX 4] 1=82,10,65860,0 [buttons.Feelthere A320 CFM Lufthansa] 0=P1,18,C66379,0 1=P1,2,C66239,0 2=P1,16,C66052,0 3=P1,17,C66053,0 4=P1,14,K76,10 5=P1,15,C66240,0 6=P1,19,C66378,0 7=P1,4,C65860,0 8=P1,0,K90,8 [buttons.Feelthere A320 CFM EasyJet] 0=P1,18,C66379,0 1=P1,14,K76,10 2=P1,15,C66240,0 3=P1,16,C66052,0 4=P1,17,C66053,0 5=P1,19,C66378,0 6=P1,0,K90,8 7=P1,4,C65860,0 8=P1,2,C66239,0 9=P1,7,CM55:1,0 10=P1,6,CM56:1,0 [buttons.Feelthere A330-200 RR Airbus] 0=P1,18,C66379,0 1=P1,2,C66239,0 2=P1,14,K76,10 3=P1,15,C66240,0 4=P1,16,C66052,0 5=P1,17,C66053,0 6=P1,4,C65860,0 7=P1,0,K90,8 8=P1,7,CM51:1,0 9=P1,6,CM52:1,0 [Axes.Feelthere A340-600 RR Virgin Atlantic Airways full] 0=1Z,256,D,22,0,0,0 1=1U,256,D,4,0,0,0 2=1V,256,D,23,0,0,0 3=2X,256,D,7,0,0,0 4=2Y,256,D,8,0,0,0 5=2R,256,D,3,0,0,0 [JoystickCalibration.Feelthere A340-600 RR Virgin Atlantic Airways full] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=60 Aileron=-16356,0,0,16331/8 Elevator=-16354,0,0,16266 Rudder=-16120,-512,512,16348 Throttle=-16256,16256/8 LeftBrake=-16383,16384/16 RightBrake=-16383,16384/16 Spoilers=-16384,16383/24 Flaps=-16384,16380/24 Reverser=-16380,16380/24 [JoystickCalibration.Feelthere A330-200 RR Airbus] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16379 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=-16380,-512,512,16380/8 Elevator=-16354,0,0,16266/8 Rudder=-16120,-512,512,16348/8 Throttle=-16256,16256/8 LeftBrake=-16383,16384/16 RightBrake=-16383,16384/16 Spoilers=-16384,16383/24 Flaps=-16384,16380/24 Reverser=-16380,16380/24 FlapEnds=-16384,-16383,16379 [Axes.Feelthere A330-200 RR Airbus] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Feelthere A321 CFM Airbus House] 0=P1,2,C66239,0 1=P1,4,C65860,0 2=P1,0,K90,8 3=P1,18,C66379,0 4=P1,14,K76,10 5=P1,15,C66240,0 6=P1,16,C66052,0 7=P1,17,C66053,0 8=P1,7,CM53:1,0 [JoystickCalibration.Feelthere A321 CFM Airbus House] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16356,0,0,16331/8 Elevator=-16354,0,0,16266 Rudder=-16120,-512,512,16348 Throttle=-16256,16256/8 LeftBrake=-16383,16384/16 RightBrake=-16383,16384/16 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 [Axes.Feelthere A321 CFM Airbus House] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Feelthere A320 CFM Airbus House] 0=P1,18,C66379,0 1=P1,2,C66239,0 2=P1,0,K90,8 3=P1,4,C65860,0 4=P1,14,K76,10 5=P1,15,C66240,0 6=P1,16,C66052,0 7=P1,17,C66053,0 8=P1,19,K76,9 10=P1,6,CM34:1,0 11=P1,7,CM33:1,0 [Axes.Feelthere A320 CFM Airbus House] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [JoystickCalibration.Feelthere A320 CFM Airbus House] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=60 Aileron=-16356,0,0,16331/8 Elevator=-16354,0,0,16266 Rudder=-16120,-512,512,16348 Throttle=-16256,16256/8 LeftBrake=-16383,16384/16 RightBrake=-16383,16384/16 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 [Axes.Boeing 737-8ASNGX Ryanair Winglets] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Boeing 737-8ASNGX Ryanair Winglets] 0=P1,17,CM88:1,0 1=P1,15,CM86:1,0 2=P1,16,CM89:1,0 3=P1,14,K76,10 4=P1,2,CM90:1,0 5=P1,0,K90,8 6=R1,4,C65615,0 7=P1,19,K35,8 8=P1,18,CM93:1,0 9=P1,7,CM95:1,0 10=P1,6,CM94:1,0 11=P1,3,K82,9 12=R1,5,C65607,0 [buttons.PMDG 737-800NGX PMDG House Winglets] 0=P1,17,CM88:1,0 1=P1,16,CM89:1,0 2=P1,14,K76,10 3=P1,15,CM86:1,0 4=P1,18,CM93:1,0 5=P1,2,CM90:1,0 6=R1,4,C65615,0 7=P1,0,K90,8 9=P1,7,CM95:1,0 10=P1,6,CM94:1,0 11=P1,19,K35,8 12=P1,3,K82,9 13=R1,5,C65607,0 [buttons.Boeing 737-8K2NGX KLM Royal Dutch Airlines Winglets] 2=P1,15,CM86:1,0 3=P1,14,K76,10 4=R1,4,C65615,0 5=P1,7,CM95:1,0 6=P1,0,K90,8 8=P1,2,CM90:1,0 9=P1,6,CM94:1,0 10=P1,16,CM89:1,0 11=P1,17,CM88:1,0 12=P1,18,CM93:1,0 13=P1,19,K35,8 14=P1,3,K82,9 15=R1,5,C65607,0 [Axes.Boeing 737-8K2NGX KLM Royal Dutch Airlines Winglets] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Boeing 737-8K2NGX Transavia Airlines Winglets] 0=P1,2,CM90:1,0 1=P1,16,CM89:1,0 2=P1,17,CM88:1,0 3=R1,4,C65615,0 4=P1,0,K90,8 5=P1,14,K76,10 7=P1,18,CM93:1,0 8=P1,15,CM86:1,0 9=P1,7,CM95:1,0 10=P1,6,CM94:1,0 11=P1,19,K35,8 12=P1,3,K82,9 13=R1,5,C65607,0 [buttons.Boeing 737-8K5NGX airberlin Winglets] 0=P1,15,CM86:1,0 1=P1,2,CM90:1,0 2=P1,17,CM88:1,0 3=P1,16,CM89:1,0 4=P1,18,CM93:1,0 5=P1,14,K76,10 6=P1,0,K90,8 7=R1,4,C65615,0 8=P1,19,K35,8 9=P1,7,CM95:1,0 10=P1,6,CM94:1,0 11=P1,3,K82,9 12=R1,5,C65607,0 [buttons.Boeing 737-9K2NGX KLM Royal Dutch Airlines Winglets] 0=P1,14,K76,10 1=P1,15,CM86:1,0 2=P1,17,CM88:1,0 3=P1,16,CM89:1,0 4=P1,18,CM93:1,0 5=P1,19,K35,8 6=P1,2,CM90:1,0 7=R1,4,C65615,0 8=P1,0,K90,8 9=P1,7,CM95:1,0 10=P1,6,CM94:1,0 11=P1,3,K82,9 12=R1,5,C65607,0 [buttons.Boeing 737-800NGX PMDG House] 0=P1,15,CM17:1,0 1=P1,14,K76,10 2=P1,17,CM19:1,0 3=P1,16,CM46:1,0 4=P1,2,CM42:1,0 5=P1,18,CM24:1,0 6=P1,19,K70,10 7=P1,4,K82,9 8=P1,0,K90,8 [Axes.Boeing 737-800NGX PMDG House] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Captain Sim 757-200 FSX Paint9] 0=P1,2,C66239,0 1=P1,17,C66053,0 2=P1,16,C66052,0 3=P1,15,C66240,0 4=P1,14,K76,10 5=P1,4,C65860,0 [Axes.Captain Sim 757-200 FSX Paint9] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [Axes.Feelthere A320 IAE Airbus British Airways] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.Feelthere A340-600 Airbus] 0=P1,18,C66379,0 1=P1,2,C66239,0 2=P1,14,K76,10 3=P1,15,CM48:1,0 4=P1,7,CM49:1,0 5=P1,6,CM50:1,0 6=P1,16,C66052,0 7=P1,17,C66053,0 8=P1,4,K82,9 9=P1,0,K90,8 [buttons.FeelThere Boeing 737-400 British Airways] 0=P1,0,K90,8 1=P1,4,CM63:1,0 2=P1,14,K76,10 3=P1,15,CM67:1,0 4=P1,2,CM64:1,0 5=P1,17,CM65:1,0 6=P1,16,CM66:1,0 7=P1,18,CM68:1,0 8=P1,19,CM69:1,0 [buttons.feelThere Boeing 737-300 Jet2] 0=P1,4,CM7:1,0 1=P1,0,K90,8 2=P1,14,K76,10 3=P1,15,CM70:1,0 4=P1,17,CM71:1,0 5=P1,16,CM72:1,0 6=P1,2,CM73:1,0 7=P1,18,CM74:1,0 8=P1,19,K70,10 [buttons.feelThere Boeing 737-300 EasyJet] 0=P1,2,CM73:1,0 1=P1,0,K90,8 [JoystickCalibration.PMDG MD-11 PW4460 Engines] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,-512,512,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16384,-512,512,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 [Axes.PMDG MD-11 PW4460 Engines] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.PMDG MD-11 GE CF6-80C2D1F Engines] 0=P1,15,CM75:1,0 1=P1,14,K76,10 2=P1,17,C66379,0 [Axes.PMDG MD-11 GE CF6-80C2D1F Engines] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.PMDG MD-11 PW4460 Engines] 0=P1,0,K90,8 [buttons.Boeing 737-836NGX British Airways Virtual Winglets] 0=P1,17,CM88:1,0 1=P1,16,CM89:1,0 2=P1,18,CM93:1,0 3=P1,2,CM90:1,0 4=P1,7,CM95:1,0 5=P1,6,CM94:1,0 6=R1,4,C65615,0 7=P1,0,K90,8 9=P1,19,K35,8 10=P1,3,K82,9 11=R1,5,C65607,0 12=P1,14,K76,10 [buttons.Boeing 737-8K5NGX TUIfly Winglets] 0=P1,2,CM90:1,0 1=P1,7,CM95:1,0 2=P1,6,CM94:1,0 3=P1,15,CM86:1,0 4=P1,17,CM88:1,0 5=P1,16,CM89:1,0 6=P1,18,CM93:1,0 7=R1,4,C65615,0 8=P1,19,K35,8 9=P1,3,K82,9 10=R1,5,C65607,0 [buttons.Boeing 737-900NGX PMDG House Winglets] 0=P1,2,CM90:1,0 1=P1,7,CM91:1,0 2=P1,6,CM92:1,0 3=P1,15,CM86:1,0 4=P1,17,CM88:1,0 5=P1,16,CM89:1,0 6=P1,18,CM93:1,0 7=R1,4,C65615,0 8=P1,0,K90,8 9=P1,3,K82,9 10=R1,5,C65607,0 [buttons.Boeing 737-85FC JET2 Winglets] 0=P1,17,CM88:1,0 1=P1,16,CM89:1,0 2=R1,4,C65615,0 3=P1,2,CM90:1,0 4=P1,18,CM93:1,0 5=P1,7,CM95:1,0 6=P1,6,CM94:1,0 7=P1,19,K35,8 8=P1,3,K82,9 9=R1,5,C65607,0 [buttons.PMDG MD-11 Lufthansa Cargo] 0=P1,18,CM79:1,0 1=P1,7,CM81:1,0 2=P1,6,CM80:1,0 [buttons.Boeing 737-8K5 Thomsonfly] 0=P1,17,CM88:1,0 1=P1,16,CM89:1,0 2=P1,2,CM90:1,0 3=R1,4,C65615,0 4=P1,7,CM95:1,0 5=P1,6,CM94:1,0 6=P1,18,CM93:1,0 7=P1,19,K35,8 8=P1,3,K82,9 9=P1,5,C65607,0 [buttons.Boeing 737-8K5 Thomson] 0=R1,4,C65615,0 1=P1,16,CM89:1,0 2=P1,17,CM88:1,0 3=P1,2,CM90:1,0 4=P1,18,CM93:1,0 5=P1,19,K35,8 6=P1,7,CM95:1,0 7=P1,6,CM94:1,0 8=P1,3,K82,9 9=R1,5,C65607,0 10=P1,14,K76,10 [buttons.PMDG MD-11 KLM Royal Dutch Airlines] 0=P1,16,CM96:1,0 1=P1,18,CM79:1,0 2=P1,0,K90,8 3=P1,4,K82,9 4=P1,7,CM81:1,0 5=P1,6,CM80:1,0 [Axes.PMDG MD-11 KLM Royal Dutch Airlines] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [buttons.PMDG747-400 British Airways] 0=P1,14,K76,10 2=P1,3,CM97:1,0 3=P1,0,CM104:1,0 4=P1,15,CM98:1,0 5=P1,2,CM99:1,0 6=P1,17,CM100:1,0 7=P1,16,CM101:1,0 8=P1,18,CM102:1,0 9=P1,19,CM103:1,0 10=R1,4,C65615,0 12=R1,5,C65607,0 [buttons.PMDG747-400 VIRGIN ATLANTIC AIRWAYS] 0=P1,18,CM102:1,0 1=P1,17,CM100:1,0 2=P1,16,CM101:1,0 3=P1,2,CM99:1,0 4=P1,15,CM98:1,0 5=P1,14,K76,10 6=P1,3,CM97:1,0 7=P1,0,CM104:1,0 8=R1,4,C65615,0 [buttons.PMDG747-400 KLM] 0=P1,0,CM104:1,0 1=P1,3,CM97:1,0 2=R1,4,C65615,0 3=R1,5,C65607,0 4=P1,14,K76,10 5=P1,15,CM98:1,0 6=P1,16,CM101:1,0 7=P1,17,CM100:1,0 8=P1,18,CM102:1,0 9=P1,2,CM99:1,0 [buttons.PMDG747-400 VIRGIN ATLANTIC AIRWAYS Penelope] 0=P1,0,CM104:1,0 1=P1,2,CM99:1,0 2=P1,3,CM97:1,0 3=R1,4,C65615,0 4=R1,5,C65607,0 5=P1,14,K76,10 6=P1,15,CM98:1,0 7=P1,16,CM101:1,0 8=P1,17,CM100:1,0 9=P1,18,CM102:1,0 [buttons.PMDG747-400 British Airways Change For Good] 0=P1,0,CM104:1,0 1=P1,2,CM99:1,0 2=P1,3,CM97:1,0 3=R1,4,C65615,0 4=R1,5,C65607,0 5=P1,14,K76,10 6=P1,15,CM98:1,0 7=P1,16,CM101:1,0 8=P1,17,CM100:1,0 9=P1,18,CM102:1,0 [buttons.PMDG747-400F GLOBAL SUPPLY SYSTEMS] 0=P1,0,CM104:1,0 1=P1,2,CM99:1,0 2=P1,3,CM97:1,0 3=R1,4,C65615,0 4=R1,5,C65607,0 5=P1,14,K76,10 6=P1,15,CM98:1,0 7=P1,16,CM101:1,0 8=P1,17,CM100:1,0 9=P1,18,CM102:1,0 10=P1,19,CM105:1,0 [buttons.PMDG747-400F KLM CARGO] 0=P1,0,CM104:1,0 1=P1,2,CM99:1,0 2=P1,3,CM97:1,0 3=R1,4,C65615,0 4=R1,5,C65607,0 5=P1,14,K76,10 6=P1,15,CM98:1,0 7=P1,16,CM101:1,0 8=P1,17,CM100:1,0 9=P1,18,CM102:1,0 [buttons.Cessna Skyhawk 172SP Paint1] 0=R1,4,C65615,0 1=R1,5,C65607,0 2=P1,2,C65615,0 3=P1,3,C65607,0 [buttons.Bombardier CRJ 700 Paint1] 0=R1,4,C65615,0 1=R1,5,C65607,0 [buttons.PMDG - 747-400 RB211 Engines] 0=P1,15,CM98:1,0 1=P1,16,CM101:1,0 2=P1,17,CM100:1,0 3=P1,18,CM102:1,0 4=R1,4,C65615,0 5=R1,5,C65607,0 6=P1,3,CM97:1,0 7=P1,0,CM104:1,0 [Axes.PMDG747-400F GLOBAL SUPPLY SYSTEMS] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1U,256,D,4,0,0,0 4=1V,256,D,23,0,0,0 5=2X,256,D,7,0,0,0 6=2Y,256,D,8,0,0,0 7=2R,256,D,3,0,0,0 [JoystickCalibration.Cessna Skyhawk 172SP Paint1] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,-512,512,16383/8 Elevator=-16384,0,512,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/16 RightBrake=-16384,16383/16 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 [buttons.Cessna Skyhawk 172SP Paint4] 0=P1,2,C66239,0 2=P1,14,K76,10 3=P1,16,C66379,0 4=P1,15,C66240,0 5=R1,4,C65615,0 6=R1,5,C65607,0 [JoystickCalibration.Airbus A319 AIR MALTA] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,-512,512,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/16 RightBrake=-16384,16383/16 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 [buttons.Airbus A319 BRITISH MIDLAND] 0=P1,3,K82,9 1=P1,14,CM107:1,0 2=P1,15,CM106:1,0 3=P1,17,CM109:1,0 4=P1,18,CM112:1,0 5=P1,19,CM115:1,0 6=P1,2,CM108:1,0 7=P1,0,K90,8 8=P1,4,C65615,0 9=P1,5,C65607,0 10=P1,7,CM117:1,0 11=P1,6,CM113:1,0 [buttons.Airbus A319 EASYJET] 0=P1,3,K82,9 1=P1,17,CM109:1,0 2=P1,15,C66240,0 3=P1,6,CM113:1,0 4=P1,18,CM112:1,0 5=P1,19,CM127:1,0 6=P1,4,C65615,0 7=P1,5,C65607,0 8=P1,0,K90,8 10=P0,1,K90,8 11=P0,2,K90,8 12=P0,15,CM126:1,0 13=P0,14,CM127:1,0 14=P0,13,CM122:1,0 15=P1,14,CM125:1,0 16=P0,3,K82,9 17=R1,21,C65602,0 18=U1,21,C65604,0 19=P1,16,C65560,0 20=P0,6,K190,10 [Axes.Airbus A319 EASYJET] 0=0X,256,D,1,0,0,0 1=0Y,256,D,2,0,0,0 2=1X,256,D,1,0,0,0 3=1Y,256,D,2,0,0,0 4=1Z,256,D,22,0,0,0 5=1U,256,D,4,0,0,0 6=1V,256,D,23,0,0,0 7=2X,256,D,7,0,0,0 8=2Y,256,D,8,0,0,0 9=2R,256,D,3,0,0,0 [JoystickCalibration.Airbus A319 EASYJET] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,0,0,16383/8 Elevator=-16384,0,0,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/16 RightBrake=-16384,16383/16 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/8 Aileron Trim=-16380,-512,512,16380 Rudder Trim=-16380,-512,512,16380 [Axes.Airbus A319 BRITISH AIRWAYS "FIREFLY"] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1V,256,D,23,0,0,0 4=2X,256,D,7,0,0,0 5=2Y,256,D,8,0,0,0 6=2R,256,D,3,0,0,0 [buttons.Airbus A319 BRITISH AIRWAYS "FIREFLY"] 0=P1,15,CM106:1,0 1=P1,14,CM107:1,0 2=P1,2,CM108:1,0 3=P1,18,CM112:1,0 5=P1,19,CM115:1,0 6=P1,4,C65615,0 7=P1,5,C65607,0 8=P1,3,K82,9 9=P1,17,CM109:1,0 10=P1,7,CM117:1,0 11=P1,6,CM113:1,0 12=P1,0,K90,8 [buttons.Airbus A319 GERMANWINGS] 0=P1,14,CM114:1,0 1=P1,15,CM106:1,0 2=P1,17,CM109:1,0 3=P1,18,CM112:1,0 4=P1,19,CM115:1,0 5=P1,6,CM113:1,0 6=P1,7,CM111:1,0 7=P1,4,C65615,0 8=P1,5,C65607,0 9=P1,2,CM108:1,0 10=P1,3,K82,9 11=P1,0,K90,8 [buttons.Airbus A320 IAE AIRBUS] 0=P1,14,CM114:1,0 1=P1,15,CM106:1,0 2=P1,17,CM109:1,0 3=P1,18,CM112:1,0 4=P1,19,CM115:1,0 5=P1,7,CM116:1,0 6=P1,6,CM113:1,0 7=P1,2,CM108:1,0 8=P1,3,K82,9 9=P1,0,K90,8 10=P1,4,C65615,0 11=P1,5,C65607,0 [buttons.Airbus A320 IAE Thomas Cook UK G-CRPH] 0=P1,14,CM107:1,0 1=P1,15,CM106:1,0 2=P1,17,CM109:1,0 3=P1,18,CM112:1,0 4=P1,19,CM115:1,0 5=P1,3,K82,9 6=P1,0,K90,8 7=P1,4,C65615,0 8=P1,5,C65607,0 9=P1,7,CM117:1,0 10=P1,6,CM113:1,0 [buttons.Airbus A320 IAE BRITISH AIRWAYS DIRTY] 0=P1,2,CM108:1,0 1=P1,3,K82,9 2=P1,4,C65615,0 3=P1,5,C65607,0 4=P1,7,CM117:1,0 5=P1,6,CM113:1,0 6=P1,14,CM107:1,0 7=P1,15,CM106:1,0 8=P1,17,CM109:1,0 9=P1,18,CM112:1,0 10=P1,19,CM115:1,0 11=P1,0,K90,8 [Axes.Airbus A319 BRITISH MIDLAND] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1V,256,D,23,0,0,0 4=2X,256,D,7,0,0,0 5=2Y,256,D,8,0,0,0 6=2R,256,D,3,0,0,0 [Axes.Boeing 737-836NGX British Airways Virtual Winglets] 0=1X,256,D,1,0,0,0 1=1Y,256,D,2,0,0,0 2=1Z,256,D,22,0,0,0 3=1V,256,D,23,0,0,0 4=2X,256,D,7,0,0,0 5=2Y,256,D,8,0,0,0 6=2R,256,D,3,0,0,0 [JoystickCalibration.Boeing 737-836NGX British Airways Virtual Winglets] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,-512,512,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 Throttle1=-16380,-512,512,16380 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 Aileron Trim=-16380,-512,512,16380 Rudder Trim=-16380,-512,512,16380 [JoystickCalibration.Airbus A320 British Airways G-EUUU] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No FlapStarts=-16384,-16383,16255 FlapEnds=-16384,-16383,16255 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=-16384,0,0,16383/8 Elevator=-16384,0,0,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 Aileron Trim=-16380,-512,512,16380 Rudder Trim=-16380,-512,512,16380 ElevatorTrim=-16380,-512,512,16380/8 [Axes.Airbus A321 British Airways G-EUXG] 0=0X,256,D,1,0,0,0 1=0Y,256,D,2,0,0,0 2=0R,256,D,3,0,0,0 3=1X,256,D,1,0,0,0 4=1Y,256,D,2,0,0,0 5=1Z,256,D,22,0,0,0 6=1U,256,D,4,0,0,0 7=1V,256,D,23,0,0,0 8=2X,256,D,7,0,0,0 9=2Y,256,D,8,0,0,0 10=2R,256,D,3,0,0,0 [JoystickCalibration.Airbus A321 British Airways G-EUXG] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=60 Aileron=-16384,0,0,16383/8 Elevator=-16384,-512,512,16383/8 Rudder=-16384,0,0,16383/8 Throttle=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 Spoilers=-16384,16383/24 Flaps=-16384,16383/24 Reverser=-16380,16380/24 Aileron Trim=-16380,-512,512,16380 Rudder Trim=-16380,-512,512,16380 [buttons.Airbus A319 White] 0=P1,15,CM106:1,0 1=P1,14,CM118:1,0 2=P1,16,CM119:1,0 3=P1,17,CM109:1,0 5=P0,15,CM120:1,0 6=P0,14,CM121:1,0 7=P1,18,CM112:2,0 8=P1,19,CM115:2,0 9=P1,2,CM108:1,0 11=P0,10,CM122:1,0 12=P0,13,CM122:1,0 13=P1,7,C65615,0 14=P1,6,C65607,0 15=P0,2,K90,8 16=P0,3,K82,9 [buttons.Airbus A320 CFM MONARCH] 0=P1,14,CM125:1,0 1=P1,15,C66240,0 2=P1,17,CM109:1,0 3=P1,18,CM112:1,0 4=P1,19,CM115:1,0 5=P0,15,CM126:1,0 6=P0,14,CM127:1,0 7=P0,2,K90,8 8=P0,3,K82,9 9=P0,13,CM116:1,0 10=P0,6,K190,10 [buttons.Airbus A321 Monarch G-MARA] 1=P0,13,K90,8 2=P0,7,K82,9 [buttons.Airbus A321 British Airways G-EUXG] 0=P0,7,K82,9 1=P0,2,K90,8 2=P0,3,K82,9 [buttons.Airbus A320 British Airways G-EUUU] 0=P0,2,K90,8 1=P0,3,K82,9 [buttons.Airbus 318 British Airways] 0=P1,17,CM109:1,0 1=P1,18,CM112:2,0 2=P1,19,CM115:2,0 3=P1,16,CM119:1,0 4=P1,15,CM106:1,0 5=P1,14,CM118:1,0 6=P0,13,CM122:1,0 7=P0,2,K90,8 8=P0,3,K82,9 9=P0,14,CM120:1,0 10=P0,15,CM123:1,0 [Axes.PMDG 737-800NGX PMDG House Winglets] 0=0X,256,D,1,0,0,0 1=0Y,256,D,2,0,0,0 2=1X,256,D,1,0,0,0 3=1Y,256,D,2,0,0,0 4=1Z,256,D,22,0,0,0 5=1U,256,D,4,0,0,0 6=1V,256,D,23,0,0,0 7=2X,256,D,7,0,0,0 8=2Y,256,D,8,0,0,0 9=2R,256,D,3,0,0,0 [buttons.Airbus A320 IAE White] 0=P1,17,CM109:1,0 1=P1,15,CM106:1,0 2=P1,14,CM118:1,0 3=P0,13,CM122:1,0 4=P1,18,CM112:2,0 5=P1,19,CM115:2,0 6=P0,15,CM123:1,0 7=P0,14,CM124:1,0 8=P0,2,K90,8 9=P0,3,K82,9 [buttons.Airbus A320 CFM Easyjet] 0=P1,17,CM109:1,0 1=P1,14,CM125:1,0 2=P1,15,C66240,0 3=P0,13,CM93:1,0 4=P1,18,CM112:1,0 5=P1,19,CM115:1,0 6=P0,15,CM126:1,0 7=P0,14,CM127:1,0 8=P0,2,K90,8 9=P0,3,K82,9 10=P1,16,C65560,0 11=P0,6,K190,10 12=P0,4,CM108:1,0 13=P0,9,CM109:1,0 [buttons.Airbus A320 IAE British Airways] 0=P0,2,K90,8 1=P0,3,K82,9 2=P1,17,CM109:1,0 3=P1,15,C66240,0 4=P1,14,CM125:1,0 5=P0,13,CM116:1,0 6=P1,2,CM108:1,0 7=P1,18,CM112:1,0 8=P1,19,CM115:1,0 9=P0,15,CM120:1,0 10=P0,14,CM127:1,0 11=P0,6,K190,10 12=P0,4,CM108:1,0 13=P0,9,CM108:1,0 15=P1,16,C65560,0 [buttons.Airbus A319 IAE BRITISH AIRWAYS] 0=P1,14,CM125:1,0 1=P1,17,CM109:1,0 2=P0,13,CM116:1,0 3=P1,18,CM112:1,0 4=P1,19,CM115:1,0 5=P0,15,CM126:1,0 6=P0,14,CM127:1,0 7=P0,2,K90,8 8=P0,3,K82,9
Pete Dowson Posted March 12, 2013 Report Posted March 12, 2013 Yes i want to use the macro file i showed you to assign my buttons to a task ie taxi lights on/off ,landing lights on/off apu master on/off apu start/on/off etc i believe the macros inside the file are what i setup are these macros the ones i need to use and how do i find them. And what about my other questions? This is taking a LONG time because you do not answer them. i.e. what is the name of the macro file you are trying to assign into? Is it in the Modules folder? Show me your FSUIPC INI file -- it lists all the macro files it finds.. what exact name are you looking for in the drop-down list? According to the INI file you have 127 macro files!!! That's the absolute limit! Look, here is the list of files (see below), each presumably with many macros inside? Which of these are you not able to find in the drop-down list? Which of these files is NOT actually in your Modules folder? It looks as if, for every aircraft you have created a separate file for each and every action -- presumably just one macro per file!!! That is incredibly wasteful! Each file can contain hundreds of macros. You should have just one file for each aircraft. Why on Earth did you not follow the instructions in the User Guide? I've never seen anyone get into such a mess before! You simply need to load the aircraft, start creating macros, make ALL of the macros for that aircraft, then end macro making. You'd name the macro file for the aircraft NOT for one of the macro functions in the file! I can really see no alternative for you but to start again. To merge all those macro files and to edit all of your assignments is just going to take longer and will be very very error prone. I recommend that you delete all the .mcro files in your Modules folder, and delete your INI file, and start again, aircraft by aircraft. Whilst I could probably increase the limit beyond the current 127, it isn't really the answer and would involve quite some work for me in FSUIPC3 and FSUIPC4. It really should never be needed. For someone to have more than 127 cockpits just isn't realistic. FSUIPC can cope very well with many more actual macros, but it does so in an efficient way, not by having loads of little files each with just one line to be read! Pete List of macro files: [MacroFiles]1=autothrottle 2=1taxilights 3=athr 4=2athr 5=3strobe 6=4gear 7=737athr 8=4strobeon 9=6abathr 10=7abstrobe 11=8abstrobeoff 12=9abtaxi 13=abtaxi 14=abusstron 15=abusstroff 16=737landing 17=737taxi 18=737strobe 19=737strobeoff 20=737wheelwing 21=737ap 22=737winglight 23=737wheel 24=737logo 25=737acoll 26=abarm spoil 27=abarmspoil 28=abtaxilighton 29=ab33tax 30=332tlights 31=abtaxon 32=abtaxoff 33=abbton 34=abtoff 35=a33tax1 36=a33tax2 37=738strobeon 38=738stobeoff 39=738strobeoff 40=737StrobeDown 41=737StrobeUp 42=737Beacon 43=738taxi 44=737SeatOff 45=737SeatOn 46=737StrobeOn 47=abtax 48=AIRBUSTAX 49=AIRBUSTAXON 50=AIRBUSTAXOFF 51=332TAXON 52=332TAXOFF 53=320TAXON 54=320TAXOFF 55=320etaxon 56=320etaxoff 57=738tax 58=737Beacon(1) 59=737Logo(1) 60=737StrobeOff(1) 61=737StrobeOn(1) 62=737Taxi(1) 63=734athr 64=734beacon 65=734strobe off 66=734strobeon 67=734taxi 68=734logo 69=734fd 70=733TAXI 71=733STROBEOFF 72=733STROBEON 73=733BEAC 74=733LOGO 75=md11taxi 76=MD11Beacon 77=MD11FlapsExtend 78=MD11FlapsRetract 79=MD11Logo 80=MD11TaxiOff 81=MD11TaxiOn 82=MD11TrimDown 83=MD11TrimUp 84=MD11Nav 85=73t 86=b738taxi 87=B738logo 88=B738strobeoff 89=B738strobeon 90=B738beacon 91=B738toffR 92=B738toffL 93=b738lo 94=b738turnoffleft 95=b738turnoffright 96=MD11 hiin 97=b744autoth 98=b744taxi 99=b744beacon 100=b744nav 101=b744 strobe 102=b744lo 103=b744seat 104=b744apilot 105=B744FD 106=bbstaxi 107=bbslandlights 108=bbsbeacon 109=bbsnav 110=bbsseat 111=bbsrwy 112=bbsseaton 113=bbsnosmoke 114=Bbstakeoff 115=Bbsseatoff 116=bbsrwyto 117=BBSRWYLIGHTS 118=bbsrwylghts 119=bbsstrobeon 120=bbssmokeon 121=bbssmokeoff 122=bbsrwto 123=bbssmoke on 124=bbssmoke off 125=bbslanding 126=bbsnosmokeon 127=bbsnosmokeoff
yorkshirebloke Posted March 12, 2013 Author Report Posted March 12, 2013 Hi Pete Yes you are right its a mess and i am probably gettin under your skin with this and for that i will say sorry again. The file name is EZY320.(yes its in modules folder) I thought i had shown you FSUIPC ini file. Below is file i created rightly i hope. [Macros] Module="BlackBox-AirbusPro.DLL" 1=extpwr=RX4e580*X33cc 2=apumaster=RX4e500*Xe8cc 3=apustart=RX4e4e0*Xe8cc 4=apubleed=RX4e1a0*X33cc 5=nav=RX4de90*Xa1cc 6=beacon=RX4de30*Xa1cc 7=strobe=RX4de00*Xa1cc 8=rwyto=RX4ded0*X33cc 9=land=RX4def0*X33cc 10=taxi=RX4df10*Xa1cc 11=seat=RX4da80*X83cc 12=smoke=RX4dac0*Xa1cc I am trying to assign a button to turn on ext pwr as shown in file above 1= then apu master 2= to another button and so on.So for ext pwr i would be looking for EZY320 or 1=extpwr=RX4e580*X33cc or so i would have thought. attached picture of mdules folder
Pete Dowson Posted March 12, 2013 Report Posted March 12, 2013 The file name is EZY320.(yes its in modules folder) I thought i had shown you FSUIPC ini file. Yes, and I told you the problem. you already have 127 macro files listed in the INI. FSUIPC cannot cope with more!!! Please READ my last reply! I am trying to assign a button to turn on ext pwr as shown in file above 1= then apu master 2= to another button and so on.So for ext pwr i would be looking for EZY320 or 1=extpwr=RX4e580*X33cc or so i would have thought. It would be "EZY320:extpwr", but none of the macros in that file will be listed for assignment because, as I said (and you seem to have ignored) there is no more room in the MacroFiles list! attached picture of mdules folder Why? Please please PLEASE read my previous reply more carefully. If any of the Macro files listed in your INI no longer exist, or can be deleted, do so. But as far as I can see your setup is in a complete mess. According to your assignments already made you have assignments to many of these Macro files, but not all. You could delete those not needed and delete the corresponding line in the [MacroFiles] section of the INI. for example, these don't appear to be used: (by number -- see the earlier list for names) 1-5, 20-23, 25-32, 35-41, 47, 57-62. There may be more, but I just haven't the patience to go through every one of your assignments to check. If you are really loathe to start again (which I still thoroughly recommend) then delete those macro files and those entries so that FSUIPC can pick up your latest macro file. I see you also have separate assignments for simple livery variations of the 737NGX aircraft. Why aren't they all assigned to the same 737NGX profile? It would make your whole set up MUCH more compact and simpler to manage! You seem to be wasting FSUIPC facilities by ignorting them! Why no Profile use at all? Pete
yorkshirebloke Posted March 12, 2013 Author Report Posted March 12, 2013 Hi Pete I have no problem starting again and will do so deleteing all macros and INI file thanks for all you have done. Nigel
Pete Dowson Posted March 12, 2013 Report Posted March 12, 2013 I have no problem starting again and will do so deleteing all macros and INI file thanks for all you have done. If you delete the INI file altogether (make a copy first, just in case you want to check back on anything), then the new one made by FSUIPC will have Profiles already enabled. Try to use profiles, assigning all similar aircraft (i.e. those with only livery or engine or winglet variations) to the same profile -- eg "737NG", I'm away from this friday until April 1st, so I'm afraid I won't be able to help during this period. Hopefully others can, though, whilst I'm away. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now