Ferota Posted May 30 Report Posted May 30 Hello again, John. After more than a year without any problems with your wonderful FSUIPC, something similar to what we were discussing in other conversation about MILVIZ Cessna 310 has happened to me again, now with the A2A PA-24 Comanche. Until a couple of weeks ago, everything was working perfectly, all the buttons and knobs on the Honeycomb Bravo, but suddenly, the knob to increase or decrease altitude, heading, speed, etc., the one on the right, stopped working, but only on this aircraft (it works perfectly on the PMDG 737). I've tried to solve the problem by modifying the FSUIPC.ini with the help you gave me last time, but I can't fix it. Could you help me? I'm attaching the FSUIPC.ini, as you asked me the other time. Thank you very much in advance. FSUIPC7.ini
John Dowson Posted May 30 Report Posted May 30 If a particular button isn't working, please set logging for Buttons & Keys and show me / attach a log file showing the button press not working, as well as your FSUIPC7.ini file.
Ferota Posted Sunday at 08:13 AM Author Report Posted Sunday at 08:13 AM What doesn't work for me, and what used to work, isn't a button, but the wheel you use to change the heading, for example, or the course or altitude. I'm attaching a photo and the files you requested. And it doesn't work for me with the A2A PA-24 Comanche. However, it works fine with the 737 PMDG. FSUIPC7.ini FSUIPC7.log
John Dowson Posted Monday at 12:42 PM Report Posted Monday at 12:42 PM From your log file, it looks like the Rotaries.lua is not starting as it can no longer be found: Quote 236406 Lvars/Hvars received - checking aircraft autos.... 236406 *** EVENT: Cntrl= 67177 (0x00010669), Param= 0 (0x00000000) AVIONICS_MASTER_1_OFF 236406 *** EVENT: Cntrl= 66532 (0x000103e4), Param= 0 (0x00000000) AIRSPEED_BUG_SELECT 236406 LUA: "C:\FSUIPC7\2020\Rotaries.lua": not found As that script is not running, it will not be converting the button presses to the virtual ones needed to trigger the assignments. Check that that file exists/put it back. On 6/1/2025 at 10:13 AM, Ferota said: isn't a button, but the wheel you use to change the heading, for example, or the course or altitude. I'm attaching a photo and the files you requested. But turning that 'wheel' just triggers a different button press in each direction, which is why it is assigned under FSUIPC's button assignment dialog box. All joysticks are just a collection of buttons and axes as far as FSUIPC is concerned. On 6/1/2025 at 10:13 AM, Ferota said: However, it works fine with the 737 PMDG. That is strange - I am surprised its working there if the lua script is not running.... Also I am not sure why you have these profile-specific button assignments for the A2A Comanche when they are exactly the same as the general assignments: Quote [Buttons.Comanche A2A] PollInterval=25 ButtonRepeat=20,10 IgnoreThese=C.12, C.13, C.21, C.22 0=P64,6,Cx32000BC0,x3FFF0018 -{offset sword increment, offset 0BC0 (Incr=24, Limit=16383)}- 1=P64,7,Cx32000BC0,x3FFF0032 -{offset sword increment, offset 0BC0 (Incr=50, Limit=16383)}- 2=P64,4,Cx42000BC0,xC0010018 -{offset sword decrement, offset 0BC0 (Decr=24, Limit=-16383)}- 3=P64,5,Cx42000BC0,xC0010032 -{offset sword decrement, offset 0BC0 (Decr=50, Limit=-16383)}- 4=U64,7,Cx32000BC0,x3FFF0032 -{offset sword increment, offset 0BC0 (Incr=50, Limit=16383)}- 5=U64,5,Cx42000BC0,xC0010032 -{offset sword decrement, offset 0BC0 (Decr=50, Limit=-16383)}- 6=CP(+C,16)64,0,C65897,0 -{AP_SPD_VAR_DEC}- 7=CP(+C,16)64,1,C1020,0 -{ap spd var dec fast}- 8=CP(+C,16)64,2,C65896,0 -{AP_SPD_VAR_INC}- 9=CP(+C,16)64,3,C1021,0 -{ap spd var inc fast}- 10=CP(+C,17)64,0,C65662,0 -{VOR1_OBI_DEC}- 11=CP(+C,17)64,1,C1026,0 -{vor1 obi dec fast}- 12=CP(+C,17)64,2,C65663,0 -{VOR1_OBI_INC}- 13=CP(+C,17)64,3,C1027,0 -{vor1 obi inc fast}- 14=CP(+C,18)64,0,C65879,0 -{HEADING_BUG_INC}- 15=CP(+C,18)64,1,C1025,0 -{heading bug inc fast}- 16=CP(+C,18)64,2,C65880,0 -{HEADING_BUG_DEC}- 17=CP(+C,18)64,3,C1024,0 -{heading bug dec fast}- 18=CP(+C,19)64,0,C65895,0 -{AP_VS_VAR_DEC}- 19=CP(+C,19)64,1,C1022,0 -{ap vs var dec fast}- 20=CP(+C,19)64,2,C65894,0 -{AP_VS_VAR_INC}- 21=CP(+C,19)64,3,C1023,0 -{ap vs var inc fast}- 22=CP(+C,20)64,0,C65893,0 -{AP_ALT_VAR_DEC}- 23=CP(+C,20)64,1,C1016,0 -{ap alt var dec fast}- 24=CP(+C,20)64,2,C65892,0 -{AP_ALT_VAR_INC}- 25=CP(+C,20)64,3,C1017,0 -{ap alt var inc fast}- You can just remove them and use the (same) general assignments for those buttons. 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