<?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>
        You&apos;ve got it about right. The issue is that the Parallel port can only transmit one bit per pin. Thus it depends on how much of the COG_X you need to transmit. Based on your current configuration it will only transmit the first bit of COG_X and the second bit of COG_Y. You probably want to send more bits for each of those variables.&lt;br&gt;&lt;br&gt;The Line Set COG_X=1 and COG_Y =2 will remove the actual values that are set in the COG module just above this statement.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=543</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=543</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thank for your suggestion...&lt;br&gt;i have some idea after your suggestion.&lt;br&gt;i make up a pipeline look like the figure shown.&lt;br&gt;at fact, i am the first time to do a robot and i don&apos;t have a good skill for writing VBS program. - _-&amp;nbsp;&amp;nbsp;Therefore, may i have a similar program about control parallel port for reference. &lt;br&gt;&lt;br&gt;Thank very much.!&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/550_1.PNG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/550_thumb_1.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/550_2.PNG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/550_thumb_2.jpg&quot;&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=543</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=543</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Parallel Port</title>
        <description>
        If you have a look at the documentation for that module&lt;br&gt;&lt;br&gt;http://www.roborealm.com/help/Parallel_Port.php&lt;br&gt;&lt;br&gt;you will notice the use of IMAGE_COUNT in the interface picture. What you need to do is the replace that with COG_X or COY_Y ... then each of the bits of that variable will be used to activate one pin in the Parallel port.&lt;br&gt;&lt;br&gt;Because the Parallel port switches pins off and on you use a particular bit within a variable value to indicate if that pin is off or on. Think of it as binary value transmission.&lt;br&gt;&lt;br&gt;Normally one does not use the Parallel port to transmit the entire value of the COG_X or COG_Y but instead use two lines to indicate left or right. Using the VBScript module you would create a variable that is 1 when left is wanted and 2 when right is wanted. Then you would map bits 1 and 2 of that variable to different pins in the Parallel port. Thus when &quot;left&quot; is wanted pin #1 will be on ...when &quot;right&quot; is wanted pin#2 would be on. Naturally this is a binary mode ... but you can use more pins to communicate more of the values of either variable.&lt;br&gt;&lt;br&gt;Please include a robo-file if you need futher help.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=543</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=543</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        how to write a program communicate with the parallel port mapping and COG? that to control the parallel port output voltage level.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=543</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=543</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
