For those who have FSUIPC, here’s how to fix the trim wheel. FSUIPC is, frankly, way over my head and I’m sure there’s a more elegant solution, but this worked for me this morning after a couple of hours of trying to figure it out:
-
Bind your trim wheel elevator up/down assignments in FSUIPC. You may even want to unbind them if already bound, then bind them again so they go to the bottom of the list in the ini file (I think that’s how it works).
-
Go to your main FSUIPC7 folder, mine was C:\FSUIPC7
-
Open the FSUIPC7.ini file in a txt editor (I use Notepad ++)
-
Look in the subsection “Buttons” and scroll through your assignments until you see something that looks similar to this:
63=PB,22,C65615,0 - {ELEV_TRIM_UP} -
64=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
-
Now, the first numbers (63 and 64 in this case) must be sequential through the list, so if your assignments are followed by others you’re going to have to change all of the following ones so there are no duplicates (hence the suggestion to unbind and rebind the trim assignments).
-
All you have to do is copy/paste these two lines of code as many times as you want to get the desired number of repeated strokes! For example, before the heading bug was fixed it was likely doing 10 presses for each 1 “press” of the trim wheel. I decided to use 5 repeated presses and it works really well, as I can make relatively large adjustments quickly when extending flaps, but can also fine tune the trim so there are no oscillations during cruise. I may tweak it to 6 or 7 but whatever, it works great and I finally have control over the sensitivity of the trim wheel. I showed you what mine originally looked like above, here’s what it looks like now:
63=PB,22,C65615,0 - {ELEV_TRIM_UP} -
64=PB,22,C65615,0 - {ELEV_TRIM_UP} -
65=PB,22,C65615,0 - {ELEV_TRIM_UP} -
66=PB,22,C65615,0 - {ELEV_TRIM_UP} -
67=PB,22,C65615,0 - {ELEV_TRIM_UP} -
68=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
69=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
70=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
71=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
72=PB,21,C65607,0 - {ELEV_TRIM_DOWN} -
Just copy/paste the commands as many times as you want to get it to perform the desired number of presses for each small rotation of the trim wheel. I hope this helps someone else out, I am THRILLED!