<?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>
        Normally that&apos;s a good thing! The reason the &quot;set once&quot; checkbox is there is for initialization. Otherwise, RR is a &apos;declared when used&apos; system unlike programming languages. :-)&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Getting rid of set speed fixed it.&amp;nbsp;&amp;nbsp;I&apos;m thinking, and there in lies the problem, that I had to &quot;declare&quot; the variable.&amp;nbsp;&amp;nbsp;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Try removing the Set Speed = &quot;&quot; in the second line of the pipeline. :-)&lt;br&gt;&lt;br&gt;Or at least select the &quot;set once&quot; checkbox.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        OK, got it, we&apos;re in business with that portion.&amp;nbsp;&amp;nbsp;I just did not know where to put the commands.&amp;nbsp;&amp;nbsp; My only other request on this matter is a way to make the data persist until it changes.&amp;nbsp;&amp;nbsp;Right now the [SPEED] data flashes up for ~100 msec until the next update a second later.&amp;nbsp;&amp;nbsp;Otherwise it works.&amp;nbsp;&amp;nbsp;I&apos;d love to know what the syntax is saying, etc. but that can wait for another day.&amp;nbsp;&amp;nbsp;Next thing is to get you access to my camera data later tonight.&amp;nbsp;&amp;nbsp;&lt;br&gt;Thanks&amp;nbsp;&amp;nbsp;Steve&amp;nbsp;&amp;nbsp;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ok, did you try adding the receive sequence mentioned above to the Socket Client module? I don&apos;t see that in your attached robofile. Obviously since I don&apos;t have the device I can&apos;t test it.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STeven,&lt;br&gt;I downloaded the upgrade and trying to interpret and appply your guidance above.&amp;nbsp;&amp;nbsp;Attached is my work file thus far.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;On a separate note I will look into port forwarding my cameras for your review.&amp;nbsp;&amp;nbsp;&lt;br&gt;Thanks,&lt;br&gt;Steve        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Steve,&lt;br&gt;&lt;br&gt;Its a bit tricky since you want to extract out the middle field. There was a way to do this but to simplify things we added a new way to read in a string of a certain length. If you download the latest version you can use&lt;br&gt;&lt;br&gt;[line]: CD\3[speed][other]&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;to parse that string. The \3 indicates how many chars to read into the variable &apos;speed&apos;. Note while you don&apos;t need the &apos;line&apos; and &apos;other&apos; those are just used to read in data that can change just to ensure that a complete line is read in otherwise the data may become confused.&lt;br&gt;&lt;br&gt;v2.78.0 has this update.&lt;br&gt;&lt;br&gt;If you have an older version and CANNOT upgrade that would be &lt;br&gt;&lt;br&gt;[line]: CD\[d1]\[d2]\[d3][other]&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;and then you&apos;d have to create the string from the d variables ... which you DON&apos;t need to do with the latest version using the first sequence above.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Socket Client data to Variable</title>
        <description>
        STeven,&lt;br&gt;I&apos;m successfully getting TCP data sent to me from a radar device. Data looks like this and updates at 1 Hz:&lt;br&gt;&lt;br&gt;00265: CD005000000000&amp;lt;cr&amp;gt;&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;Now what I want to do is take the &quot;005&quot; field and assign that to a variable named: SPEED that will be displayed on the video. &lt;br&gt;&lt;br&gt;I&apos;m sure this is easy, I&apos;m just not sure how.&amp;nbsp;&amp;nbsp;&lt;br&gt;Thank You&lt;br&gt;Steve&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
