<?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>
        thanks a whole lot Steven,like always you are greatest at finding solutions        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Have a look at the Filter Variables&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/Filter_Variables.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Filter_&lt;wbr&gt;Variables.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;and select the variable that contains the value and the memory size (past values) to 8 and the method to mean.&lt;br&gt;&lt;br&gt;Then use a VBScript module with the following code assuming your variable is called &quot;temperature&quot;. Note the VBScript module should be AFTER the filter variable.&lt;br&gt;&lt;br&gt;&lt;br&gt;&apos; get your temperature reading (already averaged)&lt;br&gt;temp = GetVariable(&quot;temperature&quot;)&lt;br&gt;&lt;br&gt;&apos; determine difference from this and past value&lt;br&gt;diff = temp - GetVariable(&quot;last_temperature&quot;)&lt;br&gt;&lt;br&gt;&apos; convert to fahrenheit&lt;br&gt;diff = ((diff / 5 ) * 9 ) + 32&lt;br&gt;&lt;br&gt;&apos; save&lt;br&gt;SetVariable &quot;temperature_difference&quot;, diff&lt;br&gt;&lt;br&gt;&apos; update value for next iteration&lt;br&gt;SetVariable &quot;last_temperature&quot;, temp&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STEVEN next question on using TPA81 it there a module that can take the 8 reading and then average them and compare to ambient temperature and get a difference ,also before i take the reading i need to convert celsius to fahrenheit&lt;br&gt;is there a way it can be done or any ideas        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thanks alot Steven,i didnt see that        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Have a look at page 33 Example 5 in&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roboticsconnection.com/multimedia/docs/Serializer_3.0_UserGuide.pdf&quot; target=&quot;_blank&quot;&gt;http://www.roboticsconnection.com/&lt;wbr&gt;multimedia/&lt;wbr&gt;docs/&lt;wbr&gt;Serializer_&lt;wbr&gt;3.0_&lt;wbr&gt;UserGuide.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;to query a TPA81&lt;br&gt;&lt;br&gt;Note that RR just passes the text right though so the format/meaning of each of the numbers is entirely based on the device you are querying.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Steven on using the I2C bus&lt;br&gt;SetVariable &quot;my_command&quot;, &quot;i2c r 4 1&quot;&lt;br&gt;&lt;br&gt;in a VBScript module to query the line following sensor&lt;br&gt;what does r 4 1 meen in your example        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        ok thanks STEVEN&lt;br&gt;will look into it,looking at building it this week        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Fred,&lt;br&gt;&lt;br&gt;RR just supports the generic i2c command to the serializer that is a simple pass through command. RoboticsConnection would know more about connecting the serializer to the TPA81 ... or perhaps even the vendors of the TPA81 could give you some insight as to what commands they send out on the i2c bus. &lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Steven have any ideas on this &lt;br&gt;and the TPA81&amp;nbsp;&amp;nbsp;variables and the list of TPA81 api commands        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>about the I2C bus on the serializer board</title>
        <description>
        Steven what variables are they on the I2C bus to read from&lt;br&gt;mostly TPA81 and how do i write them        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3823</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3823</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
