FsPassengers Forums
Flaps/Gears Limit - Printable Version

+- FsPassengers Forums (http://www.fspassengers.com/forum)
+-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3)
+--- Forum: FsPassengers General (http://www.fspassengers.com/forum/forumdisplay.php?fid=4)
+--- Thread: Flaps/Gears Limit (/showthread.php?tid=2922)



Flaps/Gears Limit - Quack - 20-10-2007

So... what's the threshold for flaps and gears speed anyway? The transition from props to jets is a little more demanding than I assumed. :P The
checklists for some planes say that flaps 1 degree can be used below 250. I think that's over the limit for FSP. Is this true?


Re: Flaps/Gears Limit - Anastasios - 20-10-2007

For 737 you can have up to flaps 5 with 250 knots, but that's REALLY the limit.

Normal procedure is: 180 knots -> gear down, flaps 15.

Anastasios.




Re: Flaps/Gears Limit - Quack - 23-10-2007

Yes, but does FSP automatically recognizes the aircraft and airspeed. Would lowering flaps to 5 deg trigger the flaps speed limit in FSP, hence the
points deduction?


Re: Flaps/Gears Limit - DBE - 23-10-2007

The thresholds for the individual aircraft are contained in their aircraft.cg and, thus, independent from FSP




Re: Flaps/Gears Limit - JetBlueInflight - 23-10-2007

Open your kneeboard and it will tell you all that information for each specific aircraft.


Re: Flaps/Gears Limit - clabal - 26-10-2007

Quote:DBE wrote:
The thresholds for the individual aircraft are contained in their aircraft.cg and, thus, independent from FSP

I agree. I had the same problem when I converted an AI-aircraft (md 83) into a normal aircraft. You can change the settings in the aircraft.cfg file
(make sure you make a backup of the original file).

The standard aircrafts (for example: boeing 737-400) in FS have a very clear description, e.g.:

//14 Airspeed limit for retraction (KIAS)
//15 Airspeed that gear gets damage at (KIAS)

[contact_points]
point.0=1, 40.00, 0.00, -8.40, 1181.1, 0, 1.442, 55.92, 0.6, 2.5, 0.9, 4.0, 4.0, 0, 220.0, 250.0
point.1=1, -7.75, -8.58, -8.60, 1574.8, 1, 1.442, 0.00, 1.0, 2.5, 0.9, 6.9, 6.9, 2, 220.0, 250.0
point.2=1, -7.75, 8.58, -8.60, 1574.8, 2, 1.442, 0.00, 1.0, 2.5, 0.9, 7.1, 7.1, 3, 220.0, 250.0

Select column 15 under the section contact_points and you will see the gear gets damage at 250 KIAS.
But I always use 220 KIAS as the reference speed.

For the flaps you have to look under the sections flap.# for the damaging speed, e.g.:

damaging-speed = 250 // KIAS
blowout-speed = 300 // KIAS

The knee-board can be useful to retrieve this information, but I have noticed that not all aircrafts have a knee-board and not all the contents in the
knee-board are correct.
So, if you want to be sure or want to change these parameters it is better to consult the aircraft.cfg file.

I also agree, the limits are independent of FSp. FSp just reads the data out of the aircraft.cfg file.