<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=4&amp;t=1439" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2009-03-19T08:01:39+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1439</id>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2007-06-18T18:40:48+01:00</updated>
<published>2007-06-18T18:40:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9491#p9491</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9491#p9491"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9491#p9491"><![CDATA[
Hi Guys:<br />I tried swapping TX and Rx connections to the MR-C3024, but it didn't work.<br />I look that RX and TX to the MR-C3024 is in high voltage  5V and I have a doubt: The pin RX must be in 5V but the pin TX mustn't in 5V?. I suppose that the RX must be in 5V because always ought to be receiving data.<br />But I look that both is in high. I don't know if I'm wrong.<br /><br />I will try agian swapping RX and Tx and debug the connection in parts. <br /><br />Thanks, we  will follow in contact.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Mon Jun 18, 2007 6:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2007-06-15T08:36:19+01:00</updated>
<published>2007-06-15T08:36:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9480#p9480</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9480#p9480"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9480#p9480"><![CDATA[
You need to debug the connection in parts.<br /><br />It is along time since I saw a serial program which writes direct to UART registers. This makes me suspicious of the PC part. I suggest to add a read from the com port and printf within the PC program. Then test in loop- back first on the RS232 TX and RX, then the TTL level conections normally connected to the C3024. If both of these work, then look to the Robobasic code, or swap the connections as Pev suggests.<br /><br />If the RS232 loopback works and the TTL does not, then suspect the Max232 circuit. If you want to connect by wire from PC to Robonova, you can do this simply with the standard serial cable. Make sure Robobasic is  not runing on PC, so serial port is free. Any character between 0 and 0x7f which is sent to the serial cable connected to the RoboNova will automatically appear in the first defined variable (RxIn in your program). 0xFF is also passed, but do not use values between 0x80 and 0xFE, since these are serial commands.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Fri Jun 15, 2007 8:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-06-15T07:51:47+01:00</updated>
<published>2007-06-15T07:51:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9479#p9479</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9479#p9479"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9479#p9479"><![CDATA[
Hi<br /><br /><br />the code :<br /><br />Retry:<br />ERX, 9600, RxIn, Retry <br /><br />Looks right to me - it says recieve a byte from ERX at 9600 baud into variable RxIn and goto retry if it fails<br /><br />When I first played with the ERX/ETX ports I had a lot of issues working out which port was which, they do not seem to be logically labelled and I ended up reversing the TX/RX connections to what seemed to be the wrong way but it worked. <br /><br />Have you tried swapping TX and RX connections to the MR-C3024 around?<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Fri Jun 15, 2007 7:51 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2007-06-15T00:10:34+01:00</updated>
<published>2007-06-15T00:10:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9477#p9477</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9477#p9477"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9477#p9477"><![CDATA[
Hi Gort .<br />Another quiestion:<br /><br />I need put this line for that controller receive throug port serial<br />RxIn=BYTEIN(port number), or RxIn=IN(port number)?<br /><br />But how I know that port number is the port ERX?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Fri Jun 15, 2007 12:10 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2007-06-15T00:09:34+01:00</updated>
<published>2007-06-15T00:09:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9476#p9476</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9476#p9476"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9476#p9476"><![CDATA[
Hi Gort .<br />Another quiestion:<br /><br />I need put this line for that controller receive throug port serial<br />RxIn=BYTEIN(port number).?<br /><br />But like know that port number is the port ERX?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Fri Jun 15, 2007 12:09 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2007-06-15T00:09:09+01:00</updated>
<published>2007-06-15T00:09:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9475#p9475</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9475#p9475"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9475#p9475"><![CDATA[
Hi Gort .<br />Another quiestion:<br /><br />I need put this line for that controller receive throug port serial<br />RxIn=BYTEIN(port number).?<br /><br />But like know that port number is the port ERX?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Fri Jun 15, 2007 12:09 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2007-06-14T05:49:28+01:00</updated>
<published>2007-06-14T05:49:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9469#p9469</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9469#p9469"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9469#p9469"><![CDATA[
Hi Gort.<br />Thanks for check my code. Look I need that Robonova receive for the serial port the byte that i send through to the Pc with the code in C. <br />In the code RoboBasic I put this line:<br /><br />Retry:<br />ERX, 9600, RxIn, Retry<br /><br />I supposed that whit this line, RoboBasic would receive the byte, but I don't know if this is right.<br /><br />Other problem it's that I connected the serial cable to the pin ERX  throug max232 for regular the voltage, but this not work. I don`t know if the connection whit the pin ERX is right because I don't know like robonova interpret that serial port it's. <br /><br />I see that exist the port serial whit which i program the robot and the port serial that  the controller has, using the pins marked like ERX y TX. I don´t know how recognize that port is?<br /><br />Sorry, my english isn't  very good!.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Thu Jun 14, 2007 5:49 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gort]]></name></author>
<updated>2007-06-13T19:43:06+01:00</updated>
<published>2007-06-13T19:43:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9465#p9465</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9465#p9465"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9465#p9465"><![CDATA[
after further review, it looks like the C code is correct. I am still not sure How Robobasic is getting the value of the byte passed to it by the serial port?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=174">Gort</a> — Wed Jun 13, 2007 7:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gort]]></name></author>
<updated>2007-06-13T17:00:05+01:00</updated>
<published>2007-06-13T17:00:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9459#p9459</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9459#p9459"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9459#p9459"><![CDATA[
Is the robonova getting the value of RxIn in the Robobasic statement:<br /><br />Retry: <br />   ERX 9600, RxIn, Retry<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=174">Gort</a> — Wed Jun 13, 2007 5:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gort]]></name></author>
<updated>2007-06-13T16:44:49+01:00</updated>
<published>2007-06-13T16:44:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9458#p9458</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9458#p9458"/>
<title type="html"><![CDATA[Can Some translate the Spanish comments?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9458#p9458"><![CDATA[
If some one could translate the Spanish comments in the C code it could make it easier to help? In the C code the switch statement dose not look right. When is a value moved into valor and I am not sure if the syntax is correct? I need to look at it more and walk through what it is doing. C is not one of my strong languages. Also Could it be in the way the serial connection is hocked up?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=174">Gort</a> — Wed Jun 13, 2007 4:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elizabeth1086]]></name></author>
<updated>2009-03-19T08:01:39+01:00</updated>
<published>2007-06-11T02:05:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9428#p9428</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9428#p9428"/>
<title type="html"><![CDATA[Communication whit Robonova through port serial]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1439&amp;p=9428#p9428"><![CDATA[
Hi. I hope that you can help me. <br />I realize a program in C that send a byte through of the serial port to the Robonova and this receive too trouhg serial port but this not work. I don't know that I'm realize wrong. <br /><br />I use a Max232 to convert the voltage, but in the moment in that I connect the signal of gnd and erx, the headlight of the robonova turn on but this not realize nothing when i sed it a data.<br />I connect the signal gnd in the pin corresponding of the three that have this. I don´t connected the middle pin because I supply the voltage to the max apart, in the pin of signal I connec the cable rx.<br /><br />Here  the program in C and the program in Robobasic. <br /><br />Code in Turbo C<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>#include &lt;stdio&gt;<br />#include &lt;dos&gt;<br />#include &lt;conio&gt;<br /><br />#define COM1 0x3F8<br /><br />void inicializar_puerto &#40;&#41;;<br /><br />void main&#40;&#41;<br />&#123;<br />   int valor,i;<br />   unsigned char tecla;<br />   clrscr&#40;&#41;;<br />   inicializar_puerto&#40;&#41;;<br />   gotoxy&#40;20,5&#41;; printf&#40;&quot;EJECUCION DE RUTINAS DEL ROBONOVA&quot;&#41;;<br />   gotoxy&#40;6,10&#41;; printf&#40;&quot;1.-Dar un paso con pie izquierdo.&quot;&#41;;<br />   gotoxy&#40;6,12&#41;; printf&#40;&quot;2.-Dar un paso con pie derecho.&quot;&#41;;<br />   gotoxy&#40;6,14&#41;; printf&#40;&quot;3.-Levantar mano derecha.&quot;&#41;;<br />   gotoxy&#40;6,16&#41;; printf&#40;&quot;4.-Levantar mano izquierda.&quot;&#41;;<br />   gotoxy&#40;9,18&#41;; printf&#40;&quot;Selecciona una Rutina: &quot;&#41;;<br />   scanf&#40;&quot;%d&quot;,&amp;valor&#41;;<br />   switch&#40;valor&#41;<br />      &#123;<br />      case 1:<br />        outportb&#40;COM1,valor&#41;;<br />        gotoxy&#40;6,21&#41;; printf&#40;&quot;ROBONOVA-1 Da un paso con pie izquierdo&quot;&#41;;<br />        break;<br />      case 2:<br />        outportb&#40;COM1,valor&#41;;<br />        gotoxy&#40;6,21&#41;; printf&#40;&quot;ROBONOVA-1 Da un paso con pie derecho&quot;&#41;;<br />        break;<br />      case 3:<br />        outportb&#40;COM1,valor&#41;;<br />        gotoxy&#40;6,21&#41;; printf&#40;&quot;ROBONOVA-1 Levanta mano derecha&quot;&#41;;<br />        break;<br />      case 4:<br />        outportb&#40;COM1,valor&#41;;<br />        gotoxy&#40;6,21&#41;; printf&#40;&quot;ROBONOVA-1 Levanta mano izquierda&quot;&#41;;<br />        break;<br />      default:<br />        for &#40;i=7; i&lt;8; i++&#41;<br />        &#123;<br />         textattr&#40;i + &#40;&#40;i+1&#41; &lt;&lt;4&#41;&#41;;<br />         gotoxy&#40;18,22&#41;;cprintf&#40;&quot;­Debes introducir un n£mero del 1 al 4!&quot;&#41;;<br />        &#125;<br />        break;<br />      &#125;<br />   getche&#40;&#41;;<br />&#125;<br />void inicializar_puerto&#40;&#41;<br />&#123;<br />   outportb&#40;COM1+1,0&#41;;<br />   outportb&#40;COM1+3,0x80&#41;;<br />   outportb&#40;COM1+0,0x0C&#41;;<br />   outportb&#40;COM1+1,0x00&#41;;<br />   outportb&#40;COM1+3,0x03&#41;;<br />   outportb&#40;COM1+2,0xC7&#41;;<br />   outportb&#40;COM1+4,0x0B&#41;;<br /><br />&#125;<br /></code></dd></dl><br /><br />&lt;BR&gt;<br /><br /><br />&lt;BR&gt;<br />Code in RoboBasic<br /><dl class="codebox"><dt>Code: </dt><dd><code>'==============================================================                       <br />'==============================================================<br /><br />DIM RxIn AS BYTE<br />DIM A AS BYTE<br /><br />'PTP -&gt; Función ON/OFF para el control simultaneo de servos<br />PTP SETON 'Establecer la función de PTP como grupos<br />PTP ALLON 'Establecer la función de PTP para todos los servos<br /><br />'Dirección inicial de los servos<br />'0-&gt;rotación contraria/gira a la izquierda<br />'1-&gt;rotacion normal/gira a la derecha<br />DIR G6A, 1,0,0,1,0,0<br />DIR G6B, 1,1,1,1,1,1<br />DIR G6C, 0,0,0,0,0,0<br />DIR G6D, 0,1,1,0,1,0<br /><br />ZERO G6A,102,  93,  93, 107, 100<br />ZERO G6B,100, 102, 102<br />ZERO G6C,100, 102,  99<br />ZERO G6D, 99, 100, 100, 106, 102<br /><br /><br />'Leer la posición presente de los servos antes del encendido<br />'inicial y entonces designar la acción suavemente segun el <br />'comando move.<br />'1-&gt;Lee el valor presente del servo seleccionado y mantiene el<br />'estado presente del robot.<br />'0-&gt;mueve al valor inicial de el controlador la cual es 100<br />GETMOTORSET G6A, 1,1,1,1,1,0 <br />GETMOTORSET G6B, 1,1,1,0,0,0<br />GETMOTORSET G6C, 1,1,1,0,0,0<br />GETMOTORSET G6D, 1,1,1,1,1,0<br /><br />'Coloca la velocidad de los servos a 5<br />SPEED 5 <br /><br />'Fijar los servos que serán utilizados.<br />MOTOR G24<br /><br />GOSUB POS_INICIAL<br />DELAY 1000<br />'==============================================================<br /><br />MAIN:<br /><br />   Retry:<br />   ERX 9600, RxIn, Retry   'Lee el puerto serie si no recibe<br />                     'vuelve al intentarlo.<br />   IF RxIn=1 THEN<br />      GOSUB RUTINAN1         'Da un paso izquierdo<br />      DELAY 1000<br />      GOSUB POS_INICIAL   'Se coloca en la posición estandar.<br />   ELSEIF RxIn=2 THEN<br />      GOSUB RUTINAN2      'Da un paso derecho<br />      DELAY 1000<br />      GOSUB POS_INICIAL   'Se coloca en la posición estandar.<br />   ELSEIF RxIn=3 THEN<br />      GOSUB RUTINAN3      'Levanta mano derecha.<br />      DELAY 1000<br />      GOSUB POS_INICIAL   'Se coloca en la posición estandar.<br />   ELSEIF RxIN=4 THEN<br />      GOSUB RUTINAN4        'Levanta mano izquierda<br />      DELAY 1000<br />      GOSUB POS_INICIAL   'Se coloca en la posición estandar.<br />   ELSEIF RxIn=27 THEN<br />      GOTO SALIR<br />   ENDIF   <br />   GOTO MAIN<br /><br />SALIR:<br />   END<br /><br />'==============================================================<br />'RUTINAS DEL ROBONOVA-1                                =<br />'==============================================================<br /><br />'Paso izquierdo<br />RUTINAN1:<br />SPEED 5<br />MOVE24  85,  71, 152,  91, 112,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 112,  76, 145,  93,  92,  60,<br />   <br />SPEED 14 <br />'left up<br />MOVE24  90, 107, 105, 105, 114,  60,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 114,  76, 145,  93,  90,  60,<br /><br />'left down<br />MOVE24  90,  56, 143, 122, 114,  60,  80,  40,  80,    ,    ,    , 105,  40,  80,    ,    ,    , 113,  80, 145,  90,  90,  60,<br />MOVE24  90,  46, 163, 112, 114,  60,  80,  40,  80,    ,    ,    , 105,  40,  80,    ,    ,    , 112,  80, 145,  90,  90,  60,<br />   <br />SPEED 10<br />'left center<br />MOVE24 100,  66, 141, 113, 100, 100,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 100,  83, 156,  80, 100, 100,<br />MOVE24 113,  78, 142, 105,  90,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    ,  90, 102, 136,  85, 114,  60,<br /><br />SPEED 14<br />'right up<br />MOVE24 113,  76, 145,  93,  90,  60, 100,  40,  80,    ,    ,    ,  90,  40,  80,    ,    ,    ,  90, 107, 105, 105, 114,  60,<br />RETURN<br /><br />'Paso derecho<br />RUTINAN2:<br />'right up<br />MOVE24 113,  76, 145,  93,  90,  60, 100,  40,  80,    ,    ,    ,  90,  40,  80,    ,    ,    ,  90, 107, 105, 105, 114,  60,<br /><br />'right down<br />MOVE24 113,  80, 145,  90,  90,  60, 105,  40,  80,    ,    ,    ,  80,  40,  80,    ,    ,    ,  90,  56, 143, 122, 114,  60,<br />MOVE24 112,  80, 145,  90,  90,  60, 105,  40,  80,    ,    ,    ,  80,  40,  80,    ,    ,    ,  90,  46, 163, 112, 114,  60,<br />      <br />SPEED 10<br />'right center<br />MOVE24 100,  83, 156,  80, 100, 100, 100,  40,  80,    ,    ,    ,  90,  40,  80,    ,    ,    , 100,  66, 141, 113, 100, 100,<br />MOVE24  90, 102, 136,  85, 114,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 113,  78, 142, 105,  90,  60,<br />      <br />SPEED 14<br />'left up<br />MOVE24  90, 107, 105, 105, 114,  60,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 113,  76, 145,  93,  90,  60,<br /><br />SPEED 5<br />MOVE24  85,  71, 152,  91, 112,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 112,  76, 145,  93,  92,  60,<br />   <br />RETURN<br /><br />'Levanta brazo derecho<br />RUTINAN3:<br />   SPEED 5<br />   <br />   MOVE G6A,101,  76, 145,  94,  99, 100<br />   MOVE G6B,100,  30,  80, 100, 100, 100<br />   MOVE G6C,166,  16,  81, 100, 100, 100<br />   MOVE G6D,100,  75, 143,  94,  98, 100<br />   <br />   DELAY 1000<br />   <br />   MOVE G6A,102,  76, 145,  95,  99, 100<br />   MOVE G6B,100,  30,  81, 100, 100, 100<br />   MOVE G6C,100,  30,  80, 100, 100, 100<br />   MOVE G6D,101,  75, 140,  96,  96, 100<br />   RETURN<br /><br /><br />'Levanta Brazo izquierdo<br />RUTINAN4:<br />   SPEED 5<br />   <br />   MOVE G6A,102,  76, 145,  95,  99, 100<br />   MOVE G6B,164,  21,  81, 100, 100, 100<br />   MOVE G6C,101,  31,  81, 100, 100, 100<br />   MOVE G6D,101,  75, 139,  97,  96, 100<br />   DELAY 1000<br /><br />   MOVE G6A,102,  76, 145,  95,  99, 100<br />   MOVE G6B,100,  30,  80, 100, 100, 100<br />   MOVE G6C,102,  32,  82, 100, 100, 100<br />   MOVE G6D,101,  75, 138,  98,  96, 100<br />   RETURN<br /><br />POS_INICIAL:<br />'Posición inicial del robot.<br />'El comando MOVE opera un servo al ángulo deseado, el ángulo<br />'del motor esta entre 10-190.<br /><br />   MOVE G6A,100,  76, 145,  93, 100, 100 <br />   MOVE G6D,100,  76, 145,  93, 100, 100  <br />   MOVE G6B,100,  30,  80, 100, 100, 100<br />   MOVE G6C,100,  30,  80, 100, 100, 100<br />   WAIT<br />   RETURN<br />   <br /><br /></code></dd></dl><br />&lt;BR&gt;<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=644">elizabeth1086</a> — Mon Jun 11, 2007 2:05 am</p><hr />
]]></content>
</entry>
</feed>