<?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>
        An array is returned as&lt;br&gt;&lt;br&gt;number,number,number, etc.&lt;br&gt;&lt;br&gt;So you would get back a long string from GetVariable which you would then need to parse using something like StringTokenizer.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hey Steven thanks,&amp;nbsp;&amp;nbsp;got that working now the problem is how can i get array of circles which is name rr.getVariable(&quot;CIRCLES&quot;)&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ok, then you probably have not turned on the API server in RoboRealm? See the documentation on how to do that. Options button-&amp;gt;API tab-&amp;gt;etc.&lt;br&gt;&lt;br&gt;How did you change the port from 6060 to 5050 without turning the API on?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        hi STeven i tried both the telnet commands... it says could not open connection to the host , on port 5050 i guess thats why its not working with my code...         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Try &lt;br&gt;&lt;br&gt;telnet localhost 5050&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;telnet 127.0.0.1 5050&lt;br&gt;&lt;br&gt;and see if that works. Your code seems fine and should do the job.&lt;br&gt;&lt;br&gt;Yes, you can set values for the ssc by using the rr.setVariable and putting those variables into the appropriate SSC channel.&lt;br&gt;&lt;br&gt;Same with circle count (once a connection works) ... using&lt;br&gt;&lt;br&gt;String circleCountStr = rr.getVariable(&quot;CIRCLE_COUNT&quot;)&lt;br&gt;int circleCount = Integer.parseInt(circleCountStr);&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        i am trying to use the test.java code given in api folder. and while doing telnet what you think my machine name or ip would be my both softwares are on same machine... m attaching the code i have written, also the RR_API files has constructor which doesnt have definition body... so do you think its because of that.&lt;br&gt;&lt;br&gt;also do yo uthink that i will be able to set values for ssc-32 added in roborealm using java and access variables such as CIRCLE_COUNT and CIRCLES in java.&lt;br&gt;&lt;a target=_blank href=http://www.roborealm.com/forum/download_zipfile.php?post_id=20779&amp;name=MyClass.zip&amp;zip_id=1&gt;&lt;img border=0 src=http://www.roborealm.com/images/zip_icon_small.gif&gt; MyClass.zip&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        i am trying to use the test.java code given in api folder. and while doing telnet what you think my machine name or ip would be my both softwares are on same machine... m attaching the code i have written, also the RR_API files has constructor which doesnt have definition body... so do you think its because of that.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I assume you are using the Java code provided in the API download?&lt;br&gt;&lt;br&gt;Did you change the port to 5050? The default is 6060.&lt;br&gt;&lt;br&gt;If your Java code does not work try telnet as in &lt;br&gt;&lt;br&gt;telnet machine_name_or_ip_address 6060&lt;br&gt;&lt;br&gt;and then paste in &lt;br&gt;&lt;br&gt;&amp;lt;request&amp;gt;&amp;lt;get_variable&amp;gt;IMAGE_NUM&amp;lt;/get_variable&amp;gt;&amp;lt;/request&amp;gt;&lt;br&gt;&lt;br&gt;to see if you get a response. This will ensure that RR is running and responding to API requests. If this all works out then something is going wrong in your Java code. Best to include it here in a zip so that everyone can test the actual code.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Java API</title>
        <description>
        I am using your API for java... and i am not able to connect it to roborealm its throws exception could not connect to local host 5050 !... can u give some suggestion on how to write initial connection code using RR_API.java and XML.java        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3638</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3638</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
