Author Topic: The same annoying refuelling problem  (Read 1012 times)

arpal

  • Newbie
  • *
  • Posts: 18
The same annoying refuelling problem
« on: December 13, 2021, 12:07:10 pm »
Hello guys
I fly the Aerosoft A320 professional.
I have noticed that during refuelling and when the apu is on, the fuel truck leaves in the middle of the process.  In case the option "detect custom aircraft..." is checked then another truck comes.  In case it is not checked refuelling is continued (through the internal refuelling method of the bus) and completed without the fuel truck being present
This is really annoying and as i said, happens only with APU on.  With the apu off everything starts and completes normally
Any thoughts please?

P3DV4.5, Aerosoft Airbus 320/321 Professional, GSX level 2

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50681
    • VIRTUALI Sagl
Re: The same annoying refuelling problem
« Reply #1 on: December 18, 2021, 02:34:24 am »
What makes GSX decide to *actually* fuel the airplane OR let the airplane refueling itself is not the "Detect custom aircraft system refueling", but the fact if the airplane is configured to NOT "Show Fuel and Cargo dialog during refueling" in the Customize aircraft page and, the Aerosoft Airbus, like many other 3rd party airplanes, is already pre-configured that way so, GSX is never refueling the airplane.

The only thing the "Detect custom aircraft system refueling" option does, is to signal GSX refueling has STARTED, so it will automatically call a Fuel truck even without explicitly calling it from the menu.

It doesn't do anything more than that so, if multiple trucks are in use, the airplane will "spill" fuel and might even complete refueling during the time between two trucks. That cannot be avoided, unless you either use a Fuel Hydrant (which is used by default on gates with Jetways) or disable the option to use multiple trips, so the tanker will have an "infinite" capacity, and will stay there for the entire refueling, no matter how much fuel you requested.

In order to make it work as in real life, the airplane would need to add some code, to know exactly when GSX is disconnecting the fuel hose, so it could "pause" its own refueling, until the next tanker comes.

And yes, GSX allows developers to do that, using the FSDT_GSX_FUELHOSE_CONNECTED L: variables, documented at Page 69 of the manual, that developers can use to check exactly that, and have their own custom fuel system reacting correctly to the possible usage of multiple fuel tankers.
« Last Edit: December 18, 2021, 05:36:34 pm by virtuali »