August 25, 201312 yr I have an Aerospatiale ATR-500 and when I try adjusting the heading or course it increments in 10° increments rather than in 1° increments. Is there a way to fix it so it it will increment in 1° steps? Thanks, Bob. Update: The filename is 334ATR_72-500.zip by Francisco Sánchez-Castañer.Adapted for FSX by Eric Buchmann
August 25, 201312 yr Moderator Use Doug Dawson's "Event Logger" (or FSUIPC's Logger function) to discover which Events are being constantly fired. Such misbehavior will block incrementing by 1 and only allow incrementing by 10... Some uncontrolled script in that gauge system is causing a "race condition" which is what "we" have apparently named uncontrolled Event firing. B) Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
August 25, 201312 yr Author HI Bill. Thanks. It looks like prop_pitch1_set and prop_pitch2_set are constantly repeated. Is there any way to fix the problem? The plane is good in other respects and is worth saving. Bob.
August 25, 201312 yr Commercial Member Those are axis commands, technically... and as such shouldn't cause the problem you're seeing... however, it clearly does. Since constant axis input shouldn't be a bad thing... I suggest replacing PROP_PITCH1_SET with AXIS_PROPELLER1_SET. The only difference is the range... PROP_PITCH1_SET is 0 to 16383 and KEY_AXIS_PROPELLER1_SET is -16383 to 16383. See if that fixes it. If not... then the ONLY solution is to use the FSUIPC fix key acceleration checkbox. Ed Wilson Mindstar AviationMy Playland - I69
August 25, 201312 yr Author Hi Ed. Thanks. How can I replace the PROP_PITCH1_SET with AXIS_PROPELLER1_SET. I don't know which gauge uses those commands. Where is the FSUIPC fix key acceleration checkbox? I have the registered FSUIPC latest version. Thanks, Bob.
August 25, 201312 yr Commercial Member Well, now how on earth would I know? I'm a programmer not a psychic :wink: Seriously though, I don't have said aircraft and couldn't answer your question any more than I have. Check the miscellaneous tab in FSUIPC... I think it's on that tab. Ed Wilson Mindstar AviationMy Playland - I69
August 25, 201312 yr Author Hi Ed. Thanks. The acceleration checkbox fixed it after I found it. Regards, Bob.
Create an account or sign in to comment