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.

AP modification

Featured Replies

Having spent some time with the KFC200 autopilot manual,I decided to improve the up/down rocker switch so it more closelyresembles the real thing.In pitch mode, the rocker switch should command a pitch increase/decreasewhich it does (albeit only by about 50 ft/min).In ALT mode, it should command a 500 f/min climb/descent which is notmodeled here.If you like to tinker with this kind of thing... this is how to modify the APso it commands about 100 ft/min increments and 500 ft/min when in ALT mode.1. Create a subfolder to your Gauges folder and name it C3402. Unzip the C340.cab file which you find in your Gauges folder, into this new folder3. In your new C340 folder, find autopilot.xml and open it with Notepad4. search for "Downarrow"5. Replace the rocker switch section with

<Mouse>  <Area Left="34" Top="49" Width="75" Height="84">       <Cursor Type="DownArrow"/>      <Click Kind="LeftSingle + LeftRelease" >       (A:Autopilot Nav1 Lock,bool) (>L:NAV,bool)       (A:Autopilot Heading Lock,bool) (>L:HDG,bool)       (A:Autopilot Altitude Lock,bool) (>L:ALT,bool)       (L:ALT,bool) 0 != if{ 0 (>K:AP_ATT_HOLD_ON) }        (L:NAV,bool) 0 != if{ 0 (>K:AP_NAV1_HOLD_ON) }       (L:HDG,bool) 0 != if{ 0 (>K:AP_HDG_HOLD_ON) }      (M:Event) 'LeftSingle' scmp 0 == if{ 1 (>L:TRIMAP,bool) }       (M:Event) 'LeftRelease' scmp 0 == if{ 0 (>L:TRIMAP,bool) }      (L:TRIMAP,bool) 1 == if{             0 (>K:AP_PITCH_REF_INC_DN)            0 (>K:AP_PITCH_REF_INC_DN)            (L:ALT,bool) 0 != if{                 0 (>K:AP_PITCH_REF_INC_DN)                 0 (>K:AP_PITCH_REF_INC_DN)                 0 (>K:AP_PITCH_REF_INC_DN)                 0 (>K:AP_PITCH_REF_INC_DN)                 0 (>K:AP_PITCH_REF_INC_DN) }}      </Click>     </Area><Area Left="35" Top="134" Width="75" Height="90">       <Cursor Type="UpArrow"/>      <Click Kind="LeftSingle + LeftRelease" >       (A:Autopilot Nav1 Lock,bool) (>L:NAV,bool)       (A:Autopilot Heading Lock,bool) (>L:HDG,bool)       (A:Autopilot Altitude Lock,bool) (>L:ALT,bool)       (L:ALT,bool) 0 != if{ 0 (>K:AP_ATT_HOLD_ON) }        (L:NAV,bool) 0 != if{ 0 (>K:AP_NAV1_HOLD_ON) }       (L:HDG,bool) 0 != if{ 0 (>K:AP_HDG_HOLD_ON) }      (M:Event) 'LeftSingle' scmp 0 == if{ 2 (>L:TRIMAP,bool) }       (M:Event) 'LeftRelease' scmp 0 == if{ 0 (>L:TRIMAP,bool) }      (L:TRIMAP,bool) 2 == if{             0 (>K:AP_PITCH_REF_INC_UP)            0 (>K:AP_PITCH_REF_INC_UP)            (L:ALT,bool) 0 != if{                 0 (>K:AP_PITCH_REF_INC_UP)                 0 (>K:AP_PITCH_REF_INC_UP)                 0 (>K:AP_PITCH_REF_INC_UP)                 0 (>K:AP_PITCH_REF_INC_UP)                 0 (>K:AP_PITCH_REF_INC_UP)                 0 (>K:AP_PITCH_REF_INC_UP) }}      </Click>     </Area> 

You are replacing two sections that each start with <Area Left... and end with </Area>6. Save the autopilot.xml fileThat is it!If you would like to revert to the original AP, simply rename or delete the C340 folder that you createdWhile you are editing the autopilot, you might as well fixthe HDG button which resets the heading bug when you push itwhich it should not do..The very next section, after the rocker button, is in fact the HDG button.Replace that section with

<Area Left="134" Top="62" Width="99" Height="81">        <Cursor Type="Hand"/>       <Click>       0 (>K:AP_PANEL_HEADING_HOLD)       </Click>        </Area>

Bert

Thank you Bert, Have made the modifications but have not tried it yet.Kind regards,

  • Author
Thank you Bert, Have made the modifications but have not tried it yet.Kind regards,
Let me know if you like it :( It makes the aircraft much more enjoyable IMHO.Other option is of course to replace the autopilot.. but it is funto fly the way the actual aircraft is configured..

Bert

Thanks Bert much improved.Hub

  John  Hubbard   MSFS2020 - Win10                    

          

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.