27.02.2019

5 Phase Stepper Motor Driver Projects

Zelec, when you make you motor running, does it do a half turn when sending step 1 to 5 or does it do a full turn? If it does a half one, maybe that mgajo is right on the way of that could be a bipolar one. So, you will have to send 5 more step: 6 -1 0 0 0 0 7 0 -1 0 0 0 8 0 0 -1 0 0 9 0 0 0 -1 0 10 0 0 0 0 -1 moreover, did you try the half step control: 1: 1 0 0 0 0 2: 1 1 0 0 0 3: 0 1 0 0 0 4: 0 1 1 0 0 5: 0 0 1 0 0 6: 0 0 1 1 0 7: 0 0 0 1 0 8: 0 0 0 1 1 9: 0 0 0 0 1 10: 1 0 0 0 1. I'm interesting for further informations.

The compact motor drive power board is based on STK554U362A IPM module from ON semiconductor. It provides an affordable and easy-to-use solution for driving high power Brushless servo, AC Motors, and DC Brushless motors in a wide range of applications such as power white goods, air conditioning, compressors, power fans, high-end power tools and 3-phase inverters for motor drives in general. The other type is the unipolar stepper motor, it is 4-phase brushless motor which has 5 or 6 wires. The popular controlling modes of of the stepper motor are: full step and half step. The full step can be divided into 2 types: one-phase and two-phase. In full step one-phase mode the driver energizes one coil at.

Interesting you should ask this. I've been working a lot with stepper motors and especially the oriental pk series. The sad truth is 5-phase stepper motors aren't really used anymore, due to being a pain to work with.

Beginners

This being said you'll have to figure out the grey code required for the stepper motor to step. You'll be better off with other stepper motors. Also remember the arduino cannot power the stepper motors directly! You will end up drawing too many amps and essentially shorting out. The stepper motor should have the nominal amps and winding resistance written on the back of it.

If you really are committed to this, you will need to build a circuit using the measured winding resistance between each two terminals - that provides the proper amperage to the motor for a given voltage. You'll need to get your hands on a lot of high amp diodes and high wattage, low resistance resistors.

This way you can use a common 12 volt power supply to power a motor that itself would need 1.5 volts with 1.5 amps. There may also be some age old drivers out there, but you'll still need all the diodes unless you want to risk dealing with inductive spikes.

Deer hunt challenge se patch. Many thanks for your reply. Haha Believe you me, I have found out that they are a pain, alright.

Even before any wiring. I am worrying about finding the right voltage and currents, and I can't find datasheets for this model at all. I'm using drivers for it, alright. I have some uln2003A chips, and I also have some of the giant block drivers that are made for it, but they are ~120V AC, and that is a problem for me, as the power supplies we have are 24V. It's part of a college project, and my insistence on using them is due to wanting to solve the problem rather than avoid it, but I'm getting very stressed, and it isn't worth it. I may have to machine new parts to accommodate new motors, but I reckon this is an acceptable trade-off • • • • •. I don't think that library is going to cut it, if you were going to use those motors i think you'd have to code the pulse sequence manually.

Or rewrite the library. Bit of digging looks like the SI-7510 is the way to go, but apparently they're hard to find. I would suspect if you factored in the time to buy or create a driver and/or code to run it (with the possiblity of nuking everything because you dont have the specs) vs buying newer steppers, drivers and machining mounts you'd find the later much more cost and time effective • • • •.