Howto:Implement a Fly-By-Wire System for Airliners: Difference between revisions

m
m (→‎/Nasal/fbw.nas: use function to determine max/idle state of throttles, so that more than just 2 throttles can be supported)
Line 385: Line 385:
},
},
     check_if_active : func {
     check_if_active : func {
### The Fly-by--wire only works when it is active. In the Boeing 787, pilots have the option to disable fly-by-wire and use power-by-wire* in case of emergencies. The Fly By Wire Configuration includes: On/Off, Bank Limit and Rudder Control. The FBW Configs can be set in the FBW CONFIG Page in the CDU(s)
### The Fly-by--wire only works when it is active. In the Boeing 787, pilots have the option to disable
### fly-by-wire and use power-by-wire* in case of emergencies. The Fly By Wire Configuration includes:  
### On/Off, Bank Limit and Rudder Control. The FBW Configs can be set in the FBW CONFIG Page in the CDU(s)


## Turn on Fly By Wire only if we have power
## Turn on Fly By Wire only if we have power