I have FSX and have some Flight Deck aircraft which I fly.
I am trying to get some inoperative instruments in the C-2A Greyhound to operate properly. I got the left fuel gauge to work but so far the right fuel gauge refuses to function.
The fuel type is set to jeta=2 but I have had to modify the XML file to use 6.7 lbs/gal as the multiplier.
Using Blackbox shows that the main A: outputs are working on both gauge XML's. Would reinstalling FSX,etc get results or am I missing something. I use Foxe to edit the XML's.
The instrument files are in the sim objects,airplanes,panel, abXXXXgreyhound section. should my modded ones be cab filed ?. What use is the gauges section of the fsx folders ?.
Here are excerpts from some of the configs and XML files.
XML files
<Gauge Name="Left Fuel Quantity" Version="1.0">
<Image Name="Fuel_Background.bmp" ImageSizes="76,76" Luminous="Yes"/>
<Element>
<Position X="38" Y="38"/>
<Image Name="VSI_pointer.bmp" ImageSizes="30,8" Luminous="Yes">
<Axis X="4" Y="4"/>
</Image>
<Rotate>
<Value Minimum="0" Maximum="7500">(A:Fuel Left Quantity, gallons) 6.7 *</Value>
<Nonlinearity>
<Item Value="0" X="5" Y="44"/>
<Item Value="7500" X="62" Y="55"/>
</Nonlinearity>
<Delay DegreesPerSecond="10"/>
</Rotate>
</Element>
</Gauge>
<Gauge Name="Right Fuel Quantity" Version="1.0">
<Image Name="Fuel_Background.bmp" ImageSizes="76,76" Luminous="Yes"/>
<Element>
<Position X="38" Y="38"/>
<Image Name="VSI_pointer.bmp" ImageSizes="30,8" Luminous="Yes">
<Axis X="4" Y="4"/>
</Image>
<Rotate>
<Value Minimum="0" Maximum="7500">(A:Right Fuel Quantity, Gallons) 6.7 *</Value>
<Nonlinearity>
<Item Value="0" X="5" Y="44"/>
<Item Value="7500" X="62" Y="55"/>
</Nonlinearity>
<Delay DegreesPerSecond="10"/>
</Rotate>
</Element>
</Gauge>
Panel Config excerpts
//--------------------------------------------------------
[Window00]
file=main_panel2.bmp
file_1024=main_panel2.bmp
size_mm=1024
window_size_ratio=1.000
position=0
visible=1
ident=0
window_size= 1.000, 1.000
window_pos= 0.000, 0.000
gauge42=ab_fd4_c2a1!Left Fuel Lbs, 220,703,62,62
gauge43=ab_fd4_c2a1!Right Fuel Lbs, 287,703,62,62