<?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>
        Aman,&lt;br&gt;&lt;br&gt;while this is possible its not an easy task and you would be better off looking for dedicated software that provides this communication. We currently have no plans to integrate that sensor so you would have to accomplish this just using the serial module ... which will be very difficult to do so.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        One more question. Neato control v1.8 application allow us to access all sensors of Neato Botvac D7. Will it be possible we can read and write those variables through RoboRealm? I am trying to control Neato via RR.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        If you are attempting to time something using that variable ... you cannot change that variable as it will always be overwritten on the next pipeline iteration. I.e. its just a reflection of the milliseconds since you last saw the variable and should NOT be set to anything.&lt;br&gt;&lt;br&gt;If you wish to time an even something like&lt;br&gt;&lt;br&gt;myEventStartTrigger = GetVariable(&quot;my_event_start_variable_or_some_condition&quot;)&lt;br&gt;if myEventStartTrigger &amp;lt;&amp;gt; 0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;MY_EVENT_STARTED_AT&quot;, GetVariable(&quot;CLOCK_MILLIS&quot;)&lt;br&gt;&lt;br&gt;end if&lt;br&gt; &lt;br&gt;myEventEndTrigger = GetVariable(&quot;my_event_end_variable_or_some_condition&quot;)&lt;br&gt;if myEventEndTrigger &amp;lt;&amp;gt; 0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;MY_EVENT_MILLIS_SPAN&quot;, GetVariable(&quot;CLOCK_MILLIS&quot;) - GetVariable(&quot;MY_EVENT_STARTED_AT&quot;) &lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;&lt;br&gt;which would create a variable MY_EVENT_MILLIS_SPAN with the millseconds between the start and end trigger.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Steven&lt;br&gt;Thanks for update. I am even having issues with CLOCK_MILLIS variable. Am I doing it wrong?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You can use the variable CLOCK_MILLIS to get millisecond timing ... but you will NOT be able to measure the speed of light using this! A PC is way too slow to measure the speed of light. You will need dedicated hardware for that.&lt;br&gt;&lt;br&gt;For more variables see &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/Default_Variables.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Default_&lt;wbr&gt;Variables.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Access of milisecond</title>
        <description>
        Hello there&lt;br&gt;Can anybody tell how can I access millisecond in vb script module of Roborealm? or any technique to measure light speed in RR. Thanks in advance for help.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6131</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6131</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
