<?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>
        In dialog window of RoboRealm &quot;Lego NXT&quot; module there is &quot;Servos&quot; page. So, if you have lot of servos amounting to your NXT then it would be better to use it with camera turning.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        But it&apos;s a nxt motor and under servos I don&apos;t see nxt so I have to use the method above right?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        But servo would be better solution for camera turning because it participates in initial localization of &quot;Marker mode&quot; and &quot;Navigation by map&quot; modes for camera getting of state &quot;look forwards&quot;.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks so much I finally got it working just had to make a few number changes as the head is moved by a worm gear thanks again :)&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You should use servo for camera turning and use variable NV_TURRET_BALANCE in this case. But if you use just simple motor instead servo then you could use variables NV_TURRET_LEFT and NV_TURRET_RIGHT and you would use VBScript program like this:&lt;br&gt;&lt;br&gt;nv_L_Motor = GetVariable(&quot;NV_L_MOTOR&quot;)&lt;br&gt;nv_R_Motor = GetVariable(&quot;NV_R_MOTOR&quot;)&lt;br&gt;nv_Turret_Left = GetVariable(&quot;NV_TURRET_LEFT&quot;)&lt;br&gt;nv_Turret_Right = GetVariable(&quot;NV_TURRET_RIGHT&quot;)&lt;br&gt;&lt;br&gt;&lt;br&gt;nxt_L_Motor = round(128 + (nv_L_Motor/100.0)*127)&lt;br&gt;nxt_R_Motor = round(128 + (nv_R_Motor/100.0)*127)&lt;br&gt;&lt;br&gt;nxt_Turret_Motor = 128&lt;br&gt;&lt;br&gt;if nv_Turret_Left &amp;lt;&amp;gt; 0 then nxt_Turret_Motor = 64&lt;br&gt;if nv_Turret_Right &amp;lt;&amp;gt; 0 then nxt_Turret_Motor = 192&lt;br&gt;&lt;br&gt;&lt;br&gt;SetVariable &quot;NXT_L_MOTOR&quot;, nxt_L_Motor&lt;br&gt;SetVariable &quot;NXT_R_MOTOR&quot;, nxt_R_Motor&lt;br&gt;SetVariable &quot;NXT_TURRET_MOTOR&quot;, nxt_Turret_Motor&lt;br&gt;&lt;br&gt;For more detail see attached program file below:        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>avm</title>
        <description>
        hi there its cj i just wanted to ask i am trying to use avm with my nxt and i currently have got my robots head on a tunable base however i make it learn an object and i make motor a variable equal turret balance but it continuesoly turns left it wont stop or turn right or anything do i need a vb script if so could you please point me in the right direction as i have never used these could you please make one for me if necessary so i can study it thanks in advances        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4104</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4104</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
