From: Jon S. B. <js...@ha...> - 2008-07-23 13:05:44
|
I've updated the piston engine case study in the online reference manual (see the link on the home page at www.jsbsim.org). The case study is going into great detail on setting up a wing leveler PID controller and how to tune it. Comments welcome. Jon |
From: Fabian G. <fab...@gm...> - 2008-07-28 21:42:36
|
The piston engine case study is great. Details of the wing leveler PID controller are really very instructive. I only suggest to add a small tip: when spreading a long command line down to several short lines in a shell script for DOS (under Windows), the line continuation is "^" instead of "\" as in unix style systems. This should save some time to those working under Windows (the time I invested in discovering that today :) ). Fabian On 7/23/08, Jon S. Berndt <js...@ha...> wrote: > > I've updated the piston engine case study in the online reference manual > (see the link on the home page at www.jsbsim.org). The case study is going > into great detail on setting up a wing leveler PID controller and how to > tune it. > > Comments welcome. > > Jon > > > |
From: Jon S. B. <js...@ha...> - 2008-07-29 00:21:42
|
The case studies are going to get even better in the coming weeks/months. I'll try to post an updated Ref Manual in the next 12 hours. Jon The piston engine case study is great. Details of the wing leveler PID controller are really very instructive. I only suggest to add a small tip: when spreading a long command line down to several short lines in a shell script for DOS (under Windows), the line continuation is "^" instead of "\" as in unix style systems. This should save some time to those working under Windows (the time I invested in discovering that today :) ). Fabian |
From: James K. <Jam...@ve...> - 2008-07-29 15:19:48
|
Hi there, I was just wondering does JSBSim calculate flight path deviation in any accessible format, I need to show this on a Gui and wondered if the information is already there before I re-invent the wheel :-) Many thanks for any help James Kerr ______________________________________________________ Reg. Office: VEGA Group PLC, 2 Falcon Way, Shire Park, Welwyn Garden City, Herts AL7 1TW, UK Registered in England, Number 1393778 ______________________________________________________ |
From: Tony P. <ton...@co...> - 2008-07-29 16:11:44
|
Flight path angle and drift angle are calculated. But things like glideslope deviation and localizer deviation are not as navaids are outside the scope of JSBSim. _____ From: jsb...@li... [mailto:jsb...@li...] On Behalf Of James Kerr Sent: Tuesday, July 29, 2008 8:20 AM To: Development issues Subject: [Jsbsim-devel] Flight Path Deviation Hi there, I was just wondering does JSBSim calculate flight path deviation in any accessible format, I need to show this on a Gui and wondered if the information is already there before I re-invent the wheel :-) Many thanks for any help James Kerr ______________________________________________________ Reg. Office: VEGA Group PLC, 2 Falcon Way, Shire Park, Welwyn Garden City, Herts AL7 1TW, UK Registered in England, Number 1393778 ______________________________________________________ |
From: Jon S. B. <js...@ha...> - 2008-07-29 23:43:19
|
Tony wrote: Flight path angle and drift angle are calculated. But things like glideslope deviation and localizer deviation are not as navaids are outside the scope of JSBSim. This is true. However, one could either generate simulated navaid parameters in a script or in a <system> declaration, couldn't they? Jon |
From: Tony P. <ton...@co...> - 2008-07-30 01:10:43
|
Possibly. _____ From: jsb...@li... [mailto:jsb...@li...] On Behalf Of Jon S. Berndt Sent: Tuesday, July 29, 2008 4:42 PM To: 'Development issues' Subject: Re: [Jsbsim-devel] Flight Path Deviation Tony wrote: Flight path angle and drift angle are calculated. But things like glideslope deviation and localizer deviation are not as navaids are outside the scope of JSBSim. This is true. However, one could either generate simulated navaid parameters in a script or in a <system> declaration, couldn't they? Jon |