<?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>
        Hey Paddy,&lt;br&gt;&lt;br&gt;From what I&apos;ve experienced with Roborealm is that it won&apos;t let you manipulate the variables directly. First you have to parse them using GetVariable. Then you can put them in your own variable using SetVariable.&lt;br&gt;&lt;br&gt;For example&lt;br&gt;tempx = GetVariable(&quot;Joy_Stick_X&quot;) // Get the X value for the Joy Stick and put it in some temporary variable. &lt;br&gt;&lt;br&gt;SetVariable &quot;My_new_x&quot;, tempx + some_value // Make your own variable. You can then manipulate the tempx by adding or subtracting form it etc.&lt;br&gt;&lt;br&gt;You can then send the &quot;My_new_X&quot; value through the serial port.&lt;br&gt;Also note that I don&apos;t know the exact names of the variables for the Joy Stick X and Y. You can find those in the list of Available Variables in the VBScript dialogue window.&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this is what you needed. Let me know if you run into any problems.&lt;br&gt;&lt;br&gt;Baghdad_boy        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3615</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3615</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>interfacing vbscript with serial</title>
        <description>
        hi im trying to send variables for the joystick controls via serial to a board but i dont want to use the original variable for the x and y axis movement of the joystick. i want to edit these original variables with vbscript and then send the new variables via serial        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3615</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3615</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
