2020-03-26 17:25:43 +01:00
<?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 23:09:27 +01:00
<!-- 2021 - 02 - 20 sam. 23:08 -->
2020-03-26 17:25:43 +01:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< title > Force Control applied on the Simscape Model< / title >
< meta name = "generator" content = "Org mode" / >
< meta name = "author" content = "Dehaeze Thomas" / >
2021-02-20 23:09:27 +01:00
< 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 >
2020-03-26 17:25:43 +01:00
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "./index.html" > UP < / a >
|
2021-02-20 23:09:27 +01:00
< a accesskey = "H" href = "../../index.html" > HOME < / a >
2020-03-26 17:25:43 +01:00
< / div > < div id = "content" >
< h1 class = "title" > Force Control applied on the Simscape Model< / h1 >
< p >
Cascade Control where the inner loop goal is to control the total wrench (forces and torques) applied to the upper part of the nano-hexapod.
< / p >
< p >
The force will induce an acceleration of the upper part, thus we can consider the new input \(\bm{r}_\mathcal{F}\) as an acceleration input.
< / p >
< p >
Ideas:
< / p >
< ul class = "org-ul" >
< li > This can be used as < b > feedforward< / b > : we now the wanted 6dof reference path for the sample, thus we can compute the required acceleration and thus the required force. To do so, we need information on the inertia of the sample.< / li >
< / ul >
2021-02-20 23:09:27 +01:00
< div id = "org517d735" class = "figure" >
2020-03-26 17:25:43 +01:00
< p > < img src = "figs/control_cascade_force_F.png" alt = "control_cascade_force_F.png" / >
< / p >
< / div >
2021-02-20 23:09:27 +01:00
< div id = "org05e43e1" class = "figure" >
2020-03-26 17:25:43 +01:00
< p > < img src = "figs/control_cascade_force_tau.png" alt = "control_cascade_force_tau.png" / >
< / p >
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Author: Dehaeze Thomas< / p >
2021-02-20 23:09:27 +01:00
< p class = "date" > Created: 2021-02-20 sam. 23:08< / p >
2020-03-26 17:25:43 +01:00
< / div >
< / body >
< / html >