- Messages
- 35
- Country

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:
These settings in the [propeller] section of the aircraft.cfg look like they might be relevant also:
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:
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).
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
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=
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=
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).