<?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>
        That&apos;s great thanks.&lt;br&gt;&lt;br&gt;I managed to use the SetTimedVariable feature to accomplish a similar effect. It seems to work...        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4220</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4220</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dawson,&lt;br&gt;&lt;br&gt;You can use a bit of programming to accomplish this. Assuming that your pipeline runs at a max of 30 fps the following would give you COG values from about a second ago.&lt;br&gt;&lt;br&gt;delaySize = 30&lt;br&gt;&lt;br&gt;queuePos = GetVariable(&quot;cog_queue_pos&quot;)&lt;br&gt;queue = GetArrayVariable(&quot;cog_queue&quot;)&lt;br&gt;if not isArray(queue) or ubound(queue)&amp;lt;30 then&lt;br&gt;&amp;nbsp;&amp;nbsp;ReDim queue(delaySize)&lt;br&gt;end if&lt;br&gt;&lt;br&gt;delayedCog = queue(queuePos)&lt;br&gt;queue(queuePos) = GetVariable(&quot;COG_X&quot;)&lt;br&gt;queuePos = queuePos + 1&lt;br&gt;if queuePos&amp;gt;=delaySize then&lt;br&gt;&amp;nbsp;&amp;nbsp;queuePos = 0&lt;br&gt;end if&lt;br&gt;&lt;br&gt;SetArrayVariable &quot;cog_queue&quot;, queue&lt;br&gt;SetVariable &quot;cog_queue_pos&quot;, queuePos&lt;br&gt;SetVariable &quot;delayed_cog&quot;, delayedCog&lt;br&gt;&lt;br&gt;and your delayed value will now be in the variable delayed_cog. Note that delaySize specifies how old the variable will be. Also note that the first 30 sample will all be zero until the queue is filled ...&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4220</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4220</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>reading values after time lapse</title>
        <description>
        How do i read a variable (exp COG_X) value at Time = 1second ago and compare this with the current value (Time = current)&lt;br&gt;&lt;br&gt;The chart_variables stores these values. How do i access it and what is the data capture rate?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4220</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4220</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
