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

<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>2008-05-13T06:14:42+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2533</id>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2008-05-13T06:14:42+01:00</updated>
<published>2008-05-13T06:14:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15774#p15774</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15774#p15774"/>
<title type="html"><![CDATA[Speed variation x number of servos in use]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15774#p15774"><![CDATA[
Again, i-Bot is on form.<br /><br />With my custom moves I turn off ptp but then turn it back on for stock moves like walking.<br /><br />Bear in mind that when you are making complex custom moves you might have many speed changes in a short amount of time and the wait command is critical wether ptp is on or off.<br /><br />Another good tip is mirroring. When you make a custom move copy the code and create a new move below the first and paste the code. now just swap the group prefix left for right so G6A gets changed to G6D ect. now you have an alternate routine to call for no extra effort.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Tue May 13, 2008 6:14 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[My Bear]]></name></author>
<updated>2008-05-11T13:38:55+01:00</updated>
<published>2008-05-11T13:38:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15743#p15743</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15743#p15743"/>
<title type="html"><![CDATA[Speed variation x number of servos in use]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15743#p15743"><![CDATA[
Thank you again for your advice, I am running on the standard battery and I've just turned the point to point off and the difference is noticeable.<br /><br />Thank you for the knowledge<br /><br />I'll post a video of the robot 'bear' once I get the showreel together.<br /><br />It's slightly unsettling.<br /><br />If it doesn't entertain kids It'll definitely frighten them!<br /><br />Cheers<br /><br />Darren<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=901">My Bear</a> — Sun May 11, 2008 1:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-05-11T09:42:13+01:00</updated>
<published>2008-05-11T09:42:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15736#p15736</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15736#p15736"/>
<title type="html"><![CDATA[Speed variation x number of servos in use]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15736#p15736"><![CDATA[
You need to take time to understand how the point to point moves work, and the effect of different settings on them.<br /><br />If you have point to point off (both PTP ALLOFF and PTP SETOFF) then the servos will all move at the speed you set in the SPEED parameter.<br /><br />If you set PTP SETON, then for the group of servos you select (G6A etc). The servo with the furthest angle to move will move at the SPEED setting. The other servos in the group will move at a speed in proportion to this depending on the angle they should move. They should all stop at the same time.<br /><br />If you set PTP ALLON, then the point to point calculation is done over all 24 servos, not just the group you send.<br /><br />HIGHSPEED SETON simply multiples the speed by 3, but does not affect anything else. However at higher SPEED settings the speed of the servo in HIGHSPEED is limited by the servo capability.<br /><br />All this means you need to think carefully about the state of the PTP, and select carefully you choice of groups to move.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sun May 11, 2008 9:42 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-05-11T05:34:38+01:00</updated>
<published>2008-05-11T05:34:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15734#p15734</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15734#p15734"/>
<title type="html"><![CDATA[Re: Speed variation x number of servos in use]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15734#p15734"><![CDATA[
Are you running off the stock battery or a power supply?  A power supply is going to need to supply around 8A at peek times.<br /><br /><blockquote><div><cite>My Bear wrote:</cite><br />Hi Guys<br /><br />Thanks you for previous help ref RoboBASIC programming, I'm now creating moves and all is responding as directed, with the exception of one reoccuring theme in everything I've done so far.<br /><br />SPEED variation which appears to correspond to the number of servos in use.<br /><br />Example: four servos in legs moving at speed 5, constant.<br /><br />I then add arm movement (four servos) and head movement (two servos)<br /><br />The leg movement reduces in speed noticeably, probably equivalent to Speed 3<br /><br />As soon as the head and arm movement finish the legs speed up again.<br /><br />Is this normal? drain on power or something, or have I missed something fundamental in the programming?<br /><br />All MOVE G24<br />WAIT etc<br /><br />Any advice would be gratefully received.<br /></div></blockquote><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=648">tum</a> — Sun May 11, 2008 5:34 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[My Bear]]></name></author>
<updated>2008-05-10T19:20:56+01:00</updated>
<published>2008-05-10T19:20:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15722#p15722</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15722#p15722"/>
<title type="html"><![CDATA[Speed variation x number of servos in use]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2533&amp;p=15722#p15722"><![CDATA[
Hi Guys<br /><br />Thanks you for previous help ref RoboBASIC programming, I'm now creating moves and all is responding as directed, with the exception of one reoccuring theme in everything I've done so far.<br /><br />SPEED variation which appears to correspond to the number of servos in use.<br /><br />Example: four servos in legs moving at speed 5, constant.<br /><br />I then add arm movement (four servos) and head movement (two servos)<br /><br />The leg movement reduces in speed noticeably, probably equivalent to Speed 3<br /><br />As soon as the head and arm movement finish the legs speed up again.<br /><br />Is this normal? drain on power or something, or have I missed something fundamental in the programming?<br /><br />All MOVE G24<br />WAIT etc<br /><br />Any advice would be gratefully received.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=901">My Bear</a> — Sat May 10, 2008 7:20 pm</p><hr />
]]></content>
</entry>
</feed>