Hi there.
I'm trying to light the reheat lamp on my panel automatically when I go to afterburner on a single engine jet. I'm having no luck with the gauge below, although it worked fine for one of the engines on a two-engine jet.
I tried changing the "ENG1" to simply "ENG" but no luck as well.
Would you be so kind as to instruct me on how to change the text below. Or perhaps how to build a new gauge.
Also, I would like to study the specific instructions (in an SDK, I'm sure) like the A: TURB ENG1 AFTERBURNER, bool. But I've never found a list and descriptions of all the possibilities in any SDK. Could you please direct me to where all such instructions are listed and explained.
Thank you.
WildBlue
<Gauge Name="REHEAT">
<Update Frequency="5"/>
<Element>
<Select>
<Value>(A:TURB ENG1 AFTERBURNER,bool) </Value>
<Case Value="0">
<Image Name="Reheat_Off.bmp" ImageSizes="48,16"/>
</Case>
<Case Value="1">
<Image Name="Reheat_On.bmp" Bright="Yes" ImageSizes="48,16"/>
</Case>
</Select>
</Element>
</Gauge>


Reply With Quote



Bookmarks