Profile image

How to link an RPM gauge to an engine?

1,995 DumbPlaneMaker  2.3 years ago
  • Log in to leave a comment
  • Profile image

    It's pretty simple and quick to do, here it is

    +1 2.3 years ago
  • Profile image
    3,524 b00stJuNKy

    @DumbPlaneMaker you can try this, For RPM Gauge(click settings gear, scroll down to input-Funky) Be sure to set the engine on AG 1 while using Throttle and not Pitch. Or change (Activate1-8) in the FT

    Activate1 ? smooth(Throttle * 0.8 + 10, 0.3) : 0

    I use this with variations for N1 and N2 turbine gauges. Changing the (0.3) will increase or decrease the speed the needle moves…

    And if you don’t want the engine on AG’s,

    smooth(Throttle * 0.8 + 10, 0.3)

    +6 2.3 years ago