233 lines
No EOL
5.7 KiB
PHP
Executable file
233 lines
No EOL
5.7 KiB
PHP
Executable file
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/style.css" />
|
||
<title>PEM2T</title>
|
||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||
|
||
<!-- GALLERY -->
|
||
<meta name="viewport" content="width=720">
|
||
<!-- jQuery, -->
|
||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||
|
||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
<?php include("index/includes/header.php"); ?>
|
||
|
||
<section>
|
||
|
||
<article>
|
||
<h1>Fraisage</h1>
|
||
|
||
<p> On veut ici reproduire de A à Z le procédé d’usinage d’une pièce (fraisage)</p>
|
||
|
||
|
||
<h2>Pourquoi utiliser l’usinage dans ce cas ?</h2>
|
||
|
||
<h3>Avantages</h3>
|
||
|
||
<ul>
|
||
<li>Bon état de surface & précision</li>
|
||
<p>Les surfaces fonctionnelles importantes se trouvent sur le cylindre (contact avec le carter, le piston, les roulements. Une précision lors de l'usinage est donc nécessaire.</p>
|
||
|
||
<li>Il y a des formes plus complexes et fines (filets, rainures, gorges).</li>
|
||
<p>Ces formes complexes ne peuvent être obtenues facilement et précisément qu'en utilisant l'usinage.</p>
|
||
|
||
|
||
</ul>
|
||
|
||
<h3>Inconvénients</h3>
|
||
|
||
<ul>
|
||
|
||
|
||
<p>Le coût est relativement élevé.</p>
|
||
<p>Les outils et machines coûteux, la main d'oeuvre qualifiée nécessaire et le temps d'usinage rendent ce procédé onéreux.</p>
|
||
|
||
</ul>
|
||
|
||
<h2>Liste des surfaces</h2>
|
||
|
||
<p> On commence par définir et nommer les surfaces que l’on souhaite usiner.</p>
|
||
|
||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||
|
||
<img src="index/images/listesurfaces.png">
|
||
</div>
|
||
<!--
|
||
<figure alt="Liste des surfaces">
|
||
<img src="index/images/listesurfaces.png" />
|
||
<figcaption>
|
||
<p> Liste des surfaces</p>
|
||
</figcaption>
|
||
</figure>
|
||
-->
|
||
<p> Ici,</p>
|
||
|
||
<ul>
|
||
<li>P représente une surface plane.</li>
|
||
<li>CY représente une surface cylindrique.</li>
|
||
<li>X représente une surface complexe (un filetage, par exemple).</li>
|
||
</ul>
|
||
|
||
<p> On place ensuite la liste des surfaces dans un tableau, auxquelles on associe une opération d’usinage et un outil.</p>
|
||
|
||
|
||
<table>
|
||
<tr>
|
||
<th>Surface</th>
|
||
<th>Procédé</th>
|
||
<th>Outil</th>
|
||
</tr>
|
||
<tr>
|
||
<td>P1</td>
|
||
<td>Surfaçage</td>
|
||
<td>Tourteau D60</td>
|
||
</tr>
|
||
<tr>
|
||
<td>P3</td>
|
||
<td>Surfaçage</td>
|
||
<td>Tourteau D60</td>
|
||
</tr>
|
||
<tr>
|
||
<td>P8</td>
|
||
<td>Surfaçage</td>
|
||
<td>Fraise 2T D10</td>
|
||
</tr>
|
||
<tr>
|
||
<td>P9</td>
|
||
<td>Surfaçage</td>
|
||
<td>Tourteau D60</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CY1</td>
|
||
<td>Contournage</td>
|
||
<td>Fraise 2T D20</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CY2</td>
|
||
<td>Perçage</td>
|
||
<td>inutile</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CY3, CY5, CY6, CY7, CY9</td>
|
||
<td>Alésage</td>
|
||
<td>train de fraises</td>
|
||
</tr>
|
||
<tr>
|
||
<td>CY8</td>
|
||
<td>Alésage</td>
|
||
<td>Alésoir D40</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X1</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X2</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X3</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D12+ Taraud M12×1,75</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X4</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X5</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X6</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X7</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X8</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
<tr>
|
||
<td>X9</td>
|
||
<td>Perçage + Taraudage</td>
|
||
<td>Foret D4 + Taraud M4</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<h2>Antériorités</h2>
|
||
|
||
<p> Ensuite, à l’aide d’un graphe des antériorités, on définit l’ordre d’usinage des différentes surfaces.</p>
|
||
|
||
|
||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||
|
||
<img src="index/images/anteriorites.png">
|
||
|
||
</div>
|
||
|
||
<p> Ici on a défini les 3 étapes d’usinage :</p>
|
||
|
||
<ol>
|
||
<li>CY3, CY5, CY6, CY7, P9</li>
|
||
<li>P1, P3, CY1</li>
|
||
<li>P8, X4 à X9</li>
|
||
<li>CY2, CY8, X1, X2, X3</li>
|
||
</ol>
|
||
|
||
<p> On pourra choisir l’ordre des opérations dans chaque étape.</p>
|
||
|
||
<p>Ci-après, les contrats pour chaque phase.</p>
|
||
|
||
<h3>Contrats de phase</h3>
|
||
|
||
|
||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="false">
|
||
|
||
<img src="index/images/gammes/contratphase1.png">
|
||
<img src="index/images/gammes/contratphase2.png">
|
||
<img src="index/images/gammes/contratphase3.png">
|
||
<img src="index/images/gammes/contratphase4.png">
|
||
|
||
</div>
|
||
|
||
<h2>
|
||
<a href="gdp.php">Page suivante - Explication de la gestion de projet</a>
|
||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||
</h2>
|
||
|
||
|
||
|
||
|
||
</article>
|
||
|
||
<?php include("index/includes/aside.php"); ?>
|
||
|
||
</section>
|
||
|
||
|
||
<?php include("index/includes/footer.php"); ?>
|
||
|
||
</body>
|
||
|
||
|
||
</html>
|