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.

Autopilot BC problem

Featured Replies

Hey,

 

Anyone who use to fly with the alabeo c421 know why everytime I hit the autopilot BC this one is turning on and directly off to activate the NAV ? Pretty annoying

 

Thank you 🙂 

1 hour ago, dyl55 said:

Hey,

 

Anyone who use to fly with the alabeo c421 know why everytime I hit the autopilot BC this one is turning on and directly off to activate the NAV ? Pretty annoying

 

Thank you 🙂 

I have an autopilot fix.. send me a PM with your email address.

Bert

  • 2 months later...

Hello Bert, thx for your autopilot fix.

I implemented it but the BC button is still not working probably! Since I never use it, it's not that important to me.

But i have another question:
If i am in AltHoldMode and (on the Alt Alert Gauge) i dial a new hight and then push the ARM button, i expect that the AltHoldMode will turn off, but that doesn't happen.

Maybe you have a solution for it?

Best regards
Raller

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

8 hours ago, Raller said:

Hello Bert, thx for your autopilot fix.

I implemented it but the BC button is still not working probably! Since I never use it, it's not that important to me.

But i have another question:
If i am in AltHoldMode and (on the Alt Alert Gauge) i dial a new hight and then push the ARM button, i expect that the AltHoldMode will turn off, but that doesn't happen.

Maybe you have a solution for it?

Best regards
Raller

On some autopilots you have to turn off ALT and select VS before the aircraft will climb or descend..

Bert

9 hours ago, Raller said:

If i am in AltHoldMode and (on the Alt Alert Gauge) i dial a new hight and then push the ARM button, i expect that the AltHoldMode will turn off, but that doesn't happen. Maybe you have a solution for it?

The solution is most likely that you simply have to dial in vertical speed. With the AP in alt hold, there's no reason for it to cancel itself if there's no vertical mode/speed selected.

Don't know the Alabeo 421 AP system, but if this is only an altitude alerter, it's not even connected to the AP system and hence it doesn't do anything else than to alert you when approaching/leaving the selected altitude.  

Edited by FDEdev

The thing is, as long as ALT HOLD is selected, i can't change the vertical speed on the AP Pitch wheel. It's locked!

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

I found a solution and made an entry in the "Gauge_ALT_ALERT.xml". It works like expected and til now i haven't found any negativ side effects.

Maybe Bert can take a look if it's right.

.....

        <MouseArea id="MouseArea_all">
            <FloatPosition>0.000,0.000</FloatPosition>
            <Size>750,352</Size>

            <MouseArea id="Gauge_cancel">
                <FloatPosition>686.000,149.000</FloatPosition>
                <Size>50,50</Size>
                <CursorType>Hand</CursorType>
                <MouseClick id="MouseClick">
                    <Script>
            
            (M:Event) 'LeftSingle' scmp  0 ==
            if{    
                    1 (&gt;L:BUFFER_BTN_FMC,number)    
                    (L:ASD_C421_BTN_ALTITUDE_SET,number) 0 ==
                    if{
                        1 (&gt;L:ASD_C421_BTN_ALTITUDE_SET, number)
                        1 (&gt;L:PUSH_BTN_ALTITUDE_CANCEL, number)
                        1 (&gt;L:GAUGE_ALT_ALERT_DENTRO, number)        
                        0 (&gt;L:GAUGE_ALT_ALERT_LIGHT, bool)     
                        0 (&gt;L:BUFFER_ALTITUDE_SELECT,bool)
                        
                <!-- +++++++    My modification   +++++++  -->        
                        (&gt;K:AP_ALT_HOLD_OFF)
                        (&gt;K:SYNC_FLIGHT_DIRECTOR_PITCH)
                        1 (&gt;L:ALT_VS_SEL_ON)
                <!-- ++++++++++++++++++++++++++++++++++ -->
                        
                        (A:VERTICAL SPEED,ft/min) 0.15 * abs  (&gt;L:TASAASENSO_VAR,number)
                        1 (&gt;L:ALT_ARM_SEL_ON_KNOB, number)
                    }
                    els{
                        0 (&gt;L:ASD_C421_BTN_ALTITUDE_SET, number)
                        0  (&gt;L:PUSH_BTN_ALTITUDE_CANCEL, number)
                        0 (&gt;L:ALT_ARM_SEL_ON_KNOB, number) }
                    }                
            
                    </Script>
                    <ClickType>LeftSingle+LeftRelease</ClickType>
                </MouseClick>
            <Tooltip id="Tooltip" >
                <DefaultScript>Armed Buttom (%((L:ASD_C421_BTN_ALTITUDE_SET,bool) 0 >)%{if}On%{else}Off%{end})</DefaultScript>
            </Tooltip>    
            </MouseArea>
......

Edited by Raller

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

11 minutes ago, Raller said:

The thing is, as long as ALT HOLD is selected, i can't change the vertical speed on the AP Pitch wheel. It's locked!

And what happens if you push alt hold a second time? On most APs you can't change the vert speed if the AP is in alt hold ,which is a good thing of course.

...it turns the Alt Hold Mode off.

That's how the AP looks like.

AP-C421.jpg

 

PS: My intention within the Alt Hold Mode is:
1. i dial a new hight
2. i push the ARM button
   (with my modification the AltHoldMode turns off automaticaly)
3. i set the vertical speed with the wheel

After i reach the desired height, the AltHoldMode turns back on again. Works fine...

Edited by Raller

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

sounds great and nice work 🙂

I am sure that would work fine.. Whether it is the way that the real autopilot behaves, I do not know..  Do you have the factory Pilot's Guide?

Bert

No i did not. I just know the KAP140 AP and it behaves like this.

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

This is a Cessna 800 Integrated Flight Control system..

In the Pilot's Guide it says that to turn off ALT, you have to either push the ALT button (if it is on) or push the Pitch Synch button on the yoke.

I believe that you have created a third way to accomplish this.. :wink:

Bert

Makes it a little easier to use 😉

By now it has become one of my favorite ga airplanes in the middle class segment (after some system mods and countless texture bug fixes in the cockpit).

...which luckily are possible (and necessary) at Carenado/Alabeo.

Edited by Raller

Win 10 Pro | P3Dv4.5 | X-Plane 11 | MSFS 2020 | I5-9600K @ 4.8GHz | RTX 2070 8GB | 32GB RAM | SSD | T.16000M

Archived

This topic is now archived and is closed to further replies.

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.