<?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>
        Joe,&lt;br&gt;&lt;br&gt;The bit setting of 1 would toggle the relay quite frequently as the number changes. I would expect that you probably want to use a higher number.&lt;br&gt;&lt;br&gt;I would have used a bit of code to threshold the value. i.e.&lt;br&gt;&lt;br&gt;if getVariable(&quot;FILTER_VALUE&quot;) &amp;gt; 80 then&lt;br&gt;&amp;nbsp;&amp;nbsp;setVariable &quot;toggle&quot;, 1&lt;br&gt;else&lt;br&gt;&amp;nbsp;&amp;nbsp;setVariable &quot;toggle&quot;, 0&lt;br&gt;end if&lt;br&gt;&lt;br&gt;in a VBScript or other programming module and then use the &quot;toggle&quot; variable in the 888 interface with bit set to zero. That gives you much better control over how confident a match needs to be in order to trigger a relay.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5694</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5694</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Confidence Value</title>
        <description>
        Steve&lt;br&gt;&lt;br&gt;That was going to be my next question.&amp;nbsp;&amp;nbsp;Right now I&apos;m using the &quot;Filter Value&quot; field in the &quot;Shape Matching&quot; module to verify a green ball.&amp;nbsp;&amp;nbsp;The min. is 50 and the max. is 95. The Phidget 888 bit setting is 1.&amp;nbsp;&amp;nbsp;Is a Phidget 888 setting of 1 okay?&lt;br&gt;&lt;br&gt;Thanks. &lt;br&gt;&lt;br&gt;Joe&lt;br&gt;---------------------------------------------------------------------------------------------------&lt;br&gt;Joe&lt;br&gt;&lt;br&gt;Watch the bit setting when using the Confidence value. That will range from 0 to 100 which means if you set it to bit 6 that will only trigger when above 6, or 32 for bit 5, etc. (power of 2 numbers). If you set it to bit 7 (128) that will not do anything.&lt;br&gt;&lt;br&gt;Steve&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5694</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5694</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
