<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        This now seems to be fixed :). I successfully got the correct COG values on Vista using MSRDS 2008 Express and Visual Studio 2008 Team Edition.&lt;br&gt;&lt;br&gt;Thanks a lot for looking at this! You guys rock!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Seems that our example code needed some tweaking for 2008 Express. This has been done and a new example download for 2008 is available on the MSRDS instruction page.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/MSRS.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;MSRS.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;We double checked all the examples and there was a variable passing issue that has also been fixed. If needed please download the latest version of RR and the 2008 Express examples should get you up and running.&lt;br&gt;&lt;br&gt;Thanks for the bug reports!&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi Sam,&lt;br&gt;&lt;br&gt;I just saw your posting. I&apos;m glad that someone else has had this problem, I was beginning to wonder if it was me. Anyway I think that I have a way around the problem. Basically I took the code from the CSharp RoboRealm API and incorporated it into a new DSS service which I based on ServiceB as described in Johns and Taylor&apos;s &apos;Professional Microsoft Robotics Developer Studio&apos;. I think that you can download the code from the book&apos;s website. I would in any case highly recommend the book if you do not already have it. This solution is rather messy, so I would be interested if there is a better solution. &lt;br&gt;If you want more details please let me know.&lt;br&gt;Hope this helps,&lt;br&gt;&lt;br&gt;David        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I am having exactly the same problem!&amp;nbsp;&amp;nbsp;Like David, I have run through all the steps suggested (including Telnet) and am still having the same issue.&lt;br&gt;&lt;br&gt;I am running Windows XP with Robotics Studio 1.5 and Visual Studio 2008 Team Suite.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi Steven, &lt;br&gt;Thanks for the very fast response. Ive gone through the steps that you suggest and still have the same issue. Specifically;&lt;br&gt;1) I have set the Centre of gravity function to show the COG coordinates to confirm that they are not identical.&lt;br&gt;2) Ive checked that COG_X and COG_Y are correctly specified (heck Ive made that mistake enough times!)&lt;br&gt;3) I did the telnet and got separate values&lt;br&gt;4) I installed MSRS 2008 (CTP July) and the 2008 interface code, ran the GetVariableExample from the samples and am still getting the same variable returned twice&lt;br&gt;Before going any further can you please confirm that Im running the example correctly, i.e. DSS Command prompt then dsshost /p:50000 /t:50001 /m:samples\\config\\GetVariableExample.manifest.xml&lt;br&gt;&lt;br&gt;Thanks, David&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I&apos;d first double check that the COG_X and COG_Y are in fact different in RoboRealm. It is possible that the variable values are in fact the same.&lt;br&gt;&lt;br&gt;Then I&apos;d check that COG_X and COG_Y are specified correctly in your getVariable function as with only one letter difference they can easily be confused.&lt;br&gt;&lt;br&gt;Then I&apos;d check that COG_X and COG_Y are correctly returned by using a direct telnet session to the API. For example if you &lt;br&gt;&lt;br&gt;telnet localhost 6060&lt;br&gt;&lt;br&gt;and send the following &lt;br&gt;&lt;br&gt;&amp;lt;request&amp;gt;&amp;lt;get_variables&amp;gt;COG_X, COG_Y&amp;lt;/get_variables&amp;gt;&amp;lt;/request&amp;gt;&lt;br&gt;&lt;br&gt;which should get your the two variables.&lt;br&gt;&lt;br&gt;If all this pans out then there might be an issue with the parser in the MSRS plugin interface between MSRS and RR. If you reach this far then let us know and we can check futher into the guts of the MSRS communication.&lt;br&gt;&lt;br&gt;Also be sure that the API server is on in RoboRealm otherwise you shouldn&apos;t get any values whatsoever ... &lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>MSRS</title>
        <description>
        Hi Everyone,&lt;br&gt;I&apos;ve just started with RoboRealm (great product by the way, super work) and have run into a problem. The GetVariableExample works fine except that it returns COG_Y twice rather than COG_X &amp; COG_Y. Has anyone seen this before? Any help would be much appreciated.&lt;br&gt;David&lt;br&gt;BTY: I&apos;m running very 1.5 of MSRS and have rebuilt GetVariableExample and Interface with Visual Studio 2008 Express.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2986</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2986</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
