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

<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-07-31T19:27:05+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2758</id>
<entry>
<author><name><![CDATA[robots42]]></name></author>
<updated>2008-07-31T19:27:05+01:00</updated>
<published>2008-07-31T19:27:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17111#p17111</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17111#p17111"/>
<title type="html"><![CDATA[RoboBAsic G6x data items and weird timing]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17111#p17111"><![CDATA[
Thank you. <br />I expected that values for missing servos higher than the other values would slow down the whole move, but didn't expect zero values to have an effect on the PTP operation as a whole, but only sometimes!<br />I shall investigate further.<br /><br />Regarding PTP<br />if PTP SETON is used, does this mean PTP is done for each group individually<br />so one group can finish before another?<br /><br />David<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1082">robots42</a> — Thu Jul 31, 2008 7:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-07-30T16:48:17+01:00</updated>
<published>2008-07-30T16:48:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17100#p17100</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17100#p17100"/>
<title type="html"><![CDATA[RoboBAsic G6x data items and weird timing]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17100#p17100"><![CDATA[
All of your last 3 examples compile in Robobasic to have a zero in the 6th servo position. When the move is interpreted a zero value is not included in the ptp calculation.<br /><br />The important thing in the PTP is not the absolute value, but the difference between the last value and the new value. The servo with the largest difference will move at the set speed and the rest proportionally slower. This calculation is done over the group, or over all if PTP ALL is set.<br /><br />If this doesn't help you sort it out, then post the whole block of code for the move<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Jul 30, 2008 4:48 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[robots42]]></name></author>
<updated>2008-07-30T16:18:32+01:00</updated>
<published>2008-07-30T16:18:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17097#p17097</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17097#p17097"/>
<title type="html"><![CDATA[RoboBAsic G6x data items and weird timing]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2758&amp;p=17097#p17097"><![CDATA[
Hi<br />I have been looking at the Template code and making a library of reuseable blocks. Something odd seems to happen with the PTP and Speed depending on whether or not  G6x has 5 or 6 data items. In Hitecs latest fast-walk there are only 5 data items corresponding to the five servos used. However in other routines there are often 6 items and the data for the nonexistant 6th servo is sometimes 60, or 70 or 100.  If this value is greater than the other values then with PTP on it will obviously affect the overall speed of the move.  BUT removing the 6th data item sometimes affects the speed of the move even when the 6th value is say 10. Why does RoboBasic need this value sometimes and not others? Removing the 60s from backward_walk1: makes RN jerk and fall over, anybody know why?<br />ie<br />MOVE G6A, 85,  71, 152,  91, 112,  60<br />MOVE G6D,112,  76, 145,  93,  92,  60<br />works<br />MOVE G6A, 85,  71, 152,  91, 112<br />MOVE G6D,112,  76, 145,  93,  92<br />doesn't work<br />MOVE G6A, 85,  71, 152,  91, 112,<br />MOVE G6D,112,  76, 145,  93,  92,<br />doesn't work<br />MOVE G6A, 85,  71, 152,  91, 112, ,<br />MOVE G6D,112,  76, 145,  93,  92, ,<br />doesn't work<br /><br />David<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1082">robots42</a> — Wed Jul 30, 2008 4:18 pm</p><hr />
]]></content>
</entry>
</feed>