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

<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-12-31T12:39:19+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=900</id>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2006-12-31T12:39:19+01:00</updated>
<published>2006-12-31T12:39:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5629#p5629</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5629#p5629"/>
<title type="html"><![CDATA[Arm Twizzle (from magic dance routine)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5629#p5629"><![CDATA[
The dance routine code was smaller then the Overall_Template code.<br />I haven't really looked at the space left in the controller but I guess you could fit plenty of well written code onto it. Just not the sort of AI type code we all want to use.<br /><br />Marcus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Sun Dec 31, 2006 12:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Humanoido]]></name></author>
<updated>2006-12-31T09:12:45+01:00</updated>
<published>2006-12-31T09:12:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5626#p5626</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5626#p5626"/>
<title type="html"><![CDATA[Arm Twizzle (from magic dance routine)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5626#p5626"><![CDATA[
<span style="font-style: italic">Thank you very much</span>  for posting the Arm Twizzle code from the Magic Dance Routine. After you finished programming the entire Magic Dance Routine, was there any memory left in the controller for more moves? What is the limit of the controller?<br /><br />Humanoido<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=416">Humanoido</a> — Sun Dec 31, 2006 9:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2006-12-31T01:53:09+01:00</updated>
<published>2006-12-31T01:53:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5617#p5617</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5617#p5617"/>
<title type="html"><![CDATA[Arm Twizzle (from magic dance routine)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=900&amp;p=5617#p5617"><![CDATA[
Here is the arm twizzle code from the magic dance routine video.<br />Enjoy.<br /><br />Marcus.<br /><br />' === DirtyRoboto December 30 2006 ===============<br />' === <!-- e --><a href="mailto:DirtyRoboto@btinternet.com">DirtyRoboto@btinternet.com</a><!-- e -->   ===============<br />'==  Twizzle arms left/right          ============<br />'== Remote key number 1 triggers this routine ====<br />DIM A AS BYTE <br />DIM x AS BYTE<br /><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 /><br />GOSUB standard_pose <br /><br />'================================================ <br />MAIN: <br /><br />A = REMOCON(1) <br />IF A &lt;&gt; 1 THEN GOTO main <br /><br />GOSUB twiz_left <br />GOSUB standard_pose <br /><br />GOTO MAIN <br /><br />'====================================<br />twiz_left:<br />'arm up and bend<br />SPEED 13<br />MOVE G6C,103,  75,  17, 100, 100, 100<br />MOVE G6B, 93, 100, 168, 100, 100, 100<br />'-<br />MOVE G6D,108, 103,  90, 123, 110, 100<br />MOVE G6A, 95,  84, 114, 114,  87, 100<br />WAIT<br />HIGHSPEED SETON<br />SPEED 8<br />FOR x = 1 TO 8<br />MOVE G6B, 68, 101, 189, 100, 100, 100<br />WAIT<br />MOVE G6B, 71,  98, 156, 100, 100, 100<br />WAIT<br />MOVE G6B,120,  97, 166, 100, 100, 100<br />WAIT<br />MOVE G6B, 98, 109, 190, 100, 100, 100<br />WAIT<br />NEXT x<br />HIGHSPEED SETOFF<br />WAIT<br />MOVE G6A,102,  78, 130, 110,  98, 100<br />MOVE G6B,100,  99,  188, 100, 100, 100<br />MOVE G6C,100,  99,  188, 100, 100, 100<br />MOVE G6D,102,  72, 134, 113,  98, 100<br />GOTO twiz_right<br />'====================================<br />twiz_right:<br />'arm up and bend<br />SPEED 8<br />MOVE G6B,103,  75,  17, 100, 100, 100<br />MOVE G6C, 93, 100, 168, 100, 100, 100<br />'-<br />MOVE G6A,108, 103,  90, 123, 110, 100<br />MOVE G6D, 95,  84, 114, 114,  87, 100<br />WAIT<br />HIGHSPEED SETON<br />FOR x = 1 TO 8<br />MOVE G6C, 68, 101, 189, 100, 100, 100<br />WAIT<br />MOVE G6C, 71,  98, 156, 100, 100, 100<br />WAIT<br />MOVE G6C,120,  97, 166, 100, 100, 100<br />WAIT<br />MOVE G6C, 98, 109, 190, 100, 100, 100<br />WAIT<br />NEXT x<br />HIGHSPEED SETOFF<br />WAIT<br />MOVE G6A,102,  78, 130, 110,  98, 100<br />MOVE G6B,100,  99,  188, 100, 100, 100<br />MOVE G6C,100,  99,  188, 100, 100, 100<br />MOVE G6D,102,  72, 134, 113,  98, 100<br />GOTO standard_pose<br />'====================================<br />standard_pose: <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 />GOTO main<br />'======================================<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Sun Dec 31, 2006 1:53 am</p><hr />
]]></content>
</entry>
</feed>