So, I uninstalled everything and reinstalled it with version 62.1.3 – unfortunately, to no avail.
I now suspect that FOB and GW are correct, but F.USED is incorrect, or rather, displays too much.
Because the FOB and GW displays match the values in P3D's "Fuel and Weight".
Hello,
As you have noticed, the forum suffered yet another crash. The dedicated server hosting my forums died unexpectedly young. The hard drive of the server seem to be the culprit, now the server, hosted by Scaleway, won't restart.
The data on the server is all lost. There was no attack nor malicious actions as far as I could see.
After previous crash, I tried to ensure better safety with backup solutions, but it seems I missed critical portions of the database, or they got corrupted somehow between the beginning of the crash and the last backup I made. All backups I made were useless in any case, and that has taken me quite some time these last 48h...
Please make your best revive the forums again…
Sorry for the inconvenience.
As you have noticed, the forum suffered yet another crash. The dedicated server hosting my forums died unexpectedly young. The hard drive of the server seem to be the culprit, now the server, hosted by Scaleway, won't restart.
The data on the server is all lost. There was no attack nor malicious actions as far as I could see.
After previous crash, I tried to ensure better safety with backup solutions, but it seems I missed critical portions of the database, or they got corrupted somehow between the beginning of the crash and the last backup I made. All backups I made were useless in any case, and that has taken me quite some time these last 48h...
Please make your best revive the forums again…
Sorry for the inconvenience.
Weight/Fuel Bug with B62.1.3
Re: Weight/Fuel Bug with B62.1.3
Best regards
Stephan
Enthusiast with a mobile Homecockpit, various Skalarki components, as well as self-made components with Leo Bodnar and Arduino boards, and an Elgato Stream Deck XL
(Translate by Google)
Stephan
Enthusiast with a mobile Homecockpit, various Skalarki components, as well as self-made components with Leo Bodnar and Arduino boards, and an Elgato Stream Deck XL
(Translate by Google)
Re: Weight/Fuel Bug with B62.1.3
Fuel used and fuel computation for actual tank consumption are in different places, and use different time delta it seems. If the FF varies a lot, then one is more averaged than the other. I need to do more tests. My tests were very simple, no turbulence etc so N1 did not change at all and i didn’t see that effect. I need to make sure it is the problem then correct it.
Regards,
Jean Luc
Jean Luc
-
- Posts: 9
- Joined: Sat Apr 05, 2025 2:47 pm
Re: Weight/Fuel Bug with B62.1.3
Hello Jean-Luc, hello community.
Yesterday, for the first time, I flew on the cockpit after updated.
Very simple LFBD/LFBD flights in 23, climbing to FLT70 and returning to ILS23. Flight duration 30 minutes. Loading with Jeehell's new W&Bmanager.
I'm surprised to only consume 450 kg per flight. Is this normal? I only entered one data point in global refuel (5000) and I also noticed that I had to do it twice (send) for the FOB to display 5000 kg (the first time it wanted to climb, but it returned to the initial value defined in my P3D startup scenario).
Maybe the consumption is normal...? I'm not an Airbus expert... (I will redo the same tests at home and with my two PCs in the development network.)
Good day to all.
Gilles
Yesterday, for the first time, I flew on the cockpit after updated.
Very simple LFBD/LFBD flights in 23, climbing to FLT70 and returning to ILS23. Flight duration 30 minutes. Loading with Jeehell's new W&Bmanager.
I'm surprised to only consume 450 kg per flight. Is this normal? I only entered one data point in global refuel (5000) and I also noticed that I had to do it twice (send) for the FOB to display 5000 kg (the first time it wanted to climb, but it returned to the initial value defined in my P3D startup scenario).
Maybe the consumption is normal...? I'm not an Airbus expert... (I will redo the same tests at home and with my two PCs in the development network.)
Good day to all.
Gilles
-
- Posts: 9
- Joined: Sat Apr 05, 2025 2:47 pm
Re: Weight/Fuel Bug with B62.1.3
Hi,
I am testing at home and consumption is for the same fly 1000kg approximately....so it’s better
Also no pb with the global refuel is send directly at the first send.
I will look to the cockpit asap why it’s not the same.
I have a little idee...
Best regards.
Gilles
I am testing at home and consumption is for the same fly 1000kg approximately....so it’s better
Also no pb with the global refuel is send directly at the first send.
I will look to the cockpit asap why it’s not the same.
I have a little idee...
Best regards.
Gilles
-
- Posts: 9
- Joined: Sat Apr 05, 2025 2:47 pm
Re: Weight/Fuel Bug with B62.1.3
Hello,
Yesterday I wanted to test something on the cockpit, the one that is causing me a consumption problem.
I had the idea of deleting a small SIOC program routine that I had installed when I used Topcat (this one set the two payloads of the plane to zero when exporting it from W&B) it worked.
This is where the problems began:
1- I noticed the same problem of needing a double send to send the global refuel.
2- Same problem of low fuel consumption.
3- The worst: I couldn't start the engines; my two ENG START buttons had no effect. I sent the commands manually to start the engines.
In Sioc Monitor, my two buttons work: "Input 39 and 44 of device 0." I look at the jeehellware.txt file and these inputs are no longer used. I redo the Sioc Creator manipulation with my previous configuration, the same...
I have a big doubt about the sioc creator of the latest version!
not having my jeehellware.ssi anymore I reinstalled a b61.13.1 and redid sioc_creator generation. there I finally found the two functional buttons. At 01h00 AM I have decided to go to bed!
In a few days I will go back to put the latest B62... but for sure I will not touch Sioc Creator before making a backup...!
Good Week end for all.
Gilles
Yesterday I wanted to test something on the cockpit, the one that is causing me a consumption problem.
I had the idea of deleting a small SIOC program routine that I had installed when I used Topcat (this one set the two payloads of the plane to zero when exporting it from W&B) it worked.
I delete this code and run Sioc_Creator to regenerate the jeehellware.ssi.//***** WEIGHT & BALANCE *****//
Var 3021, name Adjust_FWD_fs, Link FSUIPC_INOUT, Offset $1550, Length 8, Numbers 0 // Valeur de la station 8(Adjust FWD) en Lbs definie par JL soit 9947
Var 3022, name Adjust_AFT_fs, Link FSUIPC_INOUT, Offset $1580, Length 8, Numbers 0 // Valeur de la station 8(Adjust AFT) en Lbs definie par JL soit 10053
{
if &Adjust_FWD_fs = 0
{
&Adjust_FWD_fs = 9947
&Adjust_AFT_fs = 10053
}
}
This is where the problems began:
1- I noticed the same problem of needing a double send to send the global refuel.
2- Same problem of low fuel consumption.
3- The worst: I couldn't start the engines; my two ENG START buttons had no effect. I sent the commands manually to start the engines.
In Sioc Monitor, my two buttons work: "Input 39 and 44 of device 0." I look at the jeehellware.txt file and these inputs are no longer used. I redo the Sioc Creator manipulation with my previous configuration, the same...
I have a big doubt about the sioc creator of the latest version!
not having my jeehellware.ssi anymore I reinstalled a b61.13.1 and redid sioc_creator generation. there I finally found the two functional buttons. At 01h00 AM I have decided to go to bed!

In a few days I will go back to put the latest B62... but for sure I will not touch Sioc Creator before making a backup...!
Good Week end for all.
Gilles