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

<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-02-04T19:14:09+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=7759</id>
<entry>
<author><name><![CDATA[Landy]]></name></author>
<updated>2012-02-04T19:14:09+01:00</updated>
<published>2012-02-04T19:14:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33606#p33606</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33606#p33606"/>
<title type="html"><![CDATA[2 X MRC3024]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33606#p33606"><![CDATA[
Thanks i-bot.<br /> I was wrong to understand.<br /> I thought it was possible to divide the tasks between two controllers, to lighten the load of a single CPU.<br /> For example, in my project, I intend to control an mp3 player.<br /> In particular, the Somo14d.<br /> I thought that sending the decoding of the bit banging to a second controller I lighten the work.<br />I wanted to use the second controller for other things like that.<br /><br />main:<br />dim x as byte<br />......<br />.......<br />tilt=ad(0)<br /><br />if tilt &gt;= 200 then<br />goto action<br /><br />action:<br />goto somo14 'in the secondary controller<br /><br />move g6A 100,110,100<br />ecc ecc<br /><br /> <br />sorry for my bad English.<br /> Best regards<br /> Andy<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1617">Landy</a> — Sat Feb 04, 2012 7:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-02-04T17:40:12+01:00</updated>
<published>2012-02-04T17:40:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33604#p33604</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33604#p33604"/>
<title type="html"><![CDATA[2 X MRC3024]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33604#p33604"><![CDATA[
$DEVICE appears to be only a compiler directive and does not generate any code for download to the MRC3024. It appears to define the controller type,not an instance.<br /><br />It is not clear how you want to use multiple MRC3024. Is it that you have more servos than 24 ? There is no inherant support in the MRC3024 firmware for multiple controllers.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Sat Feb 04, 2012 5:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Landy]]></name></author>
<updated>2012-02-04T14:09:06+01:00</updated>
<published>2012-02-04T14:09:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33602#p33602</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33602#p33602"/>
<title type="html"><![CDATA[2 X MRC3024]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7759&amp;p=33602#p33602"><![CDATA[
Hello everyone.<br /> I was curious about the possibility of using two MRC3024.<br /> <br />From the manual I read:<br /><br /> '$ DEVICE<br /> Sets the controller applicable to the program.<br /><br /> sentence structure<br /> '$DEVICE [Controller]<br /><br />where should I put this command in the structure?<br />For example if I want to say to the first MRC.<br /><br /> main:<br /> Read the pin ad0<br /> move the actuator XX<br /> ...........<br /> ................<br /><br /> and then I want to jump to the second controller and said:<br /> move the actuator YY<br /> and returns to the main<br /><br /><br />but above all, as is done downloading the code?<br /><br /> Can you give some examples?<br /> Even very simple.<br /> I just want to understand the mechanism.<br /><br /> Best regards.<br /> Andy<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1617">Landy</a> — Sat Feb 04, 2012 2:09 pm</p><hr />
]]></content>
</entry>
</feed>