<?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>
        In case others are reading this, it turns out to have been an issue with the DTR signal in the serial module. RoboRealm sets this to false (disabled) by default. With the new addition to the serial module the DTR flow control can be enabled. Seems like that did the job!&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;I hope you are fine.&lt;br&gt;&lt;br&gt;Do you had a chance to look deeper into this topic? Would be great, if you could provide a small update if you have any news.&lt;br&gt;&lt;br&gt;Best wishes&lt;br&gt;&lt;br&gt;iandi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STeven,&lt;br&gt;&lt;br&gt;basically for me its ok either way (running either in raw mode or ASCII or binary). I just played with the modes because I was hoping that this might chance something.&lt;br&gt;&lt;br&gt;The device is an accelerometer and there is an example application available at&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.sparkfun.com/datasheets/Sensors/SerialAccel-Control-Example.zip&quot; target=&quot;_blank&quot;&gt;http://www.sparkfun.com/datasheets/Sensors/SerialAccel-Control-Example.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;With the hyperterminal you can change the mode (raw, ASCII, binary).&lt;br&gt;&lt;br&gt;Have a great weekend and many thanks&lt;br&gt;&lt;br&gt;iandi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;Ok, lets back up a minute. Do you intend to run the device in Raw mode or can you set it to ASCII mode and try RR with that?&lt;br&gt;&lt;br&gt;Also what is the device that you are communicating with? Knowing that might help us understand the signals coming from that device a little better.&lt;br&gt;&lt;br&gt;For example, now the output appears to be in Hex as apposed to a decimal (base 10) number. Is that something you did? Would you need to convert that to base 10?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;many thanks for the last RR update.&lt;br&gt;&lt;br&gt;I havent seen anything in RED in the console log but one line which I have pasted here&lt;br&gt;&lt;br&gt;Module Stopped!&lt;br&gt;Module Started ...&lt;br&gt;Connected!&lt;br&gt;\\255\\194\\154R&amp;lt;cr&amp;gt; (this is written in RED)&lt;br&gt;Module Stopped!&lt;br&gt;Module Started ...&lt;br&gt;Connected!&lt;br&gt;&lt;br&gt;This was when it was neither in the ASCII nor in the binary mode, it was a 3rd mode called &quot;Raw Mode&quot;. &lt;br&gt;&lt;br&gt;In the hyperterminal once the sensor is in raw mode there is the following output&lt;br&gt;&lt;br&gt; X=0x01D9 Y=0x0239 Z=0x0088&lt;br&gt;&lt;br&gt;iandi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;Thanks for sending the robofile.&lt;br&gt;&lt;br&gt;We have once again updated the system. Please download v1.8.6.15 which includes some minor updates to the serial module.&lt;br&gt;&lt;br&gt;We noticed that the device you are using allocates a space just after the = to be used for a minus sign when needed. Thus whenever the number is positive there will be a space and when negative there will be a minus sign. Thus your receive pattern needs to be&lt;br&gt;&lt;br&gt;either&lt;br&gt;&lt;br&gt;X=[x_var]Y=[y_var]Z=[z_var]&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;X=[x_var]Y=[y_var]Z=[z_var]&amp;lt;lf&amp;gt;&lt;br&gt;&lt;br&gt;the ending is in question. Some devices return \\r\\n while others return either one. We cannot tell which from your posting.&lt;br&gt;&lt;br&gt;Note that there are NO spaces in that pattern either within it, before it or after it. That is needed since the spaces within your sequence are optional.&lt;br&gt;&lt;br&gt;Also, you should see the data within the console log in red. If you do not check your baud, port, etc. If you don&apos;t see the text in the console the receive sequence will not work as apparently no text is being received by RR at all. So first work on the console issue and then once text is flowing in, add in the receive sequence.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;first of all, I have to say I am amazed by the support you and your team is providing!!!!!!!!!!!!!!!!&lt;br&gt;&lt;br&gt;I entered the sequence of what I see in the hyper terminal which is&lt;br&gt;&lt;br&gt; X= 0.007 Y= 0.105 Z=-0.989&lt;br&gt;&lt;br&gt;however, you can see that the sequence starts with a blank before the X and there is a blank with positive numbers only, as the Z value shows, there is no space between the Z and the negative number following. So I am not quite sure about the spaces now.&lt;br&gt;&lt;br&gt;Also, I was not able to see incoming data in ASCII mode.&lt;br&gt;&lt;br&gt;I have attached the robo file as well.&lt;br&gt;&lt;br&gt;When I change the modus of the sensor itself to binary output and hit then the &quot;Send Now&quot; button in the console area, I get the following&lt;br&gt;&lt;br&gt;Connected!&lt;br&gt;\\255&lt;br&gt;&lt;br&gt;&lt;br&gt;Many thanks&lt;br&gt;&lt;br&gt;iandi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;We&apos;ve just made some modifications to the serial module that will better aid in debugging such as the console log. It will probably be easier if you download the newest version and do your testing using that. In that way you should be able to see the incoming data and be able to modify the receive sequence in order to get the variable matching to work.&lt;br&gt;&lt;br&gt;v1.8.6.14&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Note that space after the Y= in the text that is not in your sequence. Try&lt;br&gt;&lt;br&gt;X=[x_var] Y= [y_var]&lt;br&gt;&lt;br&gt;instead and see if that helps.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven, &lt;br&gt;&lt;br&gt;I added first&amp;nbsp;&amp;nbsp;&amp;lt;lf&amp;gt; and then&amp;nbsp;&amp;nbsp;&amp;lt;cr&amp;gt;&amp;nbsp;&amp;nbsp;but this doesnt change anything.&lt;br&gt;&lt;br&gt;Below there is what hyperterminal sends back&lt;br&gt;&lt;br&gt;Best wishes&lt;br&gt;&lt;br&gt;iandi&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; X=-0.104 Y= 0.197 Z=-0.950&lt;br&gt; X=-0.104 Y= 0.182 Z=-0.955&lt;br&gt; X=-0.096 Y= 0.179 Z=-0.976&lt;br&gt; X=-0.101 Y= 0.176 Z=-0.968&lt;br&gt; X=-0.109 Y= 0.179 Z=-0.968&lt;br&gt; X=-0.116 Y= 0.182 Z=-0.968&lt;br&gt; X=-0.109 Y= 0.169 Z=-0.968&lt;br&gt; X=-0.101 Y= 0.166 Z=-0.979&lt;br&gt; X=-0.101 Y= 0.189 Z=-0.958&lt;br&gt; X=-0.096 Y= 0.176 Z=-0.958&lt;br&gt; X=-0.114 Y= 0.200 Z=-0.968&lt;br&gt; X=-0.119 Y= 0.189 Z=-0.950&lt;br&gt; X=-0.124 Y= 0.174 Z=-0.958&lt;br&gt; X=-0.106 Y= 0.176 Z=-0.971&lt;br&gt; X=-0.104 Y= 0.166 Z=-0.955&lt;br&gt; X=-0.119 Y= 0.169 Z=-0.968&lt;br&gt; X=-0.109 Y= 0.169 Z=-0.958&lt;br&gt; X=-0.119 Y= 0.184 Z=-0.968&lt;br&gt; X=-0.121 Y= 0.187 Z=-0.976&lt;br&gt; X=-0.114 Y= 0.187 Z=-0.968&lt;br&gt; X=-0.104 Y= 0.179 Z=-0.968&lt;br&gt; X=-0.116 Y= 0.197 Z=-0.958&lt;br&gt; X=-0.106 Y= 0.176 Z=-0.968        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;Yes, the watch should show when those variables change. &lt;br&gt;&lt;br&gt;You may need to add a &amp;lt;lf&amp;gt; or &amp;lt;cr&amp;gt; at the end of the receive sequence to deal with the newline character that I assume is at the end of the receive sequence.&lt;br&gt;&lt;br&gt;But that should do it ...&lt;br&gt;&lt;br&gt;If not can you paste in what hyperterminal sends back and we&apos;ll continue testing here.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        sorry, I tried to attach the robo file as an jpg ;-)) now its attached        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven, &lt;br&gt;&lt;br&gt;many thanks for taking care.&lt;br&gt;&lt;br&gt;I took out VBScript.&lt;br&gt;&lt;br&gt;Please find attached the robo file. Also, if that helps, I have attached the hyper terminal file.&lt;br&gt;&lt;br&gt;I am taking the RR watch_variables for looking if the values are changing, correct?&lt;br&gt;&lt;br&gt;Many, many thanks&lt;br&gt;&lt;br&gt;iandi&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;You don&apos;t need to define the variables. In fact we&apos;re not even sure what&lt;br&gt;&lt;br&gt;SetVariable(&quot;x_var&quot;), x_var&lt;br&gt;&lt;br&gt;does as it would normally be&lt;br&gt;&lt;br&gt;SetVariable &quot;x_var&quot;, 0.266&lt;br&gt;&lt;br&gt;which will &quot;hardcode&quot; the variable to x_var. Try removing the VBScript module for now and see if the values change. The way you currently have it it will always set those variables to 0.&lt;br&gt;&lt;br&gt;Can you also include your robofile if things still do not work? That helps us to debug.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        BTW I tried to change&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&lt;br&gt;x and y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X and Y&lt;br&gt;&lt;br&gt;as the hyper terminal is showing captitol X and Y, but this didnt change anything..&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;many thanks for your quick reply.&lt;br&gt;&lt;br&gt;After downloading the newest version of RR I tried now the following:&lt;br&gt;&lt;br&gt;Defining variables in the VBScript module:&lt;br&gt;&lt;br&gt;SetVariable(&quot;x_var&quot;), x_var&lt;br&gt;SetVariable(&quot;y_var&quot;), y_var&lt;br&gt;&lt;br&gt;Then writing&lt;br&gt;&lt;br&gt;x=[x_var] y=[y_var]&lt;br&gt;&lt;br&gt;into the receive part of the serial module.&lt;br&gt;&lt;br&gt;&lt;br&gt;I still cannot see data in the VBScript module.&lt;br&gt;&lt;br&gt;The format of the numbers shown in the hyper terminal is e.g.&lt;br&gt;&lt;br&gt;X= 0.266 Y= 0.382&amp;nbsp;&amp;nbsp;(ASCII mode)&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there anything obvious Im still doing wrong??&lt;br&gt;&lt;br&gt;Many thanks!!&lt;br&gt;&lt;br&gt;iandi&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        iandi,&lt;br&gt;&lt;br&gt;The technique used in the serial module requires that you match what is being sent with what is in the receive sequence for things to work. Thus if you are seeing&lt;br&gt;&lt;br&gt;x=100 y=234&lt;br&gt;&lt;br&gt;for example in hyperterminal and want to grab JUST the numbers into RoboRealm variables you would use&lt;br&gt;&lt;br&gt;x=[x_var] y=[y_var]&lt;br&gt;&lt;br&gt;essentially you replace the numbers with variables. Note that this should be placed in the receive sequence.&lt;br&gt;&lt;br&gt;The reason for the error above is that you did not show RR how to know when the first variable ended and the second one begins. The code above is attempting to match&lt;br&gt;&lt;br&gt;100234&lt;br&gt;&lt;br&gt;but because they are all digits is the correct parsing&lt;br&gt;&lt;br&gt;10 0234&lt;br&gt;&lt;br&gt;or &lt;br&gt;&lt;br&gt;1 00234&lt;br&gt;&lt;br&gt;or 1002 34&lt;br&gt;&lt;br&gt;?? &lt;br&gt;&lt;br&gt;I.e. you need something inbetween the two numbers (a delimiter) that tells when one number ends and another begins. If you are dealing with binary numbers then the delimiter is not needed as binary numbers normally have a fixed 1, 2 or 4 byte length.&lt;br&gt;&lt;br&gt;Also, be sure to download the most recent copy of RoboRealm as we did have an issue last week in the receive sequence ... if no data was in the send sequence then the receive sequence did not even execute. This has been fixed and might be part of your issue.&lt;br&gt;&lt;br&gt;FYI, there is no way to open a COM port in the VBScript module that we are aware of. Thus the reason for the serial module to exist.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Just to add this:&lt;br&gt;&lt;br&gt;When I write in the serial module &lt;br&gt;&lt;br&gt;[x_in_pipeline][y_in_pipeline]&lt;br&gt;&lt;br&gt;&lt;br&gt;I get the error message&lt;br&gt;&lt;br&gt;&lt;br&gt;Delimiter ] missing in receive sequence!&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Frank, many thanks for your quick reply.&lt;br&gt;&lt;br&gt;I did know&lt;br&gt;&lt;br&gt;&lt;br&gt;SetVariable(&quot;x_in_vbscript&quot;), x_in_vbscript&lt;br&gt;SetVariable(&quot;x_in_pipeline&quot;), x_in_pipeline&lt;br&gt;&lt;br&gt;x_in_vbscript = GetVariable(&quot;x_in_pipeline&quot;)&lt;br&gt;&lt;br&gt;&lt;br&gt;in the VBScript module&lt;br&gt;&lt;br&gt;&lt;br&gt;and&lt;br&gt;&lt;br&gt;[x_in_pipeline]&lt;br&gt;&lt;br&gt;in the serial module.&lt;br&gt;&lt;br&gt;&lt;br&gt;The value for [x_in_pipeline] showing in the VBSCript module is still 0.&lt;br&gt;&lt;br&gt;I am doing something wrong here I know but I dont know how to proceed.&lt;br&gt;&lt;br&gt;Many thanks again&lt;br&gt;&lt;br&gt;iandi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        are you using GetVariable?&lt;br&gt;&lt;br&gt;x_in_vbscript = GetVariable(&quot;x_in_pipeline&quot;)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>open COM ports in VBScript Program</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;I tried to read data from COM1 RS232 with the serial module. Attached to the COM port is a sensor which is able to send either ASCII or binary data. I can access the sensor via the hyper terminal. The sensor is broadcasting data permanently. However, with the serial module I was failing to read data. Data are sent in a way x = ..&amp;nbsp;&amp;nbsp;y = .. (this is what I can see on the hyper terminal). &lt;br&gt;&lt;br&gt;I was successful in connecting the port with the serial module, buy if I am declaring variables like x and y I get no results. Maybe the sensor is broadcasting its data to quick (100 Hz). I was switching the type of data coming from the sensor from ASCII to binary output but this wasnt helpful.&lt;br&gt;&lt;br&gt;Another idea would be maybe to open the port from the VBScript module??&lt;br&gt;&lt;br&gt;I dont know how to proceed.&lt;br&gt;&lt;br&gt;Any ideas would be great!!&lt;br&gt;&lt;br&gt;Many thanks&lt;br&gt;&lt;br&gt;iandi&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2339</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2339</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
