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

<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-10-14T18:34:29+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=679</id>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T18:34:29+01:00</updated>
<published>2006-10-14T18:34:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4250#p4250</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4250#p4250"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4250#p4250"><![CDATA[
It certainly has helped Bullit, and you've just made my weekend.<br /><br />Great routine, especially the one armed bit.<br /><br />I'm starting to get the idea now. Thanks again<br /> <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> <br /><br />Ric<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 6:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bullit]]></name></author>
<updated>2006-10-14T12:14:00+01:00</updated>
<published>2006-10-14T12:14:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4248#p4248</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4248#p4248"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4248#p4248"><![CDATA[
You need to setup your template to envoke the subroutine when one of the ir keys is pressed.<br />Somewhere at the top of the template there is a section with statements like<br />A = REMOCON(1) 'this receives input from the IR controller <br />'then the on goto statement goes to the proper K# based upon the value received, if 0 (no inout received) then it just restarts the loop otherwise it goes to the proper K# as below I have K18 the 'E key on the controller does a gosub to my pushup and then when it returns it goes to main_exit and then restarts the loop of looking for input from the IR controller.<br /><br />On A goto MAIN, K1, K2, K3........,K18.....<br /><br />K18:' E<br />  GOSUB pushup<br />  GOTO main_exit<br /><br />I hope this helps.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=173">Bullit</a> — Sat Oct 14, 2006 12:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T11:51:38+01:00</updated>
<published>2006-10-14T11:51:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4247#p4247</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4247#p4247"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4247#p4247"><![CDATA[
Err, sorry about this<br /><br />I've now pasted the push up routine onto the bottom of the overall template program and downloaded it to the RN-1. No problems.<br /><br />How do I now run the push up routine (preferably with the remote). All other basic moves run fine from the remote, I just can't find a button to run the push-ups.<br /><br />Thnaks<br /><br />Ric<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 11:51 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T11:33:14+01:00</updated>
<published>2006-10-14T11:33:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4246#p4246</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4246#p4246"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4246#p4246"><![CDATA[
Aha<br /><br />That explains a lot.<br /><br />Thanks<br /><br />Bullit<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 11:33 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bullit]]></name></author>
<updated>2006-10-14T11:17:55+01:00</updated>
<published>2006-10-14T11:17:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4245#p4245</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4245#p4245"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4245#p4245"><![CDATA[
I think they intend that you insert this into your basic template where the variable i would already be dimensioned and the standup routine would also be included.  <br />I believe your error is the gosub standup.  standup is another subroutine which you can find in the basic template.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=173">Bullit</a> — Sat Oct 14, 2006 11:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T11:14:46+01:00</updated>
<published>2006-10-14T11:14:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4244#p4244</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4244#p4244"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4244#p4244"><![CDATA[
cont.<br /><br />label name is  standard_pose<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 11:14 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T11:13:00+01:00</updated>
<published>2006-10-14T11:13:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4243#p4243</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4243#p4243"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4243#p4243"><![CDATA[
Thanks Hivemind<br /><br />next up it stalls on line 76<br /><br />Complie error<br />ERROR 25:[GOSUB] No exist used label name.<br /><br /><br />Can't say I'm impressed with Hitecs free downloads <br /> <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /> <br /><br />Ric<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 11:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hivemind]]></name></author>
<updated>2006-10-14T10:37:28+01:00</updated>
<published>2006-10-14T10:37:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4242#p4242</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4242#p4242"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4242#p4242"><![CDATA[
Somewhere before line 17 there you need this statement:<br /><br />DIM i AS BYTE<br /><br />which will declare the variable i so you can use it through your program.  Although the error looks odd, this should be the solution (just checked).<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=221">hivemind</a> — Sat Oct 14, 2006 10:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ric]]></name></author>
<updated>2006-10-14T10:31:57+01:00</updated>
<published>2006-10-14T10:31:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4241#p4241</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4241#p4241"/>
<title type="html"><![CDATA[Push up code from Hitec problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=679&amp;p=4241#p4241"><![CDATA[
Hi<br /><br />Having finally made a good connection using a serial to usb convertor I'm trying to 'upload' the RN-1 pushup routine available from the Hitec site.<br /><br />I've copied and pasted the code into roboBASIC.<br />I run and it starts to upload until I get this compile error:<br /><br />29 Line<br />Error 17 : [FOR] This variable name (or constant name) is not declared.<br /><br />The actual line in question is: FOR i = 0 TO 5<br /><br />Any ideas? Please bear in mind you're dealing with a total unsavvy in your reply/solution.<br /><br />Thanks<br /><br />Ric<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=260">Ric</a> — Sat Oct 14, 2006 10:31 am</p><hr />
]]></content>
</entry>
</feed>