Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
no edit summary
(pid-controller and pi-simple-controller)
No edit summary
Line 78: Line 78:
=== pi-simple-controller ===
=== pi-simple-controller ===
This controller implements a PI controller. Other than the PID controller, it computes absolute output values, regardless of the value of the output property. It can by configured as an I-only, P-only or PI-controller. It has anti windup logic if <min> and <max> elements are present.
This controller implements a PI controller. Other than the PID controller, it computes absolute output values, regardless of the value of the output property. It can by configured as an I-only, P-only or PI-controller. It has anti windup logic if <min> and <max> elements are present.
The xml element creating a PI controller is '''<pi-simple-controller>'''
The xml element creating a PI controller is <tt><pi-simple-controller></tt>
Legal elements are (FIXME: this should appear as a table)
Legal elements are:
Kp - gain of the proportional compoment
 
Ki - gain of the integrator component
;Kp
: gain of the proportional component
;Ki
: gain of the integrator component


=== predict-simple ===
=== predict-simple ===


=== logic ===
=== logic ===
580

edits

Navigation menu