Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Link CS Prop to Throttle

Featured Replies

Hi,I am working on a project which should have the constant speed prop control slaved to the throttle. In other words, One lever controls both.Does anyone have any recommendations as to the best way to achieve this in FS, or if it is even possible. If not, how might I best approximate it.Thanks!

Do I rightly understand that you wish for a throttle lever that will increase both engine power and Prop RPM in unison?Would that include reverse thrust or is it for a piston engined plane?And what is the reason for this request - is this something that has been done in reality and actually makes sense or is it just an idea to explore?The coding is simple in C++ and probably also in XML if this is what you are thinking of. No problem at all to make one single token variable's value (like the power setting) automatically control a theoretically infinite number of other token variables or self-defined variables.

That is exactly what I am after.It is for a cirrus which does feature this. Also, if this is in a gauge file, will it also work properly with a joystick throttle axis, or only when the gauge is manipulated with the mouse?Thanks for the reply!

  • Moderator

>And what is the reason for this request - is this something>that has been done in reality and actually makes sense or is>it just an idea to explore?It's called a FADEC system (Full Authority Digital Engine Control). There are at least three variants of FADEC for GA aircraft:1) Throttle + CS Prop2) Throttle + Mixture3) Throttle + CS Prop + MixtureIt's a pity that MS doesn't have a key_event for "Automixture," 'cause that would make #2 a cakewalk!The better way to accomplish #1 is to code an algorithm that will simply attempt to maintain prop rpm based on %power in a non-linear curve.Set the %power and the prop rpm will be set according to the table.

Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

>That is exactly what I am after.>It is for a cirrus which does feature this. Also, if this is>in a gauge file, will it also work properly with a joystick>throttle axis, or only when the gauge is manipulated with the>mouse?>Thanks for the reply!As long as the gauge that binds the prop-rpm setting to the throttle variable is active (ideally by being situated in a VC) it will also react to joystick or keyboard inputs or whatever else might cause that throttle variable in FS to change.For doing this properly however it would be important to know more about the way the two controls are linked, as Bill Leaming already hinted. Some steps %power to prop RPM would be important to properly set up the table.

Am I correct that An24/26 is the same? I.e. it has a single throttle lever. Prop angle and mixture is automatically adjusted.Hmmm. I am interested also.Gabor

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.