Unipolar Stepper Motor Driver Circuit: Difference between revisions

From Mech
Jump to navigationJump to search
Content deleted Content added
mNo edit summary
Line 1: Line 1:
This page presents a circuit for driving high-power unipolar stepper motors. Here you will find all the information needed to make your own. This circuit allows step-level control and can be easily modified for other modes of operation. (NOTE: Alternative is to use the [[media:DS2003.pdf|DS2003]])
This page presents a circuit for driving high-power unipolar stepper motors. Here you will find all the information needed to make your own. This circuit allows step-level control and can be easily modified for other modes of operation.


===What you need===
===What you need===
Line 36: Line 36:
| [[image:stepper wire colors.png]]
| [[image:stepper wire colors.png]]
|}
|}

===xPC Code===
The program below is the simplest program for controlling the circuit above. The Pulse block dictates the speed of the stepper and the constant (1 or 0) sets the direction.

[[image:xpc stepper controller.png|center]]

===Alternative===

An alternative method for building this circuit is using the [[media:DS2003.pdf|DS2003]]) darlington array. It is lower power, but will save some space.

Revision as of 15:19, 27 July 2006

This page presents a circuit for driving high-power unipolar stepper motors. Here you will find all the information needed to make your own. This circuit allows step-level control and can be easily modified for other modes of operation.

What you need

Circuit Schematic and Photo

The L297 has several inputs that can be generated by a PC/104 stack or other controller. This circuit allows you to control each step, in full-step mode. Meaning: You can tell it to move one step in either direction (of course you can make it move fast and it will continuously rotate). The two inputs are a direction and a pulse. In the next section you will find a program to control this using xPC.

Here is the CircuitMaker file: Unipolar Stepper Driver Circuit

You may find the following diagrams useful when constructing this circuit:

xPC Code

The program below is the simplest program for controlling the circuit above. The Pulse block dictates the speed of the stepper and the constant (1 or 0) sets the direction.

Alternative

An alternative method for building this circuit is using the DS2003) darlington array. It is lower power, but will save some space.