Export to pdf
This commit is contained in:
parent
988caf32b5
commit
0edcc871dd
221
index.html
221
index.html
@ -1,221 +0,0 @@
|
|||||||
<?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-12-17 jeu. 14:47 -->
|
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
||||||
<title>Flexible Joint - Test Bench</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 = {
|
|
||||||
tex: {
|
|
||||||
tags: 'ams',
|
|
||||||
macros: {bm: ["\\boldsymbol{#1}",1],}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.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">Flexible Joint - Test Bench</h1>
|
|
||||||
<div id="table-of-contents">
|
|
||||||
<h2>Table of Contents</h2>
|
|
||||||
<div id="text-table-of-contents">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#org7f5c1ab">1. Test Bench Description</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#orgb03e5df">1.1. Flexible joint Geometry</a></li>
|
|
||||||
<li><a href="#org57bd1c6">1.2. Required external applied force</a></li>
|
|
||||||
<li><a href="#org944d593">1.3. Required actuator stroke and sensors range</a></li>
|
|
||||||
<li><a href="#org334e651">1.4. First try with the APA95ML</a></li>
|
|
||||||
<li><a href="#orgc4f4cc8">1.5. Test Bench</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="#orgbe54fa0">2. Experimental measurement</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-org7f5c1ab" class="outline-2">
|
|
||||||
<h2 id="org7f5c1ab"><span class="section-number-2">1</span> Test Bench Description</h2>
|
|
||||||
<div class="outline-text-2" id="text-1">
|
|
||||||
<p>
|
|
||||||
The main characteristic of the flexible joint that we want to measure is its bending stiffness \(k_{R_x} \approx k_{R_y}\).
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To do so, a test bench is used.
|
|
||||||
Specifications of the test bench to precisely measure the bending stiffness are described in this section.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The basic idea is to measured the angular deflection of the flexible joint as a function of the applied torque.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="org9b87bf2" class="figure">
|
|
||||||
<p><img src="figs/test-bench-schematic.png" alt="test-bench-schematic.png" />
|
|
||||||
</p>
|
|
||||||
<p><span class="figure-number">Figure 1: </span>Schematic of the test bench to measure the bending stiffness of the flexible joints</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-orgb03e5df" class="outline-3">
|
|
||||||
<h3 id="orgb03e5df"><span class="section-number-3">1.1</span> Flexible joint Geometry</h3>
|
|
||||||
<div class="outline-text-3" id="text-1-1">
|
|
||||||
<p>
|
|
||||||
The flexible joint used for the Nano-Hexapod is shown in Figure <a href="#orga662ff4">2</a>.
|
|
||||||
Its bending stiffness is foreseen to be \(k_{R_y}\approx 20\,\frac{Nm}{rad}\) and its stroke \(\theta_{y,\text{max}}\approx 20\,mrad\).
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="orga662ff4" class="figure">
|
|
||||||
<p><img src="figs/flexible_joint_geometry.png" alt="flexible_joint_geometry.png" />
|
|
||||||
</p>
|
|
||||||
<p><span class="figure-number">Figure 2: </span>Geometry of the flexible joint</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The height between the flexible point (center of the joint) and the point where external forces are applied is \(h = 20\,mm\).
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Let’s define the parameters on Matlab.
|
|
||||||
</p>
|
|
||||||
<div class="org-src-container">
|
|
||||||
<pre class="src src-matlab">kRx = 20; <span class="org-comment">% Bending Stiffness [Nm/rad]</span>
|
|
||||||
Rxmax = 20e<span class="org-type">-</span>3; <span class="org-comment">% Bending Stroke [rad]</span>
|
|
||||||
h = 20e<span class="org-type">-</span>3; <span class="org-comment">% Height [m]</span>
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-org57bd1c6" class="outline-3">
|
|
||||||
<h3 id="org57bd1c6"><span class="section-number-3">1.2</span> Required external applied force</h3>
|
|
||||||
<div class="outline-text-3" id="text-1-2">
|
|
||||||
<p>
|
|
||||||
The bending \(\theta_y\) of the flexible joint due to the force \(F_x\) is:
|
|
||||||
</p>
|
|
||||||
\begin{equation}
|
|
||||||
\theta_y = \frac{M_y}{k_{R_y}} = \frac{F_x h}{k_{R_y}}
|
|
||||||
\end{equation}
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Therefore, the applied force to test the full range of the flexible joint is:
|
|
||||||
</p>
|
|
||||||
\begin{equation}
|
|
||||||
F_{x,\text{max}} = \frac{k_{R_y} \theta_{y,\text{max}}}{h}
|
|
||||||
\end{equation}
|
|
||||||
|
|
||||||
<div class="org-src-container">
|
|
||||||
<pre class="src src-matlab">Fxmax = kRx<span class="org-type">*</span>Rxmax<span class="org-type">/</span>h; <span class="org-comment">% Force to induce maximum stroke [N]</span>
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
And we obtain:
|
|
||||||
</p>
|
|
||||||
\begin{equation} F_{max} = 20.0\, [N] \end{equation}
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The measurement range of the force sensor should then be higher than \(20\,N\).
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-org944d593" class="outline-3">
|
|
||||||
<h3 id="org944d593"><span class="section-number-3">1.3</span> Required actuator stroke and sensors range</h3>
|
|
||||||
<div class="outline-text-3" id="text-1-3">
|
|
||||||
<p>
|
|
||||||
The flexible joint is designed to allow a bending motion of \(\pm 20\,mrad\).
|
|
||||||
The corresponding actuator stroke to impose such motion is:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
\[ d_{x,\text{max}} = h \tan(R_{x,\text{max}}) \]
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="org-src-container">
|
|
||||||
<pre class="src src-matlab">dxmax = h<span class="org-type">*</span>tan(Rxmax);
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
\begin{equation} d_{max} = 0.4\, [mm] \end{equation}
|
|
||||||
|
|
||||||
<p>
|
|
||||||
In order to test the full range of the flexible joint, the stroke of the actuator should be higher than \(0.4\,mm\).
|
|
||||||
The measurement range of the displacement sensor should also be higher than \(0.4\,mm\).
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-org334e651" class="outline-3">
|
|
||||||
<h3 id="org334e651"><span class="section-number-3">1.4</span> First try with the APA95ML</h3>
|
|
||||||
<div class="outline-text-3" id="text-1-4">
|
|
||||||
<p>
|
|
||||||
The APA95ML as a stroke of \(100\,\mu m\) and the encoder in parallel can easily measure the required stroke.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Suppose the full stroke of the APA can be used to bend the flexible joint (ideal case), the measured force will be:
|
|
||||||
</p>
|
|
||||||
<div class="org-src-container">
|
|
||||||
<pre class="src src-matlab">Fxmax = kRx<span class="org-type">*</span>100e<span class="org-type">-</span>6<span class="org-type">/</span>h<span class="org-type">^</span>2; <span class="org-comment">% Force at maximum stroke [N]</span>
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
\begin{equation} F_{max} = 5.0\, [N] \end{equation}
|
|
||||||
|
|
||||||
<p>
|
|
||||||
And the tested angular range is:
|
|
||||||
</p>
|
|
||||||
<div class="org-src-container">
|
|
||||||
<pre class="src src-matlab">Rmax = tan(100e<span class="org-type">-</span>6<span class="org-type">/</span>h);
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
\begin{equation} \theta_{max} = 5.0\, [mrad] \end{equation}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-orgc4f4cc8" class="outline-3">
|
|
||||||
<h3 id="orgc4f4cc8"><span class="section-number-3">1.5</span> Test Bench</h3>
|
|
||||||
<div class="outline-text-3" id="text-1-5">
|
|
||||||
|
|
||||||
<div id="org9367697" class="figure">
|
|
||||||
<p><img src="figs/test-bench-schematic.png" alt="test-bench-schematic.png" />
|
|
||||||
</p>
|
|
||||||
<p><span class="figure-number">Figure 3: </span>Schematic of the test bench to measure the bending stiffness of the flexible joints</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="note" id="org93975e7">
|
|
||||||
<ul class="org-ul">
|
|
||||||
<li>Manual Translation Stage</li>
|
|
||||||
<li>Load Cell TE Connectivity <a href="doc/A700000007147087.pdf">FC2231-0000-0010-L</a></li>
|
|
||||||
<li>Encoder: Renishaw <a href="doc/L-9517-9448-05-B_Data_sheet_RESOLUTE_BiSS_en.pdf">Resolute 1nm</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="outline-container-orgbe54fa0" class="outline-2">
|
|
||||||
<h2 id="orgbe54fa0"><span class="section-number-2">2</span> Experimental measurement</h2>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="postamble" class="status">
|
|
||||||
<p class="author">Author: Dehaeze Thomas</p>
|
|
||||||
<p class="date">Created: 2020-12-17 jeu. 14:47</p>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
1
index.html
Symbolic link
1
index.html
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
test-bench-flexible-joints.html
|
286
test-bench-flexible-joints.html
Normal file
286
test-bench-flexible-joints.html
Normal file
@ -0,0 +1,286 @@
|
|||||||
|
<?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-02 mar. 19:12 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<title>Flexible Joint - Test Bench</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">Flexible Joint - Test Bench</h1>
|
||||||
|
<div id="table-of-contents">
|
||||||
|
<h2>Table of Contents</h2>
|
||||||
|
<div id="text-table-of-contents">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#org0ce044b">1. Flexible Joints - Requirements</a></li>
|
||||||
|
<li><a href="#orgdb39e09">2. Test Bench Description</a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#org5eb807b">2.1. Flexible joint Geometry</a></li>
|
||||||
|
<li><a href="#org48c52dd">2.2. Required external applied force</a></li>
|
||||||
|
<li><a href="#org1d2ec69">2.3. Required actuator stroke and sensors range</a></li>
|
||||||
|
<li><a href="#orge2c3db5">2.4. First try with the APA95ML</a></li>
|
||||||
|
<li><a href="#orge4c6045">2.5. Test Bench</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#orgfa48374">3. Experimental measurement</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<p>This report is also available as a <a href="./test-bench-flexible-joints.pdf">pdf</a>.</p>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<div id="outline-container-org0ce044b" class="outline-2">
|
||||||
|
<h2 id="org0ce044b"><span class="section-number-2">1</span> Flexible Joints - Requirements</h2>
|
||||||
|
<div class="outline-text-2" id="text-1">
|
||||||
|
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
|
<colgroup>
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col" class="org-left"> </th>
|
||||||
|
<th scope="col" class="org-left"><b>Specification</b></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Axial Stiffness</td>
|
||||||
|
<td class="org-left">> 200 [N/um]</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Shear Stiffness</td>
|
||||||
|
<td class="org-left">> 1 [N/um]</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Bending Stiffness</td>
|
||||||
|
<td class="org-left">< 100 [Nm/rad]</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Torsion Stiffness</td>
|
||||||
|
<td class="org-left">< 500 [Nm/rad]</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Bending Stroke</td>
|
||||||
|
<td class="org-left">> 1 [mrad]</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left">Torsion Stroke</td>
|
||||||
|
<td class="org-left">> 5 [urad]</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-orgdb39e09" class="outline-2">
|
||||||
|
<h2 id="orgdb39e09"><span class="section-number-2">2</span> Test Bench Description</h2>
|
||||||
|
<div class="outline-text-2" id="text-2">
|
||||||
|
<p>
|
||||||
|
The main characteristic of the flexible joint that we want to measure is its bending stiffness \(k_{R_x} \approx k_{R_y}\).
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
To do so, a test bench is used.
|
||||||
|
Specifications of the test bench to precisely measure the bending stiffness are described in this section.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The basic idea is to measured the angular deflection of the flexible joint as a function of the applied torque.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="org73fb3d5" class="figure">
|
||||||
|
<p><img src="figs/test-bench-schematic.png" alt="test-bench-schematic.png" />
|
||||||
|
</p>
|
||||||
|
<p><span class="figure-number">Figure 1: </span>Schematic of the test bench to measure the bending stiffness of the flexible joints</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org5eb807b" class="outline-3">
|
||||||
|
<h3 id="org5eb807b"><span class="section-number-3">2.1</span> Flexible joint Geometry</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-1">
|
||||||
|
<p>
|
||||||
|
The flexible joint used for the Nano-Hexapod is shown in Figure <a href="#orge14f21a">2</a>.
|
||||||
|
Its bending stiffness is foreseen to be \(k_{R_y}\approx 20\,\frac{Nm}{rad}\) and its stroke \(\theta_{y,\text{max}}\approx 20\,mrad\).
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="orge14f21a" class="figure">
|
||||||
|
<p><img src="figs/flexible_joint_geometry.png" alt="flexible_joint_geometry.png" />
|
||||||
|
</p>
|
||||||
|
<p><span class="figure-number">Figure 2: </span>Geometry of the flexible joint</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The height between the flexible point (center of the joint) and the point where external forces are applied is \(h = 20\,mm\).
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Let’s define the parameters on Matlab.
|
||||||
|
</p>
|
||||||
|
<div class="org-src-container">
|
||||||
|
<pre class="src src-matlab"> kRx = 20; <span class="org-comment">% Bending Stiffness [Nm/rad]</span>
|
||||||
|
Rxmax = 20e<span class="org-type">-</span>3; <span class="org-comment">% Bending Stroke [rad]</span>
|
||||||
|
h = 20e<span class="org-type">-</span>3; <span class="org-comment">% Height [m]</span>
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org48c52dd" class="outline-3">
|
||||||
|
<h3 id="org48c52dd"><span class="section-number-3">2.2</span> Required external applied force</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-2">
|
||||||
|
<p>
|
||||||
|
The bending \(\theta_y\) of the flexible joint due to the force \(F_x\) is:
|
||||||
|
</p>
|
||||||
|
\begin{equation}
|
||||||
|
\theta_y = \frac{M_y}{k_{R_y}} = \frac{F_x h}{k_{R_y}}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Therefore, the applied force to test the full range of the flexible joint is:
|
||||||
|
</p>
|
||||||
|
\begin{equation}
|
||||||
|
F_{x,\text{max}} = \frac{k_{R_y} \theta_{y,\text{max}}}{h}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
<div class="org-src-container">
|
||||||
|
<pre class="src src-matlab"> Fxmax = kRx<span class="org-type">*</span>Rxmax<span class="org-type">/</span>h; <span class="org-comment">% Force to induce maximum stroke [N]</span>
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
And we obtain:
|
||||||
|
</p>
|
||||||
|
\begin{equation} F_{max} = 20.0\, [N] \end{equation}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The measurement range of the force sensor should then be higher than \(20\,N\).
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org1d2ec69" class="outline-3">
|
||||||
|
<h3 id="org1d2ec69"><span class="section-number-3">2.3</span> Required actuator stroke and sensors range</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-3">
|
||||||
|
<p>
|
||||||
|
The flexible joint is designed to allow a bending motion of \(\pm 20\,mrad\).
|
||||||
|
The corresponding actuator stroke to impose such motion is:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
\[ d_{x,\text{max}} = h \tan(R_{x,\text{max}}) \]
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="org-src-container">
|
||||||
|
<pre class="src src-matlab"> dxmax = h<span class="org-type">*</span>tan(Rxmax);
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
\begin{equation} d_{max} = 0.4\, [mm] \end{equation}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
In order to test the full range of the flexible joint, the stroke of the actuator should be higher than \(0.4\,mm\).
|
||||||
|
The measurement range of the displacement sensor should also be higher than \(0.4\,mm\).
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-orge2c3db5" class="outline-3">
|
||||||
|
<h3 id="orge2c3db5"><span class="section-number-3">2.4</span> First try with the APA95ML</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-4">
|
||||||
|
<p>
|
||||||
|
The APA95ML as a stroke of \(100\,\mu m\) and the encoder in parallel can easily measure the required stroke.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Suppose the full stroke of the APA can be used to bend the flexible joint (ideal case), the measured force will be:
|
||||||
|
</p>
|
||||||
|
<div class="org-src-container">
|
||||||
|
<pre class="src src-matlab"> Fxmax = kRx<span class="org-type">*</span>100e<span class="org-type">-</span>6<span class="org-type">/</span>h<span class="org-type">^</span>2; <span class="org-comment">% Force at maximum stroke [N]</span>
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
\begin{equation} F_{max} = 5.0\, [N] \end{equation}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
And the tested angular range is:
|
||||||
|
</p>
|
||||||
|
<div class="org-src-container">
|
||||||
|
<pre class="src src-matlab"> Rmax = tan(100e<span class="org-type">-</span>6<span class="org-type">/</span>h);
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
\begin{equation} \theta_{max} = 5.0\, [mrad] \end{equation}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-orge4c6045" class="outline-3">
|
||||||
|
<h3 id="orge4c6045"><span class="section-number-3">2.5</span> Test Bench</h3>
|
||||||
|
<div class="outline-text-3" id="text-2-5">
|
||||||
|
|
||||||
|
<div id="org8101cfa" class="figure">
|
||||||
|
<p><img src="figs/test-bench-schematic.png" alt="test-bench-schematic.png" />
|
||||||
|
</p>
|
||||||
|
<p><span class="figure-number">Figure 3: </span>Schematic of the test bench to measure the bending stiffness of the flexible joints</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="note" id="orgfde2443">
|
||||||
|
<ul class="org-ul">
|
||||||
|
<li>Manual Translation Stage</li>
|
||||||
|
<li>Load Cell TE Connectivity <a href="doc/A700000007147087.pdf">FC2231-0000-0010-L</a></li>
|
||||||
|
<li>Encoder: Renishaw <a href="doc/L-9517-9448-05-B_Data_sheet_RESOLUTE_BiSS_en.pdf">Resolute 1nm</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-orgfa48374" class="outline-2">
|
||||||
|
<h2 id="orgfa48374"><span class="section-number-2">3</span> Experimental measurement</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="postamble" class="status">
|
||||||
|
<p class="author">Author: Dehaeze Thomas</p>
|
||||||
|
<p class="date">Created: 2021-02-02 mar. 19:12</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -40,6 +40,23 @@
|
|||||||
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
|
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
|
#+begin_export html
|
||||||
|
<hr>
|
||||||
|
<p>This report is also available as a <a href="./test-bench-flexible-joints.pdf">pdf</a>.</p>
|
||||||
|
<hr>
|
||||||
|
#+end_export
|
||||||
|
|
||||||
|
* Flexible Joints - Requirements
|
||||||
|
|
||||||
|
| | *Specification* |
|
||||||
|
|-------------------+-----------------|
|
||||||
|
| Axial Stiffness | > 200 [N/um] |
|
||||||
|
| Shear Stiffness | > 1 [N/um] |
|
||||||
|
| Bending Stiffness | < 100 [Nm/rad] |
|
||||||
|
| Torsion Stiffness | < 500 [Nm/rad] |
|
||||||
|
| Bending Stroke | > 1 [mrad] |
|
||||||
|
| Torsion Stroke | > 5 [urad] |
|
||||||
|
|
||||||
* Test Bench Description
|
* Test Bench Description
|
||||||
** Introduction :ignore:
|
** Introduction :ignore:
|
||||||
|
|
BIN
test-bench-flexible-joints.pdf
Normal file
BIN
test-bench-flexible-joints.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user