<?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=5&amp;t=8897" />

<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>2012-11-13T21:13:25+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=8897</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-11-13T21:13:25+01:00</updated>
<published>2012-11-13T21:13:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36528#p36528</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36528#p36528"/>
<title type="html"><![CDATA[Any servo moving?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36528#p36528"><![CDATA[
Are you running the bus at 1Mbps ?<br /><br />Take a look at the topics on USB2AX with the sync read capability<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue Nov 13, 2012 9:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[FriedV]]></name></author>
<updated>2012-11-13T20:13:38+01:00</updated>
<published>2012-11-13T20:13:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36527#p36527</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36527#p36527"/>
<title type="html"><![CDATA[Any servo moving?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36527#p36527"><![CDATA[
Yes I use the USB2Dynamixel.<br />Thanks for the latency tip, it was set to 16msec.<br />Things are improving, but still around 150 msec for 18 servos.<br />Is there anything faster than USB2Dyna?<br />Thx, Friedrich<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3627">FriedV</a> — Tue Nov 13, 2012 8:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-11-13T19:30:17+01:00</updated>
<published>2012-11-13T19:30:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36526#p36526</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36526#p36526"/>
<title type="html"><![CDATA[Any servo moving?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36526#p36526"><![CDATA[
Seems very long even for VB.<br />What is your interface to the Dynamixels? USB2Dynamixel ?<br /><br />What is the latency setting on the port ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue Nov 13, 2012 7:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[FriedV]]></name></author>
<updated>2012-11-13T19:09:05+01:00</updated>
<published>2012-11-13T19:09:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36525#p36525</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36525#p36525"/>
<title type="html"><![CDATA[Any servo moving?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8897&amp;p=36525#p36525"><![CDATA[
Hi,<br />my Crusty (Crustcrawler Hexapod) can be very well programmed via sync_write to all legs(18 servos).<br />To check if movement hat completed I use (VB 2012)<br />----------------------------------------------------------<br />Public Shared Function IsMoving() As Boolean<br />        'Anything moving?<br />        Dim Mov As Boolean = False<br />        For i = 1 To 18<br />            Mov = Mov Or dxl_read_byte(i, 46)<br />        Next<br />        Return Mov<br />    End Function<br />-----------------------------------------------------------<br />This works quite well  but even if the 18 servos are already in their respective goal positions, this routine takes about 600 msec.<br />Anyone knows of a better way to do this?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3627">FriedV</a> — Tue Nov 13, 2012 7:09 pm</p><hr />
]]></content>
</entry>
</feed>