<?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>
        Awesome! I never tried to open the .robo files in a text editor to see whats in them. Their structure is so simple to follow.&lt;br&gt;&lt;br&gt;&amp;lt;RGB_Filter&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;channel&amp;gt;256&amp;lt;/channel&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;hysteresis&amp;gt;0&amp;lt;/hysteresis&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;result_type&amp;gt;4&amp;lt;/result_type&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;min_value&amp;gt;40&amp;lt;/min_value&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;hue_value&amp;gt;0&amp;lt;/hue_value&amp;gt;&lt;br&gt;&amp;lt;/RGB_Filter&amp;gt;&lt;br&gt;&lt;br&gt;Thats awesome so I can manipulate the modules down to their last setting just using the XML code.&lt;br&gt;&lt;br&gt;From what I saw on the plugins links on the website before, I thought the structure was like this:&lt;br&gt;SetVariable &quot;RGB_Filter&quot;, some value. &lt;br&gt;&lt;br&gt;But I didn&apos;t know what that value corresponded to. Now it makes sense after seeing the inners of the file.&lt;br&gt;&lt;br&gt;Thanks heaps for the help STeven.&lt;br&gt;&lt;br&gt;I&apos;ll post up some tutorial on the youtube account to show how to manipulate the variables now that I get it.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3604</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3604</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Yes, if you want to make your own GUI then using the socket based API is the way to go.&lt;br&gt;&lt;br&gt;To change the RGB color you could use more than one module and surround all with an If_statement module which would cause only the one that should execute to do so. I.e. the If_statement would test something like &quot;mode=1&quot; and then run the first RGB_Filter, &quot;mode=2&quot; then run the second, etc.&lt;br&gt;&lt;br&gt;Or you could use the SetParameter function from VBScript (or python later this week) to change the checkbox in the RGB Filter module.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/VBScript_Program.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;VBScript_&lt;wbr&gt;Program.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Or as you are indicating you can use the API to set the channel in the RGB filter XML code as in &lt;br&gt;&lt;br&gt;rr.execute(&quot;&amp;lt;RGB_Filter&amp;gt;&amp;lt;hue_value&amp;gt;50&amp;lt;/hue_value&amp;gt;&amp;lt;hysteresis&amp;gt;0&amp;lt;/hysteresis&amp;gt;&amp;lt;min_value&amp;gt;100&amp;lt;/min_value&amp;gt;&amp;lt;channel&amp;gt;1&amp;lt;/channel&amp;gt;&amp;lt;/RGB_Filter&amp;gt;&quot;);&lt;br&gt;&lt;br&gt;for red and 2 for green, etc. You can see this XML when saving a .robo file and just loading that into a text editor.&lt;br&gt;&lt;br&gt;Always more than one way to do things in RR!&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3604</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3604</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ah, by the way I am going to start using sockets with Visual C++ (wish me luck I&apos;m very new) but I want to know how to access variables of modules that don&apos;t seem to appear on the list of available variables. Such as the colur being filtered by RGB Filter.&lt;br&gt;&lt;br&gt;I hope I&apos;m on the right track in using sockets if I want to make my own gui.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3604</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3604</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Setvariable RGB filter colour</title>
        <description>
        Hello all,&lt;br&gt;&lt;br&gt;What a great program :D And a useful forum too. &lt;br&gt;&lt;br&gt;I have been able to track colours and moving objects etc but now I wanted to be able to track a specific object then track another.&lt;br&gt;&lt;br&gt;For example, to track a red object then hit a button and start tracking blue objects. Is there any way of accessing the colour being filtered by the RGB filter Module? Either through VBScript or otherwise.&lt;br&gt;&lt;br&gt;Thank you in advance for the help and three thumbs up for the awesome software :D        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3604</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3604</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
