<?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, I&apos;ll be testing this a few days, sorry for the delay, going back to school meant packing up all my servos and stuff.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Mike,&lt;br&gt;&lt;br&gt;We made a change to ensure that the motor values are not sent when no variable is set which should solve your issue. Can you download the latest version and try again?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        to clarify, is there a way to have RR control motors a and b and motor c be under NXT control.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello again, I have figured out the problem, even though I do not have MOTOR C under variable control, my program running on the NXT cannot control it for more than a few seconds.&amp;nbsp;&amp;nbsp;When I disabled the motor control running for the other motors A + B, (I clicked that check box off entirely) the program ran fine on the NXT and the motor C moved as it should.&lt;br&gt;&lt;br&gt;Is there any way to have the motor operate as it should?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        here is vbscript, it also seems the motor runs through one loop the first time the program is run and the variable (FIRE) is = to 1, then it never runs through again, even when the variable changes back to 1?&lt;br&gt;&lt;br&gt;&lt;br&gt;&apos;320x240 resolution camera&lt;br&gt;&lt;br&gt;&apos; initialize starting servo values&lt;br&gt;pan = GetVariable(&quot;PAN_SERVO&quot;)&lt;br&gt;tilt = GetVariable(&quot;TILT_SERVO&quot;)&lt;br&gt;pand = GetVariable(&quot;PAN_DEE&quot;)&lt;br&gt;fire = GetVariable(&quot;FIRE&quot;)&lt;br&gt;&apos; get the size (width or height) of the current bounding box&lt;br&gt;size = GetVariable(&quot;COG_BOX_SIZE&quot;)&lt;br&gt;&lt;br&gt;&apos; if it is equal to &quot;&quot; then no object was detected&lt;br&gt;if size &amp;lt;&amp;gt; &quot;&quot; then&lt;br&gt;&lt;br&gt;&apos; get the horizontal center of gravity&lt;br&gt;cogX = GetVariable(&quot;COG_X&quot;)&lt;br&gt;&lt;br&gt;&apos; pan left&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;if cogX &amp;lt; 140 then&lt;br&gt;pan = 36&lt;br&gt;&lt;br&gt;&lt;br&gt;&apos; pan right&lt;br&gt;elseif cogX &amp;gt; 180 then&lt;br&gt;pan = 222&lt;br&gt;&lt;br&gt;&lt;br&gt;else pan = 128&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;if Pand &amp;gt; 790 then&lt;br&gt;pan = 0 &lt;br&gt;&lt;br&gt;&lt;br&gt;elseif pand &amp;lt; -790 then&lt;br&gt;pan = 255 &lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;&apos; get the vertical center of gravity&lt;br&gt;cogY = GetVariable(&quot;COG_Y&quot;)&lt;br&gt;&lt;br&gt;&apos; tilt down&lt;br&gt;&lt;br&gt;if cogY &amp;lt; 100 then&lt;br&gt;tilt = 0&lt;br&gt;&apos; tilt up&lt;br&gt;&lt;br&gt;&lt;br&gt;elseif cogY &amp;gt; 140 then&lt;br&gt;tilt = 255&lt;br&gt;&lt;br&gt;else tilt = 128&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;if tilt = 128 and pan = 128 then&lt;br&gt;&lt;br&gt;fire = 1&lt;br&gt;&lt;br&gt;else&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;fire = 0&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;SetVariable &quot;FIRE&quot;, fire&lt;br&gt;SetVariable &quot;PAN_DEE&quot;, pand&lt;br&gt;SetVariable &quot;PAN_SERVO&quot;, pan&lt;br&gt;SetVariable &quot;TILT_SERVO&quot;, tilt&lt;br&gt;&lt;br&gt;end if        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Strange behavior of program running on NXT</title>
        <description>
        Hey Steven&lt;br&gt;&lt;br&gt;I&apos;m using RR and a NXT, sending commands and reading sensors over usb.&amp;nbsp;&amp;nbsp;I have a variable set to 0 unless the bot stops panning then it is set to 1 and that variable is linked to mailbox one, which is toggled to &quot;SEND&quot;&lt;br&gt;&lt;br&gt;running on the NXT the program waits for a message compares it to the number 1 in mailbox 1 and then preforms motor movements and loops, continuing to check for the recieved message.&lt;br&gt;&lt;br&gt;the variable changes correctly in RR... but the motor does not move.&amp;nbsp;&amp;nbsp;SOMETIMES, if I press the stop button in the lego nxt module dialog the motor begins to preform the program running on the NXT as it was supposed to....&lt;br&gt;&lt;br&gt;&lt;br&gt;any idea what is going on, I can attach my NXT-G program, Robo file, and vb script if that would help?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2855</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2855</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
