<?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>
        First you should just try to review my simple video tutorial &quot;Route training and navigation by map&quot; on your robot: &lt;a href=&quot;http://www.youtube.com/watch?v=qVz9iBazqug&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=qVz9iBazqug&lt;/a&gt; &lt;br&gt;&lt;br&gt;Don&apos;t forget that you should use servo for camera turning and use variable NV_TURRET_BALANCE in this case. It is important for initial localization of &quot;Marker mode&quot; and &quot;Navigation by map&quot; modes.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        some new ideas for the map navigator: path names and a list (array) for saved routes eg Kitchen, living room, bathroom, etc. This can then be accessed directly or via a idex over the name.&lt;br&gt;&lt;br&gt;I&apos;ll soon be getting some video and set it in youtube and post here.&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The double purpose of control variables (in/out functions) is already implemented since as AVM Navigator v0.7.2.3 was released. And now variables (NV_FIRE, NV_LEFT, NV_RIGHT, NV_FORWARD, NV_BACKWARDS, NV_TURRET_LEFT, NV_TURRET_RIGHT) indicate control status (if use it after AVM Navigator in pipeline) as in previous versions but also it has secondary function as input of control signals from external application.&lt;br&gt;&lt;br&gt;Now users will be able to set value of these variables to -1 (before AVM Navigator in pipeline) for activation of control action from scripts or other modules or external application (through API and &quot;control translator&quot; script). Thus I think that this work is already finished ;-)&lt;br&gt;&lt;br&gt;And now we could start the next stage of tuning with &quot;Navigation by map&quot;.&lt;br&gt;So, do you plan to share video from your robot with AVM Navigator experience?&lt;br&gt;&lt;br&gt;It would be useful for analysis of current situation of tuning with &quot;Navigation by map&quot; on your robot.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Now it works! on the deflection of a vb script program I have been thinking. But the robo file must be different, it may not set the variable to be fixed to -1.&lt;br&gt;&lt;br&gt;Private Sub ButtonDriveFwd_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ButtonDriveFwd.MouseDown&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setVariable(&quot;EX_FORWARD&quot;, &quot;-1&quot;)&lt;br&gt;&lt;br&gt;End Sub&lt;br&gt;&lt;br&gt;Private Sub ButtonDriveFwd_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ButtonDriveFwd.MouseUp&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setVariable(&quot;EX_FORWARD&quot;, &quot;0&quot;)&lt;br&gt;&lt;br&gt;End Sub&lt;br&gt;&lt;br&gt;Many thanks for your great help! you will integrate this in any instance in the AVM Navigator?&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &amp;gt;&amp;gt; I&apos;ll load it up and try it. Which reminds me, where exactly do I load VBscript?&lt;br&gt;&lt;br&gt;First you should download The Microsoft Windows Script Control...&lt;br&gt;&lt;a href=&quot;http://forums.trossenrobotics.com/showthread.php?4764-Using-of-AVM-plugin-in-RoboRealm&amp;p=48871#post48871&quot; target=&quot;_blank&quot;&gt;http://forums.trossenrobotics.com/&lt;wbr&gt;showthread.php?4764-&lt;wbr&gt;Using-&lt;wbr&gt;of-&lt;wbr&gt;AVM-&lt;wbr&gt;plugin-&lt;wbr&gt;in-&lt;wbr&gt;RoboRealm&amp;p=48871#post48871&lt;/a&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I think you should use &quot;control translater&quot; implemented in VBScript program instead 100ms timer procedure in your external program:&lt;br&gt;&lt;br&gt;&apos; Get control variables&lt;br&gt;nv_FIRE = GetVariable(&quot;EX_FIRE&quot;)&lt;br&gt;nv_LEFT = GetVariable(&quot;EX_LEFT&quot;)&lt;br&gt;nv_RIGHT = GetVariable(&quot;EX_RIGHT&quot;)&lt;br&gt;nv_FORWARD = GetVariable(&quot;EX_FORWARD&quot;)&lt;br&gt;nv_BACKWARDS = GetVariable(&quot;EX_BACKWARDS&quot;)&lt;br&gt;nv_TURRET_LEFT = GetVariable(&quot;EX_TURRET_LEFT&quot;)&lt;br&gt;nv_TURRET_RIGHT = GetVariable(&quot;EX_TURRET_RIGHT&quot;)&lt;br&gt;&lt;br&gt;&apos; Set control variables&lt;br&gt;SetVariable &quot;NV_FIRE&quot;, nv_FIRE&lt;br&gt;SetVariable &quot;NV_LEFT&quot;, nv_LEFT&lt;br&gt;SetVariable &quot;NV_RIGHT&quot;, nv_RIGHT&lt;br&gt;SetVariable &quot;NV_FORWARD&quot;, nv_FORWARD&lt;br&gt;SetVariable &quot;NV_BACKWARDS&quot;, nv_BACKWARDS&lt;br&gt;SetVariable &quot;NV_TURRET_LEFT&quot;, nv_TURRET_LEFT&lt;br&gt;SetVariable &quot;NV_TURRET_RIGHT&quot;, nv_TURRET_RIGHT&lt;br&gt;&lt;br&gt;=====================================&lt;br&gt;&lt;br&gt;You should place this script before AVM Navigator module in RoboRealm pipeline and then use as control variables with EX_ prefix: EX_FIRE, EX_LEFT, EX_RIGHT, EX_FORWARD, EX_BACKWARDS, EX_TURRET_LEFT, EX_TURRET_RIGHT.&lt;br&gt;&lt;br&gt;See example file below:        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        okay, now I have the command rr.setVariable (&quot;NV_FORWARD&quot;, &quot;-1&quot;) placed in a 100ms timer and it seems to work. is that from you so thought and correct? a keyboard also sends the character-by interval...        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        there are news, if I think of the variable NV_FIRE, NV_LEFT, NV_RIGHT, NV_FORWARD, NV_BACKWARDS, NV_TURRET_LEFT, NV_TURRET_RIGHT from my software send out a &quot;-1&quot;, the regtangles short&amp;nbsp;&amp;nbsp;flashing. Only short flash... It seems if they are overwritten once again.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        And I try to understand: Is there &quot;-1&quot; value before (in front of) AVM module that was transmitted from your application? &lt;br&gt;--&amp;gt; yes is -1, after is 1 fixed&lt;br&gt;&lt;br&gt;So, your application can&apos;t set values of control variable to &quot;-1&quot; before AVM Navigator module with API.&lt;br&gt;--&amp;gt; yes i send with&amp;nbsp;&amp;nbsp;Mousedown (Button function) FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, &quot;1&quot;)&amp;nbsp;&amp;nbsp;or&amp;nbsp;&amp;nbsp;FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, 1) to roborealm (only variable watch) the variable set to 1. i send with Mouseup FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, &quot;0&quot;) or&amp;nbsp;&amp;nbsp;FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, 0) the variable is 0. &lt;br&gt;&lt;br&gt;Hm... &lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &amp;gt;&amp;gt; I just send my command and look in the variable, NV_FORWARD jumps from 0 to 1 and back again. With the activated AVM Navigator variable remains fixed on the 1.&lt;br&gt;&lt;br&gt;So, your application can&apos;t set values of control variable to &quot;-1&quot; before AVM Navigator module with API.&lt;br&gt;&lt;br&gt;It is correct?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        All you needed to control AVM Navigator is transmission of &quot;-1&quot; value to variables NV_FIRE, NV_LEFT, NV_RIGHT, NV_FORWARD, NV_BACKWARDS, NV_TURRET_LEFT, NV_TURRET_RIGHT from your application to RoboRealm environment with using API:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/API.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;API.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;And I try to understand: Is there &quot;-1&quot; value before (in front of) AVM module that was transmitted from your application?&lt;br&gt;&lt;br&gt;When I set (by manually with helping of Set_Variable module) value of variables NV_FORWARD, NV_RIGHT, NV_TURRET_LEFT to &quot;-1&quot; then I see that AVM module respond on this signals (it is indicated by violet filled rectangles in left bottom screen corner).&lt;br&gt;&lt;br&gt;But I need for analysis of this situation next information: What status of control variable _before_ AVM Navigator module? Are there -1 values of control variables in front of it?&lt;br&gt;&lt;br&gt;Please, look into this picture once again for good understanding:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/uploads/23348_1.png&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;uploads/&lt;wbr&gt;23348_&lt;wbr&gt;1.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;Dont forget to remove Set_Variable module from RoboRealm pipeline before testing of connection between your application and AVM Navigator by means of control variables through API.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I do not see that the variable is overwritten NV_FORWARD. I just send my command and look in the variable, NV_FORWARD jumps from 0 to 1 and back again. with the activated AVM Navigator variable remains fixed on the 1.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        before is -1, after 1...&lt;br&gt;&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23354_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23354_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Now I&apos;ve started without RoboRealm AVM-Navigator and the variable is -1.&lt;br&gt;Don&apos;t work...&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23353_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23353_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You should just remove Set_Variables module from pipeline and then set NV_FORWARD variable from your external program and further check: was there really &quot;-1&quot; value has been set before AVM module?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I had in mind to check status before AVM Navigator in pipeline because after AVM module this value was changed:&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23348_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23348_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        no matter if I file or not open my program, the variable is always 1 &quot;NV_FORWARD&quot; show picture If I set the variable with &quot;rr.setVariable&quot; want to change does nothing in the variable window.&lt;br&gt;&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23347_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23347_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23347_2.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23347_thumb_2.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Can you insert &quot;Contents\\Variable\\Watch_Variable&quot; module before AVM Navigator module and check value of NV_FORWARD variable when you set it in your program?&lt;br&gt;&lt;br&gt;Was there really &quot;-1&quot; value has been set before AVM module?&lt;br&gt;&lt;br&gt;It is strange enough because in example file all works properly:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/forum/program.php?post_id=23342&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;program.php?post_&lt;wbr&gt;id=23342&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello EDV,&lt;br&gt;&lt;br&gt;somehow can not set the variable...&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Public Sub AVM_DriveForward()&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, &quot;1&quot;)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End Sub&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Public Sub AVM_DriveStop()&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FormMain.rr.setVariable(&quot;NV_FORWARD&quot;, &quot;-1&quot;)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End Sub&lt;br&gt;&lt;br&gt;&lt;br&gt;what am I doing wrong?&lt;br&gt;&lt;br&gt;&lt;br&gt;---Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Navigator package is updated now and you can download next modification of AVM Navigator v0.7.2.3 from your account link. &lt;br&gt;&lt;br&gt;And now you can control your robot through AVM Navigator from external application with helping of control variables:&lt;br&gt;NV_FIRE, NV_LEFT, NV_RIGHT, NV_FORWARD, NV_BACKWARDS, NV_TURRET_LEFT, NV_TURRET_RIGHT.&lt;br&gt;&lt;br&gt;Now these variables indicate control status (if use it after AVM Navigator in pipeline) as in previous versions but also it has secondary function as input of control signals from external application. You should set value of these variables to -1 (before AVM Navigator in pipeline) for activation of control action.&lt;br&gt;&lt;br&gt;See example file below:        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The next AVM Navigator update is in progress.&lt;br&gt;I inform you when it will be done.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I&apos;ve tried using SendKeys but something does not work. Unfortunately I&apos;m not so on. hir is my code, the function sendKey I have also called in a timer does not work either.&lt;br&gt;&lt;br&gt;I need a version of the AVM Navigator, where I run a command to send the recording of the card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos; Get a handle to the Calculator application. The window class&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos; and window name were obtained using the Spy++ tool.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim AVMHandle As IntPtr = FindWindow(vbNullString, &quot;AVM Navigator v0.7.2.2&quot;)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos; Verify that Calculator is a running process.&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If AVMHandle = IntPtr.Zero Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MsgBox(&quot;AVM Navigator is not running.&quot;)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Return&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End If&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SendKeys.SendWait(Keys.Up)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I&apos;m now doing to the arrow with simmulieren sendKey when I push my buttons, unfortunately without success. how can I solve the problem in VB.NET 2010?&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        so later, I must rebuild the software yet as it is currently too complicated. it will still take a few weeks :-(&lt;br&gt;&lt;br&gt;-- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thank you again!&lt;br&gt;I appreciated your creativity :)&lt;br&gt;&lt;br&gt;Do you plan to share video from your robot with AVM Navigator experience?&lt;br&gt;&lt;br&gt;It would be interest to see such video.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Another idea would be *. dat files via the API to load.&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thank you for good idea!&lt;br&gt;I will think over your proposal with named waypoints.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;I&apos;ve just tested the mapping, it worked great, even in poor lighting conditions! It would be nice if you could assign waypoints in the map with names, one could also name the coordinates in the AVM module map. In any case this module is a great performance and is exactly what I&apos;ve always wanted!&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        It&apos;s great! I test this next days!&lt;br&gt;&lt;br&gt;Many thanks.&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Some variables of AVM Navigator module is used for input (with prefix _IN):&lt;br&gt;&lt;br&gt;NV_IN_SET_MODE - the current setting of module&apos;s mode:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 - Object recognition&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1 - Navigate mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 - Nova gate mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3 - Marker mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4 - Navigate by map&lt;br&gt;&lt;br&gt;NV_IN_TRG_POS_X - target position X coordinate of the navigation map&lt;br&gt;NV_IN_TRG_POS_Y - target position Y coordinate of the navigation map&lt;br&gt;&lt;br&gt;NV_IN_SUBMIT_POS - submitting of target position (value should be set 0 -&amp;gt; 1 for action).&lt;br&gt;&lt;br&gt;You can check it with this example:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/download_robo.php?robofile=/help/AVM_Control_Variables&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;download_&lt;wbr&gt;robo.php?robofile=/&lt;wbr&gt;help/&lt;wbr&gt;AVM_&lt;wbr&gt;Control_&lt;wbr&gt;Variables&lt;/a&gt;&lt;br&gt;&lt;br&gt;So, if your .NET program can change value of these variables then your program also will be able to control AVM Navigator module.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello, &lt;br&gt;&lt;br&gt;how can I change the options of AVM Navigator on my program (.NET)? I look in the help that I can only read the listed variable but can not set values&amp;#8203;&amp;#8203;, such as navigation mode for example, target coordinates x, y learning objects, etc. This checkpoint would be set for an autonomous robot is working the very important since it these matters than myself or to perform speech recognition. is there a way to realize this? Example: The robot gets the command go forward, but he will automatically learn the way through AVM (switch to marker Mode). Avoid the obstacles of it is done automatically via ultrasound and infrared. with a voice command such as object recognition, I must object to evaluate AVM detection switch and variable. If I tell him he should go into the kitchen (the x, y coordinates are known to me), he must navigate through the AVM in the kitchen, i set via my .Net Programm the coordinates at AVM).&lt;br&gt;&lt;br&gt;--- Ulli&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Unfortunately but now there is no way for notification of AVM Navigator about motion control from external application. I will keep in mind this problem when I will make a next AVM Navigator update.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello EDV,&lt;br&gt;&lt;br&gt;i just do not use the buttons in my Software but my own. Hm, I&apos;ll then try again tonight. there is the possibility of an external software coordinates to be approached to pretend? I now use the RR API to communicate with my VB.NET program.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        What if you try to train with &quot;AVM Quake 3 mod&quot; for acquaintance with &quot;Marker mode&quot; and &quot;Navigation by map&quot; modes? &lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/AVM_Navigator/Setup_avm_q3mod.exe&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;AVM_&lt;wbr&gt;Navigator/&lt;wbr&gt;Setup_&lt;wbr&gt;avm_&lt;wbr&gt;q3mod.exe&lt;/a&gt; &lt;br&gt;&lt;br&gt;It would be nice for understanding how works with these modes and how use it on your real robot. &lt;br&gt;&lt;br&gt;Follow this manual and feel free to ask me if emerge questions: &lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/AVM_Navigator/avm_q3mod_help.html&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;AVM_&lt;wbr&gt;Navigator/&lt;wbr&gt;avm_&lt;wbr&gt;q3mod_&lt;wbr&gt;help.html&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You should use arrow keys for robot control in &quot;Marker mode&quot; (it is important for route recording) but it seems (from your images) that you did not use it.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ulli,&lt;br&gt;&lt;br&gt;Can you provide some video of your experiments with AVM Navigator?&lt;br&gt;&lt;br&gt;This video would help me with analysis of your situation.&lt;br&gt;&lt;br&gt;You also can find out more details about tuning of &quot;Navigation by map&quot; mode in this topic:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/forum/index.php?thread_id=4246#&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;index.php?thread_&lt;wbr&gt;id=4246#&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        try here:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=qVz9iBazqug&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=qVz9iBazqug&lt;/a&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>AVM Map dont work</title>
        <description>
        Hello, &lt;br&gt;&lt;br&gt;I&apos;ve tried just the avm navigator. I realized that the rotary movement is detected correctly, but not the drive to the front or rear. There will be time only the rotation, but no card is drawn (marker mode). I have tested it with different speed, but without success. What am I doing wrong?&lt;br&gt;&lt;br&gt;--- Ulli&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23321_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23321_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23321_2.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23321_thumb_2.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/23321_3.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/23321_thumb_3.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4253</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4253</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
