<?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>
        thanks a lot Davide Fabbri. i really really appreciate it. why i cannot think about it..thanks again [^_^]        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        If you want to send a variable ( integer 0-65535 ) as a 2 byte value you could do as follow:&lt;br&gt;&lt;br&gt;a) convert your variable in &apos;high and low&apos; part ( using integer division and mod operators ) in vbscript module&lt;br&gt;SetVariable &quot; moveh&quot;,move\\256&lt;br&gt;SetVariable &quot; movel&quot;,move mod 256&lt;br&gt;&lt;br&gt;b) now send the 2 variables in sequence ( for example low then high ) in serial module&lt;br&gt;\\[ movel]\\[ moveh]&lt;br&gt;&lt;br&gt;P.S. sorry, I don&apos;t know if I understood correctly your question&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thanks for the info...but what about 2 byte data?&lt;br&gt;if i use the &apos;send now&apos; at the console and i disable the send sequence, i can easily send 2 byte data. but when i enable the send sequence, the data not send just like what i want if more than 2 byte data..        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        in serial module, in text area &apos;send sequence&apos;:&lt;br&gt;&lt;br&gt;a) if you insert \\[ move] the serial module send a single byte ( the variable modulo 256 )&lt;br&gt;es: if variable move contains 160, along the serial line is sent a single byte: 160&lt;br&gt;es: if variable move contains 260, along the serial line is sent a single byte: 4&lt;br&gt;&lt;br&gt;b) if you insert \\\\[ move] the serial module send a sequence of four bytes ( least significant byte first )&lt;br&gt;es: if variable move contains 160, along the serial line are sent four bytes: 160 0 0 0&lt;br&gt;es: if variable move contains 260, along the serial line are sent four bytes: 4 1 0 0&lt;br&gt;&lt;br&gt;P.S. I&apos;ve tested on RR v2.0.9.7 on a desktop pc running win98 ( with an oscilloscope )&lt;br&gt;I&apos;ve also noticed that the &apos;send rate&apos; has an offset of roughly 300mS ( if you set &apos;every 50 milliseconds&apos; datas are sent every 350 milliseconds, if you set &apos;every second&apos; datas are sent every 1.3 seconds )&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        anyone have an answer for it???        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        hello....can i know how to send data more than one byte..&lt;br&gt;i had do some casting in one variable at vbscript into integer..the value it send less then 256..i.e&amp;nbsp;&amp;nbsp;270-&amp;gt;&amp;nbsp;&amp;nbsp;it send 14 &lt;br&gt; ..i also try at the serial module using double slash ( \\\\&amp;nbsp;&amp;nbsp;) but it send zero.&lt;br&gt;&lt;br&gt;sory for the silly question.. [^_^]&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        page 9. whenever the COG is out of the range, the robot should try to bring it at the center.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        can i know which part of the tutorial said that..i had gone through all the tutorial but i think i don&apos;t see about the curve line..hope i&apos;m wrong        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        that is case is covered in the tutorials        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        what should i do if i want to detect a curve line...        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thanks a lot pranavtrehun007...        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        here you go :-) this should give you a start        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>line following</title>
        <description>
        how i want to count T-junction in visual line following.anybody can help me?&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/19608_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/19608_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3345</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3345</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
