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

<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>2010-11-25T03:03:11+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6369</id>
<entry>
<author><name><![CDATA[20070180]]></name></author>
<updated>2010-11-25T03:03:11+01:00</updated>
<published>2010-11-25T03:03:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=28961#p28961</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=28961#p28961"/>
<title type="html"><![CDATA[Controling Bioloid With Matlab]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=28961#p28961"><![CDATA[
Hi, <br /><br />I’m an Health Equipment Technology student, and I’m working with a friend in a Robot Bioloid Premium, which brings a CM-510 programming. I’m trying to do the interface between the Matlab and this Robot, with an API that uses the Dynamixel in the RS232 mode.<br />We would like your help to explain us:<br /><br />-How to do this connection, and how can we order the Robot to  do a movement, eg open and close his arms, through the Matlab. <br /><br />-Which are the detail steps that we have to do to make this interface with the Matlab, and then program several moves in Matlab.<br /><br />The tools we are using are the software Matlab/Simulik, the cable to connect the Robot to the computer is the same that is used with the original software RobotPlus, with the Dynamixel application which allows us to connect to an USB interface on my computer.<br /><br />Thank you in advance, we are waiting for an answer to this quest as soon as possible.<br />Rui Pereira (20070180)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2389">20070180</a> — Thu Nov 25, 2010 3:03 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-07-01T01:43:33+01:00</updated>
<published>2010-07-01T01:43:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27263#p27263</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27263#p27263"/>
<title type="html"><![CDATA[Controling Bioloid With Matlab]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27263#p27263"><![CDATA[
Robotis provides a DLL with library interfaces for communicating with CM5. It can be used with any programming environment. So try to use it with visual basic for example. Also make sure everything works when you use the Robot terminal and that you spend several hours exploring the Dynamixel protocol and the AX12 through Robot Terminal.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Thu Jul 01, 2010 1:43 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kamondelious]]></name></author>
<updated>2010-06-30T15:30:20+01:00</updated>
<published>2010-06-30T15:30:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27256#p27256</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27256#p27256"/>
<title type="html"><![CDATA[Controling Bioloid With Matlab]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27256#p27256"><![CDATA[
Robotis' documentation sometimes misses things.  See if their online reference is any better.<br /><a href="http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/windows/matlab.htm" class="postlink">http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/windows/matlab.htm</a><br /><br />I have never used MATLAB, so sorry I'm not much more help.<br /><br />I have been using their <a href="http://support.robotis.com/en/software/dynamixel_sdk/api_reference.htm" class="postlink">Dynamixel SDK API</a> with good results.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1185">kamondelious</a> — Wed Jun 30, 2010 3:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lorth]]></name></author>
<updated>2010-06-30T12:02:04+01:00</updated>
<published>2010-06-30T12:02:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27255#p27255</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27255#p27255"/>
<title type="html"><![CDATA[Controling Bioloid With Matlab]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6369&amp;p=27255#p27255"><![CDATA[
Hi every one,<br /><br />I am student who currently is working with a Bioloid. My professor ask me to control de Bioloid with Matlab.<br /><br />I've tried to use the Matlab's example code that comes with USB2Dynamixel and it doesn't work. It doesn't give any error, but the robot doesn't move (with and oscilloscope I've seen that Matlab sends UART data to the Bioloid...). I'm using the CM-5 code that comes from factory...<br /><br />I've search the forum and I haven't seen this question. I've seen here you promote another way of controlling the robot with Matlab/Simulink, but i would like first to control the other way if it is possible.<br /><br />What I'm doing wrong? Any suggestion?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2218">lorth</a> — Wed Jun 30, 2010 12:02 pm</p><hr />
]]></content>
</entry>
</feed>