• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Prob Feathering Gauge

Messages
35
Country
us-connecticut
I'm working on my Motor Glider project & I'm having some difficulty getting the propeller to stop freewheeling once the ignition is killed. This may not be a gauge related question entirely but this seemed to be as good a place to ask as any.

On my panel I've been experimenting with a simple button using the following events:

PROP_PITCH_SET
PROP_PITCH_HI
PROP_PITCH_LOW
TOGGLE_FEATHER_SWITCHES
TOGGLE_AUTOFEATHER_ARM​

These settings in the [propeller] section of the aircraft.cfg look like they might be relevant also:

[propeller]
beta_max=
beta_min=
min_gov_rpm=
prop_feathering_available=
prop_auto_feathering_available=
min_rpm_for_feather=
beta_feather=​

I also experimented with the following setting found in the [engine] section of the aircraft.cfg however increasing this resulted in the engine stalling when at idle on the ground:

[engine]
idle_rpm_friction_scalar=​

Basically I'd like to place a simple "Feather Prop" button next to my ignition switch or perhaps better still, include this function in my ignition off button's script. I'm just not sure which if any of the above functions is the best way to go about this. If anyone has any advice I'd love to hear it (please bare in mind I'm a noob at FSX gauge XML coding but have a little ability).
 
Okay nevermind. I figured out how to stop my Motor Glider's prop from freewheeling once the engine is cut.

I set up a constant speed prop & made the minimum blade pitch angle 0. When I turn off the engine the prop spins down to a full stop after 5-10 seconds depending upon my airspeed. Perfect.

Even though I've answered my own question I figured I'd post this just incase anyone was interested.
 
Back
Top