<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mohammad &#187; Actuators</title>
	<atom:link href="http://robotics.reefat.com/category/actuators/feed/" rel="self" type="application/rss+xml" />
	<link>http://robotics.reefat.com</link>
	<description>Robotics Blog</description>
	<lastBuildDate>Sun, 06 Jun 2010 21:40:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Stepper Motor Demo</title>
		<link>http://robotics.reefat.com/2008/08/stepper-motor-demo/</link>
		<comments>http://robotics.reefat.com/2008/08/stepper-motor-demo/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:51:08 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Actuators]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=4</guid>
		<description><![CDATA[This is my first stepper motor project where the I have used NIPPON PF35T-48L4 unipolar motor which I controlled from a PC through the Parallel Port (LPT1, DB25). I simply used a ULN2003A IC which uses 7 Darlington Transistor Array to amplify the input current comming from the port. This 16-pin IC is capable to [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first stepper motor project where the I have used <a href="http://robotics.reefat.com/wp-content/uploads/2008/08/PF35T-48L4.pdf">NIPPON  PF35T-48L4</a> unipolar motor which I controlled from a PC through the  Parallel Port (LPT1, DB25). I simply used a <a href="http://robotics.reefat.com/wp-content/uploads/2008/08/ULN2003A.pdf">ULN2003A</a> IC which uses 7 Darlington Transistor Array to amplify the input  current comming from the port. This 16-pin IC is capable to take TTL  input and the output load may have high voltage upto 50V. I wrote small  program in Visual Basic 6 using <a href="http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html">inpout32.dll</a> driver.</p>
<p>Here is a screenshot for the unipolar stepper motor and the driver IC  ULN2003A:</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/stepper-driver-schematic.gif"><img class="alignnone size-full wp-image-164" title="stepper-driver-schematic" src="http://robotics.reefat.com/wp-content/uploads/2008/08/stepper-driver-schematic.gif" alt="" width="420" height="240" /></a></p>
<p>It is recommended to connect a 6.2V zener diode between the power  supply and VDD (Pin 9) on the chip, to absorb reverse (or “back”) EMF  from the magnetic field collapsing when motor coils are switched off.</p>
<p>To rotate the motor anti-clock wise, the step sequence sent to the  parallel port is as follows:</p>
<p><code>STEP-1   0001     1<br />
</code><code>STEP-2   1001     9<br />
</code><code>STEP-3   1000     8<br />
</code><code>STEP-4   1010    10<br />
</code><code>STEP-5   0010     2<br />
</code><code>STEP-6   0110     6<br />
</code><code>STEP-7   0100     4<br />
</code><code>STEP-8   0101     5</code></p>
<p>Here is the live video of how the motor rotates:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/hQlG9tHk41w&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hQlG9tHk41w&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/08/stepper-motor-demo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: robotics.reefat.com @ 2010-09-10 14:27:11 -->