Severity:High
(Low - quality of life, workflow optimization, rare enough to not impact production, etc…
High - critical but workarounds are available, important feature not working as expected, frequent enough to impact production
Blocker - prevents from working on the project, prevents from releasing the product)
Marketplace package name: if applicable
Context: Aircraft package in devmode
Similar MSFS 2020 issue: insert url here if applicable
Bug description: The Simvar ‘ENG FUEL FLOW PPH’ sometimes pauses randomly for ~0.2 seconds, causing anything it’s being used to drive to also pause
Repro steps:
Attachments:
Private attachments: Send a PM to @PrivateContent with the link to this topic and the link to download your content
This happens because your turbine is hitting a N1 rate limit.
There is a rate limit on N1 that is interpolated from a hardcoded table with these values:
When this limit is hit, the fuel flow PID is “paused” until N1 rate goes below the threshold again.
Pretty much every jet is hitting this limit at some point but usually this is on a very short period of time and isn’t noticeable.
This becomes more of a problem when use_commanded_Ne_table is used as this can lead to a steeper N1 rate, compared to the default implementation.
I’ve witnessed other aircraft with similar configuration demonstrate the same behavior, but they had glass cockpit with low FF update frequency so this was not as obvious as in your case with analog FF gauges.
I’ll have this case reviewed by our core sim engineers.
In the meantime, you need to adjust your turbine config so that N1 does not hit that rate limit, by adjusting the FF PID, adjusting your commanded Ne tables, or any other change that would slow down N1 on throttle increase.
Thanks for that, ill play with the PID to get the 60-100N1 range slowed down. I haven’t gotten to tuning the engine response yet anyway, so good to know if it keeps being a problem after that.