by ggunners » Fri Sep 30, 2005 1:51 am
ptflyer,
The easiest way to edit a .par file is to start with a model that's already close to what you need and modify it.
In FMS 2 alpha 8.x, the .par file parameters for control surfaces are within the WING entries of the .par file assigned to the appropriate channel. Here's a left wing with aileron at 15 degrees with a chord length of .04 meters on channel 3 (aileron).
//WING1
-0.3066 -0.7505 -0.0292 //—ƒˆÊ’uX,Y,Z [m]
1 0 0 //Ex X,Y,Z
0 0.9976 0.0698 //Ey X,Y,Z
1 //polar number
1.5010 //span [m]
4 //number of elements
AUTOELEMENT
1 //Angle [deg]
0.16 //chord length at the first end [m]
0.34 //chord length at the second end [m]
0.04 //chord length of the flap [m]
0.05 //start position of the flap [m]
0.4 //end position of the flap [m]
-15 //Maximum Angle [deg]
3 //channel
In FMS 2 beta 7.x .par files, the controls are activated by the radian measure of control surface movement, lines 3,4,5.
0.22 3:Drmax(rad) Ladder???????
0.17 4:Demax(rad) Elevator???????
0.006 5:Damax(rad) Aileron??????
-- ggunners