theskyisthelimit Posted July 4, 2022 Report Posted July 4, 2022 For some reason if i enable button logging, i see nothing in fsuipc.. i do see axes. I only know this because i was trying to get an old tweak working where if i added this to the ini it would fire it off rapidly to make the wheel on the yoke work better for elevator trim: (side note, i dont recall what values like C65607 reference) Anyone else have issues with loggin of the button presses.. i was just trying to make sure fsuipc was registering them, because the ini code below doesnt seem to have an effect.. The program in fsuipc itself does recognize the button press if i set those in the gui. [Buttons] PollInterval=25 ButtonRepeat=20,10 1=RA,15,C65607,0 -{ELEV_TRIM_DN}- 2=UA,15,C65607,0 -{ELEV_TRIM_DN}- 3=RA,15,C65607,0 -{ELEV_TRIM_DN}- 4=UA,15,C65607,0 -{ELEV_TRIM_DN}- 5=RA,15,C65607,0 -{ELEV_TRIM_DN}- 6=UA,15,C65607,0 -{ELEV_TRIM_DN}- 7=RA,15,C65607,0 -{ELEV_TRIM_DN}- 8=UA,15,C65607,0 -{ELEV_TRIM_DN}- 9=RA,15,C65607,0 -{ELEV_TRIM_DN}- 10=UA,15,C65607,0 -{ELEV_TRIM_DN}- 11=RA,15,C65607,0 -{ELEV_TRIM_DN}- 12=UA,15,C65607,0 -{ELEV_TRIM_DN}- 13=RA,15,C65607,0 -{ELEV_TRIM_DN}- 14=UA,15,C65607,0 -{ELEV_TRIM_DN}- 15=RA,15,C65607,0 -{ELEV_TRIM_DN}- 16=UA,15,C65607,0 -{ELEV_TRIM_DN}- 17=RA,15,C65607,0 -{ELEV_TRIM_DN}- 18=UA,15,C65607,0 -{ELEV_TRIM_DN}- 19=RA,14,C65615,0 -{ELEV_TRIM_UP}- 20=UA,14,C65615,0 -{ELEV_TRIM_UP}- 21=RA,14,C65615,0 -{ELEV_TRIM_UP}- 22=UA,14,C65615,0 -{ELEV_TRIM_UP}- 23=RA,14,C65615,0 -{ELEV_TRIM_UP}- 24=UA,14,C65615,0 -{ELEV_TRIM_UP}- 25=RA,14,C65615,0 -{ELEV_TRIM_UP}- 26=UA,14,C65615,0 -{ELEV_TRIM_UP}- 27=RA,14,C65615,0 -{ELEV_TRIM_UP}- 28=UA,14,C65615,0 -{ELEV_TRIM_UP}- 29=RA,14,C65615,0 -{ELEV_TRIM_UP}- 30=UA,14,C65615,0 -{ELEV_TRIM_UP}- 31=RA,14,C65615,0 -{ELEV_TRIM_UP}- 32=UA,14,C65615,0 -{ELEV_TRIM_UP}- 33=RA,14,C65615,0 -{ELEV_TRIM_UP}- 34=UA,14,C65615,0 -{ELEV_TRIM_UP}- 35=RA,14,C65615,0 -{ELEV_TRIM_UP}- 36=UA,14,C65615,0 -{ELEV_TRIM_UP}-
John Dowson Posted July 4, 2022 Report Posted July 4, 2022 1 hour ago, theskyisthelimit said: i added this to the ini it would fire it off rapidly to make the wheel on the yoke work better for elevator trim: (side note, i dont recall what values like C65607 reference) There are better ways of achieving this...if using a 'wheel' (which presumably has just one button in each direction). then you can use a lua to determine a 'fast' button press or a slow one, and use the trim position offset to increase/decrease by different amounts for a fast and a slow press...there are plenty of topics in this forum on how to do this.. C65607 is the control (C) 65607, which is ELEV_TRIM_UP. BUT button logging is certainly working (and you probably also want to activate Event logging). Please show me/attach your FSUIPC7.log and FSUIPC7.ini files. John
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