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

<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>2011-03-30T15:43:58+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=6951</id>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-03-30T15:43:58+01:00</updated>
<published>2011-03-30T15:43:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30699#p30699</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30699#p30699"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30699#p30699"><![CDATA[
To everyone who uses .NET:<br /><br />RoBoIO 1.7 software introduction slides &amp; sample codes for both C# &amp; VB.NET are now available in the binary package of RoBoIO 1.7 .NET Warper. Please go to <!-- m --><a class="postlink" href="http://www.roboard.com/download_ml.htm">http://www.roboard.com/download_ml.htm</a><!-- m --> to download the package.<br /><br /><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=1542">roboard</a> — Wed Mar 30, 2011 3:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hellu]]></name></author>
<updated>2011-02-16T06:25:13+01:00</updated>
<published>2011-02-16T06:25:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30224#p30224</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30224#p30224"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30224#p30224"><![CDATA[
Thanks, it worked now. <br /><br />Best regards, Vlad<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2529">hellu</a> — Wed Feb 16, 2011 6:25 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-02-16T02:13:20+01:00</updated>
<published>2011-02-16T02:13:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30222#p30222</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30222#p30222"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30222#p30222"><![CDATA[
If you use channel 15, must assign values to position[15] and home[15]. <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />please, change <br /><br /><blockquote class="uncited"><div><br />uint[] position = new uint[32];<br />            uint[] home = new uint[32];<br />            home[0] = 1500 ;<br />            position[0] = 1800;<br /></div></blockquote><br /><br />   to<br /><br /><blockquote class="uncited"><div><br />uint[] position = new uint[32];<br />            uint[] home = new uint[32];<br />            home[15] = 1500 ;<br />            position[15] = 1800;<br /></div></blockquote><br /><br />and try it again. <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Wed Feb 16, 2011 2:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hellu]]></name></author>
<updated>2011-02-16T00:04:10+01:00</updated>
<published>2011-02-16T00:04:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30221#p30221</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30221#p30221"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30221#p30221"><![CDATA[
<blockquote><div><cite>roboard wrote:</cite><br />please check the range of the servo duty.<br /><br />If the servo position that you set is out of the range, the servo will not work. <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /></div></blockquote><br />I've encountered this problem with the width out of range and I cannot solve it, any value I put in the nofb_home_position and servo_position arry. What type of data must it contain, I see it is uint and the value is in us. For the middle of the servo i guess it is 1500, right? <br /><br />The error that it gives me is <br />&quot;warning: set_play mode_pulses() receives width 0 out of range for channel 15!  &quot;<br />What can it be the problem?<br /><br />Here is the code. 1st it should go to 1500 then to 1800, but it goes to the end and gives &quot;warning: set_play mode_pulses() receives width 0 out of range for channel 15!  &quot; in the console.<br /><br /><blockquote class="uncited"><div><br />using System;<br />using System.Collections.Generic;<br />using System.Text;<br />using RoBoIO_DotNet;<br />using System.Threading;<br /><br />namespace example_sv<br />{<br />    class example_sv<br />    {<br />        static void Main(string[] args)<br />        {<br />            uint[] position = new uint[32];<br />            uint[] home = new uint[32];<br />            home[0] = 1500 ;<br />            position[0] = 1800;<br />            RoBoIO.roboio_SetRBVer(RoBoIO.RB_110); <br />            if (RoBoIO.rcservo_SetServo(15, RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB) == false)<br />            {<br />                Console.Write(RoBoIO.roboio_GetErrMsg());<br />                return;<br />            }<br />            if (RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL15) == false)<br />            {<br />                Console.Write(RoBoIO.roboio_GetErrMsg());<br />                return;<br />            } <br />            RoBoIO.rcservo_EnterPlayMode_NOFB(home); <br />            RoBoIO.rcservo_MoveTo(position, 1000);<br />            Console.ReadLine();<br />            RoBoIO.rcservo_Close();<br /><br />            return;<br />        }<br />    }<br />}<br /></div></blockquote><br /><br /><br />Best regards, Vlad<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2529">hellu</a> — Wed Feb 16, 2011 12:04 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-02-15T03:05:50+01:00</updated>
<published>2011-02-15T03:05:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30216#p30216</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30216#p30216"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30216#p30216"><![CDATA[
please check the range of the servo duty.<br /><br />If the servo position that you set is out of the range, the servo will not work. <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=1542">roboard</a> — Tue Feb 15, 2011 3:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hellu]]></name></author>
<updated>2011-02-14T19:33:39+01:00</updated>
<published>2011-02-14T19:33:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30209#p30209</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30209#p30209"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30209#p30209"><![CDATA[
<blockquote><div><cite>roboard wrote:</cite><br />At the beginning, the servo will back to nofb_home_position(here is 1000).<br /><br /><br /><blockquote><div><cite>roboard wrote:</cite><dl class="codebox"><dt>Code: </dt><dd><code>         <br />// play servo <br />RoBoIO.rcservo_EnterPlayMode_NOFB&#40;nofb_home_position&#41;;<br /></code></dd></dl><br /></div></blockquote><br /><br />And then the servo will move to servo_position(here is 2000) during one second.<br /><blockquote><div><cite>roboard wrote:</cite><br /><dl class="codebox"><dt>Code: </dt><dd><code><br />// move to the specified position by 1000ms &#40;1 second&#41;<br />RoBoIO.rcservo_MoveTo&#40;servo_position, 1000&#41;;<br />         </code></dd></dl><br /></div></blockquote><br /><br />You could try to change the values of nofb_home_position and servo_position. <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /></div></blockquote><br /><br />Done that the first time with channel 15 and no change. Is there something with my servo? Should i try a new one?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2529">hellu</a> — Mon Feb 14, 2011 7:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-02-14T08:24:39+01:00</updated>
<published>2011-02-14T08:24:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30198#p30198</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30198#p30198"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30198#p30198"><![CDATA[
At the beginning, the servo will back to nofb_home_position(here is 1000).<br /><br /><br /><blockquote><div><cite>roboard wrote:</cite><br /><dl class="codebox"><dt>Code: </dt><dd><code>         <br />// play servo <br />RoBoIO.rcservo_EnterPlayMode_NOFB&#40;nofb_home_position&#41;;<br /></code></dd></dl><br /></div></blockquote><br /><br />And then the servo will move to servo_position(here is 2000) during one second.<br /><blockquote><div><cite>roboard wrote:</cite><br /><dl class="codebox"><dt>Code: </dt><dd><code><br />// move to the specified position by 1000ms &#40;1 second&#41;<br />RoBoIO.rcservo_MoveTo&#40;servo_position, 1000&#41;;<br />         </code></dd></dl><br /></div></blockquote><br /><br />You could try to change the values of nofb_home_position and servo_position. <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=1542">roboard</a> — Mon Feb 14, 2011 8:24 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hellu]]></name></author>
<updated>2011-02-14T06:13:15+01:00</updated>
<published>2011-02-14T06:13:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30197#p30197</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30197#p30197"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30197#p30197"><![CDATA[
<blockquote><div><cite>roboard wrote:</cite><br />If you want to use PWM channel 15,<br /><br />please change<br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// set PWM channel 0<br />if (RoBoIO.rcservo_SetServo(0,RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br />to <br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// set PWM channel 15<br />if (RoBoIO.rcservo_SetServo(15,RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br /><br />and change<br /><br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// initialize channel 0<br />if(RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL0) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br />to <br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// initialize channel 15<br />if(RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL15) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote></div></blockquote><br /><br />I`ve don already this stuff. Another questions, the servo only moves in one direction. If i put in the servo_position arry the values 1000,2000,1500 the servo moves only in one direction, isn`t is supposed to move backwards when it reaches 1500?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2529">hellu</a> — Mon Feb 14, 2011 6:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-02-14T01:53:55+01:00</updated>
<published>2011-02-14T01:53:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30194#p30194</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30194#p30194"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30194#p30194"><![CDATA[
If you want to use PWM channel 15,<br /><br />please change<br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// set PWM channel 0<br />if (RoBoIO.rcservo_SetServo(0,RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br />to <br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// set PWM channel 15<br />if (RoBoIO.rcservo_SetServo(15,RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br /><br />and change<br /><br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// initialize channel 0<br />if(RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL0) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><br /><br />to <br /><br /><blockquote><div><cite>roboard wrote:</cite><br />// initialize channel 15<br />if(RoBoIO.rcservo_Initialize(RoBoIO.RCSERVO_USECHANNEL15) == false)<br />{<br />Console.Write(RoBoIO.roboio_GetErrMsg());<br />return;<br />}<br /></div></blockquote><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Mon Feb 14, 2011 1:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[hellu]]></name></author>
<updated>2011-02-14T00:15:24+01:00</updated>
<published>2011-02-14T00:15:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30193#p30193</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30193#p30193"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=30193#p30193"><![CDATA[
<blockquote><div><cite>roboard wrote:</cite><br />Hi, Spiked<br /><br />there is a sample code for a non-feedback rc-servo.<br /><br />the code uses the PWM channel 0 of RoBoard.<br /><br />Please install the .NET Framework 2.0 before run it.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>using System;<br />using System.Collections.Generic;<br />using System.Text;<br />using RoBoIO_DotNet;//Include RoBoIO_DotNet.dll<br /><br />namespace example_sv<br />&#123;<br />    class example_sv<br />    &#123;<br />        static void Main&#40;string&#91;&#93; args&#41;<br />        &#123;<br />         uint &#91;&#93; servo_position = new uint &#91;32&#93;;<br />         uint &#91;&#93; nofb_home_position = new uint &#91;32&#93;;<br />         nofb_home_position&#91;0&#93; = 1000;<br />            servo_position&#91;0&#93; = 2000;<br />         // if use RB-100, call RoBoIO.roboio_SetRBVer&#40;RoBoIO.RB_100&#41;;<br />            RoBoIO.roboio_SetRBVer&#40;RoBoIO.RB_110&#41;;<br />         // set pwm channel 0<br />            if &#40;RoBoIO.rcservo_SetServo&#40;0, RoBoIO.RCSERVO_SERVO_DEFAULT_NOFB&#41; == false&#41;<br />         &#123;<br />            Console.Write&#40;RoBoIO.roboio_GetErrMsg&#40;&#41;&#41;;<br />            return;<br />         &#125;<br />         Console.Write&#40;&quot;\nInitialize RC-servo lib...&quot;&#41;;<br />         // initialize channel 0<br />         if&#40;RoBoIO.rcservo_Initialize&#40;RoBoIO.RCSERVO_USECHANNEL0&#41; == false&#41;<br />         &#123;<br />            Console.Write&#40;RoBoIO.roboio_GetErrMsg&#40;&#41;&#41;;<br />            return;<br />         &#125;<br />         Console.Write&#40;&quot;success\n\n&quot;&#41;;<br />         <br />         // play servo <br />         RoBoIO.rcservo_EnterPlayMode_NOFB&#40;nofb_home_position&#41;;<br />         // move to the specified position by 1000ms &#40;1 second&#41;<br />         RoBoIO.rcservo_MoveTo&#40;servo_position, 1000&#41;;<br />         Console.Write&#40;&quot;completed\n&quot;&#41;;<br />            RoBoIO.rcservo_Close&#40;&#41;;<br />            return;<br />        &#125;<br />    &#125;<br />&#125;<br /></code></dd></dl><br /></div></blockquote><br /><br />I`ve tested the code above with the channel 15 of my board but the only problem is when i change the servo position arry with another value the servo moves the same, like nothing changed. I`m using a TowerPro non feedback servo. Am i missing something, i`ve tested out with PWM functions for the servo and the result is the same. Isn`t there a more explicit guide for servos in C#?<br /><br />Best regards,Vlad<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2529">hellu</a> — Mon Feb 14, 2011 12:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Spiked3]]></name></author>
<updated>2011-01-31T14:51:05+01:00</updated>
<published>2011-01-31T14:51:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29988#p29988</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29988#p29988"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29988#p29988"><![CDATA[
its probably #2. the thing is so slow I was running the compile and link elsewhere.<br />I'm on to the Legos for now, I may come back to it later.<br /><br />Spiked3 - <!-- m --><a class="postlink" href="http://spiked3.blogspot.com/">http://spiked3.blogspot.com/</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1363">Spiked3</a> — Mon Jan 31, 2011 2:51 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-01-31T14:07:42+01:00</updated>
<published>2011-01-31T14:07:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29986#p29986</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29986#p29986"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29986#p29986"><![CDATA[
Hi,<br /><br />under WinXP, RoBoIO fails to initialize the &quot;I/O library&quot; only if it fails to initialize WinIO or it finds a wrong version of RoBoard. <br /><br />If you get the &quot;I/O library fails to ...&quot; message, please ensure that<br /><br />1. you login WinXP with Administrator, and<br /><br />2. you don't run your RoBoIO application (with WinIO) on a network disk, and<br /><br />3. you put winio.sys in a correct path (e.g. the directory of your RoBoIO application).<br /><br />If you have correctly set up WinIO and RoBoIO application, then please also ensure that you set the version of RoBoard correctly. As mentioned in the sample code, if your RoBoard is RB-100, please change the line (in the sample code):<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>RoBoIO.roboio_SetRBVer&#40;RoBoIO.RB_110&#41;;</code></dd></dl> <br /><br />into<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>RoBoIO.roboio_SetRBVer&#40;RoBoIO.RB_100&#41;; </code></dd></dl><br /><br /><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=1542">roboard</a> — Mon Jan 31, 2011 2:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Spiked3]]></name></author>
<updated>2011-01-31T21:07:31+01:00</updated>
<published>2011-01-28T18:24:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29956#p29956</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29956#p29956"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29956#p29956"><![CDATA[
i'll have to admit, I dont understand how anyone could get that error message if the files are not there. I moved them out of the directory and got an expected dll not found error from .net long before any robio error could occur.<br /><br />the logon I am using is a full administrator account. I also note significant differences between the two samples of code. <br /><br />I am just not able to fight through this at the moment so im going back to lego's (in java) for a while, at least they move. <br /><br /><!-- m --><a class="postlink" href="http://spiked3.blogspot.com/">http://spiked3.blogspot.com/</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1363">Spiked3</a> — Fri Jan 28, 2011 6:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PaulL]]></name></author>
<updated>2011-01-28T12:54:01+01:00</updated>
<published>2011-01-28T12:54:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29954#p29954</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29954#p29954"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29954#p29954"><![CDATA[
Spiked, Check out:<br /><br /><a href="http://robosavvy.com/forum/viewtopic.php?t=6644&amp;highlight=library+fails+initialize" class="postlink">http://robosavvy.com/forum/viewtopic.php?t=6644&amp;highlight=library+fails+initialize</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=741">PaulL</a> — Fri Jan 28, 2011 12:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2011-01-28T04:00:51+01:00</updated>
<published>2011-01-28T04:00:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29952#p29952</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29952#p29952"/>
<title type="html"><![CDATA[rb-110 example code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6951&amp;p=29952#p29952"><![CDATA[
<blockquote><div><cite>Spiked3 wrote:</cite><br />that is not the error that would occur if they were not.<br /></div></blockquote><br /><br />Please also ensure that you login WinXP with the Administrator account.<br /><br /><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=1542">roboard</a> — Fri Jan 28, 2011 4:00 am</p><hr />
]]></content>
</entry>
</feed>