<?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>
        Thank you very much STeven!&lt;br&gt;&lt;br&gt;and thank you for the fastest support I&apos;ve ever seen.&lt;br&gt;This update fixes all problems. Now I receive the right length of value and the right data.&lt;br&gt;&lt;br&gt;Texx        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Texx,&lt;br&gt;&lt;br&gt;Please download version 2.10.7 which has that fix.&lt;br&gt;&lt;br&gt;Also, there is a minor error in the socket example plugin. The line &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (len&amp;gt;DATA_BUFFER)&lt;br&gt;&lt;br&gt;in the ProcessVariable function should read&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (len&amp;gt;=DATA_BUFFER)&lt;br&gt;&lt;br&gt;note the inclusion of the &apos;=&apos;. You may also want to up the DATA_BUFFER define to something much bigger than 1024 otherwise you may skip over some of the larger arrays.&lt;br&gt;&lt;br&gt;Let us know if this helps ...&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Texx,&lt;br&gt;&lt;br&gt;Thanks for the description. We found the issue ... a fix will be up in the next couple of hours. Indeed, the problem is with arrays in that they were not sending the correct array via the socket plugin. I&apos;ll post again when the fix is live.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Sometimes the length of the value looks like this:&lt;br&gt;&lt;br&gt;...&lt;br&gt;12: 7 Winkel3 -590297916&lt;br&gt;13: 7 Winkel1 -590297916&lt;br&gt;14: 5 COG_1 -590297916&lt;br&gt;15: 15 MER_COORDINATES -590297916&lt;br&gt;16: 5 COG_3 -590297916&lt;br&gt;...&lt;br&gt;25: 7 Winkel2 -590297916 0.7&lt;br&gt;...&lt;br&gt;29: 5 COG_2 -590297916 &lt;br&gt;31: 7 Winkel4 -590297916 &lt;br&gt;32: 5 COG_4 -590297916 &lt;br&gt;33: 5 BLOBS -590297916 &lt;br&gt;...        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I forgot to write that I get this result only if I skip to receive the value of all variables were the length of the value is bigger than 10 000 000 otherwise the programm crashes at 12:&lt;br&gt;&lt;br&gt;thanking you in anticipation        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        This is exactly the problem. Instead of the lengh of the value of the arrays I get values like this:&lt;br&gt; &lt;br&gt; 604034248&lt;br&gt; 604035272&lt;br&gt; 604036296&lt;br&gt; ...&lt;br&gt;&lt;br&gt;but I&apos;m sure that this variabe consists out of 2 values and can&apos;t be longer than 20 characters.&lt;br&gt;&lt;br&gt;This only happens if an array is sent.&lt;br&gt;&lt;br&gt;This is the result I get in my c++ programm:&lt;br&gt;&lt;br&gt;Processing 1&lt;br&gt;1: 4 name 14 Socket_Program&lt;br&gt;2: 13 MOUSE_CLICK_X 3 209&lt;br&gt;3: 15 IMAGE_PROCESSED 2 64&lt;br&gt;4: 18 POWER_LIFE_PERCENT 3 100&lt;br&gt;5: 6 Farbe4 1 0&lt;br&gt;6: 20 COLOR_SAMPLE_NEAREST 0&lt;br&gt;7: 6 Farbe2 1 0&lt;br&gt;8: 12 POWER_DEVICE 2 AC&lt;br&gt;9: 5 count 1 1&lt;br&gt;10: 16 MOUSE_CLICK_TIME 10 1256664546&lt;br&gt;11: 24 COLOR_SAMPLE_NEAREST_RGB 0&lt;br&gt;12: 7 Winkel3 &lt;br&gt;13: 7 Winkel1 &lt;br&gt;14: 5 COG_1 &lt;br&gt;15: 15 MER_COORDINATES &lt;br&gt;16: 5 COG_3 &lt;br&gt;17: 12 PROCESS_TIME 2 15&lt;br&gt;18: 11 IMAGE_COUNT 2 64&lt;br&gt;19: 10 IMAGE_TIME 8 0.000000&lt;br&gt;20: 13 MOUSE_CLICK_Y 3 336&lt;br&gt;21: 14 IMAGE_FILENAME &lt;br&gt;57 C:\\Users\\Christoph\\Pictures\\Logitech Webcam\\Picture 8.jpg&lt;br&gt;22: 12 IMAGE_HEIGHT 4 1200&lt;br&gt;23: 6 Farbe3 1 0&lt;br&gt;24: 6 Farbe1 1 1&lt;br&gt;25: 3 FPS 0&lt;br&gt;26: 7 Winkel2 &lt;br&gt;27: 23 COLOR_SAMPLE_CONFIDENCE 0&lt;br&gt;28: 12 COLOR_SAMPLE 6 3E3730&lt;br&gt;29: 5 COG_2 &lt;br&gt;30: 15 POWER_LIFE_TIME 2 -1&lt;br&gt;31: 7 Winkel4 &lt;br&gt;32: 5 COG_4 &lt;br&gt;33: 5 BLOBS &lt;br&gt;34: 16 COLOR_SAMPLE_RGB 10 62, 55, 48&lt;br&gt;35: 12 POWER_CHARGE 4 HIGH&lt;br&gt;36: 11 IMAGE_WIDTH 4 1600&lt;br&gt;37: 5 width 4 @&amp;#9824;&lt;br&gt;38: 6 height 4 &amp;#9617;&amp;#9830;&lt;br&gt;39: 5 image 5760000 &amp;#9617;&amp;#9830;&lt;br&gt;40: Processing 2&lt;br&gt;1:&lt;br&gt;Disconnected.&lt;br&gt;&lt;br&gt;COG_1 to 4, Winkel1 to 4, BLOBS and MER_COORDINATES are arrays.&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Texx,&lt;br&gt;&lt;br&gt;The arrays should be send as a four byte sequence of numbers using the Socket plugin. This is similar to the single valued width and height but will just have more of them in a single name/value sequence. I.e. width and height will be of size 4 but the MER_COORDINATES will be a multiple of 4, eg. 8 or 16 or etc depending on the number of MER_COORDINATES.&lt;br&gt;&lt;br&gt;Are you receiving something different in the plugin/extension?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Socket extension: protocol for arrays</title>
        <description>
        I need to send the BLOBS and the MER_COORDINATES array to a robot via socket extension, but I don&apos;t know how the arrays are sent. I have no problem with single values like width or height. I have just a problem with receiving arrays.&lt;br&gt;It would be great if somebody can help me.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3483</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3483</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
