flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
4.93k stars 1.01k forks source link

Autobrakes disarm when stowing reverse #8618

Closed pinatacolada closed 2 months ago

pinatacolada commented 2 months ago

Aircraft Version

Development

Build info

{
    "built": "2024-03-19T07:46:14+00:00",
    "ref": "refs/heads/master",
    "sha": "0fe4a89c577478ed19d54d477abf1be309f61581",
    "actor": "frankkopp",
    "event_name": "manual",
    "pretty_release_name": "master:0fe4a89c",
    "version": "a32nx-v0.12.0-dev.0fe4a89"
}

Describe the bug

When disarming reverses from MAX REV to IDLE (not idle rev) with MED autobrake during landing, or MAX during an RTO, autobrakes disarmed on their own

Expected behavior

Autobrakes should not deactivate when stowing reverses. They should when:

The system disarms when:

Steps to reproduce

  1. Begin a normal take off, ensuring auto brake MAX is armed
  2. Above 72 knots (ideally well above 72 knots to make it easier) abort take off by applying MAX REV
  3. When stowing reverses notice auto brakes disarmed

OR

  1. Make a normal landing, ensuring auto brake LOW or MED is armed
  2. When stowing reverses notice auto brakes disarmed

References (optional)

FCOM DSC-32-30-10

Additional info (optional)

This was noticed with MAX REV, but it probably also happens with IDLE REV

Discord Username (optional)

No response

lukecologne commented 2 months ago

Did the ground spoilers retract? They shouldn't but it might be a bug in the ground spoiler logic

pinatacolada commented 2 months ago

good spot, spoilers are retracting if the thrust levers are moved above idle

lukecologne commented 2 months ago

Ok, after looking at the logic, indeed if both thrust levers are above idle, the ground spoilers will retract. Maybe you accidentally increased the thrust levers a little above idle when resetting from reverse? IRL there might be a small threshold to make sure that doesn't happen I'll have to check that

pinatacolada commented 2 months ago

The margin is pretty large actually:

RETRACTION The ground spoilers retract:

  • After landing, when the ground spoilers are disarmed
  • After a rejected takeoff, when the ground spoilers are disarmed
  • During a touch and go, when at least one thrust lever is advanced above 20 °.

DSC-27-10-20

You are essentially forced to go above idle to get past the detent irl as you need quite a bit of force to get past it, which usually makes you overshoot it.