nass-simscape/org/index.org

95 lines
4.4 KiB
Org Mode
Raw Normal View History

2019-07-12 11:53:59 +02:00
#+TITLE: Simscape Model of the Nano-Active-Stabilization-System
:DRAWER:
#+STARTUP: overview
#+LANGUAGE: en
#+EMAIL: dehaeze.thomas@gmail.com
#+AUTHOR: Dehaeze Thomas
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/zenburn.css"/>
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="./js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
#+HTML_MATHJAX: align: center tagside: right font: TeX
#+PROPERTY: header-args:matlab :session *MATLAB*
#+PROPERTY: header-args:matlab+ :comments org
#+PROPERTY: header-args:matlab+ :results none
#+PROPERTY: header-args:matlab+ :exports both
#+PROPERTY: header-args:matlab+ :eval no-export
#+PROPERTY: header-args:matlab+ :output-dir figs
2020-02-25 18:27:39 +01:00
#+PROPERTY: header-args:matlab+ :tangle no
#+PROPERTY: header-args:matlab+ :mkdirp yes
#+PROPERTY: header-args:shell :eval no-export
2020-03-13 17:40:22 +01:00
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/thesis/latex/org/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100
#+PROPERTY: header-args:latex+ :results raw replace :buffer no
#+PROPERTY: header-args:latex+ :eval no-export
#+PROPERTY: header-args:latex+ :exports both
#+PROPERTY: header-args:latex+ :mkdirp yes
#+PROPERTY: header-args:latex+ :output-dir figs
2019-07-12 11:53:59 +02:00
:END:
Here are links to the documents related to the Simscape model of the Nano-Active-Stabilization-System.
2020-02-25 18:18:44 +01:00
* Simulink Project ([[./simulink_project.org][link]])
The project is managed with a Simulink Project.
2020-02-25 18:18:44 +01:00
Such project is briefly presented [[./simulink_project.org][here]].
2020-02-25 18:18:44 +01:00
* Simscape Model ([[./simscape.org][link]])
The model of the NASS is based on Simulink and Simscape Multi-Body.
2020-02-25 18:18:44 +01:00
Such toolbox is presented [[./simscape.org][here]].
2020-02-25 18:18:44 +01:00
* Simscape Subsystems ([[./simscape_subsystems.org][link]])
The model is decomposed of multiple subsystems.
Subsystems can represent physical elements such as complete stages or basic simulink blocs.
These subsystems are shared among multiple files.
2020-02-25 18:18:44 +01:00
All these subsystems are described [[./simscape_subsystems.org][here]].
2020-02-25 18:18:44 +01:00
* Kinematics of the Station ([[./kinematics.org][link]])
First, we consider perfectly rigid elements and joints and we just study the kinematic of the station.
2019-12-11 17:34:26 +01:00
This permits to test if each stage is moving correctly.
2020-02-25 18:18:44 +01:00
This is detailed [[./kinematics.org][here]].
2020-02-25 18:18:44 +01:00
* Computation of the positioning error of the Sample ([[./positioning_error.org][link]])
2019-12-11 17:34:26 +01:00
From the measurement of the position of the sample with respect to the granite and from the wanted position of each stage, we can compute the positioning error of the sample with respect to the nano-hexapod.
2020-02-25 18:18:44 +01:00
This is done [[./positioning_error.org][here]].
2019-12-11 17:34:26 +01:00
2020-02-25 18:18:44 +01:00
* Tuning of the Dynamics of the Simscape model ([[./identification.org][link]])
From dynamical measurements perform on the real positioning station, we tune the parameters of the simscape model to have similar dynamics.
2020-02-25 18:18:44 +01:00
This is explained [[./identification.org][here]].
2020-02-25 18:18:44 +01:00
* Disturbances ([[./disturbances.org][link]])
The effect of disturbances on the position of the micro-station have been measured.
These are now converted to force disturbances using the Simscape model.
2020-02-25 18:18:44 +01:00
This is discussed [[./disturbances.org][here]].
We also discuss how the disturbances are implemented in the model.
2020-02-25 18:18:44 +01:00
* Tomography Experiment ([[./experiments.org][link]])
Now that the dynamics of the Model have been tuned and the Disturbances have included, we can simulate experiments.
2020-02-25 18:18:44 +01:00
Tomography experiments are simulated and the results are presented [[./experiments.org][here]].
2020-02-25 18:18:44 +01:00
* Active Damping Techniques on the Uni-axial Model ([[./active_damping_uniaxial.org][link]])
2019-12-17 18:04:21 +01:00
Active damping techniques are applied to the Uniaxial Simscape model.
2020-03-23 10:05:32 +01:00
* Active Damping Techniques on the full Simscape Model ([[file:control_active_damping.org][link]])
2019-12-17 18:04:21 +01:00
Active damping techniques are applied to the full Simscape model.
2020-02-25 18:18:44 +01:00
* Useful Matlab Functions ([[./functions.org][link]])
Many matlab functions are shared among all the files of the projects.
2020-02-25 18:18:44 +01:00
These functions are all defined [[./functions.org][here]].