The Delta-glider is equipped with an atmospheric autopilot to control flight parameters during atmospheric flight, including
aap.alt (tgtalt) | Engage altitude autopilot, or reset target altitude. |
aap.alt () | Disengage altitude autopilot. |
aap.spd (tgtspd) | Engage airspeed autopilot, or reset target speed. |
aap.spd () | Disengage airspeed autopilot. |
aap.bank (tgtbnk) | Engage bank angle autopilot, or reset target bank angle. |
aap.bank () | Disengage bank angle autopilot. |
aap.hdg (tgthdg) | Engage heading autopilot, or reset target heading. |
aap.hdg () | Disengage heading autopilot. |
The altitude autopilot can be disabled by
The airspeed autopilot can be disabled by
The bank autopilot can be disabled with
The heading autopilot can be disabled with
aap.tgtalt | Target altitude [m]. The value of this parameter is set by aap.alt(tgtalt). Overriding it while the altitude autopilot is active will reset the target altitude. |
aap.tgtspd | Target airspeed [m/s]. The value of this parameter is set by aap.spd(tgtspd). Overriding it while the airspeed autopilot is active will reset the target airspeed. |
aap.tgtbnk | Target bank angle [deg]. The value of this parameter is set by aap.bank(tgtbnk). Overriding it while the bank autopilot is active will reset the target bank angle. |
aap.maxasc | Max. ascent slope [deg] (> 0) used by the altitude autopilot during altitude transistions. Default value = +30 |
aap.maxdsc | Max. descent slope [deg] (< 0) used by the altitude autopilot during altitude transitions. Default value = -20 |