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

<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-03-12T14:08:26+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2334</id>
<entry>
<author><name><![CDATA[bergere]]></name></author>
<updated>2008-03-12T14:08:26+01:00</updated>
<published>2008-03-12T14:08:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14740#p14740</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14740#p14740"/>
<title type="html"><![CDATA[Motor doesn´t work without delay]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14740#p14740"><![CDATA[
Thx for this fast anwser <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=818">bergere</a> — Wed Mar 12, 2008 2:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2008-03-12T13:35:44+01:00</updated>
<published>2008-03-12T13:35:44+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14739#p14739</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14739#p14739"/>
<title type="html"><![CDATA[Motor doesn´t work without delay]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14739#p14739"><![CDATA[
Since you're powering up the CM-5 at the same time as the AX-12's, that's not surprising. I'm surprised you can get away with as little as 100 ms. Each AX-12 flashes its LED for 500 ms at powerup, and in general I would pause at least that long to let them set up.<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Wed Mar 12, 2008 1:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bergere]]></name></author>
<updated>2008-03-12T12:43:59+01:00</updated>
<published>2008-03-12T12:43:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14737#p14737</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14737#p14737"/>
<title type="html"><![CDATA[Motor doesn´t work without delay]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2334&amp;p=14737#p14737"><![CDATA[
Hello again,<br /><br />I have a problem with my AX-12 Engines. When I start the programm without a little delay the motor with ID 1 couldn´t moving.<br /><br />Code 1 Work:<br /><dl class="codebox"><dt>Code: </dt><dd><code>int main&#40;&#41;<br />&#123;<br />int NumberDynx=4;<br />byte bID&#91;4&#93;;<br />...<br />_delay_ms&#40;100&#41;;<br /><br />for&#40;int i=0;i&lt;NumberDynx;i++&#41;<br />&#123;<br />   bID&#91;i&#93;=searchDynx&#40;i+1&#41;;<br />&#125;<br />              <br /> for&#40;int i=0;i&lt;NumberDynx;i++&#41;<br />&#123;<br />   moveEngine&#40;bID&#91;i&#93;,0x00,0x02,0xB0,0x00&#41;;<br />&#125; <br />&#125;<br /></code></dd></dl><br /><br />Code 2 Don´t Work:<br /><dl class="codebox"><dt>Code: </dt><dd><code>int main&#40;&#41;<br />&#123;<br />int NumberDynx=4;<br />byte bID&#91;4&#93;;<br />...<br /><br />for&#40;int i=0;i&lt;NumberDynx;i++&#41;<br />&#123;<br />   bID&#91;i&#93;=searchDynx&#40;i+1&#41;;<br />&#125;<br />              <br /> for&#40;int i=0;i&lt;NumberDynx;i++&#41;<br />&#123;<br />   moveEngine&#40;bID&#91;i&#93;,0x00,0x02,0xB0,0x00&#41;;<br />&#125; <br />&#125;<br /></code></dd></dl><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=818">bergere</a> — Wed Mar 12, 2008 12:43 pm</p><hr />
]]></content>
</entry>
</feed>