<?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>
        Hi STeven,&lt;br&gt;&lt;br&gt;After having communication issues with the socket plugin (prior to your update)&amp;nbsp;&amp;nbsp;I did some more research on your many communication methods.&amp;nbsp;&amp;nbsp;The API method looked like the better way to go.&amp;nbsp;&amp;nbsp;I have since been able to successfully communicate using the Agilent VEE program. &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;-pete        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5363</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5363</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Pete,&lt;br&gt;&lt;br&gt;We&apos;ve updated the Socket Plugin module and uploaded it to the site. It should allow you to select individual variables aswell as not send the image if you don&apos;t need it. Additional debugging has been added to the messages block so that should help too.&lt;br&gt;&lt;br&gt;In addition, we updated the example plugin code to correct a couple things including allow for timeouts to happen. This keeps the stopping and starting to be much smoother.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/downloads/Plugins.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;Plugins.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;The text you noted in the documentation page was missing a 4 for the height value and the image length. This has been corrected. Note that the 4 for the width and height actually specifies a binary 4 byte int as apposed to ASCII text which is for all other variables. Since the image comes through as a binary array the width and height were done the same. That&apos;s the only exception.&lt;br&gt;&lt;br&gt;Note that you are sending 4 chunks of info per variable. First goes a 4 byte length for the variable name, followed by the variable name in text, followed by a 4 byte value length and finished with the actual value (in text characters).&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5363</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5363</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Socket Comminications</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;Having some issues trying to communicate to RR via sockets.&amp;nbsp;&amp;nbsp;I have a new RR script with just the Socket server program running.&amp;nbsp;&amp;nbsp;I enter my computer name for Server Hostname. I&apos;m using Agilent VEE (now KeyInsight) to read data.&amp;nbsp;&amp;nbsp;I use my to/from socket tool and enter the port 5050 (same as in RR), select BIND to the port.&amp;nbsp;&amp;nbsp;In my program I&apos;m reading data, when I execute I get a connection timeout.&amp;nbsp;&amp;nbsp;Now on the RR side I select &apos;Connect&apos; and get a message &quot;Failed to connect to HCU-6MF0F12 port 5050&quot; where HCU-6MF0F12 is my computer name. Now if I go back and run my VEE program it works with no error and I read back what looks like all the available variables and a few extra.&amp;nbsp;&amp;nbsp;At this point I can re-run the VEE program and all still works.&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;The 1st issue I seem to have to select &quot;connect&quot; on the RR side to get things going.&amp;nbsp;&amp;nbsp;Once I have RR sending all its data variables is it possible to only request a specific one?&amp;nbsp;&amp;nbsp;I have checked over most of the examples but have not been able to find a way to read just a single variable.&amp;nbsp;&amp;nbsp;Would you have an example of how to do this?&lt;br&gt;&lt;br&gt;Now I try to send data to RR sending 4 bytes of binary data for the length followed by the text string with the number of characters defined in the length.&amp;nbsp;&amp;nbsp;I get no errors when sending but variable does not show in the Result Variables.&lt;br&gt;&lt;br&gt;As for you help page for the socket server is there an error in the data format example?&lt;br&gt;&lt;br&gt;5 width 4 320 6 height 240 5 image 230400 xxxxx ... 0 &lt;br&gt;&lt;br&gt;I see 5 defines the length for &apos;width&apos;, 4 for the 320, 6 for the height length, but is there a value missing to define the length for the 240??&lt;br&gt;&lt;br&gt;Pretty much what I trying to do is get status from RR when the processing of my 30 2d matrix barcodes has completed.&amp;nbsp;&amp;nbsp;What it would do is set a variable as to how many it has decoded at this time I may be able to tweak some parameters to help decode ones it may be having issues with.&amp;nbsp;&amp;nbsp;Also thinking about passing the barcode results via sockets back to my VEE program.&lt;br&gt;&lt;br&gt;Are they any tools / utilities to help troubleshoot the RR side?&lt;br&gt;&lt;br&gt;Thanks for any help,&lt;br&gt;-pete&lt;br&gt;&lt;br&gt;         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5363</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5363</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
