![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Open Source Controller Boards Discussion for Open Source CNC type Controller Boards and other related items. (for personal use only) |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| I originally posted this on DesignSpark to give something back for the great, free PCB design app they have provided, figured it's more likely to be useful here, in the CNC community. Incidently, I have also designed/built a similar circuit using the Allegro A397X chips, written my own Arduino library for a G-Code interpreter and designed my own app for parsing/transmitting the G-Code to the Arduino (with real-time display of the CNC output) - If you're *really* kind, I *might* post these at a later date ![]() Dragonlaird ===[SNIP]=== I am building myself a CNC machine based on a programmable Arduino UNO to act as the G-Code interface between the PC and the CNC. I needed to drive the stepper motors and found plenty of ready-made boards I could buy to do the job. My first problem was the usual budget constraints - I have been building the CNC for several months, buying parts each month to spread the cost but I couldn't really justify to "she who must be obeyed" that the expense of 3 motor drivers was a necessity. So building the circuits myself was the only way I could break down the cost and come in cheaper than the ready-made boards I had seen. The second problem was that my Arduino pins are nearly all in use just controlling the stepper motors and other parts that I've planned/designed into the CNC (such as an optional/exchangeable 3D print head, controlling the main PSU on/off etc). I didn't really have the pins I needed to detect if the CNC had reached its limits (X, Y and Z). So I designed this circuit to allow the stepper motors themselves to stop if they reached their limits. At the time I was also considering sacrificing the ENABLE pins of the Arduino/Steppers too, so the circuit enables the stepper motors by default. I ordered the PCBs from the US Dorkbot PCB manufacture service at a cost of $5 per square inch, for that you get 3 copies of your PCB - perfect for me as I had 3 motors to drive. I had already built a prototype using stripboard and it seemed to work fine but was a little on the large size (about twice as big as the PCBs I had designed) so I was eager to see if my PCB version would work as well as the prototype. I built and tested the first board - it worked perfectly. The L298 chip reached about 60 degrees C without any heatsinking, well within the design tolerance, and the rest of the board stayed nice and cool. Since it worked so well, I decided I would share the circuit for others to build the boards for their own use. The board provides several inputs/outputs and options: 2 power inputs: 5V for the circuitry and 5-36V for driving the steppers themselves, although I just used the same 5V supply for both inputs on mine which worked fine for me as my stepper motors were only rated at 3V. Enable: (optional) Allows you to enable/disable the stepper motor. Direction: Clockwise or counter-clockwise stepping of your motor Step: Steps the motor once, toggle this line for repeated stepping of the motor in the given direction. Limit Clockwise: (optional) Stops the motor from turning clockwise, useful for when a limit switch has been reached. Pulling the limit pin low forces the motor to stop responding to any further step requests in the clockwise direction. The circuit does provide a 0V pin next to the limit pin to just connect a switch. Limit Counter-Clockwise: (optional) Same as above for the reverse direction Step Size: Allows full or half-step modes to be used by simply changing a jumper position Control Mode: Uses a jumper to select between using the inhibit or output methods for control limiting. Sync Clock: A jumper selects between internal and external Sync options. In External mode it provides a pin for connecting the external sync. I just use the internal clock since the timing of my motor steps isn't that critical and it's all controlled by the Arduino anyway. Motor Out: 4 pins to connect your stepper motor. Remember, this circuit is designed for bipolar steppers only. You need to read the spec on your motors to determine the correct wiring of your motor fly leads. Current Limit: A trimmer resistor for altering the output current driving the stepper motors. Note: this trimmer works in reverse to what you might expect, clockwise rotation actually LOWERS the output current. If you have problems with your motor appearing jittery when no step/dir signal is applied, you plobably need to tweak the current limit trimmer. If the stepper seems to respond to step/dir but doesn't appear to step in the same direction for each successive step request, you probably have the stepper motor wired wrong. This circuit is provided as-is, with no warranty or fit-for purpose statement. This circuit works fine for me but use it at your own risk. |
|
#2
| ||||
| ||||
| very interesting I have a UNO based gcode interpreter be very keen to see how you've done yours (you show me yours - I'll show you mine...!) I tried to open the .sch file - I guess it isn't EAGLE compatible (well being DesignSpark I guess I'm not surprised!) I've often wondered if it's better to go with a microstepping controller or just full step with an H bridge - what's your take on the difference? thanks for sharing |
|
#3
| |||||
| |||||
| My CNC is using an M6 (1mm pitch) stainless steel threaded bar for all axis. Thus, a 200-step motor provides 1/200th of a millimetre in full-step mode, even better in half-step mode - so realistically, why would I need greater accuracy than that? That's equivalent to about 1 thou of an inch - If I need greater accuracy for milling wood/plastic etc (bear in mind this is for a hobbyist - not commercial production) then I would need to consider temperature controlled environments, vibration dampening, precision made materials etc - I little bit overboard methinks. Using the 1/16th microstepping capability of the Allegro would means working in fractions of a thou, I suspect the tolerances for milling bits alone exceed that. If I had used a larger pitch for my drive threads, then perhaps microstepping would be needed but since my CNC is moving very slowly with the smaller threaded bar, it moves slower which means virtually no inertia, smaller (cheaper) motors can be used and the only difference between my CNC and some of the more common DIY CNC designs out there, mine is cheaper and slower - the output is still the same. You're most welcome - Fingers crossed I can help some others get into this when their main stumbling block is cost (i.e. "she who holds the purse strings" has to be convinced it's affordable) Dragonlaird |
![]() |
| Tags |
| bipolar, driver, l297, l298, stepper |
| 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 |
| L298, L297 Stepper Driver | abbe | Open Source Controller Boards | 20 | 01-13-2012 11:45 AM |
| Problems with l297/l298 based driver | Jykke | Stepper Motors and Drives | 21 | 01-13-2012 11:44 AM |
| L297 bipolar using mosfets instead of L298? | nullbert | Open Source Controller Boards | 7 | 10-14-2010 03:52 PM |
| PMinMo L297-8 bipolar driver resistance watt | KC Chin | Open Source Controller Boards | 4 | 02-02-2010 04:45 AM |
| l298 l297 driver 2A with stepper 3A help | chawkiz | OpenSource Software | 4 | 06-05-2009 09:09 AM |