fix 1+F lift, autoslatretract at 210kts
This commit is contained in:
parent
8ba92dbca5
commit
3dba80c367
5 changed files with 5 additions and 5 deletions
|
@ -934,7 +934,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
<independentVar lookup="row">fcs/flap-pos-norm</independentVar>
|
||||
<tableData>
|
||||
0.000 0.00000
|
||||
0.290 0.00350
|
||||
0.290 0.00250
|
||||
0.596 0.00700
|
||||
0.645 0.01300
|
||||
1.000 0.01700
|
||||
|
|
|
@ -934,7 +934,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
<independentVar lookup="row">fcs/flap-pos-norm</independentVar>
|
||||
<tableData>
|
||||
0.000 0.00000
|
||||
0.290 0.00350
|
||||
0.290 0.00250
|
||||
0.596 0.00700
|
||||
0.645 0.01300
|
||||
1.000 0.01700
|
||||
|
|
|
@ -934,7 +934,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
<independentVar lookup="row">fcs/flap-pos-norm</independentVar>
|
||||
<tableData>
|
||||
0.000 0.00000
|
||||
0.290 0.00350
|
||||
0.290 0.00250
|
||||
0.596 0.00700
|
||||
0.645 0.01300
|
||||
1.000 0.01700
|
||||
|
|
|
@ -934,7 +934,7 @@ YAW MOI_________3950000______23089847_______24848934
|
|||
<independentVar lookup="row">fcs/flap-pos-norm</independentVar>
|
||||
<tableData>
|
||||
0.000 0.00000
|
||||
0.290 0.00350
|
||||
0.290 0.00250
|
||||
0.596 0.00700
|
||||
0.645 0.01300
|
||||
1.000 0.01700
|
||||
|
|
|
@ -100,7 +100,7 @@ controls.flapsDown = func(step) {
|
|||
}
|
||||
|
||||
var flap_autoretract = func {
|
||||
if (getprop("/controls/flight/flap-pos") == 2 and getprop("/velocities/airspeed-kt") >= 185) {
|
||||
if (getprop("/controls/flight/flap-pos") == 2 and getprop("/velocities/airspeed-kt") >= 210) {
|
||||
setprop("/controls/flight/flaps", 0.000);
|
||||
setprop("/controls/flight/slats", 0.666);
|
||||
setprop("/controls/flight/flap-lever", 1);
|
||||
|
|
Reference in a new issue