<?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=798" />

<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>2006-11-24T23:33:07+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=798</id>
<entry>
<author><name><![CDATA[robokoi]]></name></author>
<updated>2006-11-24T23:33:07+01:00</updated>
<published>2006-11-24T23:33:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4872#p4872</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4872#p4872"/>
<title type="html"><![CDATA[Re: can't clear RN memory?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4872#p4872"><![CDATA[
<blockquote class="uncited"><div><br />What can I do?<br /></div></blockquote><br /><br /><br />RTF... code!<br /><br />wow, feeling foolish responding to my own post, but I found the error.  <br />There's a line:<br /><blockquote class="uncited"><div><br />'    GOTO MAIN<br /></div></blockquote><br />Notice that it's commented out.  Apparently, since there was no RETURN or GOTO statement ending this command, the command pointer walked off the stack (or the Basic equivalent).  I have no idea where it went!<br /><br />I wonder why the 'Clear memory' button from RoboBasic doesn't actually zero out the memory?  <br />Is this the first buffer overrun in a RN? <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=386">robokoi</a> — Fri Nov 24, 2006 11:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[robokoi]]></name></author>
<updated>2006-11-24T23:24:03+01:00</updated>
<published>2006-11-24T23:24:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4871#p4871</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4871#p4871"/>
<title type="html"><![CDATA[can't clear RN memory?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=798&amp;p=4871#p4871"><![CDATA[
I found and ran the code from the 3rd post in this thread:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/modules.php?name=Forums&amp;file=viewtopic&amp;t=255&amp;start=0&amp;postdays=0&amp;postorder=asc&amp;highlight=modify+walk">http://robosavvy.com/modules.php?name=F ... odify+walk</a><!-- m --><br /><br />Now I can't seem to get anything else loaded or if I do, it will always revert back to the code from above after returning to 'main'!!!  HELP!<br /><br />I've tried clearing the RN memory thru robobasic.  I'm testing code, the main stub looks like the following and I'm only adding a sub 'new_function':<br /><blockquote class="uncited"><div><br />ZERO G6A,101, 103, 100, 103, 101<br />ZERO G6B, 99, 101, 101<br />ZERO G6C, 99,  99,  99<br />ZERO G6D, 97, 102, 104, 103, 101<br /><br />DIM a AS BYTE<br /><br />PTP SETON <br />PTP ALLON<br /><br />'== motor diretion setting ======================<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 />'== motor start position read ===================<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 />SPEED 5<br /><br />'== motor power on  =============================<br />MOTOR G24<br />GOSUB standard_pose<br /><br />'================================================<br />MAIN:    <br /><br />A = REMOCON(1)<br />IF A &lt;&gt; 1 THEN GOTO main<br /><br />SPEED 8<br />GOSUB new_function<br />DELAY 1000<br />SPEED 6<br />GOSUB standard_pose<br />A = REMOCON(1)<br /><br />'GOTO MAIN<br />'================================================<br /></div></blockquote><br /><br /><br />I do not understand the first two lines of the above posted code:<br /><blockquote class="uncited"><div><br />goto auto<br />fill 255,10000<br /></div></blockquote><br /><br />What can I do?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=386">robokoi</a> — Fri Nov 24, 2006 11:24 pm</p><hr />
]]></content>
</entry>
</feed>