plane icon Welcome to Microsoft Flight Simulator’s SDK Q&A Platform!

You have questions regarding the SDK? DevMode Tools? SimConnect? You would like to submit an idea for future improvements, seek help or exchange knowledge? You’re in the right place.


Please take a moment to read the platform’s guidelines before you get started!


question

PESIM_Thomas avatar image
PESIM_Thomas asked Kem_Pesim answered

[FUEL SYSTEM] Fuel Flow gauge bug

Hi Team,

In our aircraft (single piston engine, and injection system)

When engine is cut off. Fuel selector to Left or Right or Both, Mixture rich, and boost pump ON, when you advance throttle, the fuel flow must rise a little, but it doesn't work on the gauge. I've checked with Simvar watcher and no fuel flow coming up. But aircraft can start correctly, fuel lines is OK, and fuel junction too.

Do you have any idea ?

[FUEL SYSTEM] has been done and working great by the way. But the fuel flow gauge still doesn't work at engine cutoff. When engine is running, the gauge is WORKING great !

Thank you so much.

aircraft
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

PESIM_Thomas avatar image
PESIM_Thomas answered PESIM_Thomas edited

For information,

the tag used for fuel flow gauge is the next:

<UseTemplate Name="ASOBO_INSTRUMENT_Needle_FuelFlow_Template">
   <ID>1</ID>
     <NODE_ID>Needle_FuelFlow</NODE_ID>
     <ANIM_NAME>Needle_FuelFlow</ANIM_NAME>
     <SIMVAR>ENG FUEL FLOW:1</SIMVAR>
       <UNITS>gallons per hour</UNITS>
       <MIN_VALUE>0</MIN_VALUE>
       <MAX_VALUE>27</MAX_VALUE>
</UseTemplate>
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

Yoanito avatar image
Yoanito answered

Hello @PESIM_Thomas

By looking at what you have sent, I'm pretty sure that the issue come from the ENG FUEL FLOW simvar which does not exist in the sim, you must use ENG_FUEL_FLOW_GPH or ENG_FUEL_FLOW_PPH depending of the unit you need to use (I assume you want to use the GPH one). With this fix it should work.

Best regards,
Yohan

10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

Kem_Pesim avatar image
Kem_Pesim answered

Hello,
I am kem from PESIM, working with Thomas
We are still stuck on this..
We also have an issue that the fuel flow needle don't show the correct values whatever what we are trying to do.

please help us
Kind regards

10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 5 attachments (including images) can be used with a maximum of 19.1 MiB each and 23.8 MiB total.