From: Erik H. <eh...@us...> - 2016-06-06 10:49:24
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/pc7/Systems In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27159/Systems Added Files: Conventional Controls.xml Flaps.xml Landing Gear.xml Log Message: Update to the latest Aeromatic output ***** Bogus filespec: Conventional --- NEW FILE --- --- NEW FILE --- <?xml version="1.0"?> <system name="Flaps"> <channel name="Flaps"> <kinematic name="Flaps Control"> <input>fcs/flap-cmd-norm</input> <traverse> <setting> <position> 0 </position> <time> 0 </time> </setting> <setting> <position> 15 </position> <time> 4 </time> </setting> <setting> <position> 30 </position> <time> 3 </time> </setting> </traverse> <output>fcs/flap-pos-deg</output> </kinematic> <aerosurface_scale name="Flap Normalization"> <input>fcs/flap-pos-deg</input> <domain> <min> 0 </min> <max> 30 </max> </domain> <range> <min> 0 </min> <max> 1 </max> </range> <output>fcs/flap-pos-norm</output> </aerosurface_scale> </channel> </system> ***** Bogus filespec: Landing --- NEW FILE --- |