06-10-2011 04:06 PM
iam using push pull driver ic as an amplifier for my stepper motor, I need to know if Iam looking for a very precise position, what are some ways to apply microstepping. I mean will i need some kind of algorithm, any special IC for microstepping, I just know what would be procedure to apply microstepping.
06-11-2011 08:13 AM
Microstepping requires special drivers and may need to be adjusted to the specific motor. Start by searching several of the motor and motor controller manufacturer web sites. Some of them have information on microstepping.
Microstepping essentially trades off the stepper motor advantage of knowing how far the motor will move in one step for smaller "steps" with more complex controls. Stepper motors in microstepping mode are synchronous motors with electronic divers which force the motor to operate in positions between the magnetically stable step positions.
Unless this is an educational project, you will almost certainly find it less expensive to buy a suitable motor and controller than to try to design and build your own.
Lynn
06-11-2011 03:59 PM
ok but is there a way where I can build some algorithm in labview to drive the stepper motor in microstepping mode.
Thanks
06-11-2011 06:06 PM
LabVIEW is very versatile. You can certainly do the calculations and generate the waveforms you need in LV. What those need to be will depend on your choice of motor and driver. A standard stepper motor driver may not be capable of microstepping, no matter what signal you send it from LV.
Lynn
06-11-2011 06:44 PM
what kind of driver would you reccomment that you can use my labview and daq with and perform microstepping..
06-11-2011 09:10 PM
I do not have nay specific experience to suggest any particular drivers. Start with your requirements for speed, torque, positioning accuracy, and acceleration to search for suitable motors and drivers. Once you have that, then you can look at DAQ and software requirements.
Lynn
03-28-2012 08:59 AM
I am using L293D as my stepper motor driver, but i am encountering some problems..either the way which i am using is not correct or the driver is incapable..
Kindly help me out with the driver and let me know the outline of the method used to implement Microstepping with labview
03-28-2012 01:54 PM
You have not indicated what motor you are using, what kinds of velocity and acceleration profiles you want to follow, and the torque and inertia characteristics of your load.
You also are not specific about the nature of the problems you are encountering.
As far as I know, no one who participates regularly on these Forums claims to be able to read minds. You need to tell us in detail, with quantitative values what you want to do, what you have tried, and what did not work as you expected to get meaningful help.
First. Read the Wikipedia article on stepper motors, paying particular attention to the microstepping section. Then read MircoStepping Myths...
After reading these articles, if you think you still want to try to do microstepping yourself, then continue below.
Second. Provide the motor and load charactersitics.
Third. Tell us what kind of device you are using between LabVIEW and the L293D.
Fourth. Post the VIs you have tried and tell us what does not work.
Lynn
03-28-2012 09:59 PM
I am using a Bipolar stepper motor , model no.- M42SP-6NPS, 4 wired(A1,B1,A2,B2)
Working voltage: 10.8 to 13.2 volts
Rated current per phase : 400mA(peak)
Step angle: 7.5 degree
Holding Torque 420g·cm
Pull-out Torque 220g·cm/800pps
Pull-in Torque 260g·cm/200pps
Max. Pull-out Pulse Rate 1200pps
Max. Pull-in Pulse Rate 640pps
The DAQ card i am using between Labview and driver is NI usb 6221
Microstepping requires to regulate the current so I am actually giving a sine wave to coil A and Cos wave to coil B, trying to increase the current in one coil and decrease in another
I am attaching the VI for further reference...
In the VI :
ao0 is connected to coil A1
ao1 is connected to coil B1
A2,B2 are grounded
03-28-2012 10:38 PM
How are you planning to regulate the current with drivers (L293D) which switch between fully off and fully on?
I do not have the DAQ Assistant so I cannot tell which outputs you are using, analog or digital?
Lynn