640 lines
28 KiB
HTML
640 lines
28 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>
|
|
<!-- 2021-02-20 sam. 23:08 -->
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<title>Determination of the optimal nano-hexapod’s stiffness</title>
|
|
<meta name="generator" content="Org mode" />
|
|
<meta name="author" content="Dehaeze Thomas" />
|
|
<link rel="stylesheet" type="text/css" href="https://research.tdehaeze.xyz/css/style.css"/>
|
|
<script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
|
|
<script>
|
|
MathJax = {
|
|
svg: {
|
|
scale: 1,
|
|
fontCache: "global"
|
|
},
|
|
tex: {
|
|
tags: "ams",
|
|
multlineWidth: "%MULTLINEWIDTH",
|
|
tagSide: "right",
|
|
macros: {bm: ["\\boldsymbol{#1}",1],},
|
|
tagIndent: ".8em"
|
|
}
|
|
};
|
|
</script>
|
|
<script id="MathJax-script" async
|
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.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">Determination of the optimal nano-hexapod’s stiffness</h1>
|
|
<div id="table-of-contents">
|
|
<h2>Table of Contents</h2>
|
|
<div id="text-table-of-contents">
|
|
<ul>
|
|
<li><a href="#orgddc729d">1. Spindle Rotation Speed</a>
|
|
<ul>
|
|
<li><a href="#orgbdb60e0">1.1. Initialization</a></li>
|
|
<li><a href="#orgad2f22e">1.2. Identification when rotating at maximum speed</a></li>
|
|
<li><a href="#orgc299410">1.3. Change of dynamics</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#org48e49fe">2. Micro-Station Compliance Effect</a>
|
|
<ul>
|
|
<li><a href="#org596cda7">2.1. Identification of the micro-station compliance</a></li>
|
|
<li><a href="#org5e4de36">2.2. Identification of the dynamics with a rigid micro-station</a></li>
|
|
<li><a href="#orgf201667">2.3. Identification of the dynamics with a flexible micro-station</a></li>
|
|
<li><a href="#org64f02b9">2.4. Obtained Dynamics</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#orgcd53751">3. Payload “Impedance” Effect</a>
|
|
<ul>
|
|
<li><a href="#org19e3b05">3.1. Initialization</a></li>
|
|
<li><a href="#orgc794f3b">3.2. Identification of the dynamics while change the payload dynamics</a></li>
|
|
<li><a href="#orgac78d43">3.3. Change of dynamics for the primary controller</a>
|
|
<ul>
|
|
<li><a href="#org7a6c6e0">3.3.1. Frequency variation</a></li>
|
|
<li><a href="#org9414851">3.3.2. Mass variation</a></li>
|
|
<li><a href="#org41d9c49">3.3.3. Total variation</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#orgcfb28e7">4. Total Change of dynamics</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<p>
|
|
As shown before, many parameters other than the nano-hexapod itself do influence the plant dynamics:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>The micro-station compliance (studied <a href="uncertainty_support.html">here</a>)</li>
|
|
<li>The payload mass and dynamical properties (studied <a href="uncertainty_payload.html">here</a> and <a href="uncertainty_experiment.html">here</a>)</li>
|
|
<li>The experimental conditions, mainly the spindle rotation speed (studied <a href="uncertainty_experiment.html">here</a>)</li>
|
|
</ul>
|
|
|
|
<p>
|
|
As seen before, the stiffness of the nano-hexapod greatly influence the effect of such parameters.
|
|
</p>
|
|
|
|
<p>
|
|
We wish here to see if we can determine an optimal stiffness of the nano-hexapod such that:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Section <a href="#orge660d01">1</a>: the change of its dynamics due to the spindle rotation speed is acceptable</li>
|
|
<li>Section <a href="#org30f0cdc">2</a>: the support compliance dynamics is not much present in the nano-hexapod dynamics</li>
|
|
<li>Section <a href="#orge0b72c9">3</a>: the change of payload impedance has acceptable effect on the plant dynamics</li>
|
|
</ul>
|
|
|
|
<p>
|
|
The overall goal is to design a nano-hexapod that will allow the highest possible control bandwidth.
|
|
</p>
|
|
|
|
<div id="outline-container-orgddc729d" class="outline-2">
|
|
<h2 id="orgddc729d"><span class="section-number-2">1</span> Spindle Rotation Speed</h2>
|
|
<div class="outline-text-2" id="text-1">
|
|
<p>
|
|
<a id="orge660d01"></a>
|
|
</p>
|
|
<p>
|
|
In this section, we look at the effect of the spindle rotation speed on the plant dynamics.
|
|
</p>
|
|
|
|
<p>
|
|
The rotation speed will have an effect due to the Coriolis effect.
|
|
</p>
|
|
</div>
|
|
|
|
<div id="outline-container-orgbdb60e0" class="outline-3">
|
|
<h3 id="orgbdb60e0"><span class="section-number-3">1.1</span> Initialization</h3>
|
|
<div class="outline-text-3" id="text-1-1">
|
|
<p>
|
|
We initialize all the stages with the default parameters.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeGround();
|
|
initializeGranite();
|
|
initializeTy();
|
|
initializeRy();
|
|
initializeRz();
|
|
initializeMicroHexapod();
|
|
initializeAxisc();
|
|
initializeMirror();
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
We use a sample mass of 10kg.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeSample(<span class="org-string">'mass'</span>, 10);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
We don’t include disturbances in this model as it adds complexity to the simulations and does not alter the obtained dynamics.
|
|
We however include gravity.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeSimscapeConfiguration(<span class="org-string">'gravity'</span>, <span class="org-constant">true</span>);
|
|
initializeDisturbances(<span class="org-string">'enable'</span>, <span class="org-constant">false</span>);
|
|
initializeLoggingConfiguration(<span class="org-string">'log'</span>, <span class="org-string">'none'</span>);
|
|
initializeController();
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgad2f22e" class="outline-3">
|
|
<h3 id="orgad2f22e"><span class="section-number-3">1.2</span> Identification when rotating at maximum speed</h3>
|
|
<div class="outline-text-3" id="text-1-2">
|
|
<p>
|
|
We identify the dynamics for the following spindle rotation speeds <code>Rz_rpm</code>:
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> Rz_rpm = linspace(0, 60, 6);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
And for the following nano-hexapod actuator stiffness <code>Ks</code>:
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> Ks = logspace(3,9,7); <span class="org-comment">% [N/m]</span>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgc299410" class="outline-3">
|
|
<h3 id="orgc299410"><span class="section-number-3">1.3</span> Change of dynamics</h3>
|
|
<div class="outline-text-3" id="text-1-3">
|
|
<p>
|
|
We plot the change of dynamics due to the change of the spindle rotation speed (from 0rpm to 60rpm):
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Figure <a href="#org71b2e79">2</a>: from actuator force \(\tau\) to force sensor \(\tau_m\) (IFF plant)</li>
|
|
<li>Figure <a href="#org810439c">3</a>: from actuator force \(\tau\) to actuator relative displacement \(d\mathcal{L}\) (Decentralized positioning plant)</li>
|
|
<li>Figure <a href="#org138e827">4</a>: from force in the task space \(\mathcal{F}_x\) to sample displacement \(\mathcal{X}_x\) (Centralized positioning plant)</li>
|
|
<li>Figure <a href="#org603001d">5</a>: from force in the task space \(\mathcal{F}_x\) to sample displacement \(\mathcal{X}_y\) (coupling of the centralized positioning plant)</li>
|
|
</ul>
|
|
|
|
|
|
<div id="orge6e8826" class="figure">
|
|
<p><img src="figs/opti_stiffness_iff_root_locus.png" alt="opti_stiffness_iff_root_locus.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 1: </span>Root Locus plot for IFF control when not rotating (in red) and when rotating at 60rpm (in blue) for 4 different nano-hexapod stiffnesses (<a href="./figs/opti_stiffness_iff_root_locus.png">png</a>, <a href="./figs/opti_stiffness_iff_root_locus.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org71b2e79" class="figure">
|
|
<p><img src="figs/opt_stiffness_wz_iff.png" alt="opt_stiffness_wz_iff.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 2: </span>Change of dynamics from actuator \(\tau\) to actuator force sensor \(\tau_m\) for a spindle rotation speed from 0rpm to 60rpm (<a href="./figs/opt_stiffness_wz_iff.png">png</a>, <a href="./figs/opt_stiffness_wz_iff.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org810439c" class="figure">
|
|
<p><img src="figs/opt_stiffness_wz_dvf.png" alt="opt_stiffness_wz_dvf.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 3: </span>Change of dynamics from actuator force \(\tau\) to actuator displacement \(d\mathcal{L}\) for a spindle rotation speed from 0rpm to 60rpm (<a href="./figs/opt_stiffness_wz_dvf.png">png</a>, <a href="./figs/opt_stiffness_wz_dvf.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org138e827" class="figure">
|
|
<p><img src="figs/opt_stiffness_wz_fx_dx.png" alt="opt_stiffness_wz_fx_dx.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 4: </span>Change of dynamics from force \(\mathcal{F}_x\) to displacement \(\mathcal{X}_x\) for a spindle rotation speed from 0rpm to 60rpm (<a href="./figs/opt_stiffness_wz_fx_dx.png">png</a>, <a href="./figs/opt_stiffness_wz_fx_dx.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org603001d" class="figure">
|
|
<p><img src="figs/opt_stiffness_wz_coupling.png" alt="opt_stiffness_wz_coupling.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 5: </span>Change of Coupling from force \(\mathcal{F}_x\) to displacement \(\mathcal{X}_y\) for a spindle rotation speed from 0rpm to 60rpm (<a href="./figs/opt_stiffness_wz_coupling.png">png</a>, <a href="./figs/opt_stiffness_wz_coupling.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="outline-text-2" id="text-1">
|
|
<div class="important" id="org3ec393d">
|
|
<p>
|
|
The leg stiffness should be at higher than \(k_i = 10^4\ [N/m]\) such that the main resonance frequency does not shift too much when rotating.
|
|
For the coupling, it is more difficult to conclude about the minimum required leg stiffness.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="notes" id="org3ef0447">
|
|
<p>
|
|
Note that we can use very soft nano-hexapod if we limit the spindle rotating speed.
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-org48e49fe" class="outline-2">
|
|
<h2 id="org48e49fe"><span class="section-number-2">2</span> Micro-Station Compliance Effect</h2>
|
|
<div class="outline-text-2" id="text-2">
|
|
<p>
|
|
<a id="org30f0cdc"></a>
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>take the 6dof compliance of the micro-station</li>
|
|
<li>simple model + uncertainty</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="outline-container-org596cda7" class="outline-3">
|
|
<h3 id="org596cda7"><span class="section-number-3">2.1</span> Identification of the micro-station compliance</h3>
|
|
<div class="outline-text-3" id="text-2-1">
|
|
<p>
|
|
We initialize all the stages with the default parameters.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeGround();
|
|
initializeGranite();
|
|
initializeTy();
|
|
initializeRy();
|
|
initializeRz();
|
|
initializeMicroHexapod(<span class="org-string">'type'</span>, <span class="org-string">'compliance'</span>);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
We put nothing on top of the micro-hexapod.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeAxisc(<span class="org-string">'type'</span>, <span class="org-string">'none'</span>);
|
|
initializeMirror(<span class="org-string">'type'</span>, <span class="org-string">'none'</span>);
|
|
initializeNanoHexapod(<span class="org-string">'type'</span>, <span class="org-string">'none'</span>);
|
|
initializeSample(<span class="org-string">'type'</span>, <span class="org-string">'none'</span>);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
And we identify the dynamics from forces/torques applied on the micro-hexapod top platform to the motion of the micro-hexapod top platform at the same point.
|
|
The diagonal element of the identified Micro-Station compliance matrix are shown in Figure <a href="#orgb089d9e">6</a>.
|
|
</p>
|
|
|
|
|
|
<div id="orgb089d9e" class="figure">
|
|
<p><img src="figs/opt_stiff_micro_station_compliance.png" alt="opt_stiff_micro_station_compliance.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 6: </span>Identified Compliance of the Micro-Station (<a href="./figs/opt_stiff_micro_station_compliance.png">png</a>, <a href="./figs/opt_stiff_micro_station_compliance.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-org5e4de36" class="outline-3">
|
|
<h3 id="org5e4de36"><span class="section-number-3">2.2</span> Identification of the dynamics with a rigid micro-station</h3>
|
|
<div class="outline-text-3" id="text-2-2">
|
|
<p>
|
|
We now identify the dynamics when the micro-station is rigid.
|
|
This is equivalent of identifying the dynamics of the nano-hexapod when fixed to a rigid ground.
|
|
We also choose the sample to be rigid and to have a mass of 10kg.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeSample(<span class="org-string">'type'</span>, <span class="org-string">'rigid'</span>, <span class="org-string">'mass'</span>, 10);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
As before, we identify the dynamics for the following actuator stiffnesses:
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> Ks = logspace(3,9,7); <span class="org-comment">% [N/m]</span>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgf201667" class="outline-3">
|
|
<h3 id="orgf201667"><span class="section-number-3">2.3</span> Identification of the dynamics with a flexible micro-station</h3>
|
|
<div class="outline-text-3" id="text-2-3">
|
|
<p>
|
|
We now initialize all the micro-station stages to be flexible.
|
|
And we identify the dynamics of the nano-hexapod.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div id="outline-container-org64f02b9" class="outline-3">
|
|
<h3 id="org64f02b9"><span class="section-number-3">2.4</span> Obtained Dynamics</h3>
|
|
<div class="outline-text-3" id="text-2-4">
|
|
<p>
|
|
We plot the change of dynamics due to the compliance of the Micro-Station.
|
|
The solid curves are corresponding to the nano-hexapod without the micro-station, and the dashed curves with the micro-station:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Figure <a href="#org64beb17">7</a>: from actuator force \(\tau\) to force sensor \(\tau_m\) (IFF plant)</li>
|
|
<li>Figure <a href="#org8584419">8</a>: from actuator force \(\tau\) to actuator relative displacement \(d\mathcal{L}\) (Decentralized positioning plant)</li>
|
|
<li>Figure <a href="#orgda822b6">9</a>: from force in the task space \(\mathcal{F}_x\) to sample displacement \(\mathcal{X}_x\) (Centralized positioning plant)</li>
|
|
<li>Figure <a href="#org4775bbb">10</a>: from force in the task space \(\mathcal{F}_z\) to sample displacement \(\mathcal{X}_z\) (Centralized positioning plant)</li>
|
|
</ul>
|
|
|
|
|
|
<div id="org64beb17" class="figure">
|
|
<p><img src="figs/opt_stiffness_micro_station_iff.png" alt="opt_stiffness_micro_station_iff.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 7: </span>Change of dynamics from actuator \(\tau\) to actuator force sensor \(\tau_m\) due to the micro-station compliance (<a href="./figs/opt_stiffness_micro_station_iff.png">png</a>, <a href="./figs/opt_stiffness_micro_station_iff.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org8584419" class="figure">
|
|
<p><img src="figs/opt_stiffness_micro_station_dvf.png" alt="opt_stiffness_micro_station_dvf.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 8: </span>Change of dynamics from actuator force \(\tau\) to actuator displacement \(d\mathcal{L}\) due to the micro-station compliance (<a href="./figs/opt_stiffness_micro_station_dvf.png">png</a>, <a href="./figs/opt_stiffness_micro_station_dvf.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="orgda822b6" class="figure">
|
|
<p><img src="figs/opt_stiffness_micro_station_fx_dx.png" alt="opt_stiffness_micro_station_fx_dx.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 9: </span>Change of dynamics from force \(\mathcal{F}_x\) to displacement \(\mathcal{X}_x\) due to the micro-station compliance (<a href="./figs/opt_stiffness_micro_station_fx_dx.png">png</a>, <a href="./figs/opt_stiffness_micro_station_fx_dx.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org4775bbb" class="figure">
|
|
<p><img src="figs/opt_stiffness_micro_station_fz_dz.png" alt="opt_stiffness_micro_station_fz_dz.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 10: </span>Change of dynamics from force \(\mathcal{F}_z\) to displacement \(\mathcal{X}_z\) due to the micro-station compliance (<a href="./figs/opt_stiffness_micro_station_fz_dz.png">png</a>, <a href="./figs/opt_stiffness_micro_station_fz_dz.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="outline-text-2" id="text-2">
|
|
<div class="important" id="org7bcc939">
|
|
<p>
|
|
The dynamics of the nano-hexapod is not affected by the micro-station dynamics (compliance) when the stiffness of the legs is less than \(10^6\ [N/m]\).
|
|
When the nano-hexapod is stiff (\(k>10^7\ [N/m]\)), the compliance of the micro-station appears in the primary plant.
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgcd53751" class="outline-2">
|
|
<h2 id="orgcd53751"><span class="section-number-2">3</span> Payload “Impedance” Effect</h2>
|
|
<div class="outline-text-2" id="text-3">
|
|
<p>
|
|
<a id="orge0b72c9"></a>
|
|
</p>
|
|
</div>
|
|
|
|
<div id="outline-container-org19e3b05" class="outline-3">
|
|
<h3 id="org19e3b05"><span class="section-number-3">3.1</span> Initialization</h3>
|
|
<div class="outline-text-3" id="text-3-1">
|
|
<p>
|
|
We initialize all the stages with the default parameters.
|
|
We don’t include disturbances in this model as it adds complexity to the simulations and does not alter the obtained dynamics. :exports none
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeDisturbances(<span class="org-string">'enable'</span>, <span class="org-constant">false</span>);
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
We set the controller type to Open-Loop, and we do not need to log any signal.
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> initializeSimscapeConfiguration(<span class="org-string">'gravity'</span>, <span class="org-constant">true</span>);
|
|
initializeController();
|
|
initializeLoggingConfiguration(<span class="org-string">'log'</span>, <span class="org-string">'none'</span>);
|
|
initializeReferences();
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgc794f3b" class="outline-3">
|
|
<h3 id="orgc794f3b"><span class="section-number-3">3.2</span> Identification of the dynamics while change the payload dynamics</h3>
|
|
<div class="outline-text-3" id="text-3-2">
|
|
<p>
|
|
We make the following change of payload dynamics:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Change of mass: from 1kg to 50kg</li>
|
|
<li>Change of resonance frequency: from 50Hz to 500Hz</li>
|
|
<li>The damping ratio of the payload is fixed to \(\xi = 0.2\)</li>
|
|
</ul>
|
|
|
|
<p>
|
|
We identify the dynamics for the following payload masses <code>Ms</code> and nano-hexapod leg’s stiffnesses <code>Ks</code>:
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> Ms = [1, 20, 50]; <span class="org-comment">% [Kg]</span>
|
|
Ks = logspace(3,9,7); <span class="org-comment">% [N/m]</span>
|
|
</pre>
|
|
</div>
|
|
|
|
<p>
|
|
We then identify the dynamics for the following payload resonance frequencies <code>Fs</code>:
|
|
</p>
|
|
<div class="org-src-container">
|
|
<pre class="src src-matlab"> Fs = [50, 200, 500]; <span class="org-comment">% [Hz]</span>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgac78d43" class="outline-3">
|
|
<h3 id="orgac78d43"><span class="section-number-3">3.3</span> Change of dynamics for the primary controller</h3>
|
|
<div class="outline-text-3" id="text-3-3">
|
|
</div>
|
|
<div id="outline-container-org7a6c6e0" class="outline-4">
|
|
<h4 id="org7a6c6e0"><span class="section-number-4">3.3.1</span> Frequency variation</h4>
|
|
<div class="outline-text-4" id="text-3-3-1">
|
|
<p>
|
|
We here compare the dynamics for the same payload mass, but different stiffness resulting in different resonance frequency of the payload:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Figure <a href="#org6a56c32">11</a>: dynamics from a force \(\mathcal{F}_z\) applied in the task space in the vertical direction to the vertical displacement of the sample \(\mathcal{X}_z\) for both a very soft and a very stiff nano-hexapod.</li>
|
|
<li>Figure <a href="#orgabb9349">12</a>: same, but for all tested nano-hexapod stiffnesses</li>
|
|
</ul>
|
|
|
|
<p>
|
|
We can see two mass lines for the soft nano-hexapod (Figure <a href="#org6a56c32">11</a>):
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>The first mass line corresponds to \(\frac{1}{(m_n + m_p)s^2}\) where \(m_p = 10\ [kg]\) is the mass of the payload and \(m_n = 15\ [Kg]\) is the mass of the nano-hexapod top platform and attached mirror</li>
|
|
<li>The second mass line corresponds to \(\frac{1}{m_n s^2}\)</li>
|
|
<li>The zero corresponds to the resonance of the payload alone (fixed nano-hexapod’s top platform)</li>
|
|
</ul>
|
|
|
|
|
|
<div id="org6a56c32" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_freq_fz_dz.png" alt="opt_stiffness_payload_freq_fz_dz.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 11: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload resonance frequency, both for a soft nano-hexapod and a stiff nano-hexapod</p>
|
|
</div>
|
|
|
|
|
|
<div id="orgabb9349" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_freq_all.png" alt="opt_stiffness_payload_freq_all.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 12: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload resonance frequency (<a href="./figs/opt_stiffness_payload_freq_all.png">png</a>, <a href="./figs/opt_stiffness_payload_freq_all.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-org9414851" class="outline-4">
|
|
<h4 id="org9414851"><span class="section-number-4">3.3.2</span> Mass variation</h4>
|
|
<div class="outline-text-4" id="text-3-3-2">
|
|
<p>
|
|
We here compare the dynamics for different payload mass with the same resonance frequency (100Hz):
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Figure <a href="#orgc989931">13</a>: dynamics from a force \(\mathcal{F}_z\) applied in the task space in the vertical direction to the vertical displacement of the sample \(\mathcal{X}_z\) for both a very soft and a very stiff nano-hexapod.</li>
|
|
<li>Figure <a href="#orgb40b713">14</a>: same, but for all tested nano-hexapod stiffnesses</li>
|
|
</ul>
|
|
|
|
<p>
|
|
We can see here that for the soft nano-hexapod:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>the first resonance \(\omega_n\) is changing with the mass of the payload as \(\omega_n = \sqrt{\frac{k_n}{m_p + m_n}}\) with \(k_p\) the stiffness of the nano-hexapod, \(m_p\) the payload’s mass and \(m_n\) the mass of the nano-hexapod top platform</li>
|
|
<li>the first mass line corresponding to \(\frac{1}{(m_p + m_n)s^2}\) is changing with the payload mass</li>
|
|
<li>the zero at 100Hz is not changing as it corresponds to the resonance of the payload itself</li>
|
|
<li>the second mass line does not change</li>
|
|
</ul>
|
|
|
|
|
|
<div id="orgc989931" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_mass_fz_dz.png" alt="opt_stiffness_payload_mass_fz_dz.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 13: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload mass, both for a soft nano-hexapod and a stiff nano-hexapod</p>
|
|
</div>
|
|
|
|
|
|
<div id="orgb40b713" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_mass_all.png" alt="opt_stiffness_payload_mass_all.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 14: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload mass (<a href="./figs/opt_stiffness_payload_mass_all.png">png</a>, <a href="./figs/opt_stiffness_payload_mass_all.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-org41d9c49" class="outline-4">
|
|
<h4 id="org41d9c49"><span class="section-number-4">3.3.3</span> Total variation</h4>
|
|
<div class="outline-text-4" id="text-3-3-3">
|
|
<p>
|
|
We now plot the total change of dynamics due to change of the payload (Figures <a href="#org8c9710b">15</a> and <a href="#orgf495e2a">16</a>):
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>mass from 1kg to 50kg</li>
|
|
<li>main resonance from 50Hz to 500Hz</li>
|
|
</ul>
|
|
|
|
|
|
<div id="org8c9710b" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_impedance_all_fz_dz.png" alt="opt_stiffness_payload_impedance_all_fz_dz.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 15: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload dynamics, both for a soft nano-hexapod and a stiff nano-hexapod (<a href="./figs/opt_stiffness_payload_impedance_all_fz_dz.png">png</a>, <a href="./figs/opt_stiffness_payload_impedance_all_fz_dz.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="orgf495e2a" class="figure">
|
|
<p><img src="figs/opt_stiffness_payload_impedance_fz_dz.png" alt="opt_stiffness_payload_impedance_fz_dz.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 16: </span>Dynamics from \(\mathcal{F}_z\) to \(\mathcal{X}_z\) for varying payload dynamics, both for a soft nano-hexapod and a stiff nano-hexapod (<a href="./figs/opt_stiffness_payload_impedance_fz_dz.png">png</a>, <a href="./figs/opt_stiffness_payload_impedance_fz_dz.pdf">pdf</a>)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="outline-text-2" id="text-3">
|
|
<div class="important" id="org2b8d4da">
|
|
<p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="outline-container-orgcfb28e7" class="outline-2">
|
|
<h2 id="orgcfb28e7"><span class="section-number-2">4</span> Total Change of dynamics</h2>
|
|
<div class="outline-text-2" id="text-4">
|
|
<p>
|
|
We now consider the total change of nano-hexapod dynamics due to:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li><code>Gk_wz_err</code> - Change of spindle rotation speed</li>
|
|
<li><code>Gf_err</code> and <code>Gm_err</code> - Change of payload resonance</li>
|
|
<li><code>Gmf_err</code> and <code>Gmr_err</code> - Micro-Station compliance</li>
|
|
</ul>
|
|
|
|
<p>
|
|
The obtained dynamics are shown:
|
|
</p>
|
|
<ul class="org-ul">
|
|
<li>Figure <a href="#org8f6818d">17</a> for a stiffness \(k = 10^3\ [N/m]\)</li>
|
|
<li>Figure <a href="#orga39b683">18</a> for a stiffness \(k = 10^5\ [N/m]\)</li>
|
|
<li>Figure <a href="#orga5e35c4">19</a> for a stiffness \(k = 10^7\ [N/m]\)</li>
|
|
<li>Figure <a href="#org8d3b0db">20</a> for a stiffness \(k = 10^9\ [N/m]\)</li>
|
|
</ul>
|
|
|
|
<p>
|
|
And finally, in Figures <a href="#org726c0f3">21</a> and <a href="#orgec89c0c">22</a> are shown an animation of the change of dynamics with the nano-hexapod’s stiffness.
|
|
</p>
|
|
|
|
|
|
<div id="org8f6818d" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_fx_dx_k_1e3.png" alt="opt_stiffness_plant_dynamics_fx_dx_k_1e3.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 17: </span>Total variation of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\). Nano-hexapod leg’s stiffness is equal to \(k = 10^3\ [N/m]\) (<a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e3.png">png</a>, <a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e3.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="orga39b683" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_fx_dx_k_1e5.png" alt="opt_stiffness_plant_dynamics_fx_dx_k_1e5.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 18: </span>Total variation of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\). Nano-hexapod leg’s stiffness is equal to \(k = 10^5\ [N/m]\) (<a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e5.png">png</a>, <a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e5.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="orga5e35c4" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_fx_dx_k_1e7.png" alt="opt_stiffness_plant_dynamics_fx_dx_k_1e7.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 19: </span>Total variation of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\). Nano-hexapod leg’s stiffness is equal to \(k = 10^7\ [N/m]\) (<a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e7.png">png</a>, <a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e7.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org8d3b0db" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_fx_dx_k_1e9.png" alt="opt_stiffness_plant_dynamics_fx_dx_k_1e9.png" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 20: </span>Total variation of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\). Nano-hexapod leg’s stiffness is equal to \(k = 10^9\ [N/m]\) (<a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e9.png">png</a>, <a href="./figs/opt_stiffness_plant_dynamics_fx_dx_k_1e9.pdf">pdf</a>)</p>
|
|
</div>
|
|
|
|
|
|
<div id="org726c0f3" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_task_space.gif" alt="opt_stiffness_plant_dynamics_task_space.gif" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 21: </span>Variability of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\) with varying nano-hexapod stiffness</p>
|
|
</div>
|
|
|
|
|
|
<div id="orgec89c0c" class="figure">
|
|
<p><img src="figs/opt_stiffness_plant_dynamics_task_space_colors.gif" alt="opt_stiffness_plant_dynamics_task_space_colors.gif" />
|
|
</p>
|
|
<p><span class="figure-number">Figure 22: </span>Variability of the dynamics from \(\mathcal{F}_x\) to \(\mathcal{X}_x\) with varying nano-hexapod stiffness</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="postamble" class="status">
|
|
<p class="author">Author: Dehaeze Thomas</p>
|
|
<p class="date">Created: 2021-02-20 sam. 23:08</p>
|
|
</div>
|
|
</body>
|
|
</html>
|