HOW TO DESIGN P-I-D CONTROLLER
http://www.controlguru.com/pages/table.html
I use for design a paragraph in page 1152 of German textbook:
Ulrich Tietze, Christoph Schenk "Halbleiter-Schaltungstechnik: [neuer Teil: Nachrichtentechnische Schaltungen]"
http://books.google.bg/books?id=h6A0...page&q&f=false
The paragraph is shown below.
There are English editions:
Ulrich Tietze, Ch. Schenk, Eberhard Schmid "Advanced electronic circuits"
Ulrich Tietze, Ch. Schenk, Christoph Schenk, Eberhard Schmid "Electronic circuits: design and applications" Springer-Verlag, 1991
Ulrich Tietze, Christoph Schenk, Ch. Schenk, Eberhard Gamm "Electronic circuits: handbook for design and application" Springer, 2008 (see page 1112 for PID-controller).
The algorithm for practical design of PID-controller is:
1. Disable derivative action (minimize D-gain).
2. Disable integrative action (minimize I-gain)
3 Decrease slowly the proportional action (P-gain) until ringing becomes decaying sinusoid.
4. Measure period of ringing Ts.
5. Calculatre integrating timeconstant Ti ten times more than period of ringing, ie Ti=10Ts.
6. Calculate derivating timeconstant Td equal to period of ringing, ie Td=Ts.
7. Enable integrative action and decrease proportional gain until overshoot disappears.
8. Enable derivative action, the system will operate with minimal settling time.
9. Check for noise. To suppress noise, increase HF filtering for derivative signal.
I will illustrate how to make this with SPICE for above circuit diagram.
HOW TO DESIGN P-I-D CONTROLLER
There is in the WEB an excellent textbook on P-I-D control:http://www.controlguru.com/pages/table.html
I use for design a paragraph in page 1152 of German textbook:
Ulrich Tietze, Christoph Schenk "Halbleiter-Schaltungstechnik: [neuer Teil: Nachrichtentechnische Schaltungen]"
http://books.google.bg/books?id=h6A0...page&q&f=false
The paragraph is shown below.
There are English editions:
Ulrich Tietze, Ch. Schenk, Eberhard Schmid "Advanced electronic circuits"
Ulrich Tietze, Ch. Schenk, Christoph Schenk, Eberhard Schmid "Electronic circuits: design and applications" Springer-Verlag, 1991
Ulrich Tietze, Christoph Schenk, Ch. Schenk, Eberhard Gamm "Electronic circuits: handbook for design and application" Springer, 2008 (see page 1112 for PID-controller).
The algorithm for practical design of PID-controller is:
1. Disable derivative action (minimize D-gain).
2. Disable integrative action (minimize I-gain)
3 Decrease slowly the proportional action (P-gain) until ringing becomes decaying sinusoid.
4. Measure period of ringing Ts.
5. Calculatre integrating timeconstant Ti ten times more than period of ringing, ie Ti=10Ts.
6. Calculate derivating timeconstant Td equal to period of ringing, ie Td=Ts.
7. Enable integrative action and decrease proportional gain until overshoot disappears.
8. Enable derivative action, the system will operate with minimal settling time.
9. Check for noise. To suppress noise, increase HF filtering for derivative signal.
I will illustrate how to make this with SPICE for above circuit diagram.
Comment