Jump to content

Recommended Posts

Posted
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

Posted

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...
Posted
+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

Posted
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

Posted
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...