home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / forum / index.php?sid=ae7c5f2bad048d1700778ad32f89681d.orig < prev    next >
Text File  |  2011-07-09  |  40KB  |  609 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="FAQ & Technical Support Forum Index" />
  8. <link rel="search" href="./search.php" title="Search" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Memberlist" />
  11.  
  12. <title>FAQ & Technical Support :: Index</title>
  13. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  14. <style type="text/css">
  15. <!--
  16. /*
  17.   The original subSilver Theme for phpBB version 2+
  18.   Created by subBlue design
  19.   http://www.subBlue.com
  20.  
  21.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  22.   theme administration centre. When you have finalised your style you could cut the final CSS code
  23.   and place it in an external file, deleting this section to save bandwidth.
  24. */
  25.  
  26. /* General page style. The scroll bar colours only visible in IE5.5+ */
  27. body {
  28.     background-image: url(templates/subSilver/images/grapha.gif);
  29.     scrollbar-face-color: #DEE3E7;
  30.     scrollbar-highlight-color: #FFFFFF;
  31.     scrollbar-shadow-color: #DEE3E7;
  32.     scrollbar-3dlight-color: #D1D7DC;
  33.     scrollbar-arrow-color:  #006699;
  34.     scrollbar-track-color: #EFEFEF;
  35.     scrollbar-darkshadow-color: #98AAB1;
  36. }
  37.  
  38. /* General font families for common tags */
  39. font,th,td,p { font-family: Verdana,
  40.   Arial, Helvetica, sans-serif }
  41. a:link,a:active,a:visited { color : #006699; }
  42. a:hover        { text-decoration: underline; color : #DD6900; }
  43. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  44.  
  45. /* This is the border line & background colour round the entire page */
  46. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  47.  
  48. /* This is the outline round the main forum tables */
  49. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  50.  
  51. /* Main table cell colours and backgrounds */
  52. td.row1    { background-color: #EFEFEF; }
  53. td.row2    { background-color: #DEE3E7; }
  54. td.row3    { background-color: #D1D7DC; }
  55.  
  56. /*
  57.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  58.   By default this is the fading out gradiated silver background.
  59.   However, you could replace this with a bitmap specific for each forum
  60. */
  61. td.rowpic {
  62.         background-color: #FFFFFF;
  63.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  64.         background-repeat: repeat-y;
  65. }
  66.  
  67. /* Header cells - the blue and silver gradient backgrounds */
  68. th    {
  69.     color: #FFA34F; font-size: 11px; font-weight : bold;
  70.     background-color: #006699; height: 25px;
  71.     background-image: url(templates/subSilver/images/cellpic3.gif);
  72. }
  73.  
  74. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  75.             background-image: url(templates/subSilver/images/cellpic1.gif);
  76.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  77. }
  78.  
  79. /*
  80.   Setting additional nice inner borders for the main table cells.
  81.   The names indicate which sides the border will be on.
  82.   Don't worry if you don't understand this, just ignore it :-)
  83. */
  84. td.cat,td.catHead,td.catBottom {
  85.     height: 29px;
  86.     border-width: 0px 0px 0px 0px;
  87. }
  88. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  89.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  90. }
  91. td.row3Right,td.spaceRow {
  92.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  93. }
  94.  
  95. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  96. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  97. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  98. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  99. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  100. th.thTop     { border-width: 1px 0px 0px 0px; }
  101. th.thCornerL { border-width: 1px 0px 0px 1px; }
  102. th.thCornerR { border-width: 1px 1px 0px 0px; }
  103.  
  104. /* The largest text used in the index page title and toptic title etc. */
  105. .maintitle    {
  106.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana,
  107.   Arial, Helvetica, sans-serif;
  108.     text-decoration: none; line-height : 120%; color : #000000;
  109. }
  110.  
  111. /* General text */
  112. .gen { font-size : 12px; }
  113. .genmed { font-size : 11px; }
  114. .gensmall { font-size : 10px; }
  115. .gen,.genmed,.gensmall { color : #000000; }
  116. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  117. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  118.  
  119. /* The register, login, search etc links at the top of the page */
  120. .mainmenu        { font-size : 11px; color : #000000 }
  121. a.mainmenu        { text-decoration: none; color : #006699;  }
  122. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  123.  
  124. /* Forum category titles */
  125. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  126. a.cattitle        { text-decoration: none; color : #006699; }
  127. a.cattitle:hover{ text-decoration: underline; }
  128.  
  129. /* Forum title: Text and link to the forums used in: index.php */
  130. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  131. a.forumlink     { text-decoration: none; color : #006699; }
  132. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  133.  
  134. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  135. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  136. a.nav            { text-decoration: none; color : #006699; }
  137. a.nav:hover        { text-decoration: underline; }
  138.  
  139. /* titles for the topics: could specify viewed link colour too */
  140. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  141. a.topictitle:link   { text-decoration: none; color : #006699; }
  142. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  143. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  144.  
  145. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  146. .name            { font-size : 11px; color : #000000;}
  147.  
  148. /* Location, number of posts, post date etc */
  149. .postdetails        { font-size : 10px; color : #000000; }
  150.  
  151. /* The content of the posts (body of text) */
  152. .postbody { font-size : 12px; line-height: 18px}
  153. a.postlink:link    { text-decoration: none; color : #006699 }
  154. a.postlink:visited { text-decoration: none; color : #5493B4; }
  155. a.postlink:hover { text-decoration: underline; color : #DD6900}
  156.  
  157. /* Quote & Code blocks */
  158. .code {
  159.     font-family: Courier, 'Courier New',
  160.   sans-serif; font-size: 11px; color: #006600;
  161.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  162.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  163. }
  164.  
  165. .quote {
  166.     font-family: Verdana,
  167.   Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  168.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  169.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  170. }
  171.  
  172. /* Copyright and bottom info */
  173. .copyright        { font-size: 10px; font-family: Verdana,
  174.   Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  175. a.copyright        { color: #444444; text-decoration: none;}
  176. a.copyright:hover { color: #000000; text-decoration: underline;}
  177.  
  178. /* Form elements */
  179. input,textarea, select {
  180.     color : #000000;
  181.     font: normal 11px Verdana,
  182.   Arial, Helvetica, sans-serif;
  183.     border-color : #000000;
  184. }
  185.  
  186. /* The text input fields background colour */
  187. input.post, textarea.post, select {
  188.     background-color : #FFFFFF;
  189. }
  190.  
  191. input { text-indent : 2px; }
  192.  
  193. /* The buttons used for bbCode styling in message post */
  194. input.button {
  195.     background-color : #EFEFEF;
  196.     color : #000000;
  197.     font-size: 11px; font-family: Verdana,
  198.   Arial, Helvetica, sans-serif;
  199. }
  200.  
  201. /* The main submit button option */
  202. input.mainoption {
  203.     background-color : #FAFAFA;
  204.     font-weight : bold;
  205. }
  206.  
  207. /* None-bold submit button */
  208. input.liteoption {
  209.     background-color : #FAFAFA;
  210.     font-weight : normal;
  211. }
  212.  
  213. /* This is the line in the posting page which shows the rollover
  214.   help line. This is actually a text box, but if set to be the same
  215.   colour as the background no one will know ;)
  216. */
  217. .helpline { background-color: #DEE3E7; border-style: none; }
  218.  
  219. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  220. @import url("templates/subSilver/formIE.css");
  221. -->
  222. </style>
  223. <!-- QuickMenu Pro, Copyright (c) 1998-2003, OpenCube Inc., All Rights Reserved. -->
  224. <SCRIPT LANGUAGE="JavaScript1.2">dqm__codebase = 'http://www.ifirobotics.com/app/'</SCRIPT>
  225. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/electronic_menu_settings.js"></SCRIPT>
  226. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/tdqm_loader.js"></SCRIPT>
  227. </head>
  228. <body text="#000000" link="#006699" vlink="#5493B4">
  229.  
  230. <a name="top"></a>
  231. <TABLE BACKGROUND="http://www.ifirobotics.com/images/general/brushed-aluminum-menu.gif" WIDTH="750" cellspacing="0" cellpadding="0" height="104">
  232.   <TR>
  233.     <TD valign="top">
  234.     <A TITLE="IFI Robotics - The Art and Science of Control" HREF="../index.htm">
  235.     <img border="0" src="http://www.ifirobotics.com/app/empty13x8.gif" width="210" height="76"></A><br><SCRIPT LANGUAGE="JavaScript1.2">generate_mainitems()</SCRIPT>
  236.     </TD>
  237.   </TR>
  238. </TABLE>
  239. <br>
  240. <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  241.     <tr>
  242.         <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  243.             <tr>
  244.                 <table cellspacing="0" cellpadding="2" border="0">
  245.                     <tr>
  246.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Search" hspace="3" />Search</a> 
  247.                          <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Log in" hspace="3" />Log in</a> </span></td>
  248.                     </tr>
  249.                 </table></td>
  250.             </tr>
  251.         </table>
  252.  
  253.         <br />
  254.  
  255. <style type="text/css">
  256.    #ifiHeader
  257.    {
  258.       border: 1px solid black;
  259.       background-color: #fff;
  260.       width: 748px;
  261.       padding: 5px;
  262.       margin: 5px;
  263.       font-family: Arial;
  264.    }
  265.    #ifiHeader h1
  266.    {
  267.       font-size: 16px;
  268.       font-weight: bold;
  269.       color: #f00;
  270.       margin: 0;
  271.       padding: 0;
  272.       font-family: Arial;
  273.    }
  274.    #ifiHeader ol
  275.    {
  276.       padding: 0;
  277.       margin: 5px;
  278.       margin-left: 25px;
  279.    }
  280.    #ifiHeader ol li
  281.    {
  282.       font-size: 12px;
  283.       padding: 2px;
  284.       margin: 0;
  285.    }
  286. </style>
  287. <div id="ifiHeader">
  288.    <ol>
  289.       <h1>IFI Robotics: Frequently Asked Questions</h1>
  290.       <li>Look through the existing knowledge base to find the answer to your question.  Use the <a href="search.php">search</a> functionality as necessary.</li>
  291.       <li>If you cannot find your answer, send an e-mail to <b>info AT ifirobotics DOT com</b> with a detailed question.</li>
  292.       <li>You will be contacted by e-mail with an answer to your question.</li>
  293.       <li>Frequently asked questions will be posted in this knowledge base.</li>
  294.    </ol>
  295. </div>
  296.  
  297. <br>
  298. <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  299.   <tr>
  300.     <td align="left" valign="bottom"><span class="gensmall">
  301.     <span class="nav"><a href="index.php" class="nav">FAQ & Technical Support Forum Index</a></span></td>
  302.     <td align="right" valign="bottom" class="gensmall">
  303.         <a href="search.php?search_id=unanswered" class="gensmall">View unanswered posts</a></td>
  304.   </tr>
  305. </table>
  306.  
  307. <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  308.   <tr>
  309.     <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> Forum </th>
  310.     <th width="50" class="thTop" nowrap="nowrap"> Topics </th>
  311.     <th width="50" class="thTop" nowrap="nowrap"> Posts </th>
  312.     <th class="thCornerR" nowrap="nowrap"> Last Post </th>
  313.   </tr>
  314.   <tr>
  315.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=7" class="cattitle">Mechainical Product FAQ</a></span></td>
  316.     <td class="rowpic" colspan="3" align="right"> </td>
  317.   </tr>
  318.   <tr>
  319.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  320.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=23" class="forumlink">Additional FIRST Parts</a><br />
  321.       </span> <span class="genmed">
  322. (1)  Skyway wheel hubs
  323. (2)  CIM Motor
  324. (3)  CIM Motor Bracket
  325. (4)  Coupler to Nippon-Denso Motor
  326. (5)  Clippard Cylinders
  327. (6)  Parker Accessories
  328. <br />
  329.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=4">John V-Neun</a></span></td>
  330.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
  331.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4</span></td>
  332.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Jan 18, 2005 11:20 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=261#261"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  333.   </tr>
  334.   <tr>
  335.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  336.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=19" class="forumlink">KITBot Chassis</a><br />
  337.       </span> <span class="genmed"><br />
  338.       </span><span class="gensmall">Moderators <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a>, <a href="profile.php?mode=viewprofile&u=4">John V-Neun</a>, <a href="profile.php?mode=viewprofile&u=21">Paul Copioli</a></span></td>
  339.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
  340.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4</span></td>
  341.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Wed Jan 12, 2005 2:54 pm<br /><a href="profile.php?mode=viewprofile&u=4">John V-Neun</a> <a href="viewtopic.php?p=204#204"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  342.   </tr>
  343.   <tr>
  344.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  345.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=25" class="forumlink">Pneumatics</a><br />
  346.       </span> <span class="genmed"><br />
  347.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=4">John V-Neun</a></span></td>
  348.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  349.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  350.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Sun Jan 16, 2005 8:28 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=240#240"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  351.   </tr>
  352.   <tr>
  353.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  354.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=28" class="forumlink">General Mechanical FAQs</a><br />
  355.       </span> <span class="genmed">FAQs for IFI Mechanical Products (Wheels, Sprockets, etc)<br />
  356.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=4">John V-Neun</a></span></td>
  357.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4</span></td>
  358.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">6</span></td>
  359.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Wed Jan 24, 2007 11:05 am<br /><a href="profile.php?mode=viewprofile&u=4">John V-Neun</a> <a href="viewtopic.php?p=841#841"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  360.   </tr>
  361.   <tr>
  362.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=4" class="cattitle">Electronic Product FAQ</a></span></td>
  363.     <td class="rowpic" colspan="3" align="right"> </td>
  364.   </tr>
  365.   <tr>
  366.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  367.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=29" class="forumlink">EasyC</a><br />
  368.       </span> <span class="genmed">We can not answer questions about or dealing with easyC. We will post some helpful information, but for more details you need to contact Intelitek. Please email Intelitek at support@intelitek.com or call 1-800-777-6268. 
  369. <br />
  370.       </span><span class="gensmall">   </span></td>
  371.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  372.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  373.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mon Jan 23, 2006 1:53 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=560#560"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  374.   </tr>
  375.   <tr>
  376.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  377.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=24" class="forumlink">CMU Camera 2</a><br />
  378.       </span> <span class="genmed">We do not support questions using the CMU camera or it's software.  We do provide links to software and documention on our web site.<br />
  379.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  380.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">12</span></td>
  381.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">12</span></td>
  382.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Feb 13, 2007 9:11 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=946#946"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  383.   </tr>
  384.   <tr>
  385.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  386.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=11" class="forumlink">Control System Overview</a><br />
  387.       </span> <span class="genmed">Wireless control of robots<br />
  388.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  389.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">4</span></td>
  390.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">5</span></td>
  391.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Feb 08, 2005 8:59 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=374#374"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  392.   </tr>
  393.   <tr>
  394.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  395.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=5" class="forumlink">Operator Interface</a><br />
  396.       </span> <span class="genmed">Full Size Operator Interface (OI).  Includes the FIRST systems, and the ISAAC32 System.<br />
  397.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  398.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">13</span></td>
  399.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">23</span></td>
  400.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Feb 13, 2007 1:08 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=950#950"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  401.   </tr>
  402.   <tr>
  403.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  404.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">Robot Controller</a><br />
  405.       </span> <span class="genmed">Full Size Robot Controller (RC). Includes the FIRST systems, and the ISAAC32 System.<br />
  406.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  407.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">32</span></td>
  408.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">57</span></td>
  409.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Feb 13, 2007 1:30 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=951#951"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  410.   </tr>
  411.   <tr>
  412.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  413.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=12" class="forumlink">Radios - 900MHz</a><br />
  414.       </span> <span class="genmed">Wireless radio modems designed specifically for use the the IFI Robot Controller and Operator Interface.<br />
  415.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  416.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">5</span></td>
  417.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">8</span></td>
  418.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Feb 23, 2007 8:24 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=1008#1008"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  419.   </tr>
  420.   <tr>
  421.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  422.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=13" class="forumlink">Victor Speed Controllers</a><br />
  423.       </span> <span class="genmed">Robotics speed controllers.  Includes the Victor 88x bi-directional and spin controllers.<br />
  424.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  425.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">27</span></td>
  426.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">36</span></td>
  427.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mon Feb 19, 2007 9:08 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=987#987"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  428.   </tr>
  429.   <tr>
  430.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  431.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=15" class="forumlink">Spike Relay Module</a><br />
  432.       </span> <span class="genmed">On/Off control of small motors and pneumatic soleniods.<br />
  433.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  434.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">8</span></td>
  435.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">9</span></td>
  436.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Wed Jun 28, 2006 2:59 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=710#710"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  437.   </tr>
  438.   <tr>
  439.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  440.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=16" class="forumlink">Dashboard Port and Viewer</a><br />
  441.       </span> <span class="genmed">Feedback from the Robot displayed on a PC.<br />
  442.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  443.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">7</span></td>
  444.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">8</span></td>
  445.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Wed Jan 24, 2007 10:59 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=837#837"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  446.   </tr>
  447.   <tr>
  448.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  449.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=7" class="forumlink">C Programming</a><br />
  450.       </span> <span class="genmed">Questions about how to program in C will not be discussed.  The user must know C programming.<br />
  451.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  452.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">25</span></td>
  453.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">42</span></td>
  454.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Jan 19, 2007 3:43 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=811#811"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  455.   </tr>
  456.   <tr>
  457.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  458.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=10" class="forumlink">Downloading</a><br />
  459.       </span> <span class="genmed"><br />
  460.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  461.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">13</span></td>
  462.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">25</span></td>
  463.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mon Feb 19, 2007 9:15 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=988#988"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  464.   </tr>
  465.   <tr>
  466.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  467.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=18" class="forumlink">C Compiling & Debugging</a><br />
  468.       </span> <span class="genmed"><br />
  469.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  470.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">5</span></td>
  471.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">19</span></td>
  472.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Mar 14, 2006 12:50 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=624#624"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  473.   </tr>
  474.   <tr>
  475.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  476.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=22" class="forumlink">Breaker Panel</a><br />
  477.       </span> <span class="genmed">Main power distribution panel for FIRST Robotics Competitions<br />
  478.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  479.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
  480.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
  481.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Feb 11, 2005 5:38 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=391#391"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  482.   </tr>
  483.   <tr>
  484.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  485.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=30" class="forumlink">USB-CHICKLET</a><br />
  486.       </span> <span class="genmed"><br />
  487.       </span><span class="gensmall">Moderators <a href="profile.php?mode=viewprofile&u=4878">Mike Copioli</a>, <a href="profile.php?mode=viewprofile&u=4986">ozrien</a></span></td>
  488.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">2</span></td>
  489.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
  490.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Jan 26, 2007 9:21 pm<br /><a href="profile.php?mode=viewprofile&u=4878">Mike Copioli</a> <a href="viewtopic.php?p=857#857"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  491.   </tr>
  492.   <tr>
  493.     <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=6" class="cattitle">Mini Robotics</a></span></td>
  494.     <td class="rowpic" colspan="3" align="right"> </td>
  495.   </tr>
  496.   <tr>
  497.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  498.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=8" class="forumlink">Mini - Robot Kit Components</a><br />
  499.       </span> <span class="genmed"><br />
  500.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  501.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
  502.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">3</span></td>
  503.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Tue Dec 14, 2004 8:32 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=99#99"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  504.   </tr>
  505.   <tr>
  506.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  507.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=9" class="forumlink">Mini - Robot Controller</a><br />
  508.       </span> <span class="genmed"><br />
  509.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  510.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">17</span></td>
  511.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">26</span></td>
  512.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mon Feb 06, 2006 12:00 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=580#580"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  513.   </tr>
  514.   <tr>
  515.     <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
  516.     <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=17" class="forumlink">Mini - Pneumatics</a><br />
  517.       </span> <span class="genmed"><br />
  518.       </span><span class="gensmall">Moderator <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  519.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  520.     <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
  521.     <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Mon Dec 13, 2004 2:02 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=42#42"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  522.   </tr>
  523. </table>
  524.  
  525. <table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  526.   <tr>
  527.     <td align="left"><span class="gensmall"><a href="index.php?mark=forums" class="gensmall">Mark all forums read</a></span></td>
  528.     <td align="right"><span class="gensmall">All times are GMT - 6 Hours</span></td>
  529.   </tr>
  530. </table>
  531.  
  532. <!--
  533. <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  534.   <tr>
  535.     <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Who is Online</a></span></td>
  536.   </tr>
  537.   <tr>
  538.     <td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="Who is Online" /></td>
  539.     <td class="row1" align="left" width="100%"><span class="gensmall">Our users have posted a total of <b>645</b> articles<br />We have <b>6990</b> registered users<br />The newest registered user is <b><a href="profile.php?mode=viewprofile&u=6992">Kurt Lowery</a></b></span>
  540.     </td>
  541.   </tr>
  542.   <tr>
  543.     <td class="row1" align="left"><span class="gensmall">In total there is <b>1</b> user online :: 0 Registered, 0 Hidden and 1 Guest   [ <span style="color:#FFA34F">Administrator</span> ]   [ <span style="color:#006600">Moderator</span> ]<br />Most users ever online was <b>76</b> on Sun Mar 12, 2006 3:07 pm<br />Registered Users: None</span></td>
  544.   </tr>
  545. </table>
  546.  
  547. <table width="100%" cellpadding="1" cellspacing="1" border="0">
  548. <tr>
  549.     <td align="left" valign="top"><span class="gensmall">This data is based on users active over the past five minutes</span></td>
  550. </tr>
  551. </table>
  552. -->
  553.  
  554.  
  555. <form method="post" action="login.php">
  556.   <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  557.     <tr>
  558.       <td class="catHead" height="28"><a name="login"></a><span class="cattitle">Log in</span></td>
  559.     </tr>
  560.     <tr>
  561.       <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Username:
  562.         <input class="post" type="text" name="username" size="10" />
  563.            Password:
  564.         <input class="post" type="password" name="password" size="10" maxlength="32" />
  565.              Log me on automatically each visit
  566.         <input class="text" type="checkbox" name="autologin" />
  567.            
  568.         <input type="submit" class="mainoption" name="login" value="Log in" />
  569.         </span> </td>
  570.     </tr>
  571.   </table>
  572. </form>
  573.  
  574. <br clear="all" />
  575.  
  576. <table cellspacing="3" border="0" align="center" cellpadding="0">
  577.   <tr>
  578.     <td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="New posts"/></td>
  579.     <td><span class="gensmall">New posts</span></td>
  580.     <td>  </td>
  581.     <td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="No new posts" /></td>
  582.     <td><span class="gensmall">No new posts</span></td>
  583.     <td>  </td>
  584.     <td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="Forum is locked" /></td>
  585.     <td><span class="gensmall">Forum is locked</span></td>
  586.   </tr>
  587. </table>
  588.  
  589.  
  590. <div align="center"><span class="copyright"><br /><br />
  591. <!--
  592.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  593.     This not only gives respect to the large amount of time given freely by the developers
  594.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  595.     reason) retain the full copyright we request you at least leave in place the
  596.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  597.     to include even this then support on our forums may be affected.
  598.  
  599.     The phpBB Group : 2002
  600. // -->
  601. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
  602.         </td>
  603.     </tr>
  604. </table>
  605.  
  606. </body>
  607. </html>
  608.  
  609.