- Messages
- 42
- Country

Hi everybody,
Emm... Can't add a gauge in Panel Studio, it says I don't have bitmap images, here's the code, very simple one, can someone give a hand?
Emm... Can't add a gauge in Panel Studio, it says I don't have bitmap images, here's the code, very simple one, can someone give a hand?
<Gauge name="Airspeed Indicator" version=1.0>
<Image name="AIbackground.bmp" ImageSizes="153,153"/>
<Element>
<MaskImage Name="AIBackground.bmp" ImageSizes="153,153" />
<Position X="76.5 Y="76.5" />
<Image name="AIneedle.bmp" PointsTo="East" ImageSizes="47,14">
<Axis X="7" Y="7.5" />
</Image>
<Rotate>
<Value Minimum="0" Maximum="450">(A:Airspeed select indicated or true,knots)</Value>
<Failures>
<SYSTEM_PITOT_STATIC Action="0"/>
<GAUGE_AIRSPEED Action="Freeze"/>
</Failures>
<Nonlinearity>
<Item value="0" X="65" Y="32.5">
<Item value="130" X="71" Y="68.5">
<Item value="200" X="70.5" Y="71">
<Item value="300" X="81" Y="70.5">
</nonlinearity>
<Delay DegreesPerSecond="180"/>
</Rotate>
</element>
</Gauge>




