BookPythonForControl PDF
BookPythonForControl PDF
September 1, 2019
2
Contents
1 Introduction 9
1.1 Install the packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.2 The simplest way . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.3 Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.3.1 Required packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.3.2 Install the pysimCoder package . . . . . . . . . . . . . . . . . . . . . . . 10
1.4 Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.5 Mac OSX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3
4 CONTENTS
4 System analysis 27
4.1 Time response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.2 Frequency analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4.3 Poles, zeros and root locus analysis . . . . . . . . . . . . . . . . . . . . . . . . . 34
5 Modeling 37
5.1 Model of a DC motor (Lagrange method) . . . . . . . . . . . . . . . . . . . . . . 37
5.1.1 Plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
5.1.2 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
5.1.3 Reference frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
5.1.4 Body and inertia of the load . . . . . . . . . . . . . . . . . . . . . . . . . 38
5.1.5 Forces and torques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
5.1.6 Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
5.1.7 State-space matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
5.2 Model of a DC motor (Kane method) . . . . . . . . . . . . . . . . . . . . . . . . 39
5.2.1 Plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
5.2.2 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
5.2.3 Reference frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
5.2.4 Body and inertia of the load . . . . . . . . . . . . . . . . . . . . . . . . . 40
5.2.5 Forces and torques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
5.2.6 Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
5.2.7 State-space matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
5.3 Model of the inverted pendulum - Lagrange . . . . . . . . . . . . . . . . . . . . 42
5.3.1 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
5.3.2 Frames - Car and pendulum . . . . . . . . . . . . . . . . . . . . . . . . . 44
5.3.3 Points, bodies, masses and inertias . . . . . . . . . . . . . . . . . . . . . 44
5.3.4 Forces, frictions and gravity . . . . . . . . . . . . . . . . . . . . . . . . . 44
5.3.5 Final model and linearized state-space matrices . . . . . . . . . . . . . . 45
5.4 Model of the inverted pendulum - Kane . . . . . . . . . . . . . . . . . . . . . . . 46
5.4.1 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
5.4.2 Frames - Car and pendulum . . . . . . . . . . . . . . . . . . . . . . . . . 46
5.4.3 Points, bodies, masses and inertias . . . . . . . . . . . . . . . . . . . . . 47
5.4.4 Forces, frictions and gravity . . . . . . . . . . . . . . . . . . . . . . . . . 47
5.4.5 Final model and linearized state-space matrices . . . . . . . . . . . . . . 47
5.5 Model of the Ball-on-Wheel plant - Lagrange . . . . . . . . . . . . . . . . . . . . 48
5.5.1 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
5.5.2 Reference frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
5.5.3 Centers of mass of the ball . . . . . . . . . . . . . . . . . . . . . . . . . . 50
5.5.4 Masses and inertias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
5.5.5 Forces and torques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
5.5.6 Lagrange’s model and linearized state-space matrices . . . . . . . . . . . 51
5.6 Model of the Ball-on-Wheel plant - Kane . . . . . . . . . . . . . . . . . . . . . . 52
5.6.1 Modules and constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
5.6.2 Reference frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
5.6.3 Centers of mass of the ball . . . . . . . . . . . . . . . . . . . . . . . . . . 53
5.6.4 Masses and inertias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
CONTENTS 5
6 Control design 57
6.1 PI+Lead design example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
6.1.1 Define the system and the project specifications . . . . . . . . . . . . . . 57
6.1.2 PI part . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
6.1.3 Lead part . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
6.1.4 Controller Gain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
6.1.5 Simulation of the controlled system . . . . . . . . . . . . . . . . . . . . . 62
6.2 Discrete-state feedback controller design . . . . . . . . . . . . . . . . . . . . . . 63
6.2.1 Plant and project specifications . . . . . . . . . . . . . . . . . . . . . . . 63
6.2.2 Motor parameters identification . . . . . . . . . . . . . . . . . . . . . . . 63
6.2.3 Required modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
6.2.4 Function for least square identification . . . . . . . . . . . . . . . . . . . 64
6.2.5 Parameter identification . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
6.2.6 Check of the identified parameters . . . . . . . . . . . . . . . . . . . . . . 65
6.2.7 Continuous and discrete model . . . . . . . . . . . . . . . . . . . . . . . 65
6.2.8 Controller design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
6.2.9 Observer design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
6.2.10 Controller in compact form . . . . . . . . . . . . . . . . . . . . . . . . . 68
6.2.11 Anti windup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
6.2.12 Simulation of the controlled plant . . . . . . . . . . . . . . . . . . . . . . 68
9 Example 93
9.1 The plant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
9.2 The plant model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
9.3 Controller design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
9.4 Observer design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
9.5 Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
9.6 Real-time controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
List of Figures
7
8 LIST OF FIGURES
Introduction
1.3 Linux
1.3.1 Required packages
The required modules can be simply installed using the usual package manager of the Linux
distribution. It is also possible to install the Anaconda distribution [2] for Linux to get the
basic Python modules.
It is important to check the versions of the Python modules, in particular numpy, scipy and
sympy. Old versions of these packages don’t allows to perform all the tasks described in this
document. In case of old versions, it is possible to download the last versions of these packages
from the SciPy download page [3], and install them from a Linux shell.
Under Debian we can use the apt manager to install the following packages:
• python-numpy
• python-scipy
• python-matplotlib
• python-sympy
• python-setuptools
• python-psutils
• jupyter
9
10 CHAPTER 1. INTRODUCTION
• jupyter-qtconsole
Under Debian and Ubuntu it is possible to check if all the required development packages are
correctly installed using the shell command
sudo apt-get build-dep python-scipy
The following packages are not available as distribution packages and should be installed sep-
arately.
• The Python Control toolbox [4]
• The Slycot libraries [5]
• The pysimCoder package [6]
For the second part of the project (code generation etc.) the following packages are required
• python(3)-pyqt5
• python(3)-qwt
This features presented in the second part of this document are at present only interesting under
the Linux OS, because the real-time code is generated for a Linux PREEMPT-RT machine.
1.4 Windows
Under Windows it is sufficient to install the “Anaconda” package [2], to have all the python
and jupyter modules installed.
The Slycot libraries for Windows can be downloaded from here [7].
At present it is not possible to perform hybrid simulation and code generation under the
Windows OS.
1.5. MAC OSX 11
2.1 Basics
There are important differences between Matlab and Python. In particular, the Python ap-
proach to matrices and to indexed objects is quite different compared to Matlab.
More information about a comparison between Python and Matlab is available online at [8].
The web contains a lot of documentation about Python and its packages. In particular, the
book of David Pine [9] gives a good introduction about the features of Python for scientific
applications.
Other links present tutorials for numpy [10], scipy [11], matplotlib [12] and sympy [13].
jupyter-qtconsole
Sometimes not all the functions and modules are explicitly loaded at the beginning of the
examples. In addition, jupyter implements some useful commands like for example whos and
run (for launching scripts).
In the jupyter shell it is possible to start single commands, paste a set of commands or launch
a “.py” program using run.
13
14 CHAPTER 2. PYTHON - SOME HINTS FOR MATLAB USERS
In [ 1 ] : # s i n g l e command
In [ 2 ] : a = 5
In [ 3 ] : # p a s t e a s e t o f commands
In [ 4 ] : a=5
...: b=7
...: c=a ∗b
...: print c
...:
35
In [ 5 ] : # run a . py f i l e
In [ 6 ] : run DCmotorKane . py
Matrix ( [ [ −Dm∗w( t ) + k t ∗ I ( t ) ] ] )
Matrix ( [ [ − J ∗ D e r i v a t i v e (w( t ) , t ) ] ] )
[ [ 0 1]
[ 0 −Dm/ J ] ]
[[0]
[ kt /J ] ]
In [ 1 ] : a=5
In [ 2 ] : b=2.7
In [ 3 ] : c = [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ]
In [ 4 ] : d= ’ Ciao ’
In [ 5 ] : whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a int 5
b float 2.7
c list n=2
d str Ciao
2.5 List
A Python list implements the Matlab cell. It represents the simplest and default indexed
object.
2.6. ARRAYS 15
In [ 1 ] : a = [ [ [ 1 , 2 ] , [ 3 , 4 ] ] , ’ abcd ’ , 2 ]
In [ 2 ] : b = [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] , [ 7 , 8 , 9 ] ]
In [ 3 ] : whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a list n=3
b list n=3
2.6 Arrays
In Python the array is a multidimensional variable that implements sets of values of the same
type. Usually the elements of an array are numbers, but can also be booleans, strings, or other
objects. An array is the basic instance for most scientific applications.
Operations like *, /, ** etc. implement the dot operations of the Matlab environment (.*,
./ and .ˆ). For example, the multiplication of two arrays a ∗ a represents the value-by-value
multiplication implemented in Matlab with the operation a. ∗ a.
In [ 2 ] : a=a r r a y ( [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ] )
In [ 3 ] : b=a r r a y ( [ [ 1 ] , [ 2 ] ] )
In [ 4 ] : print a ∗ a
[ [ 1 4 9]
[ 1 6 25 3 6 ] ]
In [ 5 ] : print a ∗b
[ [ 1 2 3]
[ 8 10 1 2 ] ]
2.7 Matrices
The matrix object is useful in case of linear algebra operations. In this case the variables are
instanced using the mat or the matrix function.
16 CHAPTER 2. PYTHON - SOME HINTS FOR MATLAB USERS
In [ 2 ] : a=mat ( a )
In [ 3 ] : b=a r r a y ( [ [ 1 ] , [ 2 ] , [ 3 ] ] )
In [ 4 ] : a ∗b
Out [ 5 ] :
m a tr i x ( [ [ 1 4 ] ,
[32]])
In [ 6 ] : a=a r r a y ( a )
In [ 7 ] : a ∗b
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ValueError Traceback ( most r e c e n t
call last )
<i p y th o n−input −9−8201 c27d19b7 > in <module >()
−−−−> 1 a ∗b
V a l u e E r r o r : o p e r a n d s c o u l d not be b r o a d c a s t t o g e t h e r with
shapes (2 , 3) (3 , 1)
In [ 8 ] : b=mat ( b )
In [ 9 ] : a ∗b
Out [ 1 0 ] :
m a tr i x ( [ [ 1 4 ] ,
[32]])
2.8 Indexing
Indexing in Python is quite different compared with the syntax used in Matlab. Indices start
from 0 (and not 1 as in Matlab). In addition, the syntax is different for lists, arrays and
matrices.
2.9 Lists
1-dimension lists can be accessed using one index (ex. a[2]). Multidimensional lists require
multiple indices in the form [i][j]. . .
2.10. ARRAYS 17
In [ 1 ] : a = [ 1 , 2 , 3 , 4 , 5 ]
In [ 2 ] : %whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a list n=5
In [ 3 ] : a [ 3 ]
Out [ 3 ] : 4
In [ 4 ] : b = [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ]
In [ 5 ] : %whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a list n=5
b list n=2
In [ 6 ] : b [ 1 ] [ 2 ]
Out [ 6 ] : 6
In [ 7 ] : b [ 0 ]
Out [ 7 ] : [ 1 , 2 , 3 ]
2.10 Arrays
Multidimensional arrays allow the use of indices in the forms [i, j] and [i][j].
In [ 2 ] : a=a r r a y ( [ 1 , 2 , 3 , 4 , 5 ] )
In [ 3 ] : b=a r r a y ( [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ] )
In [ 4 ] : %whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a ndarray 5 : 5 elems , type ‘ i n t 6 4 ‘ , 40 b y t e s
b ndarray 2 x3 : 6 elems , type ‘ i n t 6 4 ‘ , 48 b y t e s
18 CHAPTER 2. PYTHON - SOME HINTS FOR MATLAB USERS
In [ 5 ] : a . shape
Out [ 5 ] : ( 5 , )
In [ 6 ] : b . shape
Out [ 6 ] : ( 2 , 3 )
In [ 7 ] : a [ 3 ]
Out [ 7 ] : 4
In [ 8 ] : b [ 0 , 2 ]
Out [ 8 ] : 3
In [ 9 ] : b [ 0 ] [ 2 ]
Out [ 9 ] : 3
In [ 1 0 ] : b [ : , 0 ]
Out [ 1 0 ] : a r r a y ( [ 1 , 4 ] )
In [ 1 1 ] : b [ 0 , : ]
Out [ 1 1 ] : a r r a y ( [ 1 , 2 , 3 ] )
In [ 1 2 ] : b [ 0 ]
Out [ 1 2 ] : a r r a y ( [ 1 , 2 , 3 ] )
2.11 Matrices
Matrices can be only indexed using the [i, j] syntax. A matrix has always a minimum of 2
dimensions.
In [ 2 ] : a=a r r a y ( [ 1 , 2 , 3 , 4 , 5 ] )
In [ 3 ] : b=a r r a y ( [ [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ] )
In [ 4 ] : %whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a m a tr i x [[1 2 3 4 5]]
b m a tr i x [ [ 1 2 3]\n [4 5 6 ] ]
In [ 5 ] : a . shape
Out [ 5 ] : ( 1 , 5 )
In [ 6 ] : b . shape
Out [ 6 ] : ( 2 , 3 )
2.12. MULTIDIMENSIONAL ARRAYS AND MATRICES 19
In [ 7 ] : a [ 0 , 2 ]
Out [ 7 ] : 3
In [ 8 ] : b [ 1 , 1 ]
Out [ 8 ] : 5
In [ 9 ] : b [ : , 0 ]
Out [ 9 ] :
m a tr i x ( [ [ 1 ] ,
[4]])
In [ 1 0 ] : b [ 0 , : ]
Out [ 1 0 ] : m a tr i x ( [ [ 1 , 2 , 3 ] ] )
In [ 2 ] : a=z e r o s ( ( 3 , 3 , 3 ) , i n t 8 )
In [ 3 ] : a . shape
Out [ 3 ] : ( 3 , 3 , 3 )
In [ 4 ] : %whos
Variable Type Data / I n f o
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
a ndarray 3 x3x3 : 27 elems , type ‘ i n t 8 ‘ , 27
bytes
In [ 5 ] : a [ 1 , 1 , 1 ]
Out [ 5 ] : 0
In [ 6 ] : a [ 1 , 1 , 1 ] = 5
In [ 7 ] : a
Out [ 7 ] :
array ( [ [ [ 0 , 0 , 0 ] ,
[0 , 0 , 0] ,
[0 , 0, 0]] ,
[[0 , 0 , 0] ,
[0 , 5 , 0] ,
[0 , 0, 0]] ,
[[0 , 0 , 0] ,
[0 , 0 , 0] ,
[ 0 , 0 , 0 ] ] ] , dtype=i n t 8 )
20 CHAPTER 2. PYTHON - SOME HINTS FOR MATLAB USERS
Chapter 3
3.1 Basics
The Python Control Systems Library, is a package initially developed by Richard Murray at
Caltech. This toolbox contains a set of python classes and functions that implement common
operations for the analysis and design of feedback control systems. In addition, a MATLAB
compatibility package (control.matlab) has been integrated in order to provide functions equiv-
alent to the commands available in the MATLAB Control Systems Toolbox.
3.2 Models
21
22 CHAPTER 3. THE PYTHON CONTROL SYSTEM TOOLBOX
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : a = [ [ 0 , 1 ] , [ − 1 , − 1 ] ]
In [ 3 ] : b = [ [ 0 ] , [ 1 ] ]
In [ 4 ] : c = [ 1 , 0 ]
In [ 5 ] : d=0
In [ 6 ] : s y s = s s ( a , b , c , d )
In [ 7 ] : print s y s
A = [ [ 0 1]
[ −1 − 1 ] ]
B = [[0]
[1]]
C = [[1 0]]
D = [[0]]
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : g=t f ( 1 , [ 1 , 1 , 1 ] )
In [ 3 ] : print g
1
−−−−−−−−−−−
s ˆ2 + s + 1
3.6 Zeros-Poles-Gain
This method is not implemented in control toolbox yet. It is available in the package scipy.signal
but it is not completely compatible with the class of LTI objects defined in the Python control
toolbox.
In [ 4 ] : a = [ [ 0 , 1 ] , [ − 1 , 1 ] ]
In [ 5 ] : b = [ [ 0 ] , [ 1 ] ]
In [ 6 ] : c =[1 , −1]
In [ 7 ] : d=0
In [ 8 ] : s y s d = s s ( a , b , c , d , 0 . 0 1 )
In [ 9 ] : print s y s d
A = [ [ 0 1]
[ −1 1]]
B = [[0]
[1]]
C = [ [ 1 −1]]
D = [[0]]
dt = 0 . 0 1
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : g=t f ( [ 1 , − 1 ] , [ 1 , − 1 , 1 ] , 0 . 0 1 )
In [ 3 ] : print g
z − 1
−−−−−−−−−−−
z ˆ2 − z + 1
dt = 0 . 0 1
3.10 Conversions
The Python control system toolbox only implements conversion from continuous time systems
to discrete-time systems ( c2d ) with the methods “zoh”, “tustin” and “matched”. No conver-
sion from discrete to continuous has been implemented yet.
The supsictrl.ctr repl package implements the function d2c with the methods “zoh’, ”foh“and
”tustin“.
24 CHAPTER 3. THE PYTHON CONTROL SYSTEM TOOLBOX
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : g=t f ( 1 , [ 1 , 1 , 1 ] )
In [ 4 ] # Matlab c o m p a t i b i l i t y
In [ 5 ] : gd = c2d ( g , 0 . 0 1 )
In [ 6 ] # control toolbox
In [ 7 ] : gd2 = s a m p l e s y s te m ( g , 0 . 0 1 )
In [ 8 ] : print g
1
−−−−−−−−−−−
s ˆ2 + s + 1
In [ 9 ] : print gd
4 . 9 8 3 e −05 z + 4 . 9 6 7 e −05
−−−−−−−−−−−−−−−−−−−−−−−
z ˆ2 − 1 . 9 9 z + 0 . 9 9
dt = 0 . 0 1
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : g=t f ( 1 , [ 1 , 1 , 1 ] )
In [ 4 ] : gd =c2d ( g , 0 . 0 1 )
In [ 5 ] : g2=d2c ( gd )
In [ 6 ] : print g
1
−−−−−−−−−−−
s ˆ2 + s + 1
In [ 7 ] : print g2
1 . 7 2 9 e −14 s + 1
−−−−−−−−−−−−−−−
s ˆ2 + s + 1
3.11 Casting
The control.matlab module implements the casting functions to transform LTI systems to a
transfer function (tf) or to a state-space form (ss).
3.12. MODELS INTERCONNECTION 25
In [ 8 ] : g = t f ( s y s )
In [ 9 ] : print g
1
−−−−−−−−−−−
s ˆ2 + s + 1
In [ 1 0 ] : s y s = s s ( g )
In [ 1 1 ] : print s y s
A = [ [ 0 . −1.]
[ 1. −1.]]
B = [[ −1.]
[ 0.]]
C = [[ 0. −1.]]
D = [[ 0.]]
Commands like parallel and series are available in order to interconnect systems. The op-
erators + and * have been overloaded for the LTI class to perform the same operations. In
addition the command feedback is implemented exactly as in Matlab.
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : g1=t f ( 1 , [ 1 , 1 ] )
In [ 3 ] : g2=t f ( 1 , [ 1 , 2 ] )
In [ 4 ] : print p a r a l l e l ( g1 , g2 )
2 s + 3
−−−−−−−−−−−−−
s ˆ2 + 3 s + 2
In [ 5 ] : print g1+g2
2 s + 3
−−−−−−−−−−−−−
s ˆ2 + 3 s + 2
26 CHAPTER 3. THE PYTHON CONTROL SYSTEM TOOLBOX
In [ 6 ] : print s e r i e s ( g1 , g2 )
1
−−−−−−−−−−−−−
s ˆ2 + 3 s + 2
In [ 7 ] : print g1 ∗ g2
1
−−−−−−−−−−−−−
s ˆ2 + 3 s + 2
In [ 8 ] : print f e e d b a c k ( g1 , g2 )
s + 2
−−−−−−−−−−−−−
s ˆ2 + 3 s + 3
Chapter 4
System analysis
1.2
In [ 1 ] : from c o n t r o l import ∗
1.0
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t
0.8
In [ 3 ] : g = t f ( 1 , [ 1 , 1 , 1 ] )
0.6
y
In [ 4 ] : t , y = s t e p r e s p o n s e ( g )
0.4
In [ 5 ] : plt . plot (t , y)
...: plt . grid ()
0.2
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
0.0
0 2 4 6 8 10 12 14 16
t
or alternatively
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g = t f ( 1 , [ 1 , 1 , 1 ] )
In [ 5 ] : y , t = s t e p ( g )
In [ 6 ] : plt . plot (t , y)
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
...: plt . grid ()
27
28 CHAPTER 4. SYSTEM ANALYSIS
1.2
In [ 1 ] : from c o n t r o l import ∗
1.0
In [ 2 ] : from c o n t r o l . matlab import c2d
0.8
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g = t f ( 1 , [ 1 , 1 , 1 ] ) 0.6
y
In [ 5 ] : gz=c2d ( g , 0 . 1 ) 0.4
In [ 6 ] : t=np . a r a n g e ( 0 , 1 6 , 0 . 1 ) 0.2
In [ 7 ] : t1 , y = s t e p r e s p o n s e ( gz , t ) 0.0
0 2 4 6 8 10 12 14 16
In [ 8 ] : plt . step ( t , y) t
or alternatively
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g = t f ( 1 , [ 1 , 1 , 1 ] )
In [ 5 ] : gz=c2d ( g , 0 . 1 )
In [ 6 ] : t=np . a r a n g e ( 0 , 1 6 , 0 . 1 )
In [ 7 ] : y , t1 = s t e p ( gz , t )
In [ 8 ] : plt . step ( t , y)
...: plt . grid ()
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
1.4
In [ 1 ] : from c o n t r o l import ∗
1.2
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t 1.0
0.8
In [ 3 ] : a = [ [ 0 , 1 ] , [ − 1 , − 1 ] ]
0.6
In [ 4 ] : b = [ [ 0 ] , [ 1 ] ]
y
0.4
In [ 5 ] : c = [ 1 , 0 ] 0.2
0.0
In [ 6 ] : d = [ 0 ]
− 0.2
In [ 7 ] : s y s=s s ( a , b , c , d ) − 0.4
0 2 4 6 8 10 12 14
In [ 8 ] : t , y=i n i t i a l r e s p o n s e ( s y s , t
X0 = [ 1 , 1 ] )
In [ 9 ] : plt . plot (t , y)
...: plt . grid ()
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
or alternatively
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : a = [ [ 0 , 1 ] , [ − 1 , − 1 ] ]
In [ 5 ] : b = [ [ 0 ] , [ 1 ] ]
In [ 6 ] : c = [ 1 , 0 ]
In [ 7 ] : d = [ 0 ]
In [ 8 ] : s y s=s s ( a , b , c , d )
In [ 9 ] : y , t= i n i t i a l ( s y s , X0 = [ 1 , 1 ] )
In [ 1 0 ] : plt . plot (t , y)
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
...: plt . grid ()
0.6
In [ 1 ] : from c o n t r o l import ∗
0.5
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 3 ] : g = t f ( 1 , [ 1 , 1 , 1 ] ) 0.4
In [ 4 ] : t , y = i m p u l s e r e s p o n s e ( g ) 0.3
y
In [ 5 ] : plt . plot (t , y) 0.2
...: plt . grid ()
...: plt . xlabel ( ’ t ’ ) 0.1
...: plt . ylabel ( ’y ’ )
0.0
or alternatively − 0.1
0 2 4 6 8 10 12 14 16
t
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g = t f ( 1 , [ 1 , 1 , 1 ] )
In [ 5 ] : y , t = i m p u l s e ( g )
In [ 6 ] : plt . plot (t , y)
...: plt . grid ()
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
1 .0
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t
0.5
In [ 3 ] : g=t f ( [ 1 , 2 ] , [ 1 , 2 , 3 , 4 ] )
In [ 4 ] : t=l i n s p a c e ( 0 , 6 ∗ p i ) 0.0
y
In [ 5 ] : u=s i n ( t )
0.5
In [ 6 ] : t , y , x = f o r c e d r e s p o n s e ( g , t , u )
In [ 7 ] : plt . plot (t , y) 1 .0
...: plt . xlabel ( ’ t ’ ) 0 5 10 15 20
...: plt . ylabel ( ’y ’ ) t
or alternatively
In [ 1 ] : from c o n t r o l import ∗
In [ 3 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g=t f ( [ 1 , 2 ] , [ 1 , 2 , 3 , 4 ] )
In [ 5 ] : t=l i n s p a c e ( 0 , 6 ∗ p i )
In [ 6 ] : u=s i n ( t )
In [ 7 ] : y , t , x = l s i m ( g , u , t )
In [ 8 ] : plt . plot (t , y)
...: plt . xlabel ( ’ t ’ )
...: plt . ylabel ( ’y ’ )
...: plt . grid ()
The frequency analysis includes some commands like bode response, nyquist response,
nichols response and the corresponding Matlab versions bode, nyquist and nichols. (See
figures 4.6, 4.7 and 4.8)
0
In [ 1 ] : from c o n t r o l import ∗ )
B 0
d(
e 0
In [ 2 ] : g=t f ( [ 1 ] , [ 1 , 0 . 5 , 1 ] ) d
u
i
t
n 20
g
In [ 3 ] : b o d e p l o t ( g , dB=True ) ; a 30
M
40
- 0
0 0 0
or alternatively )
g
e
d(
es
a
h
In [ 1 ] : from c o n t r o l import ∗ P
In [ 3 ] : g=t f ( [ 1 ] , [ 1 , 0 . 5 , 1 ] )
In [ 4 ] : bode ( g , dB=True ) ;
The command margins returns the gain margin, the phase margin and the corresponding
crossover frequencies.
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : g=t f ( 2 , [ 1 , 2 , 3 , 1 ] )
In [ 4 ] : gm # Gain , n ot dB !
Out [ 4 ] : 2 . 5 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3
In [ 5 ] : pm
Out [ 5 ] : 7 6 . 2 7 4 0 7 5 2 5 6 9 2 1 3 9 2 # deg
In [ 6 ] : wg
Out [ 6 ] : 0 . 8 5 8 6 4 8 7 7 6 1 0 1 6 7 2 0 1 # rad / s
In [ 7 ] : wp
Out [ 7 ] : 1 . 7 3 2 0 5 0 8 0 7 5 6 8 8 7 7 6 # rad / s
In addition, the command stability margins returns the stability margin and the correspond-
ing frequency. The stability margin values ws and sm , which correspond to the shortest distance
from the Nyquist curve to the critical point −1, are useful for the sensitivity analysis.
4.2. FREQUENCY ANALYSIS 33
0. 8
In [ 1 ] : from c o n t r o l import ∗
0.6
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t
0.4
In [ 3 ] : g=t f ( [ 1 ] , [ 1 , 2 , 1 ] ) 0.2
0.2
0.4
or alternatively
0.6
0.8
In [ 1 ] : from c o n t r o l import ∗ .0 0.5 0.0 0.5 .0
In [ 2 ] : import m a t p l o t l i b . p y p l o t a s p l t
In [ 4 ] : g=t f ( 1 , [ 1 , 2 , 1 ] )
In [ 5 ] : n y q u i s t ( g ) , p l t . g r i d ( )
0.0 0.0
or alternatively
M
00 00.0 00.0
20.0 20.0
In [ 3 ] : nichols (g)
In [ 1 ] : from c o n t r o l import ∗
In [ 2 ] : g=t f ( 2 , [ 1 , 2 , 3 , 1 ] )
In [ 3 ] : gm, pm, sm , wg , wp , ws = s t a b i l i t y m a r g i n s ( g )
In [ 4 ] : gm
Out [ 4 ] : 2 . 5 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 # Gain n ot dB ‘
In [ 5 ] : pm
Out [ 5 ] : 7 6 . 2 7 4 0 7 5 2 5 6 9 2 1 3 9 2 # deg
In [ 6 ] : wg
Out [ 6 ] : 1 . 7 3 2 0 5 0 8 0 7 5 6 8 8 7 7 6 # rad / s
In [ 7 ] : wp
Out [ 7 ] : 0 . 8 5 8 6 4 8 7 7 6 1 0 1 6 7 2 0 1 # rad / s
In [ 8 ] : sm
Out [ 8 ] : 0 . 5 4 4 9 7 5 7 7 5 5 3 0 9 6 4 2 1 #
In [ 9 ] : ws
Out [ 9 ] : 1 . 3 6 6 9 3 7 1 2 0 6 5 3 8 0 9 7 # rad / s
In [ 1 ] : from c o n t r o l import ∗
1.5
In [ 3 ] : g=t f ( [ 1 , 1 ] , [ 1 , 2 , 3 , 4 , 0 ] ) 0.5
In [ 4 ] : g . p o l e ( )
Im
0.0
Out [ 4 ] :
a r r a y ([ − 1 . 6 5 0 6 2 9 1 9 + 0 . j , −0.5
−0.17468540+1.5468688 9 j ,
−1.0
−0.17468540 −1.54686889 j ,
0.00000000+0. j ]) −1.5
In [ 5 ] : g . z e r o ( ) −2.0
−2.0 −1.5 −1.0 −0.5 0.0 0.5
Out [ 5 ] : a r r a y ( [ − 1 . ] ) Re
In [ 6 ] : p o l e s , z e r o s = pzmap ( g ) , g r i d ( )
In [ 7 ] : poles
Out [ 7 ] :
a r r a y ([ − 1 . 6 5 0 6 2 9 1 9 + 0 . j ,
−0.17468540+1.5468688 9 j ,
−0.17468540 −1.54686889 j ,
0.00000000+0. j ])
In [ 8 ] : z e r o s
Out [ 8 ] : a r r a y ( [ − 1 . ] )
In [ 2 ] : g=t f ( 1 , [ 1 , 2 , 3 , 0 ] ) 4
0.88
In [ 3 ] : rlocus (g) ;
2 0.97
Imaginary
or alternatively
−2
In [ 1 ] : from c o n t r o l import ∗
−4
In [ 2 ] : g=t f ( 1 , [ 1 , 2 , 3 , 0 ] )
In [ 3 ] : k=l o g s p a c e ( − 3 , 3 , 1 0 0 ) −6 −4 −2 0 2
Real
In [ 4 ] : root locus (g , k) ;
Modeling
The sympy module (symbolic python) contains a full set of operations to manage physical
systems. In particular, it is possible to find the linearized model of a mechanical system using
the Lagrange’s method or the Kane’s method. More details about the Kane’s method are
available at [14], [15], [16], [17], [18] and [19].
In the next sections we present the modelling of 3 plants that we can find in our laboratories
and that are quite familiar to us.
5.1.1 Plant
In this first example we model a DC servo motor with a current input in order to find its
state-space representation. The motor is characterized by a torque constant kt , an inertia
(motor+load) J and a friction constant Dm .
The input of the plant is the current I and the output is the position ϕ. The rotation center is
the point O, the main coordinates system is N and we add a local reference frame Nr which
rotates with the load (angle ϕ and speed ω).
37
38 CHAPTER 5. MODELING
In [ 3 ] : # Mechanics
...: I o = o u t e r ( Nr . x , Nr . x )
...:
...: InT = ( J ∗ Io , O)
...:
...: L a s t = RigidBody ( ’ L a s t ’ , O, Nr , M, InT )
...: Last . p o t e n t i a l e n e r g y = 0
...:
system and a vector that contains the rigid bodies of the system.
In [ 4 ] : # For c e s and t o r q u e s
. . . : f o r c e s = [ ( Nr , ( k t ∗ I−Dm∗w) ∗N. x ) ]
5.1.6 Model
Using the Lagranges’s method is now possible to find the dynamic matrices related to the plant.
In [ 5 ] : # Lagrange model
. . . : L = L a g r a n g i a n (N, L a s t ) # Lagrange o p e r a t o r
. . . : LM = LagrangesMethod ( L , [ ph ] , f o r c e l i s t = f o r c e s ,
frame = N)
. . . : LM. f o r m l a g r a n g e s e q u a t i o n s ( )
...:
. . . : # s y m b o l i c a l l y l i n e a r i z e ab ou t a r b i t r a r y
equilibrium
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
i n p u t s = LM. l i n e a r i z e ( q i n d = [ ph ] , q d i n d = [ w ] )
...:
In [ 6 ] : A = MM. i n v ( ) ∗ l i n e a r s t a t e m a t r i x
. . . : B = MM. i n v ( ) ∗ l i n e a r i n p u t m a t r i x
...:
. . . : print (A)
. . . : print (B)
...:
Matrix ( [ [ 0 , 1 ] , [ 0 , −Dm/ J ] ] )
Matrix ( [ [ 0 ] , [ k t / J ] ] )
In [ 3 ] : # Mechanics
...: I o = J ∗ o u t e r ( Nr . x , Nr . x )
...:
...: InT = ( Io , O)
...:
...: B = RigidBody ( ’B ’ , O, Nr , M, InT )
...:
In [ 4 ] : # For c e s and t o r q u e s
. . . : f o r c e s = [ ( Nr , ( k t ∗ I−Dm∗w) ∗N. x ) ]
...:
. . . : k i n d i f f s = [ ( ph . d i f f ( t )−w) ]
...:
. . . : b o d i e s =[B ]
...:
5.2.6 Model
Using the Kane’s method is now possible to find the dynamic matrices related to the plant.
In [ 5 ] : # Model
. . . : KM = KanesMethod (N, q i n d =[ph ] , u i n d =[w ] , k d e q s=
kindiffs )
. . . : f r , f r s t a r = KM. k a n e s e q u a t i o n s ( f o r c e s , b o d i e s )
...:
. . . : print f r
. . . : print f r s t a r
...:
Matrix ( [ [ −Dm∗w( t ) + k t ∗ I ( t ) ] ] )
Matrix ( [ [ − J ∗ D e r i v a t i v e (w( t ) , t ) ] ] )
From the results of the Kane’s model identification, we can now extract the matrices A and B
of the state-space representation.
In [ 6 ] : # s y m b o l i c a l l y l i n e a r i z e ab ou t a r b i t r a r y
equilibrium
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
inputs =
KM. l i n e a r i z e ( new method=True )
...:
. . . : # set the the equilibrium point
. . . : eq pt = [ 0 , 0]
. . . : e q d i c t = d i c t ( zip ( [ ph , w ] , e q p t ) )
...:
. . . : f A l i n = l i n e a r s t a t e m a t r i x . subs ( e q d i c t )
. . . : f B l i n = l i n e a r i n p u t m a t r i x . subs ( e q d i c t )
. . . : MM = MM. s u b s ( e q d i c t )
...:
. . . : # compute A and B m a t r i c e s
. . . : A = MM. i n v ( ) ∗ f A l i n )
. . . : B = MM. i n v ( ) ∗ f B l i n )
42 CHAPTER 5. MODELING
In [ 6 ] : print A
. . . : print B
...:
[ [ 0 1]
[ 0 −Dm/ J ] ]
[[0]
[ kt /J ] ]
The second example is represented by the classical inverted pendulum as shown in figure 5.1.
P
th, w
x1
y
y1
F C
x, v
The global reference frame is Nf (x, y) The point P is the center of mass of the pendulum. The
car is moving with speed v and position C. The pole is rotating with the angle th and angular
velocity w, In addition to the main coordinate frame Nf (x, y), we define a local body-fixed
frame to the pendulum Npend (x1 , y1 ).
5.3. MODEL OF THE INVERTED PENDULUM - LAGRANGE 43
In [ 3 ] : I = o u t e r ( Nf . z , Nf . z )
...: I n e r t i a t u p l e = ( I c ∗ I , P)
...: Bp = RigidBody ( ’Bp ’ , P , A, m, I n e r t i a t u p l e )
...:
...: Bp . p o t e n t i a l e n e r g y = m∗ g ∗ r ∗ s i n ( th )
...: Car . p o t e n t i a l e n e r g y = 0
...:
In [ 4 ] : # For c e s and t o r q u e s
. . . : f o r c e s = [ ( C, F∗ Nf . x−d∗v∗ Nf . x ) , ( P, 0 ∗ Nf . y ) ]
...:
5.3. MODEL OF THE INVERTED PENDULUM - LAGRANGE 45
In [ 5 ] : # Lagrange o p e r a t o r
...: L = L a g r a n g i a n ( Nf , Car , Bp)
...:
...: # Lagrange model
...: LM = LagrangesMethod ( L , [ x , th ] , f o r c e l i s t =
f o r c e s , frame = Nf )
. . . : LM. f o r m l a g r a n g e s e q u a t i o n s ( )
...:
. . . : # Equilibrium point
. . . : eq pt = [ 0 . 0 , pi /2 ,0 . 0 , 0. 0 ]
. . . : e q d i c t = d i c t ( zip ( [ x , th , v , w ] , e q p t ) )
...:
. . . : # s y m b o l i c a l l y l i n e a r i z e ab ou t a r b i t r a r y
equilibrium
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
i n p u t s = LM. l i n e a r i z e ( q i n d = [ x , th ] , q d i n d = [ v ,
w] )
...:
. . . : f p l i n = l i n e a r s t a t e m a t r i x . subs ( e q d i c t )
. . . : f B l i n = l i n e a r i n p u t m a t r i x . subs ( e q d i c t )
...:
. . . : MM = MM. s u b s ( e q d i c t )
...:
. . . : Atmp = MM. i n v ( ) ∗ f p l i n
. . . : Btmp = MM. i n v ( ) ∗ f B l i n
...:
In [ 6 ] : Atmp
Out [ 6 ] :
Matrix ( [
[0 , 0,
1,
0] ,
[0 , 0,
0,
1] ,
[0 , g ∗m∗∗2∗ r ∗∗2/( −m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) , −d
∗ ( I c + m∗ r ∗ ∗ 2 ) /(−m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) ,
0] ,
[ 0 , g ∗m∗ r ∗ (M + m) /(−m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) ,
−d∗m∗ r /(−m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) ,
0]])
In [ 7 ] : Btmp
Out [ 7 ] :
Matrix ( [
[ 0] ,
[ 0] ,
[ ( I c + m∗ r ∗ ∗ 2 ) /(−m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) ] ,
[ m∗ r /(−m∗∗2∗ r ∗∗2 + ( I c + m∗ r ∗ ∗ 2 ) ∗ (M + m) ) ] ] )
46 CHAPTER 5. MODELING
The global reference frame is Nf (x, y) The point P is the center of mass of the pendulum. The
car is moving with speed v and position C. The pole is rotating with the angle th and angular
velocity w, In addition to the main coordinate frame Nf (x, y), we define a local body-fixed
frame to the pendulum Npend (x1 , y1 ).
In [ 3 ] : I = o u t e r ( Nf . z , Nf . z )
. . . : I n e r t i a t u p l e = ( J ∗ I , P)
. . . : Bp = RigidBody ( ’Bp ’ , P , Npend , m, I n e r t i a t u p l e )
...:
In [ 4 ] : # For c e s and t o r q u e s
. . . : f o r c e s = [ ( C, F∗ Nf . x−d∗v∗ Nf . x ) , ( P,−m∗ g ∗ Nf . y ) ]
. . . : f r a m e s = [ Nf , Npend ]
. . . : p o i n t s = [ C, P ]
...:
. . . : k i n d i f f s = [ x . d i f f ( t )−v , th . d i f f ( t ) − w ]
. . . : p a r t i c l e s = [ Car , Bp ]
...:
n [ 5 ] : # Model
. . . : KM = KanesMethod ( Nf , q i n d =[x , th ] , u i n d =[v , w ] ,
k d e q s=k i n d i f f s )
. . . : f r , f r s t a r = KM. k a n e s e q u a t i o n s ( f o r c e s , p a r t i c l e s )
...:
. . . : # Equilibrium point
. . . : eq pt = [ 0 , pi /2 ,0 ,0]
. . . : e q d i c t = d i c t ( zip ( [ x , th , v , w ] , e q p t ) )
...:
. . . : # s y m b o l i c a l l y l i n e a r i z e ab ou t a r b i t r a r y
equilibrium
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
inputs =
KM. l i n e a r i z e ( new method=True )
...:
. . . : # s u b i n t h e e q u i l i b r i u m p o i n t and t h e par am e t e r s
. . . : f A l i n = l i n e a r s t a t e m a t r i x . subs ( e q d i c t )
. . . : f B l i n = l i n e a r i n p u t m a t r i x . subs ( e q d i c t )
. . . : MM = MM. s u b s ( e q d i c t )
...:
. . . : # compute A and B
. . . : A = MM. i n v ( ) ∗ f A l i n
. . . : B = MM. i n v ( ) ∗ f B l i n
...:
48 CHAPTER 5. MODELING
In [ 6 ] : A
Out [ 6 ] :
Matrix ( [
[0 , 0 , 1 , 0] ,
[0 , 0 , 0 , 1] ,
[0 , g ∗m∗∗2∗ r ∗ ∗ 2 / ( J ∗M + J ∗m + M∗m∗ r ∗ ∗ 2 ) , −d ∗ (m∗∗2∗ r ∗ ∗ 2 / ( (
M + m) ∗ ( J ∗M + J ∗m
+ M∗m∗ r ∗ ∗ 2 ) ) + 1 / (M + m) ) , 0 ] ,
[ 0 , g ∗m∗ r ∗ (M + m) / ( J ∗M + J ∗m + M∗m∗ r ∗ ∗ 2 ) ,
−d∗m∗ r / ( J ∗M + J ∗m + M∗m∗ r ∗ ∗ 2 ) , 0 ] ] )
In [ 7 ] : B
Out [ 7 ] :
Matrix ( [
[
0] ,
[
0] ,
[m∗∗2∗ r ∗ ∗ 2 / ( (M + m) ∗ ( J∗M + J∗m + M∗m∗ r ∗ ∗ 2 ) ) + 1 / (M + m) ] ,
[ m∗ r / ( J ∗M + J ∗m + M∗m∗ r ∗ ∗ 2 ) ] ] )
0
0
B=
Jc+mr 2
JcM +Jcm+M mr 2
mr
JcM +Jcm+M mr 2
y2
y1
ph2, w2 ph0
y
x2
x1
ph1, w1, T
In [ 2 ] : # M e c han i c al s y s t e m
...: N = ReferenceFrame ( ’N ’ )
...:
...: O = P o i n t ( ’O ’ )
...: O. s e t v e l (N, 0 )
...:
...: # Roll conditions
...: p h i r o l l = −(phi w ∗R w−p h i b ∗R w ) /R b
...: w roll = phi roll . diff ( t )
...:
...: # Rotating axes
...: # Ball rotation
...: # Wheel r o t a t i o n
...: # Ball position
...: N b = N. o r i e n t n e w ( ’ N b ’ , ’ Axis ’ , [ p h i b ,N. y ] )
...: N w = N. o r i e n t n e w ( ’ N w ’ , ’ Axis ’ , [ phi w ,N. y ] )
...: N r o l l = N. o r i e n t n e w ( ’ N r o l l ’ , ’ Axis ’ , [ p h i r o l l ,N. y
])
...:
. . . : N w . s e t a n g v e l (N, w w∗N. y )
. . . : N r o l l . s e t a n g v e l (N, w r o l l ∗N. y )
. . . : N b . s e t a n g v e l (N, w b ∗N. y )
...:
In [ 3 ] : # B a l l Center o f mass
...: CM2 = O. l o c a t e n e w ( ’CM2 ’ , ( R w+R b ) ∗N b . z )
...: CM2. v 2 p t t h e o r y (O, N, N b )
...:
Out [ 3 ] : ( R b + R w ) ∗ p h i b ’ ∗N b . x
In [ 4 ] : # Inertia
...: Iy = o u t e r (N. y ,N. y )
...: In1T = ( J w ∗ Iy , O) # Wheel
...: In2T = ( J b ∗ Iy , CM2) # Ball
...:
...: # B odi e s
...: B w = RigidBody ( ’ B w ’ , O, N w , M w, In1T )
...: B r = RigidBody ( ’ B r ’ , CM2, N r o l l , M b , In2T )
...:
...: B r . p o t e n t i a l e n e r g y = ( R w+R b ) ∗M b∗ g ∗ s i n ( p h i b )
...: B w. potential energy = 0
...:
5.5. MODEL OF THE BALL-ON-WHEEL PLANT - LAGRANGE 51
In [ 5 ] : f o r c e s = [ ( N r o l l , 0∗N. y ) , ( N w , T∗N. y ) ]
In [ 6 ] : # Lagrange o p e r a t o r
...: L = L a g r a n g i a n (N, B r, B w)
...:
...: # Lagrange model
...: LM = LagrangesMethod ( L , [ p h i b , phi w ] , f o r c e l i s t
= forces , frame = N)
. . . : LM. f o r m l a g r a n g e s e q u a t i o n s ( )
...:
. . . : # Equilibrium point
. . . : eq p t = [ p i /2 , 0 , 0 , 0 ]
. . . : e q d i c t = d i c t ( zip ( [ p h i b , phi w , w b , w w ] , e q p t
))
...:
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
i n p u t s = LM. l i n e a r i z e ( q i n d =[ p h i b , phi w ] , q d i n d
= [w b, w w])
...:
. . . : f p l i n = l i n e a r s t a t e m a t r i x . subs ( e q d i c t )
. . . : f B l i n = l i n e a r i n p u t m a t r i x . subs ( e q d i c t )
...:
. . . : MM = MM. s u b s ( e q d i c t )
...:
. . . : Atmp = MM. i n v ( ) ∗ f p l i n
. . . : Btmp = MM. i n v ( ) ∗ f B l i n
...:
52 CHAPTER 5. MODELING
In [ 7 ] : Atmp
Out [ 7 ] :
Matrix ( [
[
0 , 0 , 1 , 0] ,
[
0 , 0 , 0 , 1] ,
[ M b∗ g ∗ ( R b + R w ) ∗ ( J b ∗R w∗∗2/ R b ∗∗2 + J w ) /(− J b ∗∗2∗R w
∗∗4/ R b ∗∗4 + ( J b ∗R w∗∗2/ R b ∗∗2 + J w ) ∗ ( J b ∗R w∗∗2/ R b
∗∗2 + M b ∗ ( R b + R w ) ∗ ∗ 2 ) ) , 0 , 0 , 0 ] ,
[ J b ∗M b∗R w∗∗2∗ g ∗ ( R b + R w ) / ( R b ∗∗2∗( − J b ∗∗2∗R w
∗∗4/ R b ∗∗4 + ( J b ∗R w∗∗2/ R b ∗∗2 + J w ) ∗ ( J b ∗R w∗∗2/ R b
∗∗2 + M b ∗ ( R b + R w ) ∗ ∗ 2 ) ) ) , 0 , 0 , 0 ] ] )
In [ 8 ] : Btmp
Out [ 8 ] :
Matrix ( [
[
0] ,
[
0] ,
[ J b ∗R w∗ ∗ 2 / ( R b ∗∗2∗( − J b ∗∗2∗R w∗∗4/
R b ∗∗4 + ( J b ∗R w∗∗2/ R b ∗∗2 + J w ) ∗ ( J b ∗R w∗∗2/ R b ∗∗2
+ M b∗( R b + R w) ∗∗2) ) ) ] ,
[ ( J b ∗R w∗∗2/ R b ∗∗2 + M b ∗ ( R b + R w ) ∗ ∗ 2 ) /(− J b ∗∗2∗R w∗∗4/
R b ∗∗4 + ( J b ∗R w∗∗2/ R b ∗∗2 + J w ) ∗ ( J b ∗R w∗∗2/ R b ∗∗2
+ M b∗( R b + R w) ∗∗2) ) ] ] )
or as formula
0 0 1 0
0 0 0 1
J2 M 2 R2
1g J2 M 2 R1 R2 g
0 0
A= J1 J2 R1 +J1 J2 R2 +J1 M2 R1 R2 +J1 M2 R3 +J2 M2 R3 +J2 M2 R2 R2
2 2 1 1
J1 J2 R1 +J1 J2 R2 +J1 M2 R1 R2 +J1 M2 R3 +J2 M2 R3 +J2 M2 R2 R2
2 2 1 1
J1 M 2 R2
J1 M 2 R1 R2 g 2g 0 0
(
(R1 +R2 ) J1 J2 +J1 M2 R2 +J2 M2 R2
2 1 ) (
(R1 +R2 ) J1 J2 +J1 M2 R2 +J2 M2 R2
2 1 )
and
0
0
M2 2 R2 R2
1 2 1
B = (J1 +M2 R21 )(J1 J2 +J1 M2 R22 +J2 M2 R21 ) + J1 +M2 R21
M 2 R1 R2
−
J1 J2 +J1 M2 R2 +J2 M2 R2
2 1
The input of the system is represented by the torque T applied to the wheel.
In [ 2 ] : N = ReferenceFrame ( ’N ’ )
...:
...: O = P o i n t ( ’O ’ )
...: O. s e t v e l (N, 0 )
...:
...: ph0 = (R1∗ ph1+R2∗ ph2 ) /R1
...:
...: N0 = N. o r i e n t n e w ( ’N0 ’ , ’ Axis ’ , [ ph0 ,N. z ] )
...: N1 = N. o r i e n t n e w ( ’N1 ’ , ’ Axis ’ , [ ph1 ,N. z ] )
...: N2 = N. o r i e n t n e w ( ’N2 ’ , ’ Axis ’ , [ ph2 ,N. z ] )
...: N1 . s e t a n g v e l (N, w1∗N. z )
...: N2 . s e t a n g v e l (N, w2∗N. z )
...:
In [ 4 ] : I z = o u t e r (N. z ,N. z )
...: In1T = ( J1 ∗ Iz , O)
...: In2T = ( J2 ∗ Iz , CM2)
...:
...: B1 = RigidBody ( ’ B1 ’ , O, N1 , M1, In1T )
...: B2 = RigidBody ( ’ B2 ’ , CM2, N2 , M2, In2T )
...:
In [ 7 ] : # E q u i l i b r i u m p o i n t
. . . : eq pt = [ 0 , 0 , 0 , 0 , 0]
. . . : e q d i c t = d i c t ( zip ( [ ph1 , ph2 , w1 , w2 , T ] , e q p t ) )
...:
In [ 8 ] : # s y m b o l i c a l l y l i n e a r i z e ab ou t a r b i t r a r y
equilibrium
. . . : MM, l i n e a r s t a t e m a t r i x , l i n e a r i n p u t m a t r i x ,
inputs =
KM. l i n e a r i z e ( new method=True )
...:
. . . : # s u b i n t h e e q u i l i b r i u m p o i n t and t h e par am e t e r s
. . . : f A l i n = l i n e a r s t a t e m a t r i x . subs ( e q d i c t )
. . . : f B l i n = l i n e a r i n p u t m a t r i x . subs ( e q d i c t )
. . . : MM = MM. s u b s ( e q d i c t )
...:
. . . : # compute A and B
. . . : A = MM. i n v ( ) ∗ f A l i n
. . . : B = MM. i n v ( ) ∗ f B l i n
5.6. MODEL OF THE BALL-ON-WHEEL PLANT - KANE 55
In [ 9 ] : A
Out [ 9 ] :
Matrix ( [
[0 , 0 , 1 , 0] ,
[0 , 0 , 0 , 1] ,
[−M2∗∗2∗R1∗∗2∗R2∗∗2∗ g / ( ( R1 + R2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2 + J2
∗M2∗R1 ∗ ∗ 2 ) ) +
M2∗R1∗∗2∗ g ∗ (M2∗∗2∗R1∗∗2∗R2 ∗ ∗ 2 / ( ( J1 + M2∗R1 ∗ ∗ 2 ) ∗ ( J1 ∗ J2 + J1
∗M2∗R2∗∗2 +
J2 ∗M2∗R1 ∗ ∗ 2 ) ) + 1 / ( J1 + M2∗R1∗ ∗ 2 ) ) / ( R1 + R2 ) , −M2∗∗2∗R1∗R2
∗∗3∗ g / ( ( R1 +
R2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2 + J2 ∗M2∗R1∗ ∗ 2 ) ) + M2∗R1∗R2∗ g ∗ (M2
∗∗2∗R1∗∗2∗R2 ∗ ∗ 2 / ( ( J1 +
M2∗R1 ∗ ∗ 2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2 + J2 ∗M2∗R1 ∗ ∗ 2 ) ) + 1 / ( J1 +
M2∗R1∗ ∗ 2 ) ) / ( R1 + R2 ) ,
0 , 0] ,
[ −M2∗∗2∗R1∗∗3∗
R2∗ g / ( ( R1 + R2 ) ∗ ( J1 ∗ J2
+ J1 ∗M2∗R2∗∗2 + J2 ∗M2∗R1 ∗ ∗ 2 ) ) + M2∗R1∗R2∗ g ∗ ( J1 + M2∗R1 ∗ ∗ 2 )
/ ( ( R1 + R2 ) ∗ ( J1 ∗ J2 +
J1 ∗M2∗R2∗∗2 + J2 ∗M2∗R1 ∗ ∗ 2 ) ) ,
−M2∗∗2∗R1∗∗2∗R2∗∗2∗ g / ( ( R1 + R2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2 + J2 ∗
M2∗R1∗ ∗ 2 ) ) +
M2∗R2∗∗2∗ g ∗ ( J1 + M2∗R1 ∗ ∗ 2 ) / ( ( R1 + R2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2
+ J2 ∗M2∗R1∗ ∗ 2 ) ) , 0 ,
0]])
In [ 1 0 ] : B
Out [ 1 0 ] :
Matrix ( [
[
0] ,
[
0] ,
[M2∗∗2∗R1∗∗2∗R2 ∗ ∗ 2 / ( ( J1 + M2∗R1 ∗ ∗ 2 ) ∗ ( J1 ∗ J2 + J1 ∗M2∗R2∗∗2 +
J2 ∗M2∗R1 ∗ ∗ 2 ) ) +
1 / ( J1 + M2∗R1 ∗ ∗ 2 ) ] ,
[ −M2∗R1∗R2 / (
J1 ∗ J2 + J1 ∗M2∗R2∗∗2 +
J2 ∗M2∗R1 ∗ ∗ 2 ) ] ] )
56 CHAPTER 5. MODELING
Chapter 6
Control design
1
G(s) =
s2 + 6 · s + 5
e∞ = 0
P M ≥ 60o
and
ωgc = 10rad/s
1 + s · Ti 1 + α · TD · s
C(s) = K · ·
s · Ti 1 + s · TD
57
58 CHAPTER 6. CONTROL DESIGN
In [ 1 ] : # Modules
In [ 2 ] : from m a t p l o t l i b . p y p l o t import ∗
In [ 3 ] : from c o n t r o l import ∗
In [ 5 ] : from s c i p y import s i n , s q r t
In [ 7 ] : from s u p s i c t r l . c t r l u t i l s import ∗
In [ 8 ] : from s u p s i c t r l . c t r l r e p l import ∗
In [ 9 ] : g=t f ( [ 1 ] , [ 1 , 6 , 5 ] )
In [ 1 0 ] : bode ( g , dB=True ) ;
In [ 1 1 ] : l e g e n d ( [ ’G( s ) ’ ] , prop={ ’ s i z e ’ : 1 0 } )
Out [ 1 1 ] :
(< m a t p l o t l i b . a x e s . AxesSubplot a t 0 x 7 f 8 5 b 5 1 9 3 5 5 0 >,
<m a t p l o t l i b . l e g e n d . Legend a t 0 x 7 f 8 5 b 4 7 e 6 9 5 0 >)
In [ 1 2 ] : wgc = 10 # D e s i r e d Bandwidth
& #0
G;<=
& 20
: & 30
6
35
4 &
40
3 & 50
0
/
t
. & 60
,
+
& *0
M
& '0
& 9 0 $% 0 % 2
#0 #0 #0 #0
0
& 20
& 40
:
, & 60
4
53 & '0
4M & # 00
+
L & # 20
K
& # 40
& # 60
& #' 0 $% 0 % 2
#0 #0 #0 #0
Fr>q?>@A y CrDEHI>AJ
6.1.2 PI part
Now we choose the integration time for the PI part of the controller. In this example we set
6.1. PI+LEAD DESIGN EXAMPLE 59
Ti = 0.15s
In [ 1 4 ] : # PI p a r t
In [ 1 5 ] : Ti =0.15
In [ 1 6 ] : Gpi=t f ( [ Ti , 1 ] , [ Ti , 0 ] )
In [ 1 7 ] : print ” PI p a r t i s : ” , Gpi
PI p a r t i s :
0.15 s + 1
−−−−−−−−−−
0.15 s
In [ 1 8 ] : f i g u r e ( )
Out [ 1 8 ] : <m a t p l o t l i b . f i g u r e . F i g u r e a t 0 x 7 f 8 5 b 4 7 e a a 1 0 >
Figure 6.2 shows the bode plot of the plant with and without the PI controller part.
40
_`bf
20 _pj`bfk _`bf
^
] 0
Z\
[ S 20
Z
Y
X S 40
t
W
V
U S 60
M
S T0
S O 00 QR 0 R 2
O0 O0 O0 O0
0
^ S 50
V
[
Z\
[ S O 00
U
S O 50
S 200
QR 0 R 2
O0 O0 O0 O0
mtvwx vyz y {t|}~vz
Now we can get the P M at the frequency ωgc in order to calculate the additional phase contri-
bution of the lead part of the controller.
In [ 2 3 ] : ph = phase [ 0 ]
In [ 2 4 ] : i f ph>=0:
...: ph = phase [ 0 ] − 3 6 0 ;
...:
In [ 2 6 ] : dPM = Phase−ph
Now it is possible to calculate the lead controller by finding the values of α and TD .
In [ 2 8 ] : # Lead p a r t
In [ 2 9 ] : dPMrad = dPM/180∗ p i
In [ 3 1 ] : print ” Alpha i s : ” , a l f a
Alpha i s : 15.4073552425
In [ 3 2 ] : TD = 1 / ( s q r t ( a l f a ) ∗wgc ) ;
In [ 3 5 ] : f i g u r e ( )
Out [ 3 5 ] : <m a t p l o t l i b . f i g u r e . F i g u r e a t 0 x7f85b43462d 0 >
In [ 3 8 ] :
l e g e n d ( ( [ ’G( s ) ’ , ’ Gpi ( s ) ∗G( s ) ’ , ’ Gpi ( s ) ∗GLead ( s ) ∗G( s ) ’ ] ) ,
prop={ ’ s i z e ’ : 1 0 } )
Out [ 3 8 ] :
(< m a t p l o t l i b . a x e s . AxesSubplot a t 0 x7f85b43736 d0 >,
<m a t p l o t l i b . l e g e n d . Legend a t 0 x 7 f 8 5 b 3 b 1 f 4 5 0 >)
Figure 6.3 shows now the bode plot of the plant, the plant with the PI part and the plant with
PI and Lead part
6.1. PI+LEAD DESIGN EXAMPLE 61
40
20
0
20
40
t
60
M
0
00
0 2 3
0 0 0 0 0
0
50
00
¬
«
50
200
0 2 3
0 0 0 0 0
¡¢ £¤ y ¥¦§¨© ¤ª
The last step is to find the amplification K of the controller which move up the bode gain plot
in order to obtain the required crossover frequency ωgc .
In [ 4 1 ] : K=1/mag [ 0 ]
In [ 4 3 ] : f i g u r e ( )
Out [ 4 3 ] : <m a t p l o t l i b . f i g u r e . F i g u r e a t 0 x7f85b3a703d 0 >
In [ 4 7 ] :
l e g e n d ( ( [ ’G( s ) ’ , ’ Gpi ( s ) ∗G( s ) ’ , ’ Gpi ( s ) ∗GLead ( s ) ∗G( s ) ’ ,
’K∗ Gpi ( s ) ∗GLead ( s ) ∗G( s ) ’ ] ) , prop={ ’ s i z e ’ : 1 0 } )
Out [ 4 7 ] :
(< m a t p l o t l i b . a x e s . AxesSubplot a t 0 x 7 f 8 5 b 3 a 7 6 6 9 0 >,
<m a t p l o t l i b . l e g e n d . Legend a t 0 x 7 f 8 5 b 3 3 e 6 f 9 0 >)
In the figure 6.4 we see now that the gain plot has been translated up to get 0dB at the gain
crossover frequency ωgc .
62 CHAPTER 6. CONTROL DESIGN
60
½¾¿À
40
½Á¾¿Àà ½¾¿À
¼
» 20 ½Á¾¿Àà ½ÄÅÆÇ¾¿Àà ½¾¿À
¸º
0 ÈýÁ¾¿Àà ½ÄÅÆÇ¾¿Àà ½¾¿À
¹
¸ ± 20
·
¶
t
µ ± 40
´
³
± 60
M
± ²0
± ® 00 ¯° 0 ° 2 3
®0 ®0 ®0 ®0 ®0
0
¼ ± 50
´
¹
¸º
¹ ± ® 00
Ø
³
×
Ö
± ® 50
± 200 ¯° 0 ° 2 3
®0 ®0 ®0 ®0 ®0
ÉÊËÌÍËÎÏ y ÐÊÑÒÓÔËÏÕ
Figure 6.4: Bode diagram - G (dashed), Gpi*G (dotted), Gpi*GLead*G (dot-dashed) and
K*Gpi*GLead*G
In [ 4 9 ] : print ” F u l l c o n t r o l l e r : ” , Contr
Full c o n t r o l le r :
1 . 4 0 2 s ˆ2 + 1 2 . 9 2 s + 2 3 . 8 2
−−−−−−−−−−−−−−−−−−−−−−−−−−−
0 . 0 0 3 8 2 1 s ˆ2 + 0 . 1 5 s
In [ 5 3 ] : t=l i n s p a c e ( 0 , 1 . 5 , 3 0 0 )
In [ 5 4 ] : y , t = s t e p ( gt , t )
In [ 5 5 ] : f i g u r e ( )
Out [ 5 5 ] : <m a t p l o t l i b . f i g u r e . F i g u r e a t 0 x 7 f 8 5 b 3 5 1 4 2 9 0>
In [ 5 6 ] : p l o t ( t , y ) , x l a b e l ( ’ t ’ ) , y l a b e l ( ’ y ’ ) , t i t l e ( ’ Step
r e s p o n s e o f th e
c o n t r o l l e d plant ’ )
Out [ 5 6 ] :
([ < m a t p l o t l i b . l i n e s . Line2D a t 0 x7f85b34252 d0 > ] ,
In [ 5 7 ] : g r i d ( )
6.2. DISCRETE-STATE FEEDBACK CONTROLLER DESIGN 63
The simulation of the controlled plant with a step input is shown in figure 6.5.
Ú .0
0.Ù
0.6
y
0.4
0.2
0.0
0.0 0.2 0.4 0.6 0. Ù Ú .0 Ú .2 Ú .4 Ú .6
t
Φ(s) Kt /J
G(s) = = 2
Iin (s) s + s · D/J
64 CHAPTER 6. CONTROL DESIGN
In [ 1 ] : from s c i p y . o p t i m i z e import l e a s t s q
In [ 2 ] : from s c i p y . s i g n a l import s t e p 2
In [ 3 ] : import numpy a s np
In [ 4 ] : import s c i p y a s sp
In [ 5 ] : from c o n t r o l import ∗
We define now the function residuals which returns the error between the collected and the
simulated data. Using this function we can try to minimize the error using a least square
approach.
In [ 8 ] : # Motor r e s p o n s e f o r l e a s t s q u a r e i d e n t i f i c a t i o n
In [ 9 ] : def r e s i d u a l s ( p , y , t ) :
...: [ k , alpha ] = p
...: g = t f ( k , [ 1 , alpha , 0 ] )
...: Y, T = s t e p ( g , t )
...: e r r=y−Y
...: return e r r
...:
We load the collected data to perform the parameter identification of the numerator K = Kt /J
and the denominator value α = D/J.
6.2. DISCRETE-STATE FEEDBACK CONTROLLER DESIGN 65
In [ 1 0 ] : # I d e n t i f y motor
In [ 1 1 ] : x = np . l o a d t x t ( ’MOT’ ) ;
In [ 1 2 ] : t = x [ : , 0 ]
In [ 1 3 ] : y = x [ : , 2 ]
In [ 1 4 ] : I o = 1000
In [ 1 5 ] : y1 = y/ I o
In [ 1 6 ] : p0 = [ 1 , 4 ]
In [ 1 7 ] : p l s q = l e a s t s q ( r e s i d u a l s , p0 , a r g s =(y1 , t ) )
In [ 1 8 ] : k t = 0 . 0 0 0 0 3 8 2 # Motor t o r q u e c o n s t a n t
In [ 1 9 ] : Jm=k t / p l s q [ 0 ] [ 0 ] # Motor I n e r t i a
In [ 2 0 ] : Dm=p l s q [ 0 ] [ 1 ] ∗ Jm # Motor f r i c t i o n
The next step is to check how good our parameters have been identified by comparing the
simulated function with the measured data (see figure 6.6)
In [ 2 2 ] : Y, T = s t e p ( g , t )
In [ 2 3 ] : p l o t (T, Y, t , y1 ) , l e g e n d ( ( ’ I d e n t i f i e d t r a n s f e r
function ’ , ’ Collected
data ’ ) , prop={ ’ s i z e ’ : 1 0 } , l o c =2) , x l a b e l ( ’ t ’ ) , y l a b e l ( ’ y ’ ) ,
t i t l e ( ’ Step
response ’ ) , grid ()
Out [ 2 3 ] :
([ < m a t p l o t l i b . l i n e s . Line2D a t 0 x7fb9a1b6b590 >,
<m a t p l o t l i b . l i n e s . Line2D a t 0 x7fb9a1b6b710 > ] ,
<m a t p l o t l i b . l e g e n d . Legend a t 0 x7fb9a1b6bb10 >,
<m a t p l o t l i b . t e x t . Text a t 0 x 7 f b 9 a 3 c e c 3 1 0 >,
<m a t p l o t l i b . t e x t . Text a t 0 x7fb9a1b8b910 >,
<m a t p l o t l i b . t e x t . Text a t 0 x7fb9a1b3cbd0 >,
None )
For the state controller design we need to model our motor in the state-space form. We define
the continuous-state and the discrete-state space model
66 CHAPTER 6. CONTROL DESIGN
St ep response
0.16
Ident ified t ransfer funct ion
Collect ed dat a
0.14
0.12
0.10
0.08
y
0.06
0.04
0.02
0.00
0 1 2 3 4 5
t
In [ 2 4 ] : # C o n t r o l l e r Design Motor 1
In [ 2 5 ] : a = [ [ 0 , 1 ] , [ 0 , −Dm/Jm ] ]
In [ 2 6 ] : b = [ [ 0 ] , [ 1 ] ]
In [ 2 7 ] : c = [ [ k t /Jm , 0 ] ] ;
In [ 2 8 ] : d = [ 0 ] ;
In [ 2 9 ] : s y s c=s s ( a , b , c , d ) # Continuous
s t a t e −s pac e form
In [ 3 0 ] : Ts =0.01 # Sampling t i m e
In [ 3 2 ] : # C o n t r o l s y s t e m d e s i g n
In [ 3 4 ] : # S t a t e f e e d b a c k w i t h i n t e g r a l p a r t
In [ 3 5 ] : wn=6
In [ 3 6 ] : x i=np . s q r t ( 2 ) /2
In [ 3 7 ] : a n g l e = np . a r c c o s ( x i )
We add a discrete integral part to eliminate the steady state error and we obtain an additional
state for the error between reference and output signal. The two matrices Φ and Γ required by
the pole placement routine must be extended with the additional state.
In [ 4 1 ] : s z 2=sp . shape ( s y s . B) ;
In [ 4 2 ] : # Add d i s c r e t e i n t e g r a t o r f o r s t e a d y s t a t e z e r o
error
In [ 4 4 ] : P h i f=np . h s t a c k ( ( P h i f , [ [ 0 ] , [ 0 ] , [ 1 ] ] ) )
In [ 4 5 ] : G f=np . v s t a c k ( ( s y s . B , z e r o s ( ( 1 , 1 ) ) ) )
In [ 4 6 ] : k=p l a c e ( P h i f , G f , c l p o l e s d )
Now we can implement the observer: in this example we choose a reduced-order observer and
we can use the function provided by the pysimCoder module to obtain it.
68 CHAPTER 6. CONTROL DESIGN
In [ 4 7 ] : #Reduced o r d e r o b s e r v e r
In [ 4 9 ] : p o c =−10∗max( abs ( c l p o l e s ) )
In [ 5 1 ] : T= [ 0 , 1 ]
In [ 5 2 ] : r o b s=r e d o b s ( s y s , T , [ p od ] )
In [ 5 3 ] : # C o n t r o l l e r + i n t e g r a l + o b s e r v e r i n compact
form
In [ 5 4 ] : c o n t r I=c o m p f o r m i ( s y s , r o b s , k )
In [ 5 5 ] : # Anti windup
In [ 5 6 ] : [ g s s i n , g s s o u t ]= s e t a w ( c o n t r I , [ 0 , 0 ] )
• The controller is discrete and the plant is continuous. At present it is not possible to
perform hybrid simulation usin the control package. In some cases we can substitute the
plant with the discrete-time system and perform a discrete simulation. Hybrid simulation
is possible using the pysimCoder application described in the next chapter.
• The block “CTRIN” has two inputs. The step function can only find the output from a
single input.
6.2. DISCRETE-STATE FEEDBACK CONTROLLER DESIGN 69
• The control toolbox can handle only linear system (and there is a saturation in the final
system).
7.1 Basics
CACSD environments usually offer a graphical editor to perform the hybrid simulation (Matlab↔Simulin
Scioslab↔Scicos, Scilab↔xCos etc.).
The “pysimCoder.py” application should cover this task for the Python Control environment.
In the following we’ll explain how it is possible, from the pysimCoder schematics, to generate
code for the hybrid simulation. Code for the RT controller can be generated in the same way:
users should only replace the mathematical model of the plant with the blocks interfacing the
sensors and the actuators of the real system.
7.2 pysimCoder
7.2.1 The editor
The application “pysimCoder“ is a block diagram editor to design schematics for simulation
and code generation.
Starting points for the pysimCoder application were the PySimEd project ([20]) and the
qtnodes-develop project ([21]).
PyEdit offers the most used blocks in control design. A little set of these blocks is shown in
figure 7.1.
71
72 CHAPTER 7. HYBRID SIMULATION AND CODE GENERATION
Before starting with the connection, we set some parameters to the blocks.
• Souble click with the mouse on the block ”LTI continous“. In the dialog windows set the
System to tf(1,[1,1])
• Click the right mouse on the LTI continous block“. In the new menu choose ”Change
Name“ and rename it as Plant.
• Click the right mouse on the Plot block. In the new menu choose “Block I/Os” and set
the number of inputs to 2.
74 CHAPTER 7. HYBRID SIMULATION AND CODE GENERATION
• Move the mouse on the output of the block “Step”: the mouse pointer should become a
“cross”. Click and release the left mouse button.
• Now we can move the mouse to the input of the block “Plant”: the mouse pointer should
become a “cross”. Click and release the left mouse button.
• Do the same operation from the output of the block “Plant” to the second input of the
block “Plot”
• Now move to the node (the little circle) between the “Step” and the block “Plant”: the
mouse pointer should become a “cross”. Click and release the left mouse button.
• move the mouse up, click, and continue to move left the mouse. Left of the position of the
block “Plot”, click and release again the left mouse button and then finish the connection
on the first input of the block “Plot” (click and release the left mouse button)
• From the menu “Simulation” choose “Simulate” or click on the button “Simulate” on the
toolbar (the button with the triangle).
• Double click with the mouse on the block “Plot” to get the graphical output of the
simulation (see figure 7.6).
• For the simulation, the application creates and compile a C-executable. The sources are
written in the folder “xxxxxx gen”, where “xxxxx” is the name of the diagram.
7.2. PYSIMCODER 75
• defBlocks
• xblk2Blk
The first application (defBlocks) is used to generate the “.xblk” file, with the default values of
the block, by simply filling the different fields and adding the parameters on the bottom (seee
figure 7.7).
The parameters in the window represent:
Name is the name of the block which appears under the block in the editor
Icon is the name of the icon file (located under “resources/blocks/Icons” without the extension
(“.svg”)
Function is the name of the “.py” block which translates the block into the RCPBlk class
objects (see code generation)
input settable is a flag which indicates if the number of input ports can be changed or not
output settable is a flag which indicates if the number of output ports can be changed or not
Bottom window is a grid which contains the parameters of the block (Label+default value)
76 CHAPTER 7. HYBRID SIMULATION AND CODE GENERATION
The “Save” or “Save as” operation generates the “.xblk” file. This file must be placed under
“resources/blocks/blocks”
The second step is to call the application “xblk2Blk” (see figure 7.8).
After opening the “.xblk” file, it is possible to set a name and a type of each parameters of the
block.
These informations are used to generate the “.py” which can be modified and saved, the help
file, incomplete (“.hlp” extension“) and the ‘*.c* skeleton, which should be modified for the
specific block tasks.
The “.py” and the “.hlp” files must be moved in the folder “resources/blocks/rcpBlk”, the “*.c*
file must be edited and stored under ”CodeGen/devices“.
Switch switches from input 1 to input 2 depending on the value on input 3 and the compare
condition given in the block parameters. The “Persistent” value disable the possibility to
change back from one input to the other
Generic C Block is used for specific functions not already implemented in the available list
of blocks. It is possible to program these functions in C. The skeleton of the function can
be generated using the “gen pydev” script.
The MUX and DEMUX blocks in this tab are only defined for future works. At present,
thay should be not used!
The blocks here can be used together with the Digilent Analog 2 USB oscilloscope.
Sim
Ge
Py
Copy/Paste
Pr
File ops
oje
th
ne
ula
on
ct
ra
te
te
sh
se
tti
co
ell
ng
de
Block I/Os to modify (if possible) the number of input and output ports of the block
Change name Each block in the diagram must have a unique name
Block parameters to modify the parameters: this operation is available with a double click
tool
Insert node inserts a new node on the connection. This is needed for examples if we have to
draw a new connection.
Delete node deletes the node and the connections associated with this node.
• Click again the left mouse on an input port of a block to finish the connection or click
the mouse to obtain a ”node“ and to continue to draw the connection.
If a new ”node“ is needed into a connection simply click on it with the right mouse button.
• Choose the submenu ”Bind node“ The connection is maintained but the node is cleared.
Chapter 8
The interface function that describes how the block must be drawn in the block diagram
The Implementation function that contains the code to be executed to perform the tasks
related with this block.
The translation of the block into the RCPblk class described in the RCPblk.py module
A dlg function to implement a special dialog box for the block parameters (only if required)
In addition we need to know all the nodes connected to the inputs and to the outputs of each
block.
“lib” the name of the tab for the block library (example “tab”:“linear”)
“icon” the name of the “.svg” file with the icon of the block
83
84 CHAPTER 8. SIMULATION AND CODE GENERATION
The first string in the param field is used as name of the Python function used to prepare the
block to be translated into C-Code.
The block libraries are loaded after launching the pysimCoder application as shown in figure 8.1
Each block must be renamed with a unique name (popup menu “Change name”), and its
parameters can be modified directly in the pysimCoder application with a double click.
y = g(x, u, t)
(8.1)
ẋ = f(x, u, t)
yk = g(xk , uk , k)
(8.2)
xk+1 = f(xk , uk , k)
8.3. TRANSLATING THE BLOCK INTO THE RCPBLK CLASS 85
The g(. . .) function represents the static part of the block. This function is used to read inputs,
read sensors, write actuators or update the outputs of the block.
The second function (f(. . .)) is only required if the block has internal states, and it is only used
by dynamic systems. In addition, each block implements two other functions, one for the block
initialization and one to cleanly terminate it.
All these functions are programmed as C-files, compiled and archived into a library.
• Numper of inputs
• Number of outputs
• The parameters line
This function returns a modified parameters line. Anexample is the “PlotDlg” function in the
file “toolbox/supsisim/src/RCPGDlg.py”.
8.5 Example
We can show with an example what happens with a block in the different phases from block to
RCPblk class.
The “Pulse generator” input block is stored in the “PulseGenerator.xblk” file with the following
infos
{"lib": "input", "name": "PulseGenerator", "ip": 0, "op": 1, "stin": 0, "stout"; 0, "icon":
"SQUARE", "params": "squareBlk|Amplitude: 1|Period: 4|Width: 2|Bias: 0|Delay:
0"}
The block has no inputs, 1 ouput, the I/O are not modifiable (settable=0).
After a double click on the block, the “params” field is parsed and translated into the the dialog
box shown in figure 8.2.
By generating the element of the class RCPblk, the function “squareBlk” is called with the
following parameters:
86 CHAPTER 8. SIMULATION AND CODE GENERATION
where
The function translate the block into the following object of the RCPblk class
Function : square
Input ports : []
Output ports : [2]
Nr. of states : [0 0]
Relation u->y : 0
Real parameters : [ 4 8 3 0 12]
Integer parameters : []
In this dialog it is possible to choose the “template makefile” for simulation or real-time ex-
ecution, the sampling time of the system and some additional libraries, required by special
blocks.
uy: a flag which indicates a direct dependency between input and output signals (feed-through
flag).
For example, the diagram in figure 8.4 is translated into the following code
88 CHAPTER 8. SIMULATION AND CODE GENERATION
STEP = s t e p B l k ( [ 1 ] , 1 , 1)
PM = sumBlk ( [ 1 , 3 ] , [ 2 ] , [1 , −1])
CSS = c s s B l k ( [ 2 ] , [ 3 ] , sys , 0)
PRINT = p r i n t B l k ( [ 1 , 3 ] )
1 2
3
The block CSS has one input connected to node ② and one output connected to node ③, it is
a continuous transfer function (cssBlk, 1/(s + 1)) with zero initial conditions. The PM block
has 2 inputs connected to node ① and ③, one output connected to node ② and performs a
subtraction of the output from the input signals.
Before starting with the translation of the block diagram into C-code, we need to find the
correct sequence of execution of the blocks. This task can be performed by analizing the uy
flag of the block object. When in a block the uy flag is set to 1, we need the output of the
blocks connected at his input before starting to update his output. This means that we have
to generate a dependency tree of all the blocks and then we must rearrange the order of the
block list for code generation.
In linear blocks for examples, the uy flag is set if the D matrix is not null.
In the blockdiagram of figure 8.4, the PM and the PRINT blocks require to know their inputs
before update their outputs.
8.8. TRANSLATING THE BLOCK LIST INTO C-CODE 89
In [ 5 ] : NrOfNodes = 3
In [ 6 ] : o r d e r e d l i s t = d e tB l k S e q ( NrOfNodes , b l k s )
In [ 7 ] : f o r n in o r d e r e d l i s t :
...: print n
...:
F u n c ti o n : css
In p u t p o r t s : [2]
Outputs p o r t s : [3]
Nr . o f s t a t e s : [2 0]
R e l a t i o n u−>y : 0
Real p a r a m e te r s : [ [ 0. 0 . −1. 1 . −1. −1.
0. 0 . −1. 0 . 0. 0.]]
I n t e g e r p a r a m e te r s : [ 2 1 1 1 5 7 9 1 0 ]
S t r i n g Parameter :
F u n c ti o n : step
In p u t p o r t s : []
Outputs p o r t s : [1]
Nr . o f s t a t e s : [0 0]
R e l a t i o n u−>y : 0
Real p a r a m e te r s : [1 1]
I n t e g e r p a r a m e te r s : []
S t r i n g Parameter :
F u n c ti o n : print
In p u t p o r t s : [1 3]
Outputs p o r t s : []
Nr . o f s t a t e s : [0 0]
R e l a t i o n u−>y : 1
Real p a r a m e te r s : []
I n t e g e r p a r a m e te r s : []
S t r i n g Parameter :
F u n c ti o n : sum
In p u t p o r t s : [1 3]
Outputs p o r t s : [2]
Nr . o f s t a t e s : [0 0]
R e l a t i o n u−>y : 1
Real p a r a m e te r s : [ 1 −1]
I n t e g e r p a r a m e te r s : []
S t r i n g Parameter :
If the block diagram contains algebraic loops it is not possible to find a solution for the det-
BlkSeq function and an error is raised.
typedef struct {
int nin ; /∗ Number o f i n p u t s ∗/
i n t nout ; /∗ Number o f o u t p u t s ∗/
i n t ∗nx ; /∗ Cont . and D i s c r s t a t e s ∗/
v o i d ∗∗ u ; /∗ i n p u t s ∗/
v o i d ∗∗ y ; /∗ o u t p u t s ∗/
double ∗ r eal P ar ; /∗ Real p a r a m e te r s ∗/
int ∗ intPar ; /∗ I n t p a r a m e te r s ∗/
char ∗ str ; /∗ S t r i n g ∗/
v o i d ∗ p tr P a r ; /∗ G e n e r i c p o i n t e r ∗/
} python block ;
The nodes of the block diagram are defined as “double” variables and the inputs and outputs
of the blocks are defined as vectors of pointers to them.
...
/∗ Nodes ∗/
s t a t i c d o u b l e Node 1 [ ] = { 0 . 0 } ;
s t a t i c d o u b l e Node 2 [ ] = { 0 . 0 } ;
s t a t i c d o u b l e Node 3 [ ] = { 0 . 0 } ;
/∗ In p u t and o u t p u t s ∗/
s t a t i c void ∗ i nptr 0 [ ] = {0};
s t a t i c void ∗ outptr 0 [ ] = {0};
s t a t i c void ∗ outptr 1 [ ] = {0};
s t a t i c void ∗ i nptr 2 [ ] = {0 ,0};
s t a t i c void ∗ i nptr 3 [ ] = {0 ,0};
s t a t i c void ∗ outptr 3 [ ] = {0};
...
i n p t r 0 [ 0 ] = ( v o i d ∗ ) Node 2 ;
o u t p t r 0 [ 0 ] = ( v o i d ∗ ) Node 3 ;
..
b l o c k t e s t [ 0 ] . nin = 1 ;
b l o c k t e s t [ 0 ] . nout = 1 ;
b l o c k t e s t [ 0 ] . nx = nx 0 ;
block test [ 0 ] . u = inptr 0 ;
block test [ 0 ] . y = outptr 0 ;
...
After this initialization phase, the implementation functions of the blocks are called with the
flag INIT.
c s s ( INIT , &b l o c k t e s t [ 0 ] ) ;
s t e p ( INIT , &b l o c k t e s t [ 1 ] ) ;
print ( INIT , &b l o c k t e s t [ 2 ] ) ;
sum( INIT , &b l o c k t e s t [ 3 ] ) ;
...
c s s (OUT, &b l o c k t e s t [ 0 ] ) ;
s t e p (OUT, &b l o c k t e s t [ 1 ] ) ;
print (OUT, &b l o c k t e s t [ 2 ] ) ;
sum(OUT, &b l o c k t e s t [ 3 ] ) ;
...
c s s (OUT, &b l o c k t e s t [ 0 ] ) ;
c s s (STUPD, &b l o c k t e s t [ 0 ] ) ;
...
v o i d ∗ r t t a s k ( v o i d ∗p )
{
...
param . s c h e d p r i o r i t y = p r i o ;
i f ( s c h e d s e t s c h e d u l e r ( 0 , SCHED FIFO , ¶m )==−1){
perror ( ” sched setscheduler f a i l e d ” ) ;
e x i t ( −1) ;
}
...
d o u b l e Tsamp = NAME(MODEL, g e t t s a m p ) ( ) ;
...
NAME(MODEL, i n i t ) ( ) ;
while ( ! end ) {
/∗ w a i t u n t i l l next s h o t ∗/
c l o c k n a n o s l e e p (CLOCK MONOTONIC,
TIMER ABSTIME, &t , NULL) ;
...
/∗ p e r i o d i c t a s k ∗/
NAME(MODEL, i s r ) (T) ;
...
}
NAME(MODEL, e n d ) ( ) ;
}
92 CHAPTER 8. SIMULATION AND CODE GENERATION
Chapter 9
Example
One of the educational plants available at the SUPSI laboratory is the system shown in fig-
ure 9.1. This example is located in to the “pycontrol/Tests/ControlDesign/DisksAndSpring”
folder,
Two disks are connected by a spring. The goal for the students is to control the angle of the
disk on the right by applying an appropriate torque to the disk on the left.
The physical model of this plant can be directly calculated in python using for example the
sympy toolbox. Sympy can deliver a symbolic description of the system and through a python
dictionary it is possible to easily obtain the numerical matrices of the state-space representation
of the plant.
93
94 CHAPTER 9. EXAMPLE
In [ 1 ] : # Real p l a n t s par am e t e r s
...: # Motor 1
...: jm1 = 0 . 0 0 0 0 0 8 5 # i n e r t i a [ kg ∗m2 ]
...: k t1 = 0 . 0 0 0 0 3 8 2 # Torque c o n s t a n t
...: d1 = 0 . 0 0 0 2 9 5 3 # Damp
...:
...: # L as t motor 1
...: r h o a c = 7900 # d e n s i t y [ g /m3 ]
...: rv1 = 0.065 # r a d i u s [m]
...: hv1 = 0 . 0 1 # t h i c k n e s s [m]
...: mv1 = ( ( r h o a c ∗ ( r v 1 ∗ ∗ 2 ) ) ∗np . p i ) ∗ hv1 # mass [ kg ]
...: j v 1 = (mv1 ∗ ( r v 1 ∗ ∗ 2 ) ) /2 # i n e r t i a [ kg ∗m2]
...: J1 = j v 1+jm1 # t o t a l i n e r t i a [ kg ∗m2 ]
...:
In [ 2 ] : # Motor 2
...: jm2 = 0 . 0 0 0 0 0 3 # i n e r t i a [ kg ∗m2 ]
...: k t2 = 0 . 0 0 0 0 2 0 5 # Torque c o n s t a n t
...: d2 = 0 . 0 0 0 4 0 0 1 # damp
...:
...: # L as t motor 2
...: r h o a c = 7900 # d e n s i t y [ kg /m3]
...: rv2 = 0.065 # r a d i u s [m]
...: hv2 = 0 . 0 1 # t h i c k n e s s [m]
...: mv2 = ( ( r h o a c ∗ ( r v 2 ∗ ∗ 2 ) ) ∗np . p i ) ∗ hv2 # mass [ kg ]
...: j v 2 = (mv2 ∗ ( r v 2 ∗ ∗ 2 ) ) /2 # i n e r t i a [ kg ∗
m2]
. . . : J2 = j v 2+jm2 # t o t a l i n e r t i a [ km
∗m2 ]
...:
In [ 3 ] : # S p r i n g
. . . : d = 0.0027836 # damp
. . . : c = 0.4797954 # spring factor
...:
9.1. THE PLANT 95
In [ 4 ] : A
Out [ 4 ] :
m a tr i x ( [ [ 0 , 0 , 1 , 0 ] ,
[0 , 0 , 0 , 1] ,
[− c / J1 , −c / J1 , (−d − d1 ) / J1 , −d/ J1 ] ,
[− c / J2 , −c / J2 , −d/ J2 , (−d − d2 ) / J2 ] ] )
In [ 5 ] : B1
Out [ 5 ] :
m a tr i x ( [ [ 0 , 0 ] ,
[0 , 0] ,
[ k t1 / J1 , 0 ] ,
[ 0 , k t2 / J2 ] ] )
In [ 6 ] : B = B1 [ : , 0 ]
In [ 7 ] : C
Out [ 7 ] : [ [ 1 , 0 , 0 , 0 ] , [ 0 , 1 , 0 , 0 ] ]
In [ 8 ] : C2
Out [ 8 ] : [ 0 , 1 , 0 , 0 ]
In [ 9 ] : D
Out [ 9 ] : [ [ 0 ] , [0]]
In [ 1 0 ] : D2
Out [ 1 0 ] : [ 0 ]
The control system toolbox and the additional “pysimCoder.py” package contain all the func-
tions required for the design of the controller. In this case we design a discrete-state feedback
controller with integral part for eliminating steady-state errors. The states are estimated with
a reduced-order observer. In addition, an anti-windup mechanism has been implemented. The
sampling time is set to 10 ms.
The pysimCoder module offers 3 functions that facilitate the controller design:
• The function red obs(sys, T, poles) which implements the reduced-order observer for the
system sys, using the submatrix T (required to obtain the estimator C-matrix and the
desired state-estimator poles poles.
• The function comp form i(sys,obs,K,Cy) that transforms the observer obs with the
state-feedback gains K and the integrator part into a single dynamic block with the
reference signal and the two positions ϕ1 and ϕ2 as inputs and the control current I1 as
output. The vector Cy is used to select ϕ2 as the output signal that is compared with the
reference signal for generating the steady-state error for the integral part of the controller.
• The function set aw(sys,poles) that transforms the previous controller (Contr(s) =
N(s)/D(s)) in an input state-space system and a feedback state-space system, imple-
menting the anti-windup mechanism. The vector poles contains the desired poles of the
two new systems (Dnew (s)) (see figure 9.2).
96 CHAPTER 9. EXAMPLE
N(s)
sysin (s) =
Dnew (s)
D(s)
sysf bk (s) = 1 −
Dnew (s)
1 sys_in 1
In1 Out1
LTI System Saturation
sys_fbk
LTI System1
# Sampling t i m e
t s = 10 e−3
g s s 1 = s s (A, B, C,D)
g s s = s s (A, B, C2 , D2)
gz = c2d ( g s s , ts , ’ zoh ’ )
9.3. CONTROLLER DESIGN 97
# Control design
wn = 10
x i 1 = np . s q r t ( 2 ) /2
xi2 = 0.85
cl p 1 = [ 1 , 2 ∗ x i 1 ∗wn , wn ∗ ∗ 2 ]
cl p 2 = [ 1 , 2 ∗ x i 2 ∗wn , wn ∗ ∗ 2 ]
cl p 3 = [ 1 , wn ]
cl p o l y 1 = sp . polymul ( c l p 1 , c l p 2 )
cl p o l y = sp . polymul ( c l p o l y 1 , c l p 3 )
cl p o l e s = sp . r o o t s ( c l p o l y ) # Desired continuous
poles
c l p o l e s d = sp . exp ( c l p o l e s ∗ t s ) # D e s i r e d d i s c r e t e p o l e s
# P ol e pl ac e m e n t
k = placep ( Phi f , G f , c l p o l e s d )
# O b s e r v e r d e s i g n − r e du c e d o r d e r o b s e r v e r
p o l i o = 5∗ c l p o l e s [ 0 : 2 ]
p o l i o z = sp . exp ( p o l i o ∗ t s )
d i s k s = s s (A, B, C,D)
d i s k s z = S t a t e S p a c e ( gz . A, gz . B , C, D, t s )
T = [[0 ,0 ,1 ,0] ,[0 ,0 ,0 ,1]]
# Reduced o r d e r o b s e r v e r
r o b s = r e d o b s ( d i s k s z ,T, p o l i o z )
# Implement a n t i windup
[ gs s i n , gs s out ] = set aw ( contr I , [ 0 . 1 , 0 . 1 , 0 . 1 ] )
9.5 Simulation
We can perform the simulation of the discrete-time controller with the continuous-time math-
ematic plant model using the block diagram of figure 9.3
This diagram is stored as “disks sim.dgm” in the folder.
The plant is represented by a continuous-time state-space block with 1 input and 2 outputs.
The controller implements the state-feedback gains and the state observer and it has been split
into a CTRIN block and a CTRFBK block in order to implement the anti-windup mechanism.
98 CHAPTER 9. EXAMPLE
Now we can launch the simulation with the command “Simulate” from the toolbar or from the
menu.
A double click on the ‘block “Plot” show the result of the simulation (see figure 9.4)
101
102 BIBLIOGRAPHY
[19] A. Purushotham1 and M. J.Anjeneyulu. Kane’s Method for Robotic Arm Dynamics: a
Novel Approach. [Online]. Available: http://www.iosrjournals.org/iosr-jmce/papers/vol6-
issue4/B0640713.pdf