May 22, 201016 yr 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
May 22, 201016 yr 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
October 14, 201015 yr +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
October 21, 201015 yr 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
October 21, 201015 yr 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 thatThis 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
October 22, 201015 yr 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