daniol / xsaitekpanels-zibo

Xsaitekpanels.ini Configuration for Zibo 737-800
GNU General Public License v3.0
1 stars 1 forks source link

Turn center fuel pumps on #1

Closed daniol closed 4 years ago

daniol commented 4 years ago

If we detect that the center tanks have more than 726 kg of fuel, the "fuel pumps ON" switch should turn also the center pumps on.

CyberGuerro commented 4 years ago

If I remember correctly, by default if you open center fuel pumps and there's no sufficient fuel, the system switch off pumps, like while you fly and central tanks become empty. In conclusion I think that we can switch on/off all pumps, then the system make the rest :-)

daniol commented 4 years ago

Yes, however the weight check it's only to add more realism and avoid wrong configurations automatically. According to some video of Mentour (that I cannot find anymore), you should never run the center pumps if the warning light is illuminated, as it could bring you to a motor failure. In Zibo, if you let them open, the center tank will drop until 0 kg.

Some references I found quickly:

https://ibb.co/KFSDfWv (some airlines allow a lower limit)

https://image.slidesharecdn.com/fuel-130506062542-phpapp02/95/b737-ng-fuel-system-15-638.jpg?cb=1443782803 ("Intentional running of a centre tank fuel pump (lowpressure light illuminated) is prohibited")

CyberGuerro commented 4 years ago

OK, as you want, more realism is better :-) But before create v1.13, it's better wait for 1 week meanwhile could arrive other changes/enhancement :-) What do you think about it?

CyberGuerro commented 4 years ago

@daniol, if you want to relesase 1.13 with this feature I think that 24 days was past and it's time to close this issue. About fuel condition, I read in checklist that limit is 453Kg, so I think you could change initial limit of 726 kg in 453 kg.

This is the checklist clist.txt

daniol commented 4 years ago

Ok, I will implement this on weekend.

daniol commented 4 years ago

Hello @CyberGuerro . I created a merge request with the suggested changes. I did some tests and it's working here. Can you please test it in X-Plane? The branch is named "1_fuel"; you can download from here: https://github.com/daniol/xsaitekpanels-zibo/tree/1_fuel If everything works fine, you can merge it ("pull request 2") and I will create a new "release". Thanks.