Flight Controls

Computador de Controle de Voo

Computadores digitais redundantes (tipicamente triplos ou quádruplos) que processam entradas do piloto e dados de sensores para comandar atuadores de controle de voo em aeronaves FBW.

Visão Geral

The Flight Control Computer (FCC) is the brain of a Fly-By-Wire aircraft — the redundant digital processor (or set of processors) that interprets pilot commands, reads dozens of sensor inputs, applies control laws and envelope protections, and outputs precise commands to the hydraulic or electro-hydraulic actuators at every flight control surface. Without the flight control computers, an FBW aircraft cannot be flown: they are as fundamental as the wing itself.

Como Funciona

Each computer cycle (typically 40–80 Hz) begins by reading fresh sensor data: pilot sidestick or column position, airspeed, angle of attack, attitude, angular rates, and surface positions. Control law algorithms — mathematical models of the desired handling qualities — compute the surface deflections needed to achieve the demanded response. On Airbus aircraft this is a rate-command / attitude-hold law in pitch and a load-factor demand law in roll. On Boeing FBW aircraft the law more closely mirrors conventional control response. The computed surface commands pass through monitor channels that cross-check results across all computers; if one computer's output differs from the majority it is automatically isolated.

Redundancy architecture varies by aircraft. The Airbus A320 uses five computers (2 ELAC + 3 SEC) with dissimilar hardware and dissimilar software to guard against common-mode design faults. The Boeing 777 uses three Primary Flight Computers (PFC) plus three Actuator Control Electronics (ACE) per actuator group, with an additional three Secondary Flight Computers.

Componentes Principais

  • Elevator and Aileron Computers (ELAC) — Airbus: Primary pitch and roll control laws; also manage autopilot servo commands on A320-family.
  • Spoiler and Elevator Computers (SEC) — Airbus: Backup pitch and all spoiler control; provide reconfigured control law if ELACs fail.
  • Primary Flight Computer (PFC) — Boeing 777: Triple-redundant master computers; determine the voted command output for all actuators.
  • Actuator Control Electronics (ACE): Local smart electronics at each control surface that close the inner position loop independently of the master computers, improving response speed and allowing graceful degradation.
  • Data Concentrator / ARINC 629 / AFDX Bus: High-speed data buses that connect computers to sensors and actuators with deterministic timing.
  • Power Supply Units: Each computer has independent power supplies from different aircraft bus sources; typically can operate on battery power alone for a defined minimum period.

Aplicações em Aeronaves

  • Airbus A320: Five-computer architecture (2 ELAC + 3 SEC); pioneered dissimilar redundancy in commercial aviation. Normal Law provides full envelope protection; Alternate and Direct Laws active on successive computer failures.
  • Airbus A350: Evolved FBW with Primary and Secondary Flight Control modules; integrates electro-hydrostatic actuators (EHA) on some surfaces, reducing hydraulic system complexity.
  • Boeing 777: Three PFC + three ACE groups sharing an ARINC 629 data bus; computers voted by a 2-of-3 scheme; PFCs receive autopilot commands from the Autopilot system and integrate them seamlessly.
  • Boeing 787: Flight control functions hosted on the Common Core System (CCS) blade servers; introduces remote data concentrators that reduce wiring weight by consolidating sensor harnesses.

Vantagens e Limitações

Flight control computers enable handling qualities that would be impossible with mechanical linkages: consistent feel across the entire flight envelope, automatic turbulence suppression, gust load alleviation that reduces structural fatigue, and the hard alpha and bank angle limiters of the Stall Protection System. The glass cockpit integration allows the computers to display their own health status and degraded modes to the crew instantly. The principal challenge is software integrity: flight-critical software must be developed under DO-178C Level A standards, where every line of code is traced to a requirement and tested exhaustively. A subtle software defect can theoretically affect all computers simultaneously if they run identical code — hence the dissimilar software approach used by Airbus, where two independent programming teams write the same functional specification in different languages on different hardware.