- Messages
- 76
- Country

Hi all,
Not sure if this is me or the aircraft VC (Carenada Senaca V) has this gauge and just trying to replicate it. Pretty sure its me so not sure is TURBINE INLET TEMPERATURE, FAHRENHEIT is correct wording.
I am sure the wording is wrong but I also placed the default mooney .GAU file on there and that wasn't registering anything so not sure,
Many thanks
Matt
Not sure if this is me or the aircraft VC (Carenada Senaca V) has this gauge and just trying to replicate it. Pretty sure its me so not sure is TURBINE INLET TEMPERATURE, FAHRENHEIT is correct wording.
I am sure the wording is wrong but I also placed the default mooney .GAU file on there and that wasn't registering anything so not sure,
Many thanks
Matt
XML:
<Gauge Name="PA34V TIT Indicator" Version="1.0">
<Image Name="TIT_Background.bmp"/>
<Element>
<Position X="150" Y="147"/>
<Image Name="RPM_Needle.bmp" PointsTo="East">
<Axis X="0" Y="9"/>
</Image>
<Rotate>
<Value Minimum="0" Maximum="1800">(A:General eng1 TURBINE INLET TEMPERATURE, FAHRENHEIT) </Value>
<Nonlinearity>
<Item Value="0" X="207" Y="59"/>
<Item Value="600" X="250" Y="173"/>
<Item Value="1000" X="202" Y="241"/>
<Item Value="1400" X="78" Y="231"/>
<Item Value="1650" X="22" Y="131"/>
<Item Value="1800" X="66" Y="77"/>
</Nonlinearity>
</Rotate>
</Element>
<Element>
<Position X="0" Y="0"/>
<Image Name="RPM_cover.bmp"/>
</Element>
<Element>
<Position X="141" Y="30"/>
<Select>
<Value>(A:Electrical master battery,bool) 1 == (A:General eng1 TURBINE INLET TEMPERATURE, FAHRENHEIT) 1650 < and</Value>
<Case Value="1">
<Image Name="green.bmp"/>
</Case>
</Select>
</Element>
<Element>
<Position X="141" Y="30"/>
<Select>
<Value>(A:Electrical master battery,bool) 1 == (A:General eng1 TURBINE INLET TEMPERATURE, FAHRENHEIT) 1650 > and</Value>
<Case Value="1">
<Image Name="red.bmp"/>
</Case>
</Select>
</Element>
<Mouse>
<Tooltip ID="TOOLTIPTEXT_TACHOMETER_RPM"/>
</Mouse>
</Gauge>






