![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Stepper Motors and Drives Discuss stepper motors, drivers and related topics here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
hello guys, iam not exactly new to this forum.but its my first post. this forum helps me in understanding many things.thanks guys. iam searching for a good and simple stepper motor driver.i already visited pminmo's site and found some good info but unable to get some components in his design.so while searching for another one on net i found below one.has any one done such ckt before? http://uvasux.googlepages.com/steppermotorcontroller but i did't understand some points in it. 1.it doest not use PIC then whats the purpose of make file and .C,.H files. 2.iam planning to use steppers from printers.is it ok? 3.can i use softwares like turboCNC,Mach-2/3 with it. i already mailed author regarding it(did't get reply yet).mean while i want to hear from u expert guys. thanks student |
|
#2
| |||
| |||
The files are for the PC software to control it. |
|
#3
| ||||
| ||||
| Printer steppers hey? you don't say what size or what you plan to use them for? I looked at http://pminmo.com/3axis/3axis.htm and all the parts for that are available almost everywhere. The mosfets could be substituted with any garden variety N-Channel TO220BV package. |
|
#4
| |||
| |||
| On the TurboCNC page, click the HARDWARE link, Cllik the picture of the chip, at the bottom of the third page is a space for another picture click that and you'll get the schematic Search around under the HARDWAREarea (READ THE TEXT) and you'll find all you need including source for a PIC16F84 and PIC12C508
__________________ Mike_L When I was younger I thought I knew EVERYTHING, NOW, the older I get the more I find out I don’t know! |
|
#5
| |||
| |||
| 1.my idea is to built XYZ small engraver.so i think printer motors will do the job. at first i planned to biult that 3-axis board(top design in above page) but iam unable to find mosfet IRLZ44 and someone said IRFZ44 is not a good replacement for that(as its not sure and they r costly so i dropped it).and one more issue with that board is pcb layout.traces r so close toner transfer did't work.(the layout is in max copper mode righ.is there any other layout design for this board) 2.thanks i understood that those files r control software for the board 3.@scratch_6057 thanks for the link.i think we can run 2 steppers with one PIC.then do i need another PIC chip to run 3rd axis? and is it necessary to heatsink 2N2222's thanks for guiding me guys student |
| Sponsored Links |
|
#6
| |||
| |||
| Yes you can run 2 steppers from the first PIC (PIC16F84) and add a second one for the third (and optional fourth) stepper output or use the 12C508A chip (source code linked on the TurboCNC site) for a single third output. As for heat sinking the xx2222x Transistors, that’s going to depend on the current requirements of your steppers, and it may be a little hard to do. In MY world the 2222 is most commonly available in a TO-92 (?) plastic package and a tiny metal TO-18 (?) "CAN" not exactly the simplest packages to heat sink. In any event, I think the TO-18 can is rated for 800mA and the plastic package is 500mA. I started to change the provided design a little by substituting TIP-120 Darlington Transistors in a TO-220 package. Those are rated for 5A and easy to heat sink. Here is the link for the thread I started on doing that http://www.cnczone.com/forums/showthread.php?t=30996 If you go this route, you might use the 2222s to switch on the base of the TIP-120, I'm not sure that the PIC alone can provide enough "UMPH" to fully turn on the TIP-120 fast enough. Another option you may want to consider looking at depending on your requirements is the Linistepper mentioned in this site (site search for "Linistepper) and others.
__________________ Mike_L When I was younger I thought I knew EVERYTHING, NOW, the older I get the more I find out I don’t know! |
|
#7
| |||
| |||
Just a quick search on Google's 'Froogle' (put IRLZ44 in search box. then select 'MORE" then 'Froogle') turns up some of these for a $1.75 (+ $1.50 Flat Rate shipping) on EBay, NOT a bad price considering the specs. (If you think that price is high try buying surface mount H-Bridge FET packages in small quantity i.e. 'ZXMHC3A01T8' ) They are being sold by 'PHAnderson Electronics' who I believe is a Professor at a University in Maryland http://cgi.ebay.com/IRLZ44-N-Channel...QQcmdZViewItem I have never bought anything from him but I know a couple of people who have and from I understand he is a reputable person.
__________________ Mike_L When I was younger I thought I knew EVERYTHING, NOW, the older I get the more I find out I don’t know! Last edited by scratch_6057; 01-28-2007 at 08:19 AM. |
|
#8
| |||
| |||
| thanks for the reply. u said i can use another PIC to control Z axis.so if i burn same code and connect it to Z motor will it work? or no i need any modification in the program. and iam not good at PIC's.so i have some general doubts. 1.i got 2 PIC16LF84A's can i uses them? (not PIC16F84) 2.is this chip consist of internal Clock? 3.have u built this whole setup before? then how did it worked. i made a small drawing abt the connection required for a small CNC.pls have a look and let me know if it need any modification. thanks Last edited by student1616; 01-28-2007 at 11:26 AM. |
|
#9
| |||
| |||
| Looking at your attached schematic, it is designed for a very small motor, about 300 mA, low inductance, about 5-12 volt rated motor. It also, does not have a current limiting feature, so you will have to use your little motor at its rated voltage, otherwise you could damage it or the output transistors. Using darlingtons for switching is not recommendable, because of the higher Vce in saturation. Stay with a (logic) mosfet for higher efficiency. |
|
#10
| |||
| |||
| thanks for fast reply. so i use TIP120 instead of 2N2222 will it take some more load. wile searching for PIC based controller i just found this http://www.imagesco.com/images/picstepper/fig04.gif this circuit uses 4050 and TIP120. what is ur opinion abt it. and i forgot to draw.but i'll connect a high watt resisitor between motor common and +12v supply to control the current. |
| Sponsored Links |
|
#11
| |||
| |||
| Look at the highlighted text on the attached data-sheet. What are your motor's specs? I can't see any step-direction or any other control input on the schematic shown in that link. Your PIC needs to provide at least 12 mA (output high) for 3A collector current or use a pull-up resistor and make sure your PIC can sink more than that current, otherwise you will need a buffer. There are other simple, logic gates based, translator's configurations that don't include any programming. What step mode are you planning to use? |
|
#12
| |||
| |||
| Take a look at this site: http://pminmo.com/ Phil has compiled a lot of good simple designs on that site. There is also a lot of good information around in the forum. You can always adapt those designs to your own necessities. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does any one know about this stepper motor controller | starCNC | DIY-CNC Router Table Machines | 11 | 02-11-2007 09:33 AM |
| Could use some help wiring up Stepper Motor and Controller... | cflanagan | General Electronics Discussion | 1 | 12-28-2006 09:18 AM |
| Stepper motor controller | heepofajeep | Stepper Motors and Drives | 1 | 11-27-2006 09:27 PM |
| USBthe Stepper Motor Controller | Woodie1 | CNCzone Club House | 1 | 06-17-2006 12:00 AM |