|
|
|
|
|
by mopsi
2179 days ago
|
|
> Side question: is fly-by-wire an obviously good idea for passenger airplanes? Once you have electric control, you can start putting logic between pilot inputs and actual control surface movements. You can create dynamic, real-time-conditions-based safety stops that prevent pilots from doing common mistakes like pitching up too much and falling from the sky. With direct control, it's up to pilots to figure out where the limits are and ensure that they are not crossed. With advanced fly-by-wire, pilots can resort to setting goals and it's up to the control system to figure out how far the aircraft can go (within safety limits) to meet them. This is really difficult to get right, but saves lives when it finally works. It's like memory safety in computer programming. If you're really good at programming and you never make mistakes, then you don't need it, but most people make mistakes from time to time and are better off when something checks that their buffers don't overflow and variables don't go uninitialized. |
|
Which may end up doing more harm than good, as seen in Air France 447.