<?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>
        Rud,&lt;br&gt;&lt;br&gt;the Advance_Button variable is a read only ... i.e. the create does not do anything with the current value, just overwrites it.&lt;br&gt;&lt;br&gt;Perhaps you want to use the &lt;br&gt;&lt;br&gt;advance_led_value&lt;br&gt;&lt;br&gt;instead?&lt;br&gt;&lt;br&gt;We have also added a OI mode variable called &quot;oi_map&quot; that can be set to a variable that contains either Off,Passive,Safe or Full to automatically change the mode.&lt;br&gt;&lt;br&gt;&amp;lt;Set_Variable&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;variable_1&amp;gt;test&amp;lt;/variable_1&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;value_1&amp;gt;safe&amp;lt;/value_1&amp;gt;&lt;br&gt;&amp;lt;/Set_Variable&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;IRobot_Create&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;oi_map&amp;gt;test&amp;lt;/oi_map&amp;gt;&lt;br&gt;&amp;lt;/IRobot_Create&amp;gt;&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3563</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3563</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I updated to RR 2.14.1. This problem still exists. Here is some more information.&lt;br&gt;&lt;br&gt;From the .robo file:&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Advance_Button&amp;gt;AdvButton&amp;lt;/Advance_Button&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;advance_led_map&amp;gt;AdvanceLed&amp;lt;/advance_led_map&amp;gt;&lt;br&gt;&lt;br&gt;When the operating mode parameter is change the variable AdvButton exists but its assignment to the Advance Button is lost. The assignment of AdvanceLed using the &apos;map&apos; is not lost. &lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3563</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3563</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>iRobot Create Module Problem</title>
        <description>
        I am working with the API to control my Create using the module. Here is a snippet from the .robo file:&lt;br&gt;&lt;br&gt;&amp;lt;IRobot_Create&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;start_oi_mode&amp;gt;3&amp;lt;/start_oi_mode&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Advance_Button&amp;gt;AdvButton&amp;lt;/Advance_Button&amp;gt;&lt;br&gt;&amp;lt;/IRobot_Create&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and my API code:&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.getParameter(&quot;IRobot_Create&quot;,0,&quot;start_oi_mode&quot;, buffer, sizeof buffer);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cout &amp;lt;&amp;lt; buffer &amp;lt;&amp;lt; endl;&lt;br&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setParameter(&quot;IRobot_Create&quot;,0,&quot;start_oi_mode&quot;, &quot;2&quot;);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.getParameter(&quot;IRobot_Create&quot;,0,&quot;start_oi_mode&quot;, buffer, sizeof buffer);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cout &amp;lt;&amp;lt; buffer &amp;lt;&amp;lt; endl;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for (int i = 0; i &amp;lt; 100; i++)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.getVariable(&quot;AdvButton&quot;, buffer, sizeof buffer);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cout &amp;lt;&amp;lt; buffer &amp;lt;&amp;lt; endl;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;::Sleep(100);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&lt;br&gt;&lt;br&gt;This runs fine with the state of the Advance Button reported. But if the line setting the start_oi_mode module parameter runs the association of &quot;AdvButton&quot; name with Advance Button is lost. The state of the button is not returned. &lt;br&gt;&lt;br&gt;An associated question is whether you can change the operating mode (safe, full) through a variable. I don&apos;t see a variable which is why this code use the module parameter change. &lt;br&gt;&lt;br&gt;Another point is that changing the mode in the module dialog doesn&apos;t always change the mode on the Create.&lt;br&gt;&lt;br&gt;RR Version 2.11.3        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3563</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3563</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
