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

<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-03-21T21:41:25+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=4220</id>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-21T21:41:25+01:00</updated>
<published>2010-03-21T21:41:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26015#p26015</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26015#p26015"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26015#p26015"><![CDATA[
Sorry for the confusion. Cryptic talking plus my confused spanish mind makes thing sound complicated.<br /><br /> From the beginning, if I run this:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>                   pcr.runMotion&#40;6&#41;;<br />                   PauseForMilliSeconds&#40;2000&#41;;<br />                   string res = pcr.readDistance&#40;&#41;;<br />                   Console.WriteLine&#40;pcr.message&#41;;<br /></code></dd></dl><br /><br /> In the console I don't get the Distance value, but the previous returned data (In this case, the Motion return value).<br /><br /> Right, just realised that &quot;string res = pcr.readDistance();&quot; doesn't actually output a pcr message, and that is why... duh! Just included a pcr.readDistance(), and all works well <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br /> I am really sorry for the silly mistakes, hopefully I will realise the answer before posting about them...<br /><br />   Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Sun Mar 21, 2010 9:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T21:09:00+01:00</updated>
<published>2010-03-21T21:09:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26012#p26012</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26012#p26012"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26012#p26012"><![CDATA[
If you post the code I might be able to suggest a more efficient way. Not sure what you mean about readSN number everytime and ignoring first output  - its not necessary. <br /><br />If you look at the L# maze code - its doing something very similar to what you have here.  i.e. checking value from distance sensor, playing a motion depending on current state and value returned and looping.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 9:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-21T20:43:55+01:00</updated>
<published>2010-03-21T20:43:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26010#p26010</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26010#p26010"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26010#p26010"><![CDATA[
Oups, you're right, that code is wrong, must have been changing it while I copied it. Now it's corrected <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br /> I can get around the pcr command output problem by reading the serial number, and ignoring the first output, but I hope there is a more efficient solution.<br /><br /> Cheers,<br /><br /> Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Sun Mar 21, 2010 8:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T20:33:02+01:00</updated>
<published>2010-03-21T20:33:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26009#p26009</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26009#p26009"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26009#p26009"><![CDATA[
Your code doesn't look right . The for loop doesn't have legal syntax etc. Not sure what version of PCControl you're using but I'd ignore it - sound like and old version - just ignore it.<br /><br />From the sound of your problem though is where you read message, its only valid until the next pcr command.  It sounds like you're seeing the response from the sound commands rather than read distance. So for 14 00 etc is the response from runMotion and 15 00 the response from runSound.  The read distance reponse is 16 00 - and in your example 16 01 00 00 00 02 0A 00 0A the distance is 0A 00 = 10 cm <br /><br />The detector seems fairly accurate  +/- 1 cm<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 8:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-21T20:44:36+01:00</updated>
<published>2010-03-21T19:39:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26007#p26007</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26007#p26007"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26007#p26007"><![CDATA[
Hello again,<br /><br /> Ok, did what you said, and I got this:<br /><br />  14 01 00 00 00 01 07 07<br /><br /> Wait, I'll try deleting code around it and see if this solves the issue (always works!)<br /><br /> UPDATE - There you go, I had a delay in front of it, probably not enough, so it was picking up the response from the previous action (dough!) Now I can use the PSD again woohoo!<br /><br />  16 01 00 00 00 02 0A 00 0A   - Yay!<br /><br /> However, PCControl still says its 257cm away... I have no idea how to fix this. As long as my code works, rock on <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><br /><br /> A question out of the box, how precise is this IR detector? Do you know its tolerance? (ie +- 2cm?). I suppose I can get around it by placing the objects at greater distances between each other, but still <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><br /><br />  Thanks for helping me solve the issue <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br />UPDATE - New problem!! The test code I have created basically makes the Robobuilder sit up straight, and then read the distance 10 times (play a 1 if its farther than 30cm, a 0 if not). Part of my code looks like this:<br /><br /> <dl class="codebox"><dt>Code: </dt><dd><code> serialNumber = pcr.readSN&#40;&#41;;<br />                   pcr.runMotion&#40;7&#41;;<br />                   PauseForMilliSeconds&#40;6000&#41;;<br />                   for &#40; int i = 0;i &lt;10;i++ &#41;<br />                   &#123;<br />                       pcr.runSound&#40;16&#41;;<br />                   &#125;<br />                   else<br />                   &#123;<br />                       pcr.runSound&#40;15&#41;;<br />                   &#125;<br />                   PauseForMilliSeconds&#40;2000&#41;;<br />               &#125;<br />                   p.Close&#40;&#41;;<br />  </code></dd></dl><br /><br /> I don't know why, after sitting up straight, the value I get outputted in the console is 14 00 etc, and then 15 00 etc. but not the PSD Value! Is there any way to fix this? I thought I needed a bigger delay, but that does not solve the issue.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Sun Mar 21, 2010 7:39 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T16:08:49+01:00</updated>
<published>2010-03-21T16:08:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26004#p26004</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26004#p26004"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=26004#p26004"><![CDATA[
BTW - early version of the PCRemote calculated the distance incorrectly -getting the byte order wrong.  Ive just tried it on mine and it reads between 10-50cm as per spec. And if I disconnect the sensor altogether I get a constant (unsurprisingly!) 10cm output.<br /><br />So I can't explain how you get 257cm. Make sure you have latest version of the library ( <!-- m --><a class="postlink" href="http://robobuildervc.googlecode.com/files/RobobuilderLib.dll">http://robobuildervc.googlecode.com/fil ... derLib.dll</a><!-- m --> ) <br /><br /><br />After the <br />string res = pcr.readDistance(); <br />Console.writeLine(pcr.Message); // add this<br /><br />The byte response should look like this on the console (or Output window)<br /><br />Response:<br />16 04 00 00 00 02 32 00 32 <br /><br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 4:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-19T01:18:53+01:00</updated>
<published>2010-03-19T01:18:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25967#p25967</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25967#p25967"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25967#p25967"><![CDATA[
When working the value should be in the range 10-50 cm according to the spec. Are you sure the PSD is connected ? Are you running V2.23 or greater of the firmware? Don't understand why you would get different values from the different programs. <br /><br />Incidentally if you look in your console output window you should see the response message coming back from the robot. Look for &quot;Response: &quot;followed by some hex bytes<br /><br />Make sure the COM port has been freed up - especially look to see if any old versions of PCRemote application are running in background - quick look at task manager should tell you That can cause RBCUpgrade to fail -although I don't recognise message you mention<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Fri Mar 19, 2010 1:18 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-19T00:29:10+01:00</updated>
<published>2010-03-19T00:29:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25966#p25966</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25966#p25966"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25966#p25966"><![CDATA[
Hello!<br /><br /> Yea, unfortunately I have to learn C# on the go <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /><br /><br /> Here is part of the code I have been using for now:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>         public int connect &#40;string pn&#41; <br />       &#123;<br />           &#123;<br />               string serialNumber = &quot;&quot;;<br /><br />               try<br />               &#123;<br />                   SerialPort p = new SerialPort&#40;pn, 115200, Parity.None, 8, StopBits.One&#41;;<br /><br />                   p.ReadTimeout = 1000;<br />                   p.WriteTimeout = 1000;<br /><br /><br />                   PCremote pcr = new PCremote&#40;p&#41;;<br /><br />                   p.Open&#40;&#41;;<br /><br />                   serialNumber = pcr.readSN&#40;&#41;;<br />                   pcr.runMotion&#40;7&#41;;<br />                   PauseForMilliSeconds&#40;3000&#41;;<br />                   string res = pcr.readDistance&#40;&#41;;<br />                   label2.Text = res;<br /><br />                   p.Close&#40;&#41;;<br /><br />                   return 1;<br />               &#125;<br />               catch &#40;Exception e1&#41;<br />               &#123;<br />                   return 0;<br />               &#125;<br />           &#125; <br />       &#125;<br /><br />        private void button1_Click&#40;object sender, EventArgs e&#41;<br />        &#123;<br />            label1.Text = &quot;COM Port Opened!&quot;;<br />            connect&#40;&quot;COM2&quot;&#41;;<br />            label1.Text = &quot;Finished Commands&quot;;<br />        &#125;<br /></code></dd></dl><br /><br /> I have a form with several buttons, and a label (Label2) that shows the PSD value when it is returned from the Robobuilder. However, I am getting a constant value of &quot;1799&quot;, no matter what object is infront of the robot!<br /><br /> Also, I tried using a set of if statements to play 1 sound or another, depending if the PSD value was greater than 30 (I assumed the value would be cm). In what magnitude is the PSD value returned, and can I easily transform it to an Int instead of a string using System.Convert.ToInt32(res, 10)?<br /><br /> Thanks for all the help, as I am working on it right now I will try to answer/update as soon as I can <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br />UPDATE - The if statements I am using look like this:<br /><dl class="codebox"><dt>Code: </dt><dd><code>                   string res = pcr.readDistance&#40;&#41;;<br />                   int res2 = System.Convert.ToInt32&#40;res, 10&#41;;<br />                   label2.Text = res;<br />                   if &#40;res2 &gt; 30&#41;<br />                   &#123;<br />                       pcr.runSound&#40;8&#41;;<br />                   &#125;<br />                   else<br />                   &#123;<br />                       pcr.runSound&#40;9&#41;;<br />                   &#125;<br /></code></dd></dl><br /><br /> If there is something wrong with them, or can be done better/easier, please tell <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br />UPDATE - Just checked with the PCControlMode.exe, and I get a constant 257 cm... Is this bad? What has happened? And another random question, any idea why I can't upgrade my firmware using the serial cable? It gives me an enigmatic error &quot;Error encountered while downloading the firmware file&quot; as soon as it starts. I have always upgraded my Robobuilder using bluetooth, that's why I never noticed this problem...<br /><br />     Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Fri Mar 19, 2010 12:29 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-18T23:34:37+01:00</updated>
<published>2010-03-18T23:34:37+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25963#p25963</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25963#p25963"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25963#p25963"><![CDATA[
I suggest you might want a book on learning c# <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />The examples use forms - but the library RobobuilderLib is a C# library - you don't need windows forms. You can call direct from your ANN code. <br /><br />If you want windows then I suggest you start by creating a new project (using Visual Studio 2005 or above)  and add a button and see if it runs.  You can then add a label to a form by drag and drop on the IDE, and write to it using label1.text=&quot;data&quot;.  In the sample of connect() function the readdistance function returns a string res. so you can now set label1.text=res.  and it will display in the form - cool.<br /><br />To write a string value to a file is also quite simple theres a built in object System.IO.File that will do it. But see comment above - no need to transfer data with files.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Thu Mar 18, 2010 11:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-18T23:02:25+01:00</updated>
<published>2010-03-18T23:02:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25962#p25962</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25962#p25962"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25962#p25962"><![CDATA[
Hello there,<br /><br />Tried what you said, and everything works! However I want to know more on how to get data From the Robobuilder To my computer.<br /><br /> I know that you said the RobobuilderLib will handle the receive bytes for me, but how does it do it?<br /><br /> How can I, for example, show the PSD value on a Label in my Windows Form? How can I connect a string to the value shown on the Form?<br /><br /> Is there any possibility of saving this information into a file, so that another C# code can read it?<br /><br /> Many questions, but its the same issue <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br /> Also, how much can this Windows Forms Application project handle?<br /> All my Artificial Neural Networks code is done in normal C# Projects (Without crazy forms), so would I be able to implement a Form into them? (By copying this new Form code into that project and running it from there)<br /> I have just tried this but it did not recognise that it was a form. Did I miss something?<br /><br />  C# is fun, but I am new to these Windows Forms <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /> (And Neural Networks, and Robobuilder, and Com Ports...)<br /><br /> Thanks again for your great support!<br /><br /> Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Thu Mar 18, 2010 11:02 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-16T00:54:36+01:00</updated>
<published>2010-03-16T00:54:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25917#p25917</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25917#p25917"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25917#p25917"><![CDATA[
Hi,<br /><br />its only a code fragment. From scratch - create a new windows form project. Within the window form add a button. And then on the button1_click event call connect(&quot;COM1&quot;); Also add the connect function as part of the forms application - You alo need to add to the &quot;using section&quot; for the IO ports and the RobobuilderLib<br /><br />i.e.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code><br />using System;<br />using System.Windows.Forms;<br />using System.IO;<br />using System.IO.Port;<br />using RobobuilderLib;<br /><br /><br />namespace WindowsFormsApplication1<br />&#123;<br />    public partial class Form1 : Form<br />    &#123;<br />        public Form1&#40;&#41;<br />        &#123;<br />            InitializeComponent&#40;&#41;;<br />        &#125;<br /><br />       public int connect&#40;string pn&#41;<br />       &#123;<br />       ...  rest of function<br />       &#125;<br /><br />        private void button1_Click&#40;object sender, EventArgs e&#41;<br />        &#123;<br />             connect&#40;&quot;COM1&quot;&#41;;<br />        &#125;<br />    &#125;<br />&#125;<br /></code></dd></dl><br /><br />You also need to add the RobobuilderLib in the reference section.<br /><br />It will handle receive bytes for you<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Tue Mar 16, 2010 12:54 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-16T00:13:01+01:00</updated>
<published>2010-03-16T00:13:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25916#p25916</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25916#p25916"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25916#p25916"><![CDATA[
Hi all!<br /><br /> First, if this is a personal discussion then I apologise and I will create my own thread, but as I am working on the same stuff it is logical for me to write my questions in here.<br /><br /> Anyways, had some time to try the code to communicate with the Robobuilder through the Com Port, and for once it is not as difficult as it looks! <br /><br /> I have tried using l3v3rz code <dl class="codebox"><dt>Code: </dt><dd><code>public int connect&#40;string pn&#41;</code></dd></dl> etc., but it seems I need some more code behind it (or I'm just a noob with C#), cause I can't get it to work. If there is more code, would you kindly release it? <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br /> However, mniki's code works like a charm! Also sticks with the RBC protocol which I have began to get used to. Nevertheless, I have some C# pitiful questions:<br /><br /> - I can send bytes through Com port, but how do I receive them? How can I read them, put them on screen, and save them as a string (or something else if more adequate)?<br /><br /> - Is it better for my project (I have an independent Artificial Neural Network code to calculate and learn depending on the Robobuilder PSD inputs), to put everything in the same code file? How do you co-ordinate different codes in C#? (Do you create a solution, and then have a code record its data in a file that another code can read at the same time?)<br /><br />EDIT - Also forgot to add: In mniki's code, I send for example a motion command and the robot does it, but then it does not recognise if I send another one straight after that. I have tried putting delays (Using Thread.Sleep() ), but even if the delays work, the Robobuilder doesn't execute the next command <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /> Any hints? What have I forgot?<br /><br /> As always, thanks for all the help <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br />        Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Tue Mar 16, 2010 12:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mniki]]></name></author>
<updated>2010-03-13T09:40:06+01:00</updated>
<published>2010-03-13T09:40:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25874#p25874</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25874#p25874"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25874#p25874"><![CDATA[
Thank you very much for your replies l3v3rz.<br />Itis very very confusing, i leave working on it now, because todays is new year holidays in our country. I think i start working on it again after the holidays. I wanna to control the stability of the robot without the acceleration sensors! by a new method! and i hope i can do it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2010">mniki</a> — Sat Mar 13, 2010 9:40 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-13T00:55:16+01:00</updated>
<published>2010-03-13T00:55:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25866#p25866</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25866#p25866"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25866#p25866"><![CDATA[
Very confusing !<br /><br />Does it take up basic pose if you use the IR remote ?  Do you have standard configuration - set to basic huno mode ? Is it possible that theres a servo wire disconnected?  Sounds like a problem with run motion itself rather than the comms. But then again why would wit it work with my DLL?  Nope - really confused!  <img src="http://forum.robosavvy.com/images/smilies/icon_question.gif" alt=":?:" title="Question" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sat Mar 13, 2010 12:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mniki]]></name></author>
<updated>2010-03-12T21:18:05+01:00</updated>
<published>2010-03-12T21:18:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25864#p25864</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25864#p25864"/>
<title type="html"><![CDATA[Robosavvy pushing new features onto Robobuilder Kits]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4220&amp;p=25864#p25864"><![CDATA[
i checked all of it before, i check them again now, but it didn't work <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" />((( i use firmware 2.29 ,5710K (s03). i get crazy really.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2010">mniki</a> — Fri Mar 12, 2010 9:18 pm</p><hr />
]]></content>
</entry>
</feed>