• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 SDK Limitations

Messages
2
Country
netherlands
I am trying to adapt the fuel system of an existing aircraft, which I did not make.
I’m new to this, so it’s trial and error.

Before I get into the details, I would like to ask a few general questions:
1. Is it possible to connect 2 engine driven pumps to 1 engine; each with their own tank?

2. If yes, what would be a possible reason for the following; If one tank has a larger quantity (and size), only this one is used until decreased to the same quantity as the other tank, thereafter they run parallel (balanced qty)?
 
New or old fuel system?

Is the [FUEL_SYSTEM] in the flight_model.cfg using the old legacy fuel system (which you still find in many simple aircraft in MSFS) or is it using the new complex fuel system (you find in the Airbus etc)?

Because if it's the old system then the number of pumps is irrelevant. There's either an engine driven pump or there isn't.

With the new system you can plumb it up however you like which means as many pumps as you like wherever you like.

To do what you want in your second question, you may need to custom code that. Check the fuel levels and open and close valves as necessary to maintain the fuel balance. You could do that with the fuel selector in the old system or use junctions in the new system (or valves).
 
Hi, thanks for your answer.

It’s the modern fuel system, but the described auto balancing behaviour is already happening and I want to stop it from doing that.😎
The devs thought the system was not intended to run on both tanks simultaneously and so coded to close one of the fuel valves with the fuel selector in ‘BOTH ON’, until one tank is empty. But then it’s not possible to do the original pre-flight checks/tests.

In the real system, at higher manifold pressure a check valve closes off that one tank and at low mp uses the tank. I managed to simulate the latter, but now … at low mp, the lower qty tank is inhibited until both tanks balance. And I don’t want that balancing to happen.
 
Back
Top