nass-simscape/docs/index.html

265 lines
11 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2020-07-31 ven. 18:00 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Simscape Model of the Nano-Active-Stabilization-System</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Dehaeze Thomas" />
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery.stickytableheaders.min.js"></script>
<script src="./js/readtheorg.js"></script>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="./index.html"> UP </a>
|
<a accesskey="H" href="./index.html"> HOME </a>
</div><div id="content">
<h1 class="title">Simscape Model of the Nano-Active-Stabilization-System</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#orgc4bcf0b">1. Simulink Project (link)</a></li>
<li><a href="#orge439c56">2. Simscape Model (link)</a></li>
<li><a href="#orgc7bf13d">3. Simscape Subsystems (link)</a></li>
<li><a href="#orgdb0ed73">4. Kinematics of the Station (link)</a></li>
<li><a href="#org905bc44">5. Computation of the positioning error of the Sample (link)</a></li>
<li><a href="#org402c8e6">6. Tuning of the Dynamics of the Simscape model (link)</a></li>
<li><a href="#org7af5540">7. Compensating Gravity forces to start simulation at steady state (link)</a></li>
<li><a href="#org4dd191b">8. Disturbances (link)</a></li>
<li><a href="#org8d9280d">9. Simulation of Experiment (link)</a></li>
<li><a href="#org0605048">10. Effect of support&rsquo;s compliance on the plant dynamics (link)</a></li>
<li><a href="#orge777d0f">11. Effect of the payload&rsquo;s &ldquo;impedance&rdquo; on the plant dynamics (link)</a></li>
<li><a href="#orga323881">12. Effect of Experimental conditions on the plant dynamics (link)</a></li>
<li><a href="#orge7b9b41">13. Optimal Stiffness of the nano-hexapod to reduce plant uncertainty (link)</a></li>
<li><a href="#org5f73af9">14. Effect of flexible joints on the plant dynamics (link)</a></li>
<li><a href="#org2852795">15. Dynamic Noise Budgeting (link)</a></li>
<li><a href="#org14a10e8">16. Active Damping Techniques on the full Simscape Model (link)</a></li>
<li><a href="#orgd818a00">17. Control of the Nano-Active-Stabilization-System (link)</a></li>
<li><a href="#org361f405">18. Useful Matlab Functions (link)</a></li>
</ul>
</div>
</div>
<p>
Here are links to the documents related to the Simscape model of the Nano-Active-Stabilization-System.
</p>
<div id="outline-container-orgc4bcf0b" class="outline-2">
<h2 id="orgc4bcf0b"><span class="section-number-2">1</span> Simulink Project (<a href="./simulink_project.html">link</a>)</h2>
<div class="outline-text-2" id="text-1">
<p>
The project is managed with a Simulink Project.
Such project is briefly presented <a href="./simulink_project.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-orge439c56" class="outline-2">
<h2 id="orge439c56"><span class="section-number-2">2</span> Simscape Model (<a href="./simscape.html">link</a>)</h2>
<div class="outline-text-2" id="text-2">
<p>
The model of the NASS is based on Simulink and Simscape Multi-Body.
Such toolbox is presented <a href="./simscape.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-orgc7bf13d" class="outline-2">
<h2 id="orgc7bf13d"><span class="section-number-2">3</span> Simscape Subsystems (<a href="./simscape_subsystems.html">link</a>)</h2>
<div class="outline-text-2" id="text-3">
<p>
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.
</p>
<p>
All these subsystems are described <a href="./simscape_subsystems.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-orgdb0ed73" class="outline-2">
<h2 id="orgdb0ed73"><span class="section-number-2">4</span> Kinematics of the Station (<a href="./kinematics.html">link</a>)</h2>
<div class="outline-text-2" id="text-4">
<p>
First, we consider perfectly rigid elements and joints and we just study the kinematic of the station.
This permits to test if each stage is moving correctly.
This is detailed <a href="./kinematics.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org905bc44" class="outline-2">
<h2 id="org905bc44"><span class="section-number-2">5</span> Computation of the positioning error of the Sample (<a href="./positioning_error.html">link</a>)</h2>
<div class="outline-text-2" id="text-5">
<p>
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.
This is done <a href="./positioning_error.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org402c8e6" class="outline-2">
<h2 id="org402c8e6"><span class="section-number-2">6</span> Tuning of the Dynamics of the Simscape model (<a href="./identification.html">link</a>)</h2>
<div class="outline-text-2" id="text-6">
<p>
From dynamical measurements perform on the real positioning station, we tune the parameters of the simscape model to have similar dynamics.
</p>
<p>
This is explained <a href="./identification.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org7af5540" class="outline-2">
<h2 id="org7af5540"><span class="section-number-2">7</span> Compensating Gravity forces to start simulation at steady state (<a href="compensation_gravity_forces.html">link</a>)</h2>
<div class="outline-text-2" id="text-7">
<p>
When gravity is included in the model, the simulation does not start at steady state.
</p>
<p>
This can be problematic, especially when using a soft nano-hexapod as the deflection due to gravity will be quite large.
</p>
<p>
A technique is described in this document in order to compensate the gravity forces and start the simulation at steady state without deflection.
</p>
</div>
</div>
<div id="outline-container-org4dd191b" class="outline-2">
<h2 id="org4dd191b"><span class="section-number-2">8</span> Disturbances (<a href="./disturbances.html">link</a>)</h2>
<div class="outline-text-2" id="text-8">
<p>
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.
</p>
<p>
This is discussed <a href="./disturbances.html">here</a>.
</p>
<p>
We also discuss how the disturbances are implemented in the model.
</p>
<p>
Centrifugal forces can be viewed as a constant force disturbance in the frame of the nano-hexapod.
Some numerical analysis of such forces are done <a href="centrifugal_forces.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org8d9280d" class="outline-2">
<h2 id="org8d9280d"><span class="section-number-2">9</span> Simulation of Experiment (<a href="./experiments.html">link</a>)</h2>
<div class="outline-text-2" id="text-9">
<p>
Now that the dynamics of the Model have been tuned and the Disturbances have included, we can simulate experiments.
</p>
<p>
Experiments are simulated and the results are presented <a href="./experiments.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org0605048" class="outline-2">
<h2 id="org0605048"><span class="section-number-2">10</span> Effect of support&rsquo;s compliance on the plant dynamics (<a href="uncertainty_support.html">link</a>)</h2>
<div class="outline-text-2" id="text-10">
<p>
In this document, is studied how uncertainty on the micro-station compliance will affect the uncertainty of the isolation platform to be designed.
</p>
</div>
</div>
<div id="outline-container-orge777d0f" class="outline-2">
<h2 id="orge777d0f"><span class="section-number-2">11</span> Effect of the payload&rsquo;s &ldquo;impedance&rdquo; on the plant dynamics (<a href="uncertainty_payload.html">link</a>)</h2>
<div class="outline-text-2" id="text-11">
<p>
The payload mass, stiffness and damping properties will influence the dynamics of the isolation platform.
This effect is studied, and conclusions on what characteristics of the isolation platform will lower this effect.
</p>
</div>
</div>
<div id="outline-container-orga323881" class="outline-2">
<h2 id="orga323881"><span class="section-number-2">12</span> Effect of Experimental conditions on the plant dynamics (<a href="uncertainty_experiment.html">link</a>)</h2>
<div class="outline-text-2" id="text-12">
<p>
In this document, the effect of all the experimental conditions (rotation speed, sample mass, &#x2026;) on the plant dynamics are studied.
Conclusion are drawn about what experimental conditions are critical on the variability of the plant dynamics.
</p>
</div>
</div>
<div id="outline-container-orge7b9b41" class="outline-2">
<h2 id="orge7b9b41"><span class="section-number-2">13</span> Optimal Stiffness of the nano-hexapod to reduce plant uncertainty (<a href="uncertainty_optimal_stiffness.html">link</a>)</h2>
</div>
<div id="outline-container-org5f73af9" class="outline-2">
<h2 id="org5f73af9"><span class="section-number-2">14</span> Effect of flexible joints on the plant dynamics (<a href="flexible_joints_study.html">link</a>)</h2>
<div class="outline-text-2" id="text-14">
<p>
In this document is studied how the flexible joint stiffnesses (in flexion, torsion and compression) is affecting the plant dynamics.
Conclusion are drawn on the required stiffness properties of the flexible joints.
</p>
</div>
</div>
<div id="outline-container-org2852795" class="outline-2">
<h2 id="org2852795"><span class="section-number-2">15</span> Dynamic Noise Budgeting (<a href="noise_budgeting.html">link</a>)</h2>
<div class="outline-text-2" id="text-15">
<p>
The maximum allowed noise of the sensors in the system are estimated using a Dynamic Noise Budgeting.
</p>
</div>
</div>
<div id="outline-container-org14a10e8" class="outline-2">
<h2 id="org14a10e8"><span class="section-number-2">16</span> Active Damping Techniques on the full Simscape Model (<a href="control_active_damping.html">link</a>)</h2>
<div class="outline-text-2" id="text-16">
<p>
Active damping techniques are applied to the full Simscape model.
</p>
</div>
</div>
<div id="outline-container-orgd818a00" class="outline-2">
<h2 id="orgd818a00"><span class="section-number-2">17</span> Control of the Nano-Active-Stabilization-System (<a href="control.html">link</a>)</h2>
<div class="outline-text-2" id="text-17">
<p>
In this file are gathered all studies about the control the Nano-Active-Stabilization-System.
</p>
</div>
</div>
<div id="outline-container-org361f405" class="outline-2">
<h2 id="org361f405"><span class="section-number-2">18</span> Useful Matlab Functions (<a href="./functions.html">link</a>)</h2>
<div class="outline-text-2" id="text-18">
<p>
Many matlab functions are shared among all the files of the projects.
</p>
<p>
These functions are all defined <a href="./functions.html">here</a>.
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2020-07-31 ven. 18:00</p>
</div>
</body>
</html>