Airbus Flaps in Upper EICAS
Hi Folks,
I have a couple of questions regarding the flaps position / indication in the A320.
The positions are:
UP, 1, 1+F, 2, 3, FULL (6 total, though only 5 detents are provided - one common for 1 & 1+F -, which is selected differently if for take-off or for approach).
1.- I am using Project Airbus and I can't seem to get the flaps position accurately depicted in the Upper ECAM. I know this is defined in the A320.txt, and have fiddled with it to match what is defined in the corresponding Aircraft.cfg file, with no result. Any tips or things I have to be aware of?
The kind of problems I am experiencing are when flaps lowered once, no indication in ECAM, and when lowered twice it goes down to Flaps 4, for example, etc.
2.- How have you guys implemented the function of selecting either "1" or "1+F" depending on take-off or approach? Have you used pmSystems?
I can figure out the pmSystems part, without much problem, but I sure need help with matching the indications in the ECAM with the actual flap positions. Here are the FLAPS parts of the A320.txt (PM MCDU) and the Aircraft.cfg (FS2004) files:
A320.txt
----------
flppos=0
flpset=0
vmin=160
vret=0
vext=vref+70
vmax=350
flppos=1
flpset =0
vmin= 160
vret = 170
vext = vref+50
vmax = 230
flppos=10
flpset=1+F
vmin = 140
vret = 150
vext = vref+30
vmax = 215
flppos=15
flpset=2
vmin = 130
vret = 140
vext = vref+20
vmax = 200
flppos=20
flpset=3
vmin = 120
vret = 130
vext = vref+10
vmax = 185
flppos=35
flpset =4
vmin = 120
vret = 0
vext = 0
vmax = 177
AIRCRAFT.cfg
----------------
[Flaps.0]
type=1
span-outboard=0.85
extending-time=21.000
system_type=1
damaging-speed=233.000
blowout-speed=250.000
flaps-position.0=0.000,
flaps-position.1=0.000,
flaps-position.2=15.000,
flaps-position.3=20.000,
flaps-position.4=26.000,
flaps-position.5=35.000,
lift_scalar=0.0
drag_scalar=0.0
[flaps.1] //slats
type=2
span-outboard=0.95
extending-time=20
flaps-position.0=0
flaps-position.1=18,
flaps-position.2=18,
flaps-position.3=22,
flaps-position.4=22,
flaps-position.5=27,
blowout-speed=260
lift_scalar=0.35
drag_scalar=0.45
pitch_scalar=0.3
system_type=1
[flaps.2] //ailerons
type=2
span-outboard=0.85
extending-time=11.000
system_type=1
damaging-speed=233.000
blowout-speed=250.000
flaps-position.0=0.000,
flaps-position.1=0.000,
flaps-position.2=5.000,
flaps-position.3=5.000,
flaps-position.4=5.000,
flaps-position.5=5.000,
lift_scalar=0.20
drag_scalar=0.32
[flaps.3] //actual flaps
type=1
span-outboard=0.85
extending-time=21.000
system_type=1
damaging-speed=233.000
blowout-speed=250.000
flaps-position.0=0.000,
flaps-position.1=0.000,
flaps-position.2=10.000,
flaps-position.3=15.000,
flaps-position.4=20.000,
flaps-position.5=35.000,
lift_scalar=0.62
drag_scalar=1.08
MANY THANKS !!!!