<?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>Loop Timing</title>
        <description>
        You&apos;re welcome!&lt;br&gt;&lt;br&gt;The timing will be a little off since the loop does take time to execute. For example, if you have a really slow camera then the update loop can be even as long as a second. Thus the servo may be on during that second when it should have been turned off 1/2 way into that second to ensure an exact limit. As long as the loop can execute quite quickly you shouldn&apos;t have too much of a problem.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=528</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=528</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Brilliant!&amp;nbsp;&amp;nbsp;That&apos;s exactly what I needed.&amp;nbsp;&amp;nbsp;You&apos;ve made my life so much easier, thank you.&amp;nbsp;&amp;nbsp;I really wasn&apos;t expecting a reply within an hour of posting, much less one that solved my problem completely.&amp;nbsp;&amp;nbsp;Simply amazing.&lt;br&gt;&lt;br&gt;One quick question: when you say that it won&apos;t be very exact because it isn&apos;t realtime, do you mean that it&apos;s because the variables only update when the script loops, which requires a finite amount of time?&amp;nbsp;&amp;nbsp;I noticed that it&apos;s really only when I tap the spacebar quickly that it seems to be off by a bit.&lt;br&gt;&lt;br&gt;Again, thank you for an excellent product.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=528</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=528</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Timed Variables</title>
        <description>
        Ian,&lt;br&gt;&lt;br&gt;Which button are you referring to. Is it a joystick button or a keyboard button? I assume then you are using the Joystick or Keyboard module?&lt;br&gt;&lt;br&gt;I&apos;m not a 100% sure if this is what you need so perhaps you can include your script to and we can compare notes.&lt;br&gt;&lt;br&gt;I&apos;ve included a robo-file below that has a VBScript module in it that will count the number of seconds you hold down the space bar. This version always increments. You would use a similar technique to use another key press to decrease the time from the total set. &lt;br&gt;&lt;br&gt;This example uses 10 seconds as the upper limit.&lt;br&gt;&lt;br&gt;Note that the timing will not be very exact since you are not using a realtime system. However, it should be enough to reduce the gear stripping.&lt;br&gt;&lt;br&gt;Go ahead and run the robo-file. Then edit the VBScript dialog. You will see the variables being created (note the TOTAL_TIME). Click on a non-editable area and press the space bar for a bit. You will notice the TOTAL_TIME increase for the length of time you held the space bar down.&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;STeven. &lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=528</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=528</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Parallax Servo Activation Timer</title>
        <description>
        I&apos;ve spent many hours researching this issue with no real luck, so I&apos;m hoping someone can help.&lt;br&gt;&lt;br&gt;I&apos;m on an aerospance engineering senior design team that is building a remotely operated hot air balloon (45 ft in diameter--Remax sized).&amp;nbsp;&amp;nbsp;We are using a Parallax servo controller hooked up to a wireless router (using an xbox controller modified to work over USB as a joystick and continuous mode servos) to perform various functions on the balloon, such as controlling a camera gimbal and activating our propane torch.&amp;nbsp;&amp;nbsp;This last task is giving me a headache.&amp;nbsp;&amp;nbsp;Essentially we will have two buttons for the torch, one to increase the flame size, one to decrease it.&amp;nbsp;&amp;nbsp;The problem is that we need to know when the flame is at full burn or when it&apos;s at a minimum, so that we don&apos;t keep trying to activate the servo and end up stripping gears.&lt;br&gt;&lt;br&gt;I&apos;ve written a VBscript that uses the Timer() function to return the amount of time that a button has been pushed, but as soon as you push the button again, it resets.&amp;nbsp;&amp;nbsp;I need a cumulative time, so that I can report the position of the servo.&amp;nbsp;&amp;nbsp;Any ideas on how I could do this?&amp;nbsp;&amp;nbsp;I&apos;ve tried to use a &quot;do while&quot; loop, but this causes the program to freeze as soon as I push the button.&amp;nbsp;&amp;nbsp;I&apos;ve also tried to assign arrays [using the form: Dim MyArray(10)], but I get a &quot;Type Mismatch&quot; error.&lt;br&gt;&lt;br&gt;I really love this software, it&apos;s like a godsend for us.&amp;nbsp;&amp;nbsp;Any ideas that anyone has on this issue would be like a . . . well, another godsend.&lt;br&gt;&lt;br&gt;Thanks!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=528</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=528</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
