Autopilot PID controller tuning resources: Difference between revisions

Jump to navigation Jump to search
→‎External links: + Some goodies I have collected over the years, though hardly understand
(→‎External links: + Some goodies I have collected over the years, though hardly understand)
Line 1: Line 1:
{{Systems_Modeling_Disclaimer}}
[[File:FgPlot.jpg|400px|thumb|[[FGPlot]] can be used to plot the value properties while tuning an autopilot.]]
[[File:FgPlot.jpg|400px|thumb|[[FGPlot]] can be used to plot the value properties while tuning an autopilot.]]


Line 9: Line 11:


There is actually a doc about filters in FlightGear documentation. Filters can be applied on input or output values, in other words, before and after the PID controller (execution).
There is actually a doc about filters in FlightGear documentation. Filters can be applied on input or output values, in other words, before and after the PID controller (execution).
{{Systems_Modeling_Disclaimer}}


=== FlightGear PID controller ===
=== FlightGear PID controller ===
{{FGCquote
{{FGCquote
   |the autopilot subsystem, and hence the PIDs, run in lock with the FDMs as 120Hz. If you’re heavily loading the system the multi-loop code might not get this exactly right but I wouldn’t expect but it depends how unstable the FPS is [...]
   |the autopilot subsystem, and hence the PIDs, run in lock with the FDMs as 120Hz. If you’re heavily loading the system the multi-loop code might not get this exactly right but I wouldn’t expect but it depends how unstable the FPS is [...]
Line 105: Line 104:


To tune a controller you would typically display the setpoint property and the controlled property in the same graph. Another property that is interesting too look at is the actuating property, which can be for example the aileron control or the elevator control.
To tune a controller you would typically display the setpoint property and the controlled property in the same graph. Another property that is interesting too look at is the actuating property, which can be for example the aileron control or the elevator control.
== Related content ==
* [[Autopilot configuration reference]]
* [[Howto:Design an autopilot]]
== External links ==
* {{cite web
| url            = http://ftp.rta.nato.int/public//PubFulltext/RTO/TR/RTO-TR-029///TR-029-$$ALL.pdf
| title          = RTO-TR-029 - Flight Control Design - Best Practices
| date            = Dec 2000
| publisher      = NATO Science and Technology Organization
| format          = pdf
| accessdate      = 29 Aug 2015
}}
* {{cite web
| url            = http://hdl.handle.net/2060/19690013177
| title          = NASA-TN-D-5153 – The use of pilot rating in the evaluation of aircraft handling qualities
| author          = Cooper, G. E.
| coauthors      = Harper, R. P., Jr.
| date            = 1 Apr 1969
| publisher      = NASA Ames Research Center
| format          = pdf
| accessdate      = 19 Sep 2015
}} – The source and use of the Cooper-Harper pilot ratings largely still in use today.
* {{cite web
| url            = https://engineering.purdue.edu/~andrisan/Courses/AAE490A_S2010/Buffer/HCooper.pdf
| title          = Handling Qualities and Pilot Evaluation
| author          = Robert P. Harper Jr.
| coauthors      = George E. Cooper
| date            = 1984?
| format          = pdf
| accessdate      = 19 Sep 2015
}}


[[Category:Resources]]
[[Category:Resources]]

Navigation menu