Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Four questions

Featured Replies

I just checked the Pilots Guides and no, this is not the way the real one works.The Seneca has the same error and can be fixed the same way :(
And for completeness sake, here is the code:<Area Left="437" Top="142" Width="108" Height="86"> <Cursor Type="Hand"/> <Click> 0 (>K:AP_PANEL_HEADING_HOLD) 0 (>K:AP_NAV1_HOLD_OFF) </Click> </Area><Area Left="624" Top="142" Width="103" Height="86"> <Cursor Type="Hand"/> <Click> 0 (>K:AP_NAV1_HOLD) 0 (>K:AP_HDG_HOLD_OFF) </Click> </Area>

Bert

Edit to above post:OOPSThe "HOLD_OFF" is code is better left out, since it will needlessly disengage the HDG modewhen pressing NAV.... and visa versa :(

Bert

  • 4 months later...
+1,000,000 !!!!Same with the altitude... it's annoying and I find it hard to believe that it would behave like that!
Just found the fix... check the "XML edits" thread for some code that will allow you to pre-select thealtitude and activate it by clicking ALT ARM. Changes are made to the VS.xml gauge.Here is a copy..<Area Left="20" Top="160" Width="80" Height="40"> <Cursor Type="Hand"/> <Click> (>K:AP_PANEL_ALTITUDE_ON) </Click> </Area>

Bert

Just found the fix... check the "XML edits" thread for some code that will allow you to pre-select thealtitude and activate it by clicking ALT ARM. Changes are made to the VS.xml gauge.Here is a copy..<Area Left="20" Top="160" Width="80" Height="40"> <Cursor Type="Hand"/> <Click> (>K:AP_PANEL_ALTITUDE_ON) </Click> </Area>[/Quote]I copy/pasted in the VS gauge file but the ARM/ENG buttons still do nothing. If I engage the Alt button on the AP, then the light on the ARM/ENG panel comes on. Unfortunately, the altitude select has already been reset to current altitude.The Heading Bug fix works great. Thanks for that

Neal Howard

betateam.jpg

I copy/pasted in the VS gauge file but the ARM/ENG buttons still do nothing. If I engage the Alt button on the AP, then the light on the ARM/ENG panel comes on. Unfortunately, the altitude select has already been reset to current altitude.The Heading Bug fix works great. Thanks for that
This has to go within the Mouse section.. send me a PM if problems.Here is my entire Mouse section (note that the mouse wheel is used for turning the knob)
<Mouse>  <Area Left="478" Top="69" Width="175" Height="163">       <Cursor Type="Hand"/>       <Click Kind="LeftSingle+WheelUp+WheelDown">      (M:Event) 'LeftSingle'  scmp 0 == if{ (L:VSMODE,number) 0 == if{ 1 (>L:VSMODE,number) } els{ 0 (>L:VSMODE,number) } }          (M:Event) 'WheelUp'  scmp 0 == if{ (L:VSMODE,number) 0 == if{ (>K:AP_ALT_VAR_INC) } els{ (>K:AP_VS_VAR_INC) } }      (M:Event) 'WheelDown'  scmp 0 == if{ (L:VSMODE,number) 0 == if{ (>K:AP_ALT_VAR_DEC) } els{ (>K:AP_VS_VAR_DEC) } }         </Click>   </Area>  <Area Left="20" Top="160" Width="80" Height="50">       <Cursor Type="Hand"/>      <Click> (>K:AP_PANEL_ALTITUDE_ON) </Click>  </Area></Mouse>

Bert

If you guys go to the Bonanza forum, you can see all of Bert and other's edits...they all work with the C208!Thanks to Bert and others!

Image Coming...

KregE | B757/767 FO

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.