<?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>
        John,&lt;br&gt;&lt;br&gt;There is now an WEBSERVER_ACTIVE_CONNECTIONS variable (v2.47.15) that is set with the number of connections currently on the webserver ... this is not exactly how many users are connected but should be a good approximation.&lt;br&gt;&lt;br&gt;You can check how the image_count variable is updated to also grab that variable and display it somewhere on the page.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks again Steven, all sorted after a bit of juggling with the RR you sent.&lt;br&gt;&lt;br&gt;Just another point,&lt;br&gt;is it possible to show how many users are viewing on the browser showing in the browser?&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;John        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Screen shot of what I see in the Serial Module, one with error and one OK&lt;br&gt;&lt;br&gt;Hope it helps&lt;br&gt;John&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/25088_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/25088_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/25088_2.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/25088_thumb_2.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thank Steven&lt;br&gt;&lt;br&gt;Here is the basic I used to test the web page, RR server and response of the PIC driving the servo&apos;s, basic but will use math after I iron out the comms.&lt;br&gt;&apos;*********************************************************************&lt;br&gt;&apos;SERVO POSITIONS&lt;br&gt;&apos;********************************************************************&lt;br&gt;&lt;br&gt;symbol midH_pos&amp;nbsp;&amp;nbsp;=150&lt;br&gt;symbol midV_pos&amp;nbsp;&amp;nbsp;=112&lt;br&gt;symbol servo_moves =5&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;int:&lt;br&gt;&lt;br&gt;b1=midH_pos&lt;br&gt;servo 3,b1&lt;br&gt;&lt;br&gt;b2=midV_pos&lt;br&gt;servo 2,b2&lt;br&gt;&lt;br&gt;pan:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;reconnect&lt;br&gt;serrxd [500],b6&lt;br&gt;disconnect &lt;br&gt;&lt;br&gt;if b6=111 then &lt;br&gt;b1=195&lt;br&gt;endif&lt;br&gt;if b6=110 then &lt;br&gt;b1=192&lt;br&gt;endif&lt;br&gt;if b6=109 then &lt;br&gt;b1=189&lt;br&gt;endif&lt;br&gt;if b6=108 then &lt;br&gt;b1=186&lt;br&gt;endif&lt;br&gt;if b6=107 then &lt;br&gt;b1=183&lt;br&gt;endif&lt;br&gt;if b6=106 then &lt;br&gt;b1=180&lt;br&gt;endif&lt;br&gt;if b6=105 then &lt;br&gt;b1=177&lt;br&gt;endif&lt;br&gt;if b6=104 then &lt;br&gt;b1=174&lt;br&gt;endif&lt;br&gt;if b6=103 then &lt;br&gt;b1=171&lt;br&gt;endif&lt;br&gt;if b6=102 then &lt;br&gt;b1=168&lt;br&gt;endif&lt;br&gt;if b6=101 then &lt;br&gt;b1=165&lt;br&gt;endif&lt;br&gt;if b6=100 then &lt;br&gt;b1=162&lt;br&gt;endif&lt;br&gt;if b6=99 then &lt;br&gt;b1=159&lt;br&gt;endif&lt;br&gt;if b6=98 then &lt;br&gt;b1=156&lt;br&gt;endif&lt;br&gt;if b6=97 then &lt;br&gt;b1=153&lt;br&gt;endif&lt;br&gt;if b6=48 then &lt;br&gt;b1=150&lt;br&gt;endif&lt;br&gt;if b6=65 then &lt;br&gt;b1=147&lt;br&gt;endif&lt;br&gt;if b6=66 then &lt;br&gt;b1=144&lt;br&gt;endif&lt;br&gt;if b6=67 then &lt;br&gt;b1=141&lt;br&gt;endif&lt;br&gt;if b6=68 then &lt;br&gt;b1=138&lt;br&gt;endif&lt;br&gt;if b6=69 then &lt;br&gt;b1=135&lt;br&gt;endif&lt;br&gt;if b6=70 then &lt;br&gt;b1=132&lt;br&gt;endif&lt;br&gt;if b6=71 then &lt;br&gt;b1=129&lt;br&gt;endif&lt;br&gt;if b6=72 then &lt;br&gt;b1=126&lt;br&gt;endif&lt;br&gt;if b6=73 then &lt;br&gt;b1=123&lt;br&gt;endif&lt;br&gt;if b6=74 then &lt;br&gt;b1=120&lt;br&gt;endif&lt;br&gt;if b6=75 then &lt;br&gt;b1=117&lt;br&gt;endif&lt;br&gt;if b6=76 then &lt;br&gt;b1=114&lt;br&gt;endif&lt;br&gt;if b6=77 then &lt;br&gt;b1=111&lt;br&gt;endif&lt;br&gt;if b6=78 then &lt;br&gt;b1=108&lt;br&gt;endif&lt;br&gt;if b6=79 then &lt;br&gt;b1=105&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&apos;**Vertical*************************&lt;br&gt;&lt;br&gt;if b6=53 then &lt;br&gt;b2=125&lt;br&gt;endif&lt;br&gt;if b6=52 then &lt;br&gt;b2=117&lt;br&gt;endif&lt;br&gt;if b6=51 then &lt;br&gt;b2=115&lt;br&gt;endif&lt;br&gt;if b6=50 then &lt;br&gt;b2=113&lt;br&gt;endif&lt;br&gt;if b6=49 then &lt;br&gt;b2=112&lt;br&gt;endif&lt;br&gt;if b6=54 then &lt;br&gt;b2=111&lt;br&gt;endif&lt;br&gt;if b6=55 then &lt;br&gt;b2=110&lt;br&gt;endif&lt;br&gt;if b6=56 then &lt;br&gt;b2=108&lt;br&gt;endif&lt;br&gt;if b6=57 then &lt;br&gt;b2=104&lt;br&gt;endif&lt;br&gt;&lt;br&gt;&lt;br&gt;servo 3,b1&lt;br&gt;sertxd( &quot;b1 = &quot;, #b1,13 )&apos;**Used to check Servo position&lt;br&gt;&lt;br&gt;servo 2,b2&lt;br&gt;sertxd( &quot;b2 = &quot;, #b2,13 )&apos;**Used to check Servo position&lt;br&gt;&lt;br&gt;&lt;br&gt;goto pan&lt;br&gt;&lt;br&gt;It works most of the time OK the Ascii data sent from the browser is confirmed shown on the Serial console but occasionally&amp;nbsp;&amp;nbsp;the Servo position variable is not updated, usually OK if another position is chosen...&lt;br&gt;All the control code for now is by the Pic so only using the Browser/Serial module of RR.&lt;br&gt;Included is a capture of the browser test interface to help see what is going on.&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/25087_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/25087_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        John,&lt;br&gt;&lt;br&gt;If you can post your robofile we can make the needed changes.&lt;br&gt;&lt;br&gt;What response would you want to send from the PIC?&lt;br&gt;&lt;br&gt;The way you do this is to use a single variable in the Send Sequence and clear that variable immediately after the serial module ... which will ensure that the data is only sent once. Then you will have to have another variable specified in the Receive Sequence that will wait for the response from the PIC. Finally, you will have to update whatever code you are using (maybe VBScript?) that will only set the send variable again once the receive variable contains the right value.&lt;br&gt;&lt;br&gt;Its not very complex but does require an if statement/code in order to enable/disable sending of commands.&lt;br&gt;&lt;br&gt;See the attached robofile for how this is done. Note this is untested (don&apos;t have a PIC around right now) so their might be something not quite right ... but it should give you an idea on how to proceed.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Handshake on serial data</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;I am using the RR server and passing key button action using the default &quot;move&quot; variable to my Picaxe.&lt;br&gt;It nearly works OK but would like an handshake between the Pic and RR .&lt;br&gt;I would like Verification that the data has been received before sending the next.&lt;br&gt;I use this on the Picaxe for reading the data and works, &lt;br&gt;serrxd [500],b6&amp;nbsp;&amp;nbsp;&lt;br&gt;but not really acquainted with serial data comms is it possible too communicated both ways using RR server.&lt;br&gt;I keep reading on the Picaxe and it seems possible but can not grasp it.&lt;br&gt;An example would be great so that I can learn by adopting or changing as I require.&lt;br&gt;John&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4667</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4667</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
