home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=96.orig < prev    next >
Text File  |  2010-10-06  |  76KB  |  1,258 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11. <link rel="prev" href="viewtopic.php?t=48&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=48&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Le dΘplacement de la tΩte de lecture</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  267.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=48&start=0&postdays=0&postorder=asc&highlight=">Le dΘplacement de la tΩte de lecture</a><br />
  283.       <span class="gensmall"><b></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=12"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=48"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=12" class="nav">PROBLEMES DIVERS</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=48&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=48&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="94"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=94#94"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 08 Ao√ 2007, 10:38<span class="gen"> </span>   Sujet du message: Le dΘplacement de la tΩte de lecture</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=94"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Je n'ai tjs pas tout compris les explications du site de JPL sur le dΘplacement de la tΩte de lecture, seule une vieille doc interne de 1984 d'Apple m'a permis d'Ωtre moins perdu. En fait, je crois que la premiΦre chose α savoir est la suivante : la piste 0 se trouve-t-elle au centre de la disquette ou α l'extΘrieur ?
  317. <br />
  318.  
  319. <br />
  320. Pour le dΘplacement des tΩtes :
  321. <br />
  322. (en retenant que quatre phases = une piste)
  323. <br />
  324. - si on utilise des phases croissantes (C080, C081, etc.), on dΘplace la tΩte vers la piste 35
  325. <br />
  326. - si on utilise des phases dΘcroissantes (C083, C082, etc.), on dΘplace la tΩte vers la piste 0
  327. <br />
  328.  
  329. <br />
  330. ou, est-ce qu'en fait, il faut d'abord considΘrer la chose suivante pour dΘplacer la tΩte :
  331. <br />
  332. - d'abord une phaseX ON puis une phaseX OFF
  333. <br />
  334. - puis si X dΘcroit, on dΘplace vers la piste 0
  335. <br />
  336. - mais si X croit, on dΘplace vers la piste 35
  337. <br />
  338. => mais alors on doit garder en mΘmoire la derniΦre utilisΘe pour savoir si on dΘplace vers la piste 0 ou vers la piste 35, non ?
  339. <br />
  340.  
  341. <br />
  342. Ainsi (j'ai enlevΘ les dΘlais volontairement) :
  343. <br />
  344. - C081 / C080 / C083 / C082 : move +1 track
  345. <br />
  346. - C083 / C082 / C081 / C080 : move -1 track
  347. <br />
  348. - C081 / C080: move +1.2 track
  349. <br />
  350. - mais alors comment faire -1.2 track? Faut-il considΘrer UNE phase comme Θtant le passage α ON puis α OFF alors que moi, je considΦre qu'il y a deux phases ici (phase ON et phase OFF = deux phases)
  351. <br />
  352.  
  353. <br />
  354. Bon, je suis larguΘ... Une p'tite aide svp ? merci,
  355. <br />
  356.  
  357. <br />
  358. antoine</span><span class="gensmall"></span></td>
  359.             </tr>
  360.         </table></td>
  361.     </tr>
  362.     <tr>
  363.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  364.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  365.             <tr>
  366.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  367.  
  368.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  369.         document.write(' ');
  370.     else
  371.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  372.  
  373.                 //--></script><noscript></noscript></td>
  374.             </tr>
  375.         </table></td>
  376.     </tr>
  377.     <tr>
  378.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  379.     </tr>
  380.     <tr>
  381.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="96"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  382.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  383.             <tr>
  384.                 <td width="100%"><a href="viewtopic.php?p=96#96"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 08 Ao√ 2007, 14:39<span class="gen"> </span>   Sujet du message: </span></td>
  385.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=96"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  386.             </tr>
  387.             <tr>
  388.                 <td colspan="2"><hr /></td>
  389.             </tr>
  390.             <tr>
  391.                 <td colspan="2"><span class="postbody">Tiens, JP a modifiΘ la rubrique et rajoutΘ de belles photos, j'avais pas vu!!!
  392. <br />
  393. C'est chouette.
  394. <br />
  395.  
  396. <br />
  397. La piste 00 est α l'extΘrieur.
  398. <br />
  399. La piste 68 est α l'intΘrieur.
  400. <br />
  401.  
  402. <br />
  403. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Code:</b></span></td>    </tr>    <tr>      <td class="code">
  404. <br />
  405. *******************
  406. <br />
  407. *       * DOS 3.3 *   
  408. <br />
  409. * TRK   * TRK&Half*
  410. <br />
  411. *******************
  412. <br />
  413. * 00 01 * 00 00.5 *
  414. <br />
  415. * 02 03 * 01 01.5 *
  416. <br />
  417. * 04 05 * 02 02.5 *
  418. <br />
  419. * ...   *         *
  420. <br />
  421. * 68 69 * 34 34.5 *
  422. <br />
  423. *******************
  424. <br />
  425. </td>    </tr></table><span class="postbody">
  426. <br />
  427.  
  428. <br />
  429. Concernant le stepper motor, de mon c⌠tΘ j'ai toujours eu une routine qui mΘmorisait la derniΦre piste utilisΘe.
  430. <br />
  431. Soit je la connais et c'est ok, soit je dois la rechercher (lecture de la piste sous la tΩte de lecture pour connaitre son numΘro, faire *2 et forcer la piste courante avec la valeur lue).
  432. <br />
  433. Ou repartir de zΘro (en "forτant" sur une piste imaginaire ΘlevΘe <α partir de 70> quand j'avais perdu la trace de la position courante).
  434. <br />
  435.  
  436. <br />
  437. GΘnΘralement, on utilise le numΘro de piste (courant et α atteindre) pour dΘterminer la phase α utiliser (avec un maskage AND).
  438. <br />
  439.  
  440. <br />
  441. Ci-dessous un extrait de FASTDSK avec un exemple des valeurs des softswitchs quand tu avances ou recules.
  442. <br />
  443.  
  444. <br />
  445. Pour la 1/2 piste (dos 3.3), c'est pareil, tu fais juste 2 phases de moins.
  446. <br />
  447.  
  448. <br />
  449. Est-ce plus clair?
  450. <br />
  451.  
  452. <br />
  453. JM
  454. <br />
  455.  
  456. <br />
  457. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Code:</b></span></td>    </tr>    <tr>      <td class="code">
  458. <br />
  459. ************************************
  460. <br />
  461.  
  462. <br />
  463.  
  464. <br />
  465. * Disk II interface card addr
  466. <br />
  467.  
  468. <br />
  469. * For slot 6 (without indexation)
  470. <br />
  471. DRVSM0OFF EQU $C0E0      ; Phase 0 off  Stepper motor
  472. <br />
  473. DRVSM1OFF EQU $C0E2      ; Phase 1 off
  474. <br />
  475. DRVSM2OFF EQU $C0E4      ; Phase 2 off
  476. <br />
  477. DRVSM3OFF EQU $C0E6      ; Phase 3 off
  478. <br />
  479. DRVSM0ON  EQU $C0E1      ; Phase 0 on   Stepper motor
  480. <br />
  481. DRVSM1ON  EQU $C0E3      ; Phase 1 on
  482. <br />
  483. DRVSM2ON  EQU $C0E5      ; Phase 2 on
  484. <br />
  485. DRVSM3ON  EQU $C0E7      ; Phase 3 on
  486. <br />
  487.  
  488. <br />
  489.  
  490. <br />
  491. *==============================*
  492. <br />
  493. *                              *
  494. <br />
  495. * MOVE ARM TO A "WANTED" TRACK *
  496. <br />
  497. *                              *
  498. <br />
  499. *==============================*
  500. <br />
  501.  
  502. <br />
  503. * In : CURHTRK  "from" current half track [0,68]
  504. <br />
  505. *      Acc     "to"   dos 3.3 track [0,34]
  506. <br />
  507. *
  508. <br />
  509. * Assume slot 6 (no slot indexation)
  510. <br />
  511. *
  512. <br />
  513. * E.g 1: from T$22 (half=$44) to T$20 (half=$40)  >> DESC <<
  514. <br />
  515. *        GOHTRK :$40
  516. <br />
  517. *        CURHTRK:$44    CURHTRK > GOHTRK ==> do -1
  518. <br />
  519. *                    low 2 bits * 2 + softswitch -> phase on/off
  520. <br />
  521. *        CURHTRK:$44-1=$43 -> 3*2 +$C0E1 = $C0E7 -> phase 3 on
  522. <br />
  523. *        SAVHTRK:$44       -> 0*2 +$C0E0 = $C0E0 -> phase 0 off
  524. <br />
  525. *        CURHTRK:$43-1=$42 -> 2*2 +$C0E1 = $C0E5 -> phase 2 on
  526. <br />
  527. *        SAVHTRK:$43       -> 3*2 +$C0E0 = $C0E6 -> phase 3 off
  528. <br />
  529. *        CURHTRK:$42-1=$41 -> 1*2 +$C0E1 = $C0E3 -> phase 1 on
  530. <br />
  531. *        SAVHTRK:$42       -> 2*2 +$C0E0 = $C0E4 -> phase 2 off
  532. <br />
  533. *        CURHTRK:$41-1=$40 -> 0*2 +$C0E1 = $C0E1 -> phase 0 on
  534. <br />
  535. *        SAVHTRK:$41       -> 1*2 +$C0E0 = $C0E2 -> phase 1 off
  536. <br />
  537. *        CURHTRK:$40 = GOHTRK ==> END
  538. <br />
  539. *
  540. <br />
  541. * E.g 2: from T$10 (half=$20) to T$11 (half=$22)  >> ASC <<
  542. <br />
  543. *        GOHTRK :$22
  544. <br />
  545. *        CURHTRK:$20    CURHTRK < GOHTRK ==> do +1
  546. <br />
  547. *                    low 2 bits * 2 + softswitch -> phase on/off
  548. <br />
  549. *        CURHTRK:$20+1=$21 -> 1*2 +$C0E1 = $C0E3 -> phase 1 on
  550. <br />
  551. *        SAVHTRK:$20       -> 0*2 +$C0E0 = $C0E0 -> phase 0 off
  552. <br />
  553. *        CURHTRK:$21+1=$22 -> 2*2 +$C0E1 = $C0E5 -> phase 2 on
  554. <br />
  555. *        SAVHTRK:$21       -> 1*2 +$C0E0 = $C0E2 -> phase 1 off
  556. <br />
  557. *        CURHTRK:$22 = GOHTRK ==> END
  558. <br />
  559.  
  560. <br />
  561. MOVE_ARM
  562. <br />
  563.           ASL            ; *2 (dos 3.3 track -> half track)
  564. <br />
  565.           STA GOHTRK     ; wanted half track
  566. <br />
  567.  
  568. <br />
  569. :1        LDA CURHTRK    ; start from current half track
  570. <br />
  571.           STA SAVHTRK    ; save current half track
  572. <br />
  573.  
  574. <br />
  575.           SEC            ; current half track - wanted half track
  576. <br />
  577.           SBC GOHTRK
  578. <br />
  579.           BEQ ARM_OK     ; we're on it -> end
  580. <br />
  581.  
  582. <br />
  583.           BCS :2         ; CURHTRK > GOHTRK
  584. <br />
  585.  
  586. <br />
  587.                          ; track ASC, phase ASC
  588. <br />
  589.           INC CURHTRK    ; position to next half track
  590. <br />
  591.           BCC :3
  592. <br />
  593.                          ; track DESC, phase DESC
  594. <br />
  595. :2        DEC CURHTRK    ; position to previous half track
  596. <br />
  597.  
  598. <br />
  599. :3        JSR SEEK1      ; first phase (=current half track +/- 1)
  600. <br />
  601.           JSR WAIT_ARM   ; delay
  602. <br />
  603.           LDA SAVHTRK    ; saved track : 2nd phase (=current track)
  604. <br />
  605.           AND #%00000011 ; reduce half track to phase 0 or 1 or 2 or 3
  606. <br />
  607.           ASL            ; *2: now 0 or 2 or 4 or 6. Ready for softswitch
  608. <br />
  609.           TAX
  610. <br />
  611.           LDA DRVSM0OFF,X ; phase off
  612. <br />
  613.                          ; $C0E0 or $C0E2 or $C0E4 or $C0E6
  614. <br />
  615.           JSR WAIT_ARM   ; delay
  616. <br />
  617.           BEQ :1         ; always
  618. <br />
  619.  
  620. <br />
  621. SEEK1     LDA CURHTRK    ; use next/previous half track
  622. <br />
  623.           AND #%00000011 ; reduce half track to phase 0 or 1 or 2 or 3
  624. <br />
  625.           ASL            ; *2: now 0 or 2 or 4 or 6
  626. <br />
  627.           TAX            ; use it as index
  628. <br />
  629.           LDA DRVSM0ON,X ; for phase on: 1 or 3 or 5 or 7
  630. <br />
  631.                          ; $C0E1 or $C0E3 or $C0E5 or $C0E7
  632. <br />
  633. ARM_OK    RTS
  634. <br />
  635.  
  636. <br />
  637. WAIT_ARM  LDA #$28       ; delay (stepper motor)
  638. <br />
  639.           SEC
  640. <br />
  641. :1        PHA
  642. <br />
  643. :2        SBC #1         ; first loop
  644. <br />
  645.           BNE :2
  646. <br />
  647.  
  648. <br />
  649.           PLA
  650. <br />
  651.           SBC #1         ; second loop
  652. <br />
  653.           BNE :1
  654. <br />
  655.  
  656. <br />
  657.           RTS            ; acc=0
  658. <br />
  659.  
  660. <br />
  661. CURHTRK   DFB 0          ; from current half track
  662. <br />
  663. SAVHTRK   DFB 0          ;  saved current half track
  664. <br />
  665. GOHTRK    DFB 0          ; to "wanted" half track</td>    </tr></table><span class="postbody"></span><span class="gensmall"><br /><br />DerniΦre Θdition par Deckard le Mer 08 Ao√ 2007, 14:53; ΘditΘ 3 fois</span></td>
  666.             </tr>
  667.         </table></td>
  668.     </tr>
  669.     <tr>
  670.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  671.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  672.             <tr>
  673.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  674.  
  675.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  676.         document.write(' ');
  677.     else
  678.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  679.  
  680.                 //--></script><noscript></noscript></td>
  681.             </tr>
  682.         </table></td>
  683.     </tr>
  684.     <tr>
  685.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  686.     </tr>
  687.     <tr>
  688.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="97"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  689.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  690.             <tr>
  691.                 <td width="100%"><a href="viewtopic.php?p=97#97"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 08 Ao√ 2007, 14:43<span class="gen"> </span>   Sujet du message: </span></td>
  692.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=97"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  693.             </tr>
  694.             <tr>
  695.                 <td colspan="2"><hr /></td>
  696.             </tr>
  697.             <tr>
  698.                 <td colspan="2"><span class="postbody">arfff!! le cadrage tout pourri avec la police proportionnelle <img src="images/smiles/icon_redface.gif" alt="Embarassed" border="0" /> 
  699. <br />
  700. On peut pas visualiser avec une police type courrier ou courrier new?
  701. <br />
  702.  
  703. <br />
  704. JM
  705. <br />
  706.  
  707. <br />
  708.  
  709. <br />
  710. update: testΘ avec "code"
  711. <br />
  712. et cette fichue demande de mot de passe toutes les 3 secondes grgrgrgr <img src="images/smiles/icon_evil.gif" alt="Evil or Very Mad" border="0" />  <img src="images/smiles/icon_evil.gif" alt="Evil or Very Mad" border="0" />  <img src="images/smiles/icon_evil.gif" alt="Evil or Very Mad" border="0" /></span><span class="gensmall"></span></td>
  713.             </tr>
  714.         </table></td>
  715.     </tr>
  716.     <tr>
  717.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  718.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  719.             <tr>
  720.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  721.  
  722.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  723.         document.write(' ');
  724.     else
  725.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  726.  
  727.                 //--></script><noscript></noscript></td>
  728.             </tr>
  729.         </table></td>
  730.     </tr>
  731.     <tr>
  732.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  733.     </tr>
  734.     <tr>
  735.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="101"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  736.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  737.             <tr>
  738.                 <td width="100%"><a href="viewtopic.php?p=101#101"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 08 Ao√ 2007, 18:16<span class="gen"> </span>   Sujet du message: </span></td>
  739.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=101"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  740.             </tr>
  741.             <tr>
  742.                 <td colspan="2"><hr /></td>
  743.             </tr>
  744.             <tr>
  745.                 <td colspan="2"><span class="postbody">JM alors lα pour le passe je comprends pas le dΘlai est rallongΘ comme pas possible ...  <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" /> 
  746. <br />
  747.  
  748. <br />
  749. Le deplacement du bras est la routine la plus perverse qui soit...
  750. <br />
  751.  
  752. <br />
  753. Le dΘplacement des phases dans le sens ASCENDANT (de $C080 vers $C087) dΘplace le bras VERS l'INTERIEUR (donc vers la piste 35). 
  754. <br />
  755. Le dΘplacement des phases dans le sens DESCENDANT (de $C087 vers $C080) dΘplace le bras VERS l'EXTERIEUR (donc vers la piste 0) 
  756. <br />
  757.  
  758. <br />
  759. Imagines qu'en fait tu allumes un aimant puis APRES que tu prends soin d'Θteindre le prΘcΘdent  ainsi le rotor  va tourner vers cet aimant allumΘ... dans un sens ou un autre selon que tu es en mode ascendant ou descendant, cela te fais comme une espΦce de chenillard ...  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" />  bon je ne sais pas si c'est plus clair ...
  760. <br />
  761.  
  762. <br />
  763. Le passage d'une phase vers une autre dΘplace d'une demi-piste quelle que soit cette phase en fait.  Une  difficulte vient souvent du fait que l'on appelle piste les demi- pistes. Pour Ωtre exact le passage d'une piste α l'autre se fait par le passage d'une phase α une autre ... qu'avec les 4 phases on avance donc de 4 pistes mais que cette *%╡ de tΩte de lecture Θtant trop large il faut Θcrire une piste sur deux ce qui fait qu'en rΘalitΘ tes 4 phases te permettent de faire par exemple :
  764. <br />
  765.  
  766. <br />
  767. Depart sur piste  6
  768. <br />
  769. Phase 0 α 1 >     Piste W =  6  + 0.5  = Piste 6.5
  770. <br />
  771. Phase 1 α 2 >     Piste X  =  W + 0,5  = Piste 7
  772. <br />
  773. Phase 2 α 3 >     Piste Y  =  X  + 0,5  = Piste 7.5
  774. <br />
  775. Phase 3 α 0 >     Piste Z  =  Y  + 0,5  = Piste 8
  776. <br />
  777.  
  778. <br />
  779. Plus clair ?  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" />
  780. <br />
  781.  
  782. <br />
  783. Pour les 1/4 de pistes tu joues sur le dΘlai nΘcessaire pour passer d'une demi piste vers la suivante...  c'est tellement chi... que les spiralings ou track arcing se font de prΘfΘrence avec les 1/2 pistes c'est tout aussi pΘnible α copier et cela marche  sur quasiment tous les drives. D'autant que la copie des 1/4 de pistes se fait "aisΘment" α cause de la largeur de la tΩte de lecture</span><span class="gensmall"></span></td>
  784.             </tr>
  785.         </table></td>
  786.     </tr>
  787.     <tr>
  788.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  789.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  790.             <tr>
  791.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  792.  
  793.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  794.         document.write(' ');
  795.     else
  796.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  797.  
  798.                 //--></script><noscript></noscript></td>
  799.             </tr>
  800.         </table></td>
  801.     </tr>
  802.     <tr>
  803.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  804.     </tr>
  805.     <tr>
  806.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="161"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  807.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  808.             <tr>
  809.                 <td width="100%"><a href="viewtopic.php?p=161#161"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 15 Ao√ 2007, 17:52<span class="gen"> </span>   Sujet du message: </span></td>
  810.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=161"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  811.             </tr>
  812.             <tr>
  813.                 <td colspan="2"><hr /></td>
  814.             </tr>
  815.             <tr>
  816.                 <td colspan="2"><span class="postbody">DΘplacer la tΩte de lecture sur une autre piste
  817. <br />
  818.  
  819. <br />
  820. <span style="font-style: italic">Cette traduction (rΘarrangΘe) provient d'une documentation interne d'Apple de 1984.</span>
  821. <br />
  822.  
  823. <br />
  824. Le moteur pas α pas du Disk II est un moteur pas α pas en quatre phases.
  825. <br />
  826. Huit softswitches de contr⌠le d'E/S sont utilisΘs pour changer l'Θtat des quatre phases.
  827. <br />
  828. Deux phases adjacentes doivent Ωtre activΘes en sΘquence pour dΘplaer la tΩte de L/E sur une piste adjacente.
  829. <br />
  830.  
  831. <br />
  832. Activer les phases en sens ascendant (0, 1, 2, 3, 0, 1, ...) dΘplace la tΩte vers l'intΘrieur de la disquette.
  833. <br />
  834. => La tΩte se dΘplace vers la piste 35.
  835. <br />
  836. => Les pistes paires sont positionnΘes sur la phase 0.
  837. <br />
  838. ==> Pour avancer la tΩte depuis une piste paire : la phase 1 puis la phase 2 doivent Ωtre activΘes en sΘquence
  839. <br />
  840. ==> Pour avancer la tΩte depuis une piste impaire : la phase 3 puis la phase 0 doivent Ωtre activΘes en sΘquence
  841. <br />
  842.  
  843. <br />
  844. Activer les phases en sens descendant (3, 2, 1, 0, 3, 2, ...) dΘplace la tΩte vers l'extΘrieur de la disquette.
  845. <br />
  846. => La tΩte se dΘplace vers la piste 0.
  847. <br />
  848. => Les pistes impaires sont positionnΘes sur la phase 2.
  849. <br />
  850. ==> Pour reculer la tΩte depuis une piste paire : la phase 3 puis la phase 2 doivent Ωtre activΘes en sΘquence
  851. <br />
  852. ==> Pour reculer la tΩte depuis une piste impaire : la phase 1 puis la phase 0 doivent Ωtre activΘes en sΘquence
  853. <br />
  854.  
  855. <br />
  856. Qqsoit le nombre de pistes en dΘplacement, la derniΦre phase doit Ωtre activΘe 37 msec.</span><span class="gensmall"></span></td>
  857.             </tr>
  858.         </table></td>
  859.     </tr>
  860.     <tr>
  861.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  862.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  863.             <tr>
  864.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  865.  
  866.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  867.         document.write(' ');
  868.     else
  869.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  870.  
  871.                 //--></script><noscript></noscript></td>
  872.             </tr>
  873.         </table></td>
  874.     </tr>
  875.     <tr>
  876.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  877.     </tr>
  878.     <tr>
  879.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="170"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  880.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  881.             <tr>
  882.                 <td width="100%"><a href="viewtopic.php?p=170#170"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 16 Ao√ 2007, 10:50<span class="gen"> </span>   Sujet du message: </span></td>
  883.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=170"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  884.             </tr>
  885.             <tr>
  886.                 <td colspan="2"><hr /></td>
  887.             </tr>
  888.             <tr>
  889.                 <td colspan="2"><span class="postbody">C'est exactement cela.
  890. <br />
  891.  
  892. <br />
  893. A noter que le dΘlai entre piste est de 28 ms, qu'il peut Ωtre rΘduit quand on se dΘplace de plusieurs pistes (ex: aller de 1  α 1A par exemple) pour tenir compte de l'inertie (c'est d'ailleurs ce que fait le DOS 3.3.
  894. <br />
  895.  
  896. <br />
  897. Le dΘlai de 37ms de la derniΦre phase est une sΘcuritΘ pour la stabilisation qui n'est rΘellement utile que si on se dΘplace de plusieurs pistes.
  898. <br />
  899.  
  900. <br />
  901. Les pages complΘmentaires sur le site HZA pour le rotor dΘtaillent le dΘplacement. 
  902. <br />
  903.  
  904. <br />
  905. C'est ici :
  906. <br />
  907.  <a href="http://www.hackzapple.com/DISKII/DISKIITECH09D.HTM" target="_blank" class="postlink">http://www.hackzapple.com/DISKII/DISKIITECH09D.HTM</a>
  908. <br />
  909.  
  910. <br />
  911. J'ai filmΘ un track arcing mais je ne trouve pas le rendu extra, je le referai et s'il est correct je ferai l'upload.</span><span class="gensmall"><br /><br />DerniΦre Θdition par JPL le Jeu 16 Ao√ 2007, 20:46; ΘditΘ 1 fois</span></td>
  912.             </tr>
  913.         </table></td>
  914.     </tr>
  915.     <tr>
  916.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  917.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  918.             <tr>
  919.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  920.  
  921.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  922.         document.write(' ');
  923.     else
  924.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  925.  
  926.                 //--></script><noscript></noscript></td>
  927.             </tr>
  928.         </table></td>
  929.     </tr>
  930.     <tr>
  931.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  932.     </tr>
  933.     <tr>
  934.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="171"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  935.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  936.             <tr>
  937.                 <td width="100%"><a href="viewtopic.php?p=171#171"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 16 Ao√ 2007, 12:53<span class="gen"> </span>   Sujet du message: </span></td>
  938.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=171"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  939.             </tr>
  940.             <tr>
  941.                 <td colspan="2"><hr /></td>
  942.             </tr>
  943.             <tr>
  944.                 <td colspan="2"><span class="postbody">Je suis content d'Ωtre en "phase" avec ton site <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> Je trouve ta page bien lisible et comprΘhensible, merci.
  945. <br />
  946.  
  947. <br />
  948. antoine</span><span class="gensmall"></span></td>
  949.             </tr>
  950.         </table></td>
  951.     </tr>
  952.     <tr>
  953.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  954.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  955.             <tr>
  956.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  957.  
  958.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  959.         document.write(' ');
  960.     else
  961.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  962.  
  963.                 //--></script><noscript></noscript></td>
  964.             </tr>
  965.         </table></td>
  966.     </tr>
  967.     <tr>
  968.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  969.     </tr>
  970.     <tr>
  971.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="172"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  972.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  973.             <tr>
  974.                 <td width="100%"><a href="viewtopic.php?p=172#172"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 16 Ao√ 2007, 13:40<span class="gen"> </span>   Sujet du message: </span></td>
  975.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=172"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  976.             </tr>
  977.             <tr>
  978.                 <td colspan="2"><hr /></td>
  979.             </tr>
  980.             <tr>
  981.                 <td colspan="2"><span class="postbody"><img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  ... 
  982. <br />
  983.  
  984. <br />
  985. je vais rajouter deux programmes α titre d'exemple qui permettront de visualiser les dΘplacements de pistes et de 1/2 pistes une fois que les marquages sur le DISK II sont faits.</span><span class="gensmall"></span></td>
  986.             </tr>
  987.         </table></td>
  988.     </tr>
  989.     <tr>
  990.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  991.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  992.             <tr>
  993.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  994.  
  995.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  996.         document.write(' ');
  997.     else
  998.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  999.  
  1000.                 //--></script><noscript></noscript></td>
  1001.             </tr>
  1002.         </table></td>
  1003.     </tr>
  1004.     <tr>
  1005.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1006.     </tr>
  1007.     <tr>
  1008.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="173"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  1009.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1010.             <tr>
  1011.                 <td width="100%"><a href="viewtopic.php?p=173#173"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 16 Ao√ 2007, 20:45<span class="gen"> </span>   Sujet du message: </span></td>
  1012.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=173"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1013.             </tr>
  1014.             <tr>
  1015.                 <td colspan="2"><hr /></td>
  1016.             </tr>
  1017.             <tr>
  1018.                 <td colspan="2"><span class="postbody">Bon je viens de rajouter une video de track arcing (SKYFOX d'ECA) elle est dans rubrique ad hoc α 
  1019. <br />
  1020. <a href="http://www.hackzapple.com/ORG1/MZ/PIRATESOFTS1.HTM" target="_blank" class="postlink">http://www.hackzapple.com/ORG1/MZ/PIRATESOFTS1.HTM</a>
  1021. <br />
  1022.  
  1023. <br />
  1024. Je ne trouve pas la vidΘo terrible mais j'ai pas encore mieux. 
  1025. <br />
  1026. Je vais enregistrer le son c'est plus net, en attendant j'ai pb ADSL , merci Livebox... pour l'instant DeathBox !!!  <img src="images/smiles/icon_evil.gif" alt="Evil or Very Mad" border="0" /></span><span class="gensmall"></span></td>
  1027.             </tr>
  1028.         </table></td>
  1029.     </tr>
  1030.     <tr>
  1031.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1032.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1033.             <tr>
  1034.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1035.  
  1036.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1037.         document.write(' ');
  1038.     else
  1039.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1040.  
  1041.                 //--></script><noscript></noscript></td>
  1042.             </tr>
  1043.         </table></td>
  1044.     </tr>
  1045.     <tr>
  1046.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1047.     </tr>
  1048.     <tr>
  1049.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="177"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  1050.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1051.             <tr>
  1052.                 <td width="100%"><a href="viewtopic.php?p=177#177"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 17 Ao√ 2007, 11:45<span class="gen"> </span>   Sujet du message: </span></td>
  1053.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=177"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1054.             </tr>
  1055.             <tr>
  1056.                 <td colspan="2"><hr /></td>
  1057.             </tr>
  1058.             <tr>
  1059.                 <td colspan="2"><span class="postbody">Euh... c'est un peu flou m'sieur...</span><span class="gensmall"></span></td>
  1060.             </tr>
  1061.         </table></td>
  1062.     </tr>
  1063.     <tr>
  1064.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1065.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1066.             <tr>
  1067.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1068.  
  1069.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1070.         document.write(' ');
  1071.     else
  1072.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1073.  
  1074.                 //--></script><noscript></noscript></td>
  1075.             </tr>
  1076.         </table></td>
  1077.     </tr>
  1078.     <tr>
  1079.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1080.     </tr>
  1081.     <tr>
  1082.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="187"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  1083.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1084.             <tr>
  1085.                 <td width="100%"><a href="viewtopic.php?p=187#187"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 17 Ao√ 2007, 15:52<span class="gen"> </span>   Sujet du message: </span></td>
  1086.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=187"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1087.             </tr>
  1088.             <tr>
  1089.                 <td colspan="2"><hr /></td>
  1090.             </tr>
  1091.             <tr>
  1092.                 <td colspan="2"><span class="postbody">Oui je sais c'est vraiment pas terrible mais je l'ai fait avec un appareil photo et un Θclairage pitoyable. Par ailleurs le bruitage spΘcifique n'est pas enregistrΘ et c'est sans doute ce qui permet le mieux de remarquer ce type de protection... sans Θventrer le code  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />  
  1093. <br />
  1094.  
  1095. <br />
  1096. Peut Ωtre qu'avec un camΘscope en mode ralenti voir mΩme en mode normal ce serait mieux ??? 
  1097. <br />
  1098.  
  1099. <br />
  1100. Je suis preneur ...</span><span class="gensmall"></span></td>
  1101.             </tr>
  1102.         </table></td>
  1103.     </tr>
  1104.     <tr>
  1105.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1106.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1107.             <tr>
  1108.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1109.  
  1110.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1111.         document.write(' ');
  1112.     else
  1113.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1114.  
  1115.                 //--></script><noscript></noscript></td>
  1116.             </tr>
  1117.         </table></td>
  1118.     </tr>
  1119.     <tr>
  1120.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1121.     </tr>
  1122.     <tr>
  1123.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="190"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  1124.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1125.             <tr>
  1126.                 <td width="100%"><a href="viewtopic.php?p=190#190"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 17 Ao√ 2007, 19:07<span class="gen"> </span>   Sujet du message: </span></td>
  1127.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=190"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1128.             </tr>
  1129.             <tr>
  1130.                 <td colspan="2"><hr /></td>
  1131.             </tr>
  1132.             <tr>
  1133.                 <td colspan="2"><span class="postbody">mon apn enregistre en 60 i/s en 320 avec le son, canon digital ixus 850, je peux te le prΩter,
  1134. <br />
  1135.  
  1136. <br />
  1137. antoine</span><span class="gensmall"></span></td>
  1138.             </tr>
  1139.         </table></td>
  1140.     </tr>
  1141.     <tr>
  1142.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1143.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1144.             <tr>
  1145.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1146.  
  1147.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1148.         document.write(' ');
  1149.     else
  1150.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1151.  
  1152.                 //--></script><noscript></noscript></td>
  1153.             </tr>
  1154.         </table></td>
  1155.     </tr>
  1156.     <tr>
  1157.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1158.     </tr>
  1159.     <tr>
  1160.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="194"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  1161.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1162.             <tr>
  1163.                 <td width="100%"><a href="viewtopic.php?p=194#194"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 18 Ao√ 2007, 15:45<span class="gen"> </span>   Sujet du message: </span></td>
  1164.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=194"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1165.             </tr>
  1166.             <tr>
  1167.                 <td colspan="2"><hr /></td>
  1168.             </tr>
  1169.             <tr>
  1170.                 <td colspan="2"><span class="postbody">Tu es bon, Dieu te le rendra au centuple.
  1171. <br />
  1172.  
  1173. <br />
  1174. Ceci dit pour Θviter le dΘplacement de ta merveille, je peux aussi te passer SKYFOX et un DISK II  <img src="images/smiles/icon_redface.gif" alt="Embarassed" border="0" /> 
  1175. <br />
  1176.  
  1177. <br />
  1178. je suis fainΘant parfois... j'ai honte <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> mais il n'y a pas de pb c'est α ta convenance  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /></span><span class="gensmall"></span></td>
  1179.             </tr>
  1180.         </table></td>
  1181.     </tr>
  1182.     <tr>
  1183.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1184.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1185.             <tr>
  1186.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  1187.  
  1188.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1189.         document.write(' ');
  1190.     else
  1191.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1192.  
  1193.                 //--></script><noscript></noscript></td>
  1194.             </tr>
  1195.         </table></td>
  1196.     </tr>
  1197.     <tr>
  1198.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1199.     </tr>
  1200.     <tr align="center">
  1201.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  1202.             <tr><form method="post" action="viewtopic.php?t=48&start=0">
  1203.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  1204.             </form></tr>
  1205.         </table></td>
  1206.     </tr>
  1207. </table>
  1208.  
  1209. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  1210.   <tr>
  1211.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=12"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=48"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  1212.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  1213.       -> <a href="viewforum.php?f=12" class="nav">PROBLEMES DIVERS</a></span></td>
  1214.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav"></span>
  1215.       </td>
  1216.   </tr>
  1217.   <tr>
  1218.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  1219.   </tr>
  1220. </table>
  1221.  
  1222. <table width="100%" cellspacing="2" border="0" align="center">
  1223.   <tr>
  1224.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  1225.        <br />
  1226.       </td>
  1227.     <td align="right" valign="top" nowrap="nowrap">
  1228. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  1229.     <tr>
  1230.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12"selected="selected">PROBLEMES DIVERS</option><option value="13">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  1231.     </tr>
  1232. </table></form>
  1233.  
  1234. <span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  1235.   </tr>
  1236. </table>
  1237.  
  1238.  
  1239. <div align="center"><span class="copyright"><br /><br />
  1240. <!--
  1241.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  1242.     This not only gives respect to the large amount of time given freely by the developers
  1243.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  1244.     reason) retain the full copyright we request you at least leave in place the
  1245.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  1246.     to include even this then support on our forums may be affected.
  1247.  
  1248.     The phpBB Group : 2002
  1249. // -->
  1250. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  1251.         </td>
  1252.     </tr>
  1253. </table>
  1254.  
  1255. </body>
  1256. </html>
  1257.  
  1258.