Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.








<Gauge Name="Autothrottle Automatic Override" Version="1.0">
<!-- BEGIN OF INITIALIZATION SECTION-->
<Update Hidden="Yes">
<!-- VARS INIT Section -->
<!-- Variables initialization values in "do it once" script -->
(L:ATT_init,bool) !
if{
0 (>L:Automatic_ ATT_Disengage,bool) <!-- This sets ATT automatic disengage to be OFF as default initial value-->
1 (>L:ATT_init,bool)
}
quit
</Update>
<!-- G A U G E L O G I C -->
<Element>
<Image Name="ATT_Automatic_Override.bmp" ImageSizes="255,255"/>
<!-- Autothrottle Status: "engaged" -->
<Element>
<Position X="33" Y="42"/>
<Select>
<Value>(A:AUTOTHROTTLE ACTIVE,bool) (A:AUTOPILOT MACH HOLD,bool) or</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="NULL.bmp" ImageSizes="19,19"/>
</Case>
<Case Value="1">
<Image Name="ATT_tick_mark.bmp" Bright="Yes" ImageSizes="19,19"/>
</Case>
</Select>
</Element>
<!-- Autothrottle Status: "disengaged" -->
<Element>
<Position X="33" Y="72"/>
<Select>
<Value>(A:AUTOTHROTTLE ACTIVE,bool) ! (A:AUTOPILOT MACH HOLD,bool) ! or</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="NULL.bmp" ImageSizes="19,19"/>
</Case>
<Case Value="1">
<Image Name="ATT_tick_mark.bmp" Bright="Yes" ImageSizes="19,19"/>
</Case>
</Select>
</Element>
<!-- Autothrottle Automatic Override Status: "Enabled (ON)" -->
<Element>
<Position X="33" Y="186"/>
<Select>
<Value>(L:Automatic_ ATT_Disengage,bool)</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="NULL.bmp" ImageSizes="19,19"/>
</Case>
<Case Value="1">
<Image Name="ATT_tick_mark.bmp" Bright="Yes" ImageSizes="19,19"/>
</Case>
</Select>
</Element>
<!-- Autothrottle Automatic Override Status: "Disabled (OFF)" -->
<Element>
<Position X="33" Y="216"/>
<Select>
<Value>(L:Automatic_ ATT_Disengage,bool) !</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="NULL.bmp" ImageSizes="19,19"/>
</Case>
<Case Value="1">
<Image Name="ATT_tick_mark.bmp" Bright="Yes" ImageSizes="19,19"/>
</Case>
</Select>
</Element>
<!-- Automatic Autothrottle Override: If IAS is selected -->
<Element>
<Select>
<Value>
(L:Automatic_ ATT_Disengage,bool) (A:AUTOTHROTTLE ACTIVE,bool) (A:RADIO HEIGHT,feet) 800 < and and
if{ (>K:AP_PANEL_SPEED_HOLD) }
</Value>
</Select>
</Element>
<!-- Automatic Autothrottle Override: If MACH is selected -->
<Element>
<Select>
<Value>
(L:Automatic_ ATT_Disengage,bool) (A:AUTOPILOT MACH HOLD,bool) (A:RADIO HEIGHT,feet) 800 < and and
if{ (>K:AP_PANEL_MACH_HOLD) }
</Value>
</Select>
</Element>
</Element>
<!-- M O U S E L O G I C -->
<Mouse>
<!-- M.1 =================== SHOW/HIDE GAUGE VIA ICON===============-->
<Area Left="204" Top="0" Width="52" Height="52">
<Tooltip>Show/Hide Toggle / (LMB)</Tooltip>
<Cursor Type="Hand"/>
<Click Kind= "LeftSingle+RightSingle">
8005 (>K:PANEL_ID_TOGGLE)
</Click>
</Area>
<!-- M.2 =================== ATT Automatic Disengage =============== -->
<Area Left="80" Top="175" Width="172" Height="80">
<Tooltip>ATT Automatic Override Toggle (LMB)</Tooltip>
<Cursor Type="Hand"/>
<Click Kind="LeftSingle">
(M:Event) 'LeftSingle' scmp 0 ==
if{ (L:Automatic_ ATT_Disengage,bool) ! (>L:Automatic_ ATT_Disengage,bool) }
</Click>
</Area>
</Mouse>
</Gauge>
<Gauge Name="ATT_Automatic_Override_ICON" Version="1.0">
<Image Name="ATT_Automatic_Override_Icon.bmp" ImageSizes="19,19"/>
<Mouse>
<Area Left="0" Right="19" Top="0" Bottom="19">
<Tooltip>Show/Hide Toggle</Tooltip>
<Cursor Type="Hand"/>
<Click Kind= "LeftSingle+RightSingle">
8005 (>K:PANEL_ID_TOGGLE)
</Click>
</Area>
</Mouse>
</Gauge>




<!-- Automatic Autothrottle Override: If IAS is selected -->
<Element>
<Select>
<Value>
(L:Automatic_ ATT_Disengage,bool) (A:AUTOTHROTTLE ACTIVE,bool) (A:RADIO HEIGHT,feet) 800 < and and
if{ (>K:AP_PANEL_SPEED_HOLD) }
</Value>
</Select>
</Element>
