
My Lockheed L049A have a problem. The fuel gauges not work. Can you help me?
I discovered and fixed that problem quite some time ago on my installation. The problem is with the units of a variable
that works in FS9 but no longer works in FSX
below is the original code segment from the "FuelinboardLeft.xml" file ( you must de-cab the "VNCONNIE049.CAB file )
(A:Fuel tank left main quantity, gallons) (A:Fuel weight per gallon, pounds per gallon) * The units "pounds per gallon" no longer works in FSX. I modified all the fuel gauge statements in the four XML files
associated with the tanks to replace the "(A:Fuel weight per gallon, pounds per gallon) " with the value "6".
(A:Fuel tank left main quantity, gallons) 6 * I believe that just removing the "per gallon" and leaving "pounds" in the original statements would
work also but I didn't test that.
You may also find that the starters do not work as they did in FS9. The "Autostart" icon on the FE panel
will start the engines but the starter switches will not, unless the code has been modified. Again, I
discovered this some time ago and made the necessary modifications in my VNCONNIE049 XML files.
Paul
UPDATE:
I just downloaded that particular file to check the gauge files and they VNCONNIE049.CAB is dated
09/03/2004 so the files have not been updated to correct the FSX -induced problems.
What's more, the file "VNCONNIE049.CAB" file is placed in BOTH the panel folder and the
main gauge folder, if you unzip the download directly into FSX.
So, if you go to modify the XML code, do it in the file that is in the panel folder as that
is where FSX will look first for gauges. Once you have corrected the problems, you can then
move the revised file into the main gauges folder, if you wish, and delete the copy in
the panel folder.
Paul