Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Flight control computers are the digital systems that help modern aircraft convert pilot commands into precise movements of ailerons, elevators, rudders, spoilers, and stabilizers. In a fly-by-wire aircraft, the cockpit controls do not move these surfaces directly through cables. Instead, sensors measure pilot input and aircraft motion, then computers calculate safe and effective commands.

This matters because it can improve stability, reduce pilot workload, and protect the aircraft from dangerous flight conditions.

A typical system uses several redundant computers that run similar calculations and compare results before sending commands to actuators. The computers apply control laws, which are rules that decide how much surface movement should result from a given input under current conditions. Envelope protection limits commands that could cause stalls, overspeed, excessive bank angle, or structural overload.

Voting logic and fault monitoring help the system reject a failed computer or sensor so the aircraft can keep flying safely.

Key Facts

  • Fly-by-wire replaces direct mechanical control links with electrical signals and computer-controlled actuators.
  • Basic signal path: pilot input + sensor data -> flight control computers -> voting logic -> actuators -> control surfaces.
  • Redundancy means multiple computers or channels perform the same function so one failure does not cause loss of control.
  • Voting logic can use majority agreement, such as 2 out of 3 matching outputs, to identify a faulty channel.
  • Control laws transform pilot commands into safe surface commands based on speed, altitude, attitude, load factor, and configuration.
  • Load factor is n = L / W, where L is lift and W is weight, and envelope protection may limit n to prevent overstress.

Vocabulary

Fly-by-wire
A flight control system in which pilot commands are sent as electrical signals to computers that command control surface actuators.
Flight control computer
A computer that processes pilot inputs, aircraft sensor data, and control laws to calculate control surface commands.
Control law
A mathematical rule or software mode that determines how an aircraft responds to pilot inputs and flight conditions.
Envelope protection
A safety function that prevents the aircraft from exceeding limits such as stall angle, overspeed, bank angle, or load factor.
Voting logic
A fault-tolerant method that compares outputs from multiple channels and accepts the majority or most reliable result.

Common Mistakes to Avoid

  • Thinking fly-by-wire means the pilot is not in control. The pilot still commands the aircraft, but computers shape those commands to improve stability and safety.
  • Assuming one flight control computer is enough because computers are reliable. Aviation systems use redundancy because even rare failures must be handled safely.
  • Treating envelope protection as a performance boost. It is mainly a safety limit that may reduce or reshape commands to prevent unsafe flight conditions.
  • Ignoring sensor errors in a block diagram. Flight control computers depend on airspeed, attitude, angle of attack, and other sensor inputs, so monitoring and comparison are essential.

Practice Questions

  1. 1 Three flight control computers calculate elevator commands of 4.8 degrees, 4.9 degrees, and 12.0 degrees. Using simple 2 out of 3 voting, which command should be rejected and what command range should be accepted?
  2. 2 A control surface actuator moves 0.25 degrees for every 1.0 volt of command signal. If the voted output from the flight control computers is 18 volts, what surface deflection is commanded?
  3. 3 A pilot pulls back sharply while the aircraft is near its maximum allowed load factor. Explain how a flight control computer with envelope protection should respond and why this improves safety.