- Messages
- 76
- Country

Hi all,
Sorry me again happily charging through a new panel and I am stuck on this one. Looked at Simulation Variables and 3D Cockpit has gauge but cant this one to work.
Sometimes I think I am getting this damn code then I cant fix it.
Code below basically want a light to go on when aircraft coupled to the approach on auto.
Thanks a million
Matt
Sorry me again happily charging through a new panel and I am stuck on this one. Looked at Simulation Variables and 3D Cockpit has gauge but cant this one to work.
Sometimes I think I am getting this damn code then I cant fix it.
Code below basically want a light to go on when aircraft coupled to the approach on auto.
XML:
<Gauge Name="GSLOC" Version="1.0">
<Image Name="1greenoff.bmp"/>
<Element>
<Visible>(A:CIRCUIT GENERAL PANEL ON, bool) (A:CIRCUIT AVIONICS ON, bool) (A:ELECTRICAL MASTER BATTERY, bool) &&&</Visible>
<Element>
<Select>
<Value>(A:NAV HAS GLIDE SLOPE:1, bool)</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="1greenoff.bmp" Bright="Yes"/>
</Case>
<Case Value="1">
<Image Name="1greenon.bmp" Bright="Yes"/>
</Case>
</Select>
</Element>
</Element>
Thanks a million
Matt





